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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

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

body {
  font-family: "Plus Jakarta Display", sans-serif;
  color: #859389;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1e1c;
  font-size: 60px;
  line-height: 1.233em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #1a1e1c;
  font-size: 38px;
  line-height: 1.289em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a1e1c;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a1e1c;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a1e1c;
  font-size: 18px;
  line-height: 1.556em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1a1e1c;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #079561;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 16px;
  color: #1a1e1c;
  line-height: 1.111em;
  font-weight: 700;
}

strong {
  color: #1a1e1c;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 114px 110px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  color: #079561;
  font-size: 27px;
  line-height: 1.63em;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 28px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #079561;
}

.bg-neutral-700 {
  background-color: #5c6864;
}

.bg-neutral-600 {
  background-color: #859389;
}

.bg-neutral-500 {
  background-color: #c1c1c1;
}

.bg-neutral-400 {
  background-color: #eaeaea;
}

.bg-neutral-300 {
  background-color: #f8f8f8;
}

.bg-neutral-200 {
  background-color: #fbfbfb;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  display: -ms-grid;
  display: grid;
  max-width: 1342px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-default.home-topics {
  position: relative;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(27, 27, 27, 0.06);
}

.section-styleguide {
  padding-top: 60px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0px;
  color: #fff;
}

.style-guide-header {
  padding: 100px 68px;
  background-color: #079561;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #079561;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #859389;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #f8f8f8;
  color: #079561;
}

.style-guide-link.w--current {
  background-color: #f8f8f8;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #079561;
  font-weight: 700;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #eaeaea;
  color: #1a1e1c;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eaeaea;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(27, 27, 27, 0.04);
}

.color-block {
  min-height: 120px;
}

.color-content {
  padding: 22px 16px 24px;
  border-top: 1px solid #eaeaea;
}

.color-title {
  color: #1a1e1c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #859389;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

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

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #eaeaea;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 650px;
}

.typography-details {
  margin-top: 15px;
  color: #079561;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  padding: 56px 68px;
  background-color: #fbfbfb;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 24px 48px;
  border-radius: 1000px;
  background-color: #079561;
  box-shadow: 0 12px 35px 0 rgba(7, 149, 97, 0.21);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease,
    -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease,
    -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease,
    background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease,
    background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  background-color: #068355;
  box-shadow: 0 3px 5px 0 rgba(7, 149, 97, 0.21);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.button-primary.small {
  padding: 14px 28px;
  line-height: 1.667em;
}

.button-primary.small.footer-newsletter {
  position: absolute;
  right: 12px;
}

.button-primary.large {
  padding: 24px 68px;
  font-size: 20px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons {
  overflow: visible;
  width: 150px;
  height: 50px;
  margin-right: 26px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-right: 56px;
  padding-left: 28px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #1da1f2;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: pre;
}

.button-primary.header-button {
  padding: 18px 26px;
  font-size: 16px;
}

.button-primary.blog-newsletter {
  position: absolute;
  right: 11px;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-secondary {
  padding: 24px 48px;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.02),
    0 1px 4px 0 rgba(27, 27, 27, 0.02), 0 4px 14px 0 rgba(25, 25, 25, 0.06);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease,
    background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease,
    background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, color 300ms ease,
    background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, color 300ms ease,
    background-color 300ms ease, -webkit-transform 300ms ease;
  color: #1a1e1c;
  line-height: 1.111em;
  font-weight: 300;
  text-align: center;
}

.button-secondary:hover {
  background-color: #079561;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02),
    0 1px 4px 0 rgba(25, 25, 25, 0.06);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 28px;
  line-height: 1.667em;
}

.button-secondary.large {
  padding: 24px 68px;
  font-size: 20px;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary._2-buttons {
  margin-bottom: 20px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 22px;
}

.button-secondary.category {
  padding: 14px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease,
    color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease, color 300ms ease,
    background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease,
    box-shadow 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease,
    box-shadow 300ms ease, color 300ms ease, background-color 300ms ease,
    -webkit-transform 300ms ease;
  color: #859389;
  line-height: 1.667em;
}

.button-secondary.category:hover {
  border-color: #079561;
  background-color: #079561;
  box-shadow: none;
  color: #fff;
}

.button-secondary.category.w--current {
  border-color: #079561;
  background-color: #079561;
  color: #fff;
  font-weight: 700;
}

.button-secondary.category.all {
  margin-right: 23px;
}

.button-secondary.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.style-guide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.header-logo {
  display: block;
  width: 240px;
  font-size: 20px;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 40px;
  margin-bottom: 0px;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link {
  color: #859389;
  line-height: 1.125em;
  text-decoration: none;
}

.nav-link:hover {
  color: #079561;
}

.nav-link.dropdown {
  display: block;
  padding: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f8f8f8;
}

.footer-logo-container {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.footer-nav {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav.last {
  margin-right: 0px;
}

.footer-logo {
  width: 240px;
}

.footer-nav-item {
  margin-bottom: 26px;
  line-height: 1em;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

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

.section.home-hero {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 108px;
}

.section.bg-neutral-200.home-topics {
  overflow: hidden;
  padding-top: 142px;
}

.section.bg-neutral-200.home-faqs {
  overflow: hidden;
}

.section.bg-neutral-200.home-about {
  overflow: hidden;
}

.section.bg-neutral-200.experience {
  overflow: hidden;
}

.section.bg-neutral-200.course {
  padding-bottom: 128px;
}

.section.bg-neutral-200.course-videos-hero {
  overflow: hidden;
  padding-top: 123px;
  padding-bottom: 118px;
}

.section.bg-neutral-200.courses {
  overflow: hidden;
}

.section.bg-neutral-200.story {
  overflow: hidden;
}

.section.bg-neutral-800.home-features {
  overflow: hidden;
  padding-top: 98px;
  padding-bottom: 106px;
}

.section.bg-neutral-800.testimonials {
  overflow: hidden;
  padding-top: 144px;
  padding-bottom: 152px;
}

.section.home-faqs {
  padding-top: 152px;
  padding-bottom: 135px;
}

.section.cta-gradient {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fbfbfb),
    color-stop(0, #fff)
  );
  background-image: linear-gradient(180deg, #fbfbfb 50%, #fff 0);
}

.section.home-course-steps {
  overflow: hidden;
}

.section.about-hero {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 128px;
}

.section.cta {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.values {
  overflow: hidden;
}

.section.about-testimonials {
  overflow: hidden;
}

.section.courses-hero {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 108px;
}

.section.course-hero {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 108px;
}

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

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

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

.section.contact {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.section.course-levels {
  padding-top: 60px;
}

.section.blog-category {
  padding-top: 60px;
}

.section.utility-page {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fbfbfb;
}

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

.section.other-courses {
  padding-top: 128px;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 800px;
  padding: 80px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.utility-page-wrap._404 {
  background-color: #1a1e1c;
}

.utility-page-content-password {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid transparent;
  border-radius: 100000px;
  background-color: #fbfbfb;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease, color 300ms ease;
  color: #1a1e1c;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
}

.input:focus {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
  color: #1a1e1c;
}

.input.-wfp-focus {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
  color: #1a1e1c;
}

.input::-webkit-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.input::placeholder {
  color: #859389;
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  min-height: 60px;
  margin-bottom: 16px;
}

.input.discounts {
  width: 100%;
  min-height: 60px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.footer-newsletter {
  min-height: 80px;
  padding-right: 165px;
}

.input.blog-newsletter {
  min-height: 92px;
  padding-right: 205px;
  padding-left: 44px;
}

.input.cart-quantity-item {
  display: none;
  min-height: 38px;
  padding-right: 6px;
  padding-left: 12px;
}

.utility-page-content-404 {
  position: relative;
  z-index: 1;
  text-align: center;
}

._404-title {
  margin-bottom: 30px;
  color: #079561;
  font-size: 180px;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 0 12px 35px rgba(7, 149, 97, 0.21);
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

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

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.card-testimonial {
  margin-top: 24px;
  margin-bottom: 30px;
}

.divider.card-get-course {
  margin-top: 56px;
  margin-bottom: 56px;
  background-color: #eaeaea;
}

.divider.course-videos {
  margin-top: 148px;
  margin-bottom: 148px;
  background-color: #eaeaea;
}

.icon-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #079561;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph.home-hero {
  margin-bottom: 40px;
}

.paragraph.home-about {
  margin-bottom: 56px;
}

.paragraph.home-course-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph.card-home-course-step {
  margin-bottom: 0px;
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph.home-topics {
  max-width: 540px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph.card-home-topic {
  margin-bottom: 0px;
}

.paragraph.faqs {
  margin-bottom: 0px;
}

.paragraph.faq {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400 {
  color: #eaeaea;
}

.paragraph.color-neutral-400.testimonials {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.color-neutral-400.cta {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.blog-newsletter {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400._404 {
  margin-bottom: 40px;
}

.paragraph.footer-newsletter {
  margin-bottom: 24px;
}

.paragraph.about-hero {
  margin-bottom: 40px;
}

.paragraph.story {
  margin-bottom: 0px;
}

.paragraph.card-value {
  margin-bottom: 0px;
}

.paragraph.experience {
  max-width: 540px;
  margin-bottom: 0px;
}

.paragraph.card-experience {
  margin-bottom: 24px;
}

.paragraph.about-testimonials {
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.card-about-testimonial {
  margin-bottom: 40px;
}

.paragraph.courses-hero {
  margin-bottom: 0px;
}

.paragraph.card-course-featured-summary {
  margin-bottom: 40px;
}

.paragraph.card-course-summary {
  margin-bottom: 40px;
}

.paragraph.course-hero {
  margin-bottom: 40px;
}

.paragraph.course-reviews {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
}

.paragraph.course-videos-hero-course-summary {
  margin-bottom: 47px;
}

.paragraph.course-videos {
  margin-bottom: 0px;
}

.paragraph.card-course-video {
  margin-bottom: 0px;
}

.paragraph.course-videos-links {
  margin-bottom: 45px;
}

.paragraph.card-course-videos-community {
  margin-bottom: 34px;
}

.paragraph.post-featured {
  margin-bottom: 24px;
}

.paragraph.post-item {
  margin-bottom: 24px;
}

.paragraph.post-excerpt {
  max-width: 644px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.card-author {
  margin-bottom: 40px;
}

.paragraph.contact {
  max-width: 488px;
  margin-bottom: 40px;
}

.paragraph.card-direct-contact-link {
  margin-bottom: 0px;
}

.paragraph.utility-page {
  margin-bottom: 0px;
}

.paragraph.card-default {
  margin-bottom: 0px;
}

.paragraph.checkout-hero {
  margin-bottom: 0px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.75em;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(27, 27, 27, 0.04);
}

.card.changelog {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding: 60px 50px;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  text-align: center;
}

.card.changelog.last {
  margin-bottom: 0px;
}

.card.checkout {
  margin-bottom: 40px;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-width: 0px;
  box-shadow: none;
}

.card.home-about {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin-top: -238px;
  padding: 40px 48px 57px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.bg-neutral-300 {
  background-color: #f8f8f8;
  box-shadow: none;
}

.card.bg-neutral-300.home-course-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-width: 0px;
  background-color: #f7f9fc;
  box-shadow: none;
}

.card.bg-neutral-300.value {
  padding: 56px 38px 72px;
  text-align: center;
}

.card.bg-neutral-300.course-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 48px 68px;
  color: #859389;
  text-decoration: none;
}

.card.bg-neutral-300.course-video:hover {
  color: #859389;
}

.card.bg-neutral-300.course-videos-resource {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #859389;
  text-decoration: none;
}

.card.bg-neutral-300.course-videos-resource:hover {
  color: #859389;
}

.card.bg-neutral-300.course-videos-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 48px 62px;
  color: #859389;
  text-decoration: none;
}

.card.bg-neutral-300.course-videos-community:hover {
  color: #859389;
}

.card.home-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 250px;
  max-height: none;
  max-width: none;
  padding: 56px 38px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 75px 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-width: 0px;
}

.card.faq {
  margin-bottom: 24px;
  padding: 45px 31px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 4px 15px 0 rgba(27, 27, 27, 0.12);
}

.card.faq.last {
  margin-bottom: 0px;
}

.card.experience {
  padding: 64px 40px;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.about-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.course-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #859389;
  text-decoration: none;
}

.card.course-featured:hover {
  box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.06);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #859389;
}

.card.course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #859389;
  text-decoration: none;
}

.card.course:hover {
  box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.06);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  color: #859389;
}

.card.get-course {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 1;
  padding: 56px 52px 74px;
}

.card.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 76px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 729px;
  padding: 80px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.direct-contact-link {
  padding: 56px 38px 61px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #859389;
  text-align: center;
  text-decoration: none;
}

.card.direct-contact-link:hover {
  box-shadow: 0 1px 2px 0 rgba(27, 27, 27, 0.04);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  color: #859389;
}

.card.default-v1 {
  padding: 64px 40px;
}

.card.default-v2 {
  padding: 64px 40px;
  border-color: #eaeaea;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.card.default-v3 {
  padding: 64px 40px;
  background-color: #f8f8f8;
  box-shadow: none;
}

.checkout-form {
  padding: 80px 0px 160px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0px;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.title.checkout {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.order-item-title {
  color: #1a1e1c;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #079561;
}

.title.card-home-about-name {
  margin-bottom: 10px;
}

.title.h3-size {
  color: #1a1e1c;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 700;
}

.title.h3-size.home-features {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.title.h3-size.card-course-featured {
  margin-bottom: 16px;
}

.title.h3-size.post-featured {
  margin-bottom: 20px;
}

.title.h3-size.card-author-name {
  margin-bottom: 8px;
}

.title.card-home-course-step {
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  color: #1f3965;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.title.home-topics {
  width: 600px;
  max-width: 457px;
  margin-right: 30px;
  margin-bottom: 0px;
  color: #1f3965;
  font-size: 40px;
  text-align: center;
}

.title.card-home-topic {
  margin-bottom: 0px;
  color: #1f3965;
  font-size: 16px;
}

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

.title.color-neutral-100.blog-newsletter {
  margin-bottom: 12px;
}

.title.h4-size {
  color: #1a1e1c;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

.title.h4-size.faq {
  margin-bottom: 0px;
}

.title.h4-size.blog-hero-popular {
  margin-bottom: 38px;
}

.title.footer-menu-title {
  margin-bottom: 48px;
  color: #1da1f2;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.title.dropdown-nav-title {
  margin-bottom: 48px;
  color: #079561;
  font-size: 14px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.title.values {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.title.experience {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.card-experience {
  margin-bottom: 8px;
}

.title.about-testimonials {
  max-width: 523px;
  margin-right: auto;
  margin-left: auto;
}

.title.courses {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
}

.title.card-course {
  margin-bottom: 14px;
}

.title.course-tabs {
  position: relative;
  z-index: 1;
}

.title.card-get-course {
  margin-bottom: 32px;
}

.title.other-courses {
  margin-bottom: 0px;
}

.title.card-course-videos-resource {
  margin-bottom: 14px;
}

.title.card-course-videos-community {
  margin-bottom: 8px;
}

.title.blog-hero {
  margin-bottom: 55px;
}

.title.h5-size {
  font-size: 18px;
  line-height: 1.556em;
}

.title.h5-size.post-popular {
  margin-bottom: 0px;
}

.title.blog {
  margin-bottom: 0px;
}

.title.post-item {
  margin-bottom: 20px;
}

.title.latest-articles {
  margin-bottom: 0px;
}

.title.direct-contact-links {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  text-align: center;
}

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

.title.card-direct-contact-link {
  margin-bottom: 7px;
}

.title.category {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.h1-size {
  color: #1a1e1c;
  font-size: 60px;
  line-height: 1.233em;
  font-weight: 700;
}

.title.h1-size.category-text {
  margin-bottom: 0px;
}

.title.h2-size {
  color: #1a1e1c;
  font-size: 38px;
  line-height: 1.289em;
  font-weight: 700;
}

.title.h2-size._404 {
  color: #fff;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-hero-left {
  position: relative;
  z-index: 1;
  max-width: 46%;
  min-width: 504px;
  margin-right: 30px;
}

.split-content.home-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 47%;
  margin-top: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-about-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.home-about-right {
  position: relative;
  z-index: 1;
  max-width: 44%;
  min-width: 493px;
}

.split-content.faqs-left {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 618px;
  margin-right: 30px;
}

.split-content.faqs-right {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 618px;
}

.split-content.cta-left {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.cta-right {
  position: relative;
  z-index: 1;
}

.split-content.header-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.about-hero-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.about-hero-right {
  position: relative;
  z-index: 1;
  max-width: 43%;
  min-width: 438px;
}

.split-content.story-left {
  position: relative;
  z-index: 1;
  max-width: 615px;
  margin-top: 52px;
  margin-right: 30px;
}

.split-content.story-right {
  position: relative;
  z-index: 1;
  max-width: 615px;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.split-content.content-bottom-card-about-testimonial-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 286px;
  margin-right: 30px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.course-hero-content {
  position: relative;
  z-index: 1;
  max-width: 549px;
  min-width: 445px;
  margin-right: 20px;
}

.split-content.video-preview-wrapper {
  position: relative;
  max-width: 723px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.split-content.course-left {
  width: 100%;
  max-width: 58%;
  margin-right: 30px;
}

.split-content.course-right {
  width: 100%;
  max-width: 36%;
}

.split-content.course-videos-hero-left {
  position: relative;
  z-index: 1;
  max-width: 535px;
  min-width: 483px;
  margin-right: 30px;
}

.split-content.course-videos-hero-right {
  position: relative;
  max-width: 723px;
}

.split-content.card-course-video-left {
  max-width: 424px;
  margin-right: 20px;
}

.split-content.contact-left {
  position: relative;
  z-index: 1;
  max-width: 524px;
  min-width: 380px;
  margin-right: 30px;
}

.split-content.contact-right {
  position: relative;
  width: 100%;
  max-width: 687px;
}

.split-content.blog-newsletter-content {
  max-width: 41%;
  min-width: 360px;
  margin-right: 20px;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #079561;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.checkout-checkbox {
  margin-top: 0px;
}

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

.order-item {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 130px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.order-item-image:hover {
  -webkit-transform: scale(0.97) translate(0px, 0px);
  -ms-transform: scale(0.97) translate(0px, 0px);
  transform: scale(0.97) translate(0px, 0px);
}

.image-wrapper.order-item-image.cart {
  max-width: 100px;
  margin-top: 8px;
}

.image-wrapper.home-hero {
  position: relative;
  z-index: 1;
  margin-top: -482px;
}

.image-wrapper.home-hero-about-teacher {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 24px;
  border-radius: 1000px;
}

.image-wrapper.home-about {
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.image-wrapper.home-course-steps {
  position: relative;
  z-index: 1;
  max-width: 49%;
}

.image-wrapper.about-hero {
  position: relative;
  z-index: 1;
}

.image-wrapper.story-left {
  position: relative;
  z-index: 1;
}

.image-wrapper.story-right {
  position: relative;
  z-index: 1;
}

.image-wrapper.card-experience-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 16px;
  border-radius: 1000px;
}

.image-wrapper.card-course-featured {
  max-width: 723px;
}

.image-wrapper.video-preview {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper.course-videos-hero-course-image {
  position: relative;
  z-index: 1;
}

.image-wrapper.post-featured {
  margin-bottom: 35px;
}

.image-wrapper.post-popular {
  max-width: 39%;
  margin-right: 28px;
}

.image-wrapper.post-item {
  margin-bottom: 32px;
}

.image-wrapper.post {
  margin-bottom: 140px;
}

.image-wrapper.post-author {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 24px;
  border-radius: 1000px;
}

.image-wrapper.card-author {
  width: 168px;
  max-height: 168px;
  min-height: 168px;
  min-width: 168px;
  margin-right: 33px;
  border-radius: 10000px;
}

.image-wrapper.card-direct-contact-link {
  width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border-radius: 10000px;
}

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

.image.home-hero {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-about {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-home-about-signature {
  margin-right: 20px;
  margin-bottom: 20px;
}

.image.home-course-steps {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-testimonial {
  max-width: 309px;
  margin-right: 30px;
}

.image.about-hero {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-hero-feature-icon {
  width: 26px;
  max-height: 26px;
  min-height: 26px;
  min-width: 26px;
  margin-right: 16px;
  border-radius: 1000px;
}

.image.story-left {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.story-right {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-experience-icon {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-about-testimonial-logo {
  margin-bottom: 25px;
}

.image.card-about-testimonial {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 24px;
  border-radius: 10000px;
}

.image.card-course-featured {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-course {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-course-level-icon {
  max-width: 18px;
  margin-right: 8px;
}

.image.video-preview-button-icon {
  position: relative;
  left: 6px;
  width: 31%;
}

.image.course-feature-icon {
  position: relative;
  top: -4px;
  width: 28px;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  margin-right: 14px;
  border-radius: 10000px;
}

.image.course-videos-hero-course-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-course-video-button-play-icon {
  position: relative;
  left: 4px;
  max-width: 26px;
}

.image.card-course-videos-resource-icon {
  max-width: 34px;
}

.image.card-course-videos-community-icon {
  max-width: 34px;
}

.image.post-featured {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-popular {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.post-item {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image.post-author {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-author {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-direct-contact-link {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.style-guide-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 1000000000px;
  background-color: #079561;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-item-wrapper.cart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-item-content {
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.order-item-price {
  color: #1a1e1c;
}

.apple-pay {
  height: 55px;
  border-radius: 100000000px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #1a1e1c;
  font-weight: 500;
}

.order-summary-total {
  color: #1a1e1c;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 650px;
}

.header-wrapper {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #859389;
  font-size: 16px;
  line-height: 1.125em;
  white-space: nowrap;
}

.cart-button:hover {
  color: #079561;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #079561;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 400;
}

.cart-container {
  max-width: 500px;
  min-width: auto;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #1a1e1c;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 128px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.home-hero-about-teacher-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-buttons-wrapper {
  width: 150px;
  height: 50px;
  margin-bottom: -20px;
}

.home-hero-about-teacher-name {
  margin-bottom: 8px;
  color: #1a1e1c;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.home-hero-about-teacher-rol {
  color: #079561;
  line-height: 1.111em;
}

.companies-home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.companies-home-hero-text {
  margin-right: 30px;
  line-height: 1.111em;
}

.companies-home-hero-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 898px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large-1215px {
  max-width: 1215px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1215px.home-features {
  position: relative;
}

.home-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-home-about-rol {
  margin-bottom: 24px;
  color: #079561;
  line-height: 1.111em;
}

.card-home-about-content-top {
  margin-bottom: 24px;
}

.card-home-about-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-home-about-social-media-grid {
  width: 100%;
  max-width: 159px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-link {
  font-family: "Icons Course X Template", sans-serif;
  color: #c1c1c1;
  font-size: 21px;
  line-height: 1em;
  text-decoration: none;
}

.social-media-link:hover {
  color: #079561;
}

.social-media-link.icon-size-20px {
  font-size: 20px;
}

.social-media-link.icon-size-22px {
  font-size: 22px;
}

.social-media-link.icon-size-19px {
  font-size: 19px;
}

.container-small-588px {
  max-width: 588px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-588px.home-course-steps {
  margin-bottom: 26px;
  text-align: center;
}

.home-course-steps-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.home-features-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-feature-wrapper {
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #5c6864;
  text-align: center;
}

.home-feature-wrapper._5 {
  border-right-width: 0px;
  border-radius: 13px;
}

.home-feature-number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 68px;
  line-height: 1.029em;
  font-weight: 700;
}

.home-feature-text {
  color: #eaeaea;
  line-height: 1.111em;
  white-space: nowrap;
}

.home-course-steps-content {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 16px;
}

.card-home-course-step-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.card-home-course-step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 39px;
  max-height: 39px;
  min-height: 39px;
  min-width: 39px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100000px;
  background-color: #1da1f2;
  box-shadow: 0 6px 16px 0 rgba(7, 149, 97, 0.21);
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.home-topics {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.content-top.experience {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

.content-top.other-courses {
  margin-bottom: 47px;
}

.content-top.blog {
  margin-bottom: 67px;
}

.content-top.latest-articles {
  margin-bottom: 47px;
}

.content-top.blog-category {
  margin-bottom: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-topics-grid {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-topic-icon {
  width: 136px;
  max-height: 136px;
  min-height: 136px;
  min-width: 136px;
  margin-bottom: 20px;
  border-radius: 1000px;
}

.container-medium-728px {
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-728px.testimonials {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
}

.container-large-1048px {
  max-width: 1048px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1048px.testimonials {
  position: relative;
}

.slide-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 62px;
  min-height: 100%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1em;
}

.testimonials-slider {
  z-index: 1;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.testimonials-slider-left-arrow {
  display: none;
}

.testimonials-slider-right-arrow {
  display: none;
}

.card-testimonial-content {
  max-width: 483px;
  margin-bottom: 14px;
}

.card-testimonial-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-testimonial-name {
  margin-bottom: 1px;
  color: #1a1e1c;
  line-height: 1.556em;
  font-weight: 700;
}

.card-testimonial-rol {
  color: #079561;
  line-height: 1.333em;
}

.container-medium-661px {
  max-width: 661px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-661px.faqs {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.faqs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faqs-wrapper.contact {
  margin-bottom: 0px;
}

.faq-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-content-bottom {
  margin-left: 62px;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35px;
  max-height: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-right: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #f1f5f4;
}

.space.faq {
  min-height: 17px;
}

.faq-icon-1 {
  position: absolute;
  width: 14px;
  min-height: 2px;
  background-color: #9ba8a5;
}

.faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 14px;
  background-color: #9ba8a5;
}

.cta-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1e1c;
}

.shape {
  position: absolute;
}

.shape.home-hero-1 {
  left: -51px;
  bottom: -51px;
}

.shape.home-hero-2 {
  right: -46px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px;
  background-size: auto;
  color: #1da1f2;
}

.shape.home-hero-3 {
  top: -314px;
  margin-top: -213px;
  padding-top: 0px;
}

.shape.home-about-1 {
  left: 58px;
  bottom: -47px;
}

.shape.home-about-2 {
  left: -107px;
  top: -99px;
}

.shape.home-features-1 {
  left: -328px;
  bottom: -461.891px;
  width: 46%;
  padding-top: 46%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 1000000px;
}

.shape.home-features-2 {
  top: -466px;
  right: -332px;
  width: 46%;
  padding-top: 46%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 1000000px;
}

.shape.home-course-steps-1 {
  left: 3px;
  bottom: -34px;
}

.shape.home-course-steps-2 {
  right: -49px;
  bottom: -49px;
}

.shape.home-course-steps-3 {
  left: -181px;
  top: -66px;
}

.shape.home-topics-1 {
  left: -21px;
  top: 235px;
}

.shape.home-topics-2 {
  right: -19px;
  bottom: 79px;
}

.shape.testimonials-1 {
  left: -24px;
  bottom: 29px;
}

.shape.testimonials-2 {
  top: -46px;
  right: -19px;
}

.shape.testimonials-3 {
  left: -162px;
  bottom: -103px;
  width: 42%;
  padding-top: 42%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 1000px;
}

.shape.testimonials-4 {
  top: -160px;
  right: -185px;
  width: 42%;
  padding-top: 42%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 1000px;
}

.shape.home-faqs-1 {
  left: -292px;
  bottom: -113px;
  width: 39%;
  padding-top: 39%;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c1c1;
  border-radius: 1000px;
}

.shape.home-faqs-2 {
  top: -153px;
  right: -250px;
  width: 49%;
  padding-top: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c1c1;
  border-radius: 1000px;
}

.shape.cta-1 {
  left: -36px;
  top: -317.203px;
  width: 43%;
  padding-top: 43%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 10000px;
}

.shape.cta-2 {
  right: -53px;
  bottom: -296.203px;
  width: 43%;
  padding-top: 43%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6864;
  border-radius: 10000px;
}

.shape.about-hero-1 {
  left: 79.547px;
  top: -73px;
}

.shape.about-hero-2 {
  bottom: -44px;
}

.shape.about-hero-3 {
  top: -45px;
  right: -5%;
}

.shape.about-hero-4 {
  right: -357px;
  bottom: -84.266px;
  width: 41%;
  padding-top: 41%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 100000px;
}

.shape.story-1 {
  width: 28%;
}

.shape.story-2 {
  left: 67px;
  top: -72px;
}

.shape.story-3 {
  right: 45px;
  bottom: -75px;
}

.shape.values-1 {
  left: -45px;
  bottom: -45px;
}

.shape.values-2 {
  top: -45px;
  right: -45px;
}

.shape.experience-1 {
  left: 463px;
  top: -38px;
}

.shape.experience-2 {
  right: 50px;
  bottom: -69px;
}

.shape.about-testimonials-1 {
  left: -45px;
  bottom: -45px;
}

.shape.about-testimonials-2 {
  top: -45px;
  right: -45px;
}

.shape.courses-hero {
  top: -98px;
  right: -139px;
}

.shape.courses-1 {
  left: -271px;
  bottom: -110px;
  width: 49%;
  padding-top: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 100000px;
}

.shape.courses-2 {
  top: -179px;
  right: -148px;
  width: 49%;
  padding-top: 49%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 100000px;
}

.shape.course-hero-1 {
  left: 38px;
  top: -44px;
}

.shape.course-hero-2 {
  right: -97px;
  bottom: -82px;
}

.shape.course-reviews-1 {
  top: -40px;
  right: -40px;
}

.shape.course-reviews-2 {
  right: -40px;
  bottom: -40px;
}

.shape.course-videos-hero-1 {
  left: 197px;
  bottom: -42px;
}

.shape.course-videos-hero-2 {
  top: -45px;
  right: -45px;
}

.shape.contact-1 {
  right: 154px;
  bottom: -122px;
}

.shape.contact-2 {
  left: -51px;
  bottom: 48px;
  z-index: -2;
}

.shape.contact-3 {
  top: -38px;
  right: -38px;
}

.shape.direct-contact-links-1 {
  left: -40px;
  top: -40px;
}

.shape.direct-contact-links-2 {
  right: -40px;
  bottom: -40px;
}

.shape.changelog-1 {
  left: -40px;
  bottom: -40px;
}

.shape.changelog-2 {
  top: -40px;
  right: -40px;
}

.shape.password-1 {
  left: 301.642px;
  bottom: 45.832px;
}

.shape.password-2 {
  top: 36.355px;
  right: 302.915px;
}

.shape.not-found-1 {
  left: 38px;
  bottom: 124px;
}

.shape.not-found-2 {
  right: 67px;
  bottom: 40px;
}

.shape.not-found-3 {
  left: -120px;
  top: -101.497px;
}

.shape.not-found-4 {
  top: 65.5px;
  right: -120px;
}

.footer-small-print {
  color: #a6b4cd;
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 705px;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-newsletter-wrapper {
  max-width: 479px;
  min-width: 395px;
}

.footer-menu-wrapper {
  width: 100%;
  max-width: 375px;
  margin-right: 20px;
}

.footer-menu-wrapper.last {
  width: auto;
  max-width: none;
  margin-right: 0px;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease,
    -webkit-transform 300ms ease;
  color: #1f3965;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #1da1f2;
}

.footer-nav-link.w--current {
  color: #1f3965;
  font-size: 16px;
}

.footer-nav-link.w--current:hover {
  color: #1da1f2;
}

.footer-nav-link.link-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-badge-text {
  margin-left: 10px;
  padding: 8px 14px;
  background-color: #079561;
  color: #fff;
  font-size: 12px;
  line-height: 1.167em;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin-right: -24px;
  margin-bottom: -24px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-media-link {
  margin-right: 24px;
  margin-bottom: 24px;
  font-family: "Icons Course X Template", sans-serif;
  color: #a6b4cd;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
}

.footer-social-media-link:hover {
  color: #1da1f2;
}

.footer-social-media-link.icon-size-22px {
  font-size: 22px;
}

.footer-social-media-link.icon-size-25px {
  font-size: 25px;
}

.footer-social-media-link.icon-size-24px {
  font-size: 24px;
}

.footer-social-media-link.icon-size-28px {
  font-size: 28px;
}

.footer-newsletter-form-block {
  margin-bottom: 0px;
}

.footer-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.brand:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.accent-color-primary-1 {
  color: #079561;
}

.nav-link-dropdown {
  display: block;
}

.dropdown-nav-link {
  display: inline-block;
  max-height: 21px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease,
    -webkit-transform 300ms ease;
  color: #859389;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #079561;
}

.dropdown-nav-link.link-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 6.5px;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 40px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
}

.dropdown-nav-item {
  margin-bottom: 26px;
  line-height: 1.125em;
}

.dropdown-nav {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-list {
  right: -447px;
  padding-top: 30px;
  background-color: transparent;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #079561;
  box-shadow: 0 12px 35px 0 rgba(7, 149, 97, 0.21);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #e63e52;
  box-shadow: 0 11px 35px 0 rgba(149, 7, 52, 0.21);
  color: #fff;
  text-align: center;
}

.no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
  white-space: pre-wrap;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(18, 20, 19, 0.85);
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #eaeaea;
}

.about-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-hero-features-grid {
  margin-bottom: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1e1c;
  line-height: 1.111em;
}

.story-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-left-content-top {
  margin-bottom: 156px;
}

.story-left-content-bottom {
  position: relative;
}

.story-right-content-top {
  position: relative;
  margin-bottom: 171px;
}

.values-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-value-icon {
  width: 136px;
  max-height: 136px;
  min-height: 136px;
  min-width: 136px;
  margin-bottom: 32px;
  border-radius: 1000px;
}

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

.experience-left-arrow {
  left: -20px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  -webkit-transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #1a1e1c;
  font-size: 28px;
}

.experience-left-arrow:hover {
  border-color: #079561;
  background-color: #079561;
  box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.06);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.experience-slider {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.experience-mask {
  overflow: visible;
  max-width: 414px;
}

.experience-slide {
  margin-right: 26px;
}

.card-experience-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-experience-grid {
  margin-bottom: 48px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-experience-rol {
  color: #079561;
  line-height: 1.333em;
}

.card-experience-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1a1e1c;
  line-height: 1.111em;
}

.card-experience-list-dot {
  position: relative;
  top: 6px;
  width: 8px;
  max-height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-right: 9px;
  border-radius: 10000px;
  background-color: #079561;
}

.card-experience-date {
  line-height: 1.111em;
}

.container-medium-795px {
  max-width: 795px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-795px.about-testimonials {
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
  text-align: center;
}

.about-testimonials-wrapper {
  position: relative;
  margin-bottom: 48px;
}

.about-testimonials-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-testimonial-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: -25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-about-testimonial-name {
  margin-bottom: 8px;
  color: #1a1e1c;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.card-about-testimonial-rol {
  color: #079561;
  line-height: 1.111em;
}

.values-wrapper {
  position: relative;
  margin-bottom: 56px;
}

.experience-right-arrow {
  left: auto;
  top: auto;
  right: -20px;
  bottom: auto;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  -webkit-transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease,
    border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
  color: #1a1e1c;
  font-size: 28px;
}

.experience-right-arrow:hover {
  border-color: #079561;
  background-color: #079561;
  box-shadow: 0 2px 4px 0 rgba(27, 27, 27, 0.06);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.experience-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium-671px {
  max-width: 671px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-671px.courses-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 57px;
  text-align: center;
}

.course-featured-item {
  position: relative;
  z-index: 1;
}

.card-course-featured-content {
  max-width: 571px;
  padding: 70px 56px;
}

.card-course-featured-price {
  margin-bottom: 2px;
  color: #079561;
  line-height: 1.556em;
  font-weight: 700;
}

.card-course-featured-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-course-featured-badge {
  padding: 18px 26px;
  background-color: #1a1e1c;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.link-underline {
  overflow: hidden;
  margin-top: auto;
  color: #079561;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.link-underline.card-course-featured {
  margin-top: 0px;
}

.link-underline.weight-normal {
  font-weight: 400;
}

.underline {
  width: 100%;
  min-height: 2px;
  margin-top: 4px;
  background-color: #079561;
}

.underline.height-1px {
  min-height: 1px;
}

.courses-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-course-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-course-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-course-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1e1c;
  line-height: 1.111em;
}

.card-course-price {
  margin-bottom: 10px;
  color: #079561;
  line-height: 1.556em;
  font-weight: 700;
}

.course-featured-wrapper {
  position: relative;
}

.courses-wrapper {
  position: relative;
}

.empty-state {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fff;
  box-shadow: 0 20px 48px 0 rgba(27, 27, 27, 0.06);
  color: #5c6864;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  box-shadow: none;
}

.course-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-preview-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1a1e1c;
  opacity: 0.66;
}

.video-preview-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 22%;
  max-height: 39%;
  min-height: 39%;
  min-width: 22%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 34px 84px 0 rgba(0, 0, 0, 0.65);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease,
    -webkit-transform 300ms ease;
}

.video-preview-button:hover {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.65);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.course-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.course-tab-link {
  padding: 0px 20px 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #c1c1c1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, border-width 300ms ease,
    color 300ms ease;
  transition: border-color 300ms ease, border-width 300ms ease, color 300ms ease;
  color: #859389;
  text-align: center;
  white-space: nowrap;
}

.course-tab-link:hover {
  color: #079561;
}

.course-tab-link.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #079561;
  background-color: transparent;
  color: #079561;
  font-weight: 700;
}

.course-tabs-content {
  overflow: visible;
}

.course-content-rich-text ul {
  display: inline-block;
  margin-right: 86px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.course-content-rich-text p {
  margin-bottom: 37px;
}

.course-reviews-wrapper {
  position: relative;
  max-width: 634px;
}

.course-reviews-grid {
  position: relative;
  z-index: 1;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.add-cart-option-list {
  margin-bottom: 19px;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.course-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-price {
  margin-right: 16px;
  color: #1a1e1c;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 700;
}

.course-compare-price {
  color: #c1c1c1;
  font-size: 25px;
  line-height: 1.36em;
  text-decoration: line-through;
}

.add-cart-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.other-courses-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select-wrapper {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid transparent;
  border-radius: 100000px;
  background-color: #fbfbfb;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease;
}

.select-wrapper:hover {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
}

.select-wrapper:focus {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
}

.select-wrapper::-webkit-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select-wrapper:-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select-wrapper::-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select-wrapper::placeholder {
  color: #859389;
  font-size: 18px;
}

.select-wrapper.checkout {
  min-height: 60px;
  margin-bottom: 16px;
}

.select {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #859389;
  font-size: 18px;
  line-height: 1.111em;
}

.select:hover {
  color: #1a1e1c;
}

.select:focus {
  color: #1a1e1c;
}

.select::-webkit-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select:-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select::-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.select::placeholder {
  color: #859389;
  font-size: 18px;
}

.select.checkout {
  min-height: 60px;
}

.course-features-grid {
  max-width: 324px;
  grid-column-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.111em;
}

.course-feature-result {
  color: #1a1e1c;
  font-weight: 700;
}

.duration-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-medium-888px {
  max-width: 888px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.course-videos-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  text-align: center;
}

.course-videos-tab-link {
  padding: 0px 20px 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #c1c1c1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, border-width 300ms ease,
    color 300ms ease;
  transition: border-color 300ms ease, border-width 300ms ease, color 300ms ease;
  color: #859389;
  text-align: center;
  white-space: nowrap;
}

.course-videos-tab-link:hover {
  color: #079561;
}

.course-videos-tab-link.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #079561;
  background-color: transparent;
  color: #079561;
  font-weight: 700;
}

.course-videos-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-videos-hero-course-features-grid {
  max-width: 494px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-videos-tab-pane-wrapper {
  max-width: 744px;
  margin-right: auto;
  margin-left: auto;
}

.course-videos-title-wrapper {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  text-align: center;
}

.course-videos-grid {
  grid-row-gap: 34px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-course-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #079561;
}

.card-course-video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-course-video-duration {
  color: #1a1e1c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  white-space: nowrap;
}

.course-videos-resources-grid {
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-course-videos-resource-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 78px;
  max-height: 78px;
  min-height: 78px;
  min-width: 78px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #079561;
}

.card-course-videos-resource-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-course-videos-community-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #079561;
}

.card-course-videos-community-grid {
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-course-videos-community-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-hero-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  -ms-grid-columns: minmax(auto, 633px) minmax(auto, 593px);
  grid-template-columns: minmax(auto, 633px) minmax(auto, 593px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-hero-popular-wrapper {
  width: 100%;
  max-width: 593px;
}

.post-featured-wrapper {
  display: block;
  width: 100%;
  max-width: 633px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #859389;
  text-decoration: none;
}

.post-featured-wrapper:hover {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #859389;
}

.post-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-content-top-divider {
  width: 32px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #c1c1c1;
}

.post-popular-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.post-popular-item:first-child {
  padding-top: 0px;
  border-top-width: 0px;
}

.post-popular-item:last-child {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.post-popular-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #859389;
  text-decoration: none;
}

.post-popular-wrapper:hover {
  color: #859389;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 76px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #859389;
  text-decoration: none;
}

.post-item-wrapper:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  color: #859389;
}

.post-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -23px;
  margin-bottom: -23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  margin-bottom: 23px;
}

.container-large-1122px {
  max-width: 1122px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1122px.post {
  margin-bottom: 84px;
  text-align: center;
}

.post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 798px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.post-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #859389;
  text-decoration: none;
}

.post-author-link:hover {
  color: #859389;
}

.post-author-name {
  margin-bottom: 8px;
  color: #1a1e1c;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.post-author-rol {
  color: #079561;
  line-height: 1.111em;
}

.latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 76px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-author-social-media-grid {
  width: 100%;
  max-width: 159px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-author-content-top {
  margin-bottom: 24px;
}

.card-author-rol {
  color: #079561;
  line-height: 1.111em;
}

.rich-text h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text p {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text ul {
  max-width: 720px;
  margin: 32px auto 56px;
}

.rich-text figure {
  margin-top: 50px;
  margin-bottom: 82px;
}

.rich-text h3 {
  max-width: 780px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ol {
  max-width: 720px;
  margin: 32px auto 56px;
}

.rich-text blockquote {
  margin-top: 56px;
  margin-bottom: 80px;
}

.rich-text h6 {
  max-width: 780px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h4 {
  max-width: 780px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h5 {
  max-width: 780px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-links-grid {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1e1c;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.contact-link:hover {
  color: #079561;
}

.contact-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42px;
  max-height: 42px;
  min-height: 42px;
  min-width: 42px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100000px;
  background-color: #079561;
  font-family: "Icons Course X Template", sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.contact-link-icon.icon-size-22px {
  font-size: 22px;
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 19px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 163px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 21px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #fbfbfb;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease,
    background-color 300ms ease, color 300ms ease;
  color: #1a1e1c;
  font-size: 18px;
}

.text-area:hover {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
}

.text-area:focus {
  border-color: #079561;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(27, 27, 27, 0.05);
  color: #1a1e1c;
}

.text-area::-webkit-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.text-area:-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.text-area::-ms-input-placeholder {
  color: #859389;
  font-size: 18px;
}

.text-area::placeholder {
  color: #859389;
  font-size: 18px;
}

.direct-contact-links-content {
  position: relative;
}

.direct-contact-links-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-direct-contact-link-text {
  margin-bottom: 16px;
  color: #079561;
}

.bg {
  position: absolute;
}

.bg.contact {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 60%;
  background-color: #fbfbfb;
}

.blog-newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 104px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1e1c;
}

.blog-newsletter-form-block {
  width: 100%;
  max-width: 558px;
  margin-bottom: 0px;
}

.blog-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.course-levels {
  margin-bottom: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.category-title-wrapper.blog-category {
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.link-white {
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
  color: #fff;
}

.link-white:hover {
  color: rgba(255, 255, 255, 0.7);
}

.changelog-wrapper {
  position: relative;
}

._404-wrapper {
  max-width: 533px;
}

.order-item-option-result {
  color: #1a1e1c;
}

.children-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #eaeaea;
}

.remove-button {
  font-size: 16px;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-subtotal {
  color: #1a1e1c;
  font-weight: 700;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-size-h3 {
  margin-bottom: 16px;
  color: #1a1e1c;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 700;
}

.paragraph-2 {
  display: block;
}

.paragraph-3 {
  width: 500px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #1f3965;
  font-size: 40px;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: 0px;
  margin-left: 462px;
  padding-right: 0px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
}

.text-block {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}

.field-label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #1f3965;
  font-size: 16px;
  font-weight: 400;
}

.field-label-2 {
  margin-bottom: 10px;
  color: #1f3965;
  font-size: 16px;
  font-weight: 400;
}

.field-label-3 {
  margin-bottom: 10px;
  color: #1f3965;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  margin-bottom: 16px;
  border: 1px solid #dbe2ea;
  font-family: Lato, sans-serif;
  color: #1f3965;
  font-size: 16px;
}

.text-field:hover {
  color: #1f3965;
}

.text-field:focus {
  color: #1f3965;
}

.text-field-2 {
  margin-bottom: 16px;
  border: 1px solid #dbe2ea;
  font-family: Lato, sans-serif;
  color: #1f3965;
  font-size: 16px;
}

.text-field-2:hover {
  color: #1f3965;
}

.text-field-2:focus {
  color: #1f3965;
}

.text-field-2:focus-visible {
  color: #1f3965;
}

.text-field-2[data-wf-focus-visible] {
  color: #1f3965;
}

.text-field-3 {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #dbe2ea;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  color: #1f3965;
  font-size: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-3:hover {
  color: #1f3965;
}

.text-field-3:active {
  color: #1f3965;
}

.text-field-3:focus {
  color: #1f3965;
}

.text-field-3:focus-visible {
  color: #1f3965;
}

.text-field-3[data-wf-focus-visible] {
  color: #1f3965;
}

.submit-button {
  width: 150px;
  height: 48px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #1da1f2;
  color: #fff;
  font-size: 16px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f3965;
  font-size: 40px;
}

.text-block-2 {
  color: #1f3965;
}

.text-block-2:hover {
  color: #1da1f2;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.logo {
  display: block;
  width: 27%;
  max-width: none;
  margin-left: 13px;
  padding: 16px;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 7px 16px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-block-2 {
  width: 90%;
  margin-top: 20px;
}

.sub-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre-wrap;
}

.section-1-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f3965;
  font-size: 40px;
  font-weight: 900;
}

.section-2-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3-block {
  width: 90%;
  height: auto;
  max-height: none;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.register-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.register-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #1da1f2;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-3 {
  color: #a6b4cd;
  font-size: 16px;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6b4cd;
}

.header-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 90%;
  max-width: none;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3em;
  text-align: center;
}

.image-4 {
  max-width: 90%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block {
  width: 100%;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-bottom: 30px;
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-3 {
  height: 50px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-5 {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.text-block-5 {
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
}

.image-6 {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-7 {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-6 {
  color: #6b82ab;
  font-size: 16px;
  text-decoration: none;
}

.text-block-7 {
  color: #6b82ab;
  font-size: 16px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  height: 50px;
}

.text-block-8 {
  color: #6b82ab;
  font-size: 16px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.success-message-2 {
  background-color: #f2f4f8;
}

.text-block-9 {
  color: #1f3965;
}

.text-block-10 {
  color: #1f3965;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #1da1f2;
  border-radius: 8px;
  background-color: #fff;
  color: #1da1f2;
  font-size: 16px;
  text-align: center;
}

.bold-text {
  color: #1f3965;
}

.bold-text-2 {
  color: #1f3965;
}

.text-block-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1f3965;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-wrapper {
  overflow: hidden;
  width: 300px;
}

.dropdown-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.dropdown-link {
  display: block;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #dbe2ea;
  background-color: #fff;
}

.text-block-12 {
  color: #9ca3af;
  font-size: 16px;
}

.icon {
  color: #9ca3af;
  font-size: 16px;
}

.dropdown-link-2 {
  font-size: 16px;
}

.dropdown-link-3 {
  font-size: 16px;
}

.dropdown-link-4 {
  font-size: 16px;
}

.dropdown-link-5 {
  font-size: 16px;
}

.dropdown-link-6 {
  font-size: 16px;
}

.select-field {
  border: 1px solid #dbe2ea;
  background-color: #fff;
  color: #1f3965;
  font-size: 16px;
  text-align: left;
}

.select-field:hover {
  color: #1f3965;
}

.select-field:focus {
  color: #1f3965;
}

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

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  width: 90%;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  width: 90%;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  width: 100%;
}

.div-block-11 {
  width: 90%;
}

.div-block-12 {
  width: 90%;
}

.div-block-13 {
  width: 90%;
}

.div-block-14 {
  width: 90%;
}

.heading-3 {
  margin-bottom: 15px;
  color: #1f3965;
  font-size: 40px;
  font-weight: 900;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  color: #6b82ab;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  width: 100%;
}

.image-9 {
  width: 40%;
  max-width: none;
}

.div-block-18 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container-default {
    padding-top: 0px;
  }

  .page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.home-hero {
    max-width: 1360px;
    margin-top: 45px;
  }

  .card.home-topic {
    width: 23%;
  }

  .split-content.home-hero-right {
    max-width: 579px;
  }

  .footer-nav-link.w--current {
    max-width: 31.5234375px;
  }

  .footer-social-media-link {
    color: #696969;
  }

  .footer-social-media-link:hover {
    color: #696969;
  }

  .heading-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    min-width: auto;
    margin: -20px auto 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-block {
    width: 90%;
  }

  .header-block-2 {
    width: 90%;
  }

  .sub-header-block {
    width: 90%;
    margin-top: 15px;
  }

  .section-1-block {
    width: 90%;
    max-width: none;
  }

  .section-2-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-3-block {
    width: 90%;
  }

  .register-block {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-block-1 {
    width: 90%;
  }

  .text-block-4 {
    margin-bottom: 15px;
    line-height: 1.3em;
  }

  .div-block-3 {
    height: 60px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 30px;
  }

  .image-5 {
    width: 25px;
  }

  .text-block-5 {
    display: block;
    margin-left: 10px;
    color: #6b82ab;
    font-size: 16px;
  }

  .image-6 {
    width: 25px;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    width: 25px;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-6 {
    margin-left: 10px;
    color: #6b82ab;
    font-size: 16px;
  }

  .text-block-7 {
    margin-left: 10px;
    color: #6b82ab;
    font-size: 16px;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4 {
    height: 60px;
  }

  .div-block-6 {
    width: 90%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button {
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
  }

  .div-block-8 {
    width: 90%;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1920px) {
  .section-styleguide {
    padding-top: 86px;
  }

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

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

  .section.bg-neutral-200.home-topics {
    padding-top: 178px;
  }

  .section.bg-neutral-200.course-videos-hero {
    padding-top: 154px;
    padding-bottom: 147px;
  }

  .section.bg-neutral-800.home-features {
    padding-top: 123px;
    padding-bottom: 133px;
  }

  .section.bg-neutral-800.testimonials {
    padding-top: 180px;
    padding-bottom: 190px;
  }

  .section.home-faqs {
    padding-top: 190px;
    padding-bottom: 160px;
  }

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

  .section.courses-hero {
    padding-top: 100px;
    padding-bottom: 135px;
  }

  .section.course-hero {
    padding-top: 87px;
    padding-bottom: 135px;
  }

  .section.course-videos {
    padding-top: 100px;
    padding-bottom: 121px;
  }

  .section.blog-hero {
    padding-top: 100px;
    padding-bottom: 180px;
  }

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

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

  .section.course-levels {
    padding-top: 80px;
  }

  .section.blog-category {
    padding-top: 80px;
  }

  .section.utility-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.changelog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .shape.password-1 {
    left: 623.642px;
  }

  .shape.password-2 {
    right: 625.915px;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-block {
    width: 100%;
  }

  .header-block-2 {
    width: 50%;
  }

  .sub-header-block {
    width: 50%;
  }

  .section-1-block {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-text {
    width: 397.28125px;
  }

  .section-2-block {
    width: 50%;
  }

  .register-block {
    width: 50%;
  }

  .header-block-1 {
    width: 70%;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-8 {
    width: 50%;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-2 {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 10px;
  }

  h4 {
    margin-bottom: 10px;
  }

  h5 {
    margin-bottom: 10px;
  }

  h6 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 95px 60px;
    font-size: 25px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .style-guide-content {
    margin-left: 0px;
  }

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

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.large {
    padding-right: 50px;
    padding-left: 50px;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-secondary.large {
    padding-right: 50px;
    padding-left: 50px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 150px;
  }

  .nav-link {
    -webkit-transition: color 350ms ease, -webkit-transform 300ms ease;
    transition: color 350ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, color 350ms ease;
    transition: transform 300ms ease, color 350ms ease,
      -webkit-transform 300ms ease;
    font-size: 30px;
  }

  .nav-link:hover {
    -webkit-transform: translate(4px, 0px);
    -ms-transform: translate(4px, 0px);
    transform: translate(4px, 0px);
  }

  .menu-button {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 100000px;
    background-color: #079561;
    box-shadow: 0 12px 35px 0 rgba(7, 149, 97, 0.21);
    -webkit-transition: box-shadow 300ms ease, background-color 350ms ease,
      -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, background-color 350ms ease,
      -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease,
      background-color 350ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease,
      background-color 350ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #068355;
    box-shadow: 0 3px 5px 0 rgba(7, 149, 97, 0.21);
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }

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

  .nav-menu {
    width: 100%;
    max-width: 100vw;
    padding-top: 125px;
    padding-bottom: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #f8f8f8;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .footer {
    padding-top: 80px;
  }

  .footer-logo-container {
    margin-bottom: 30px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 30px;
  }

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

  .section.home-hero {
    padding-top: 40px;
    padding-bottom: 86px;
  }

  .section.bg-neutral-200.home-topics {
    padding-top: 114px;
  }

  .section.bg-neutral-200.course {
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.course-videos-hero {
    padding-top: 60px;
    padding-bottom: 94px;
  }

  .section.bg-neutral-800.home-features {
    padding-top: 78px;
    padding-bottom: 85px;
  }

  .section.bg-neutral-800.testimonials {
    padding-top: 115px;
    padding-bottom: 122px;
  }

  .section.home-faqs {
    padding-top: 122px;
    padding-bottom: 100px;
  }

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

  .section.courses-hero {
    padding-top: 40px;
    padding-bottom: 86px;
  }

  .section.course-hero {
    padding-top: 40px;
    padding-bottom: 86px;
  }

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

  .section.blog-hero {
    padding-top: 40px;
    padding-bottom: 115px;
  }

  .section.post {
    padding-top: 40px;
  }

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

  .section.course-levels {
    padding-top: 40px;
  }

  .section.blog-category {
    padding-top: 40px;
  }

  .section.utility-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.changelog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.other-courses {
    padding-top: 100px;
  }

  .utility-page-content-password {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider.card-get-course {
    width: 1px;
    min-height: auto;
    margin: 0px 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.course-videos {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .paragraph.footer-newsletter {
    max-width: 479px;
  }

  .paragraph.course-reviews {
    margin-bottom: 60px;
  }

  .card.bg-neutral-300.home-course-step {
    width: 100%;
  }

  .card.bg-neutral-300.value {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .card.home-topic {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .card.testimonial {
    padding: 40px 30px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.about-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.course-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.get-course {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 47px 43px 62px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.author {
    padding: 63px 53px;
  }

  .card.contact {
    min-height: 703px;
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .card.default-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.default-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.default-v3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.h3-size.card-course-featured {
    margin-bottom: 10px;
  }

  .title.card-home-course-step {
    font-size: 18px;
  }

  .title.home-topics {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .title.color-neutral-100.blog-newsletter {
    margin-bottom: 10px;
  }

  .title.card-testimonial {
    max-width: 90%;
  }

  .title.footer-menu-title {
    margin-bottom: 40px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 40px;
  }

  .title.experience {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .title.card-course {
    margin-bottom: 10px;
  }

  .title.course-videos-hero {
    max-width: 648px;
  }

  .title.blog-hero {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.blog {
    margin-bottom: 40px;
  }

  .title.direct-contact-links {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .title.h1-size {
    font-size: 50px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
  }

  .split-content.home-hero-left {
    max-width: 690px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 100px;
  }

  .split-content.home-hero-right {
    max-width: 690px;
  }

  .split-content.home-about-left {
    max-width: 690px;
    margin-right: 0px;
  }

  .split-content.home-about-right {
    max-width: 690px;
    min-width: auto;
    margin-bottom: 100px;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.cta-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.about-hero-left {
    max-width: 690px;
    margin-right: 0px;
  }

  .split-content.about-hero-right {
    max-width: 690px;
    min-width: auto;
    margin-bottom: 100px;
  }

  .split-content.story-left {
    max-width: 690px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
  }

  .split-content.story-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 690px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .split-content.course-hero-content {
    max-width: 743px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 100px;
  }

  .split-content.video-preview-wrapper {
    max-width: 743px;
  }

  .split-content.course-left {
    max-width: 743px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.course-right {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .split-content.course-videos-hero-left {
    max-width: 743px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 100px;
  }

  .split-content.course-videos-hero-right {
    max-width: 743px;
  }

  .split-content.content-top-latest-articles-left {
    margin-right: 30px;
    margin-bottom: 40px;
  }

  .split-content.content-top-latest-articles-right {
    margin-bottom: 40px;
  }

  .split-content.contact-left {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 100px;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.blog-newsletter-content {
    max-width: 462px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .image-wrapper.home-course-steps {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-wrapper.card-course-featured {
    max-width: none;
  }

  .image-wrapper.post {
    margin-bottom: 117px;
  }

  .image-wrapper.card-author {
    margin-right: 28px;
  }

  .image.home-hero {
    position: static;
    margin-top: 0px;
  }

  .image.company-home-hero {
    width: 80%;
  }

  .image.home-course-steps {
    width: 100%;
    max-height: 550px;
  }

  .image.card-testimonial {
    max-width: 230px;
    margin-top: -27px;
  }

  .home-hero-wrapper {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-home-hero-text {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .companies-home-hero-grid {
    max-width: 720px;
    justify-items: center;
  }

  .home-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-small-588px.home-course-steps {
    margin-bottom: 40px;
  }

  .home-course-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-features-wrapper {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .home-feature-wrapper._3 {
    border-right-width: 0px;
  }

  .home-feature-number {
    font-size: 57px;
  }

  .home-course-steps-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-top.home-topics {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.other-courses {
    max-width: 743px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-top.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.latest-articles {
    max-width: 780px;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-topics-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slide-nav {
    margin-top: 40px;
  }

  .card-testimonial-content {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faqs-wrapper.contact {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-content-bottom {
    margin-left: 50px;
  }

  .faq-icon-wrapper {
    margin-right: 14px;
  }

  .cta-wrapper {
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .shape.home-hero-3 {
    left: -130.5px;
    top: -64px;
  }

  .shape.home-about-1 {
    left: 68px;
  }

  .shape.home-about-2 {
    left: auto;
    top: -87px;
    right: -73px;
  }

  .shape.home-features-1 {
    left: -170px;
    bottom: -326.891px;
  }

  .shape.home-features-2 {
    top: -321px;
    right: -118px;
  }

  .shape.home-course-steps-2 {
    right: -43px;
    bottom: 433px;
  }

  .shape.home-course-steps-3 {
    left: -128px;
    top: 109px;
  }

  .shape.testimonials-3 {
    left: -131px;
    bottom: -70px;
  }

  .shape.testimonials-4 {
    top: -133px;
    right: -117px;
  }

  .shape.home-faqs-1 {
    left: -154px;
    bottom: 62px;
  }

  .shape.home-faqs-2 {
    top: 34px;
    right: -162px;
  }

  .shape.cta-1 {
    top: -225.203px;
  }

  .shape.cta-2 {
    bottom: -205.203px;
  }

  .shape.about-hero-1 {
    left: -106.453px;
    top: -53px;
  }

  .shape.about-hero-4 {
    right: -119px;
    bottom: -55.266px;
  }

  .shape.story-1 {
    display: none;
  }

  .shape.story-2 {
    left: -45px;
    top: 40px;
  }

  .shape.story-3 {
    right: -45px;
    bottom: -45px;
  }

  .shape.courses-hero {
    top: auto;
    right: -158px;
    bottom: -54px;
  }

  .shape.courses-1 {
    left: -159px;
    bottom: -65px;
  }

  .shape.courses-2 {
    top: -104px;
    right: -109px;
  }

  .shape.course-hero-2 {
    bottom: -22px;
  }

  .shape.course-videos-hero-1 {
    left: 85px;
  }

  .shape.contact-1 {
    right: 45px;
    bottom: -92px;
  }

  .shape.password-1 {
    left: 46.642px;
  }

  .shape.password-2 {
    right: 47.915px;
  }

  .shape.not-found-1 {
    left: -63px;
  }

  .shape.not-found-2 {
    bottom: -41px;
  }

  .footer-content-top {
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .footer-newsletter-wrapper {
    width: 100%;
    max-width: 754px;
    min-width: auto;
  }

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

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -30px;
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    text-align: left;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 30px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    min-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .cart {
    z-index: 100;
  }

  .no-wrap {
    white-space: pre-wrap;
  }

  .about-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story-left-content-top {
    margin-bottom: 60px;
  }

  .story-right-content-top {
    margin-bottom: 0px;
  }

  .story-right-content-bottom {
    margin-bottom: 60px;
  }

  .values-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .experience-slide {
    margin-right: 22px;
  }

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

  .card-course-featured-content {
    max-width: none;
    padding: 40px 47px 58px;
  }

  .courses-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .course-featured-wrapper {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
  }

  .course-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .course-tabs-menu {
    margin-bottom: 60px;
  }

  .course-content-rich-text ul {
    margin-right: 72px;
  }

  .course-content-rich-text p {
    margin-bottom: 31px;
  }

  .card-get-course-content-top {
    min-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .course-price {
    font-size: 21px;
  }

  .course-compare-price {
    font-size: 21px;
  }

  .other-courses-grid {
    max-width: 743px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-features-grid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .course-videos-tabs-menu {
    margin-bottom: 75px;
  }

  .course-videos-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-hero-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-hero-popular-wrapper {
    max-width: 100%;
  }

  .post-featured-wrapper {
    max-width: 100%;
  }

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

  .categories-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-large-1122px.post {
    margin-bottom: 70px;
  }

  .latest-articles-grid {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 20px;
    grid-row-gap: 63px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text figure {
    margin-bottom: 70px;
  }

  .rich-text blockquote {
    margin-bottom: 70px;
  }

  .contact-wrapper {
    margin-bottom: 133px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-links-grid {
    grid-row-gap: 35px;
  }

  .direct-contact-links-content {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .direct-contact-links-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg.contact {
    min-height: 62%;
  }

  .blog-newsletter-wrapper {
    padding: 87px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 40px;
  }

  .form {
    position: static;
  }

  .form-block {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: auto;
    display: inline;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .header-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-header-block {
    margin-bottom: 20px;
  }

  .heading-text {
    width: auto;
    max-width: none;
    text-align: center;
  }

  .section-2-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-block-1 {
    width: 90%;
  }

  .image-3 {
    max-width: 90%;
  }

  .column-4 {
    height: auto;
    margin-bottom: 17px;
  }

  .text-block-4 {
    margin-bottom: 20px;
  }

  .div-block-6 {
    width: 90%;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 79px 40px;
    font-size: 23px;
  }

  figcaption {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-primary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.large {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-primary._2-buttons {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.cta {
    display: block;
  }

  .button-secondary {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.large {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-secondary._2-buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-secondary.category {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .button-secondary.category.all {
    margin-right: 20px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-item-wrapper {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 140px;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-logo-container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-logo {
    width: auto;
  }

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

  .section.home-hero {
    padding-bottom: 69px;
  }

  .section.bg-neutral-200.home-topics {
    padding-top: 91px;
  }

  .section.bg-neutral-200.course {
    padding-bottom: 82px;
  }

  .section.bg-neutral-200.course-videos-hero {
    padding-top: 40px;
    padding-bottom: 76px;
  }

  .section.bg-neutral-800.home-features {
    padding-top: 63px;
    padding-bottom: 68px;
  }

  .section.bg-neutral-800.testimonials {
    padding-top: 92px;
    padding-bottom: 97px;
  }

  .section.home-faqs {
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .section.about-hero {
    padding-bottom: 82px;
  }

  .section.courses-hero {
    padding-bottom: 70px;
  }

  .section.course-hero {
    padding-bottom: 70px;
  }

  .section.course-videos {
    padding-bottom: 60px;
  }

  .section.blog-hero {
    padding-bottom: 92px;
  }

  .section.utility-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.changelog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.other-courses {
    padding-top: 82px;
  }

  .utility-page-content-password {
    padding: 50px 32px;
  }

  .input.footer-newsletter {
    padding-right: 150px;
  }

  .input.blog-newsletter {
    padding-right: 160px;
  }

  ._404-title {
    margin-bottom: 25px;
  }

  .divider.card-get-course {
    width: 100%;
    min-height: 1px;
    margin: 40px 0px;
  }

  .divider.course-videos {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
  }

  .paragraph.home-about {
    margin-bottom: 50px;
  }

  .paragraph.card-testimonial {
    max-width: 626px;
  }

  .paragraph.about-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-experience {
    max-width: 449px;
  }

  .paragraph.card-about-testimonial {
    margin-bottom: 35px;
  }

  .paragraph.card-course-featured-summary {
    margin-bottom: 35px;
  }

  .paragraph.card-course-summary {
    margin-bottom: 35px;
  }

  .paragraph.course-hero {
    margin-bottom: 35px;
  }

  .paragraph.course-reviews {
    margin-bottom: 50px;
  }

  .paragraph.course-videos-hero-course-summary {
    margin-bottom: 40px;
  }

  .paragraph.course-videos-links {
    margin-bottom: 40px;
  }

  .paragraph.card-course-videos-community {
    margin-bottom: 28px;
  }

  .paragraph.post-excerpt {
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .paragraph.contact {
    margin-bottom: 35px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-about {
    max-width: 90%;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .card.bg-neutral-300.value {
    padding: 42px 30px 50px;
  }

  .card.bg-neutral-300.course-video {
    padding: 48px 30px 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.bg-neutral-300.course-videos-resource {
    padding: 40px 30px;
  }

  .card.bg-neutral-300.course-videos-community {
    padding: 48px 30px 52px;
  }

  .card.home-topic {
    padding: 42px 30px 50px;
  }

  .card.testimonial {
    padding-top: 20px;
    padding-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.faq {
    padding: 38px 25px;
  }

  .card.experience {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.about-testimonial {
    padding: 50px 40px;
  }

  .card.get-course {
    padding: 40px 35px 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.author {
    padding: 53px 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact {
    min-height: 951px;
    padding: 56px 35px;
  }

  .card.direct-contact-link {
    padding: 47px 35px 51px;
  }

  .card.default-v1 {
    padding: 50px 35px;
  }

  .card.default-v2 {
    padding: 50px 35px;
  }

  .card.default-v3 {
    padding: 50px 35px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .title.h3-size.home-features {
    margin-bottom: 40px;
  }

  .title.h3-size.post-featured {
    margin-bottom: 15px;
  }

  .title.home-topics {
    max-width: 395px;
  }

  .title.card-testimonial {
    max-width: 527px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.blog-hero-popular {
    margin-bottom: 32px;
  }

  .title.footer-menu-title {
    margin-bottom: 35px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 30px;
  }

  .title.values {
    margin-bottom: 40px;
  }

  .title.experience {
    margin-bottom: 15px;
  }

  .title.about-testimonials {
    max-width: 431px;
  }

  .title.courses {
    margin-bottom: 50px;
  }

  .title.card-get-course {
    margin-bottom: 27px;
  }

  .title.card-course-videos-resource {
    margin-bottom: 10px;
  }

  .title.blog-hero {
    margin-bottom: 50px;
  }

  .title.h5-size.post-popular {
    max-width: 409px;
  }

  .title.blog {
    margin-bottom: 35px;
  }

  .title.post-item {
    margin-bottom: 15px;
  }

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

  .title.card-direct-contact-link {
    margin-bottom: 5px;
  }

  .title.category {
    margin-right: 8px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .split-content.home-hero-left {
    margin-bottom: 83px;
  }

  .split-content.home-about-right {
    margin-bottom: 83px;
  }

  .split-content.cta-left {
    margin-bottom: 35px;
  }

  .split-content.cta-right {
    width: 100%;
    max-width: 274px;
  }

  .split-content.about-hero-right {
    margin-bottom: 83px;
  }

  .split-content.story-left {
    margin-bottom: 83px;
  }

  .split-content.course-hero-content {
    margin-bottom: 83px;
  }

  .split-content.course-right {
    margin-bottom: 83px;
  }

  .split-content.content-top-other-courses-left {
    margin-right: 30px;
  }

  .split-content.course-videos-hero-left {
    margin-bottom: 83px;
  }

  .split-content.post-about-left {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .split-content.post-about-right {
    margin-bottom: 30px;
  }

  .split-content.content-top-latest-articles-left {
    margin-bottom: 35px;
  }

  .split-content.content-top-latest-articles-right {
    margin-bottom: 35px;
  }

  .split-content.contact-left {
    margin-bottom: 83px;
  }

  .split-content.blog-newsletter-content {
    margin-bottom: 50px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
  }

  .image-wrapper.card-experience-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 30px;
  }

  .image-wrapper.post-popular {
    max-width: 34%;
    margin-right: 20px;
  }

  .image-wrapper.post {
    margin-bottom: 98px;
  }

  .image-wrapper.post-author {
    margin-right: 20px;
  }

  .image-wrapper.card-author {
    width: 140px;
    max-height: 140px;
    min-height: 140px;
    min-width: 140px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .image-wrapper.card-direct-contact-link {
    margin-bottom: 25px;
  }

  .image.home-course-steps {
    max-height: 450px;
  }

  .image.card-testimonial {
    max-width: 192px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image.card-testimonial-logo {
    margin-bottom: 25px;
  }

  .image.card-about-testimonial {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }

  .order-item-wrapper {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .home-hero-wrapper {
    margin-bottom: 82px;
  }

  .home-hero-about-teacher-wrapper {
    margin-bottom: 50px;
  }

  ._2-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .companies-home-hero-text {
    margin-bottom: 25px;
  }

  .companies-home-hero-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .card-home-about-rol {
    margin-bottom: 20px;
  }

  .home-course-steps-wrapper {
    margin-bottom: 50px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-features-wrapper {
    max-width: 615px;
    grid-row-gap: 30px;
  }

  .home-feature-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-feature-number {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .home-course-steps-content {
    max-width: none;
    margin-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-top.experience {
    margin-bottom: 50px;
  }

  .content-top.other-courses {
    margin-bottom: 40px;
  }

  .content-top.blog {
    margin-bottom: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.latest-articles {
    margin-bottom: 5px;
  }

  .content-top.blog-category {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-topics-grid {
    margin-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-topic-icon {
    width: 150%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 27px;
  }

  .container-medium-728px.testimonials {
    margin-bottom: 50px;
  }

  .slide-nav {
    margin-top: 30px;
  }

  .card-testimonial-content-bottom {
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .card-testimonial-name-wrapper {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .container-medium-661px.faqs {
    margin-bottom: 40px;
  }

  .faqs-wrapper {
    margin-bottom: 50px;
  }

  .space.faq {
    min-height: 14px;
  }

  .cta-wrapper {
    padding: 53px;
  }

  .shape.home-hero-3 {
    left: -158.5px;
    top: -17px;
    display: none;
  }

  .shape.home-about-1 {
    left: 1px;
    bottom: -23px;
  }

  .shape.home-about-2 {
    top: -30px;
    right: -96px;
    display: none;
  }

  .shape.home-features-1 {
    bottom: -203.891px;
  }

  .shape.home-features-2 {
    top: -227px;
  }

  .shape.home-course-steps-1 {
    bottom: -18px;
  }

  .shape.home-course-steps-2 {
    bottom: 328px;
  }

  .shape.home-course-steps-3 {
    left: -130px;
    top: 70px;
  }

  .shape.home-topics-2 {
    bottom: 97px;
  }

  .shape.testimonials-2 {
    top: -20px;
  }

  .shape.testimonials-3 {
    left: -71px;
    bottom: -27px;
    display: none;
  }

  .shape.testimonials-4 {
    top: -58px;
    right: -69px;
    display: none;
  }

  .shape.cta-1 {
    top: -143.203px;
  }

  .shape.cta-2 {
    bottom: -142.203px;
  }

  .shape.about-hero-1 {
    top: 116px;
  }

  .shape.about-hero-2 {
    bottom: -24px;
  }

  .shape.about-hero-3 {
    right: -16px;
  }

  .shape.values-1 {
    bottom: -20px;
  }

  .shape.values-2 {
    top: -20px;
  }

  .shape.experience-1 {
    left: auto;
    top: -14px;
  }

  .shape.experience-2 {
    left: -15px;
    right: auto;
    bottom: -45px;
  }

  .shape.about-testimonials-1 {
    bottom: -20px;
  }

  .shape.about-testimonials-2 {
    top: -20px;
  }

  .shape.courses-hero {
    right: -130px;
    bottom: -51px;
  }

  .shape.courses-1 {
    bottom: 531px;
  }

  .shape.course-hero-1 {
    top: -40px;
  }

  .shape.course-hero-2 {
    right: -86px;
    bottom: -23px;
  }

  .shape.course-reviews-1 {
    top: -19px;
  }

  .shape.course-videos-hero-1 {
    left: 50px;
  }

  .shape.contact-1 {
    right: -107px;
    bottom: -74px;
  }

  .shape.direct-contact-links-1 {
    left: -120px;
  }

  .shape.password-1 {
    left: -21.358px;
  }

  .shape.password-2 {
    right: -19.085px;
  }

  .shape.not-found-1 {
    left: auto;
    top: 15px;
    right: -90px;
    bottom: auto;
  }

  .shape.not-found-2 {
    bottom: -90px;
  }

  .shape.not-found-3 {
    left: -141px;
    top: -128.497px;
  }

  .shape.not-found-4 {
    top: 9.5px;
    right: -164px;
    display: none;
  }

  .footer-small-print {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-content-top {
    margin-bottom: 53px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-content {
    margin-bottom: 64px;
  }

  .footer-menu {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -35px;
    padding-top: 30px;
  }

  .no-wrap {
    white-space: pre-wrap;
  }

  .about-hero-features-grid {
    margin-bottom: 40px;
  }

  .story-left-content-top {
    margin-bottom: 50px;
  }

  .story-right-content-bottom {
    margin-bottom: 50px;
  }

  .values-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-value-icon {
    width: 113px;
    max-height: 113px;
    min-height: 113px;
    min-width: 113px;
    margin-bottom: 27px;
  }

  .experience-mask {
    max-width: 100%;
  }

  .card-experience-content-top {
    margin-bottom: 20px;
  }

  .card-experience-grid {
    margin-bottom: 40px;
  }

  .container-medium-795px.about-testimonials {
    margin-bottom: 40px;
  }

  .about-testimonials-wrapper {
    margin-bottom: 40px;
  }

  .values-wrapper {
    margin-bottom: 50px;
  }

  .container-medium-671px.courses-hero {
    margin-bottom: 50px;
  }

  .card-course-featured-content {
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .courses-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-course-content {
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .courses-wrapper {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
  }

  .course-tabs-menu {
    margin-bottom: 50px;
  }

  .course-tab-link {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    white-space: normal;
  }

  .course-content-rich-text ul {
    margin-right: 50px;
  }

  .course-content-rich-text p {
    margin-bottom: 26px;
  }

  .card-get-course-content-top {
    min-width: auto;
  }

  .other-courses-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-videos-tabs-menu {
    margin-bottom: 60px;
  }

  .course-videos-tab-link {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    white-space: normal;
  }

  .course-videos-hero-course-features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-videos-title-wrapper {
    margin-bottom: 40px;
  }

  .card-course-video-button {
    margin-right: 0px;
    margin-bottom: 26px;
  }

  .card-course-videos-resource-icon-wrapper {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-right: 20px;
  }

  .card-course-videos-community-content {
    max-width: 526px;
  }

  .blog-hero-grid {
    grid-row-gap: 83px;
  }

  .post-content-top {
    margin-bottom: 10px;
  }

  .post-popular-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .categories-wrapper {
    margin-right: -20px;
    margin-bottom: -20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .container-large-1122px.post {
    margin-bottom: 58px;
    text-align: left;
  }

  .post-about-wrapper {
    margin-bottom: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .latest-articles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-author-content-top {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 27px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 47px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 42px;
    margin-bottom: 58px;
  }

  .rich-text h3 {
    margin-top: 47px;
  }

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 47px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 47px;
    margin-bottom: 58px;
  }

  .rich-text h6 {
    margin-top: 47px;
  }

  .rich-text h4 {
    margin-top: 47px;
  }

  .rich-text h5 {
    margin-top: 47px;
  }

  .contact-wrapper {
    margin-bottom: 111px;
  }

  .contact-links-grid {
    grid-row-gap: 30px;
  }

  .contact-link-icon {
    margin-right: 13px;
  }

  .contact-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-direct-contact-link-text {
    margin-bottom: 13px;
  }

  .bg.contact {
    min-height: 56%;
  }

  .blog-newsletter-wrapper {
    padding: 72px 35px;
  }

  .category-title-wrapper.course-levels {
    margin-bottom: 50px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-size-h3 {
    font-size: 23px;
  }

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

  .text-block {
    width: 103%;
  }

  .section-1-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-text {
    padding-right: 27px;
    padding-left: 27px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    max-width: 90%;
    text-align: left;
  }

  .column-5 {
    margin-bottom: 50px;
    padding-left: 27px;
  }

  .column-6 {
    padding-left: 27px;
  }

  .column-7 {
    margin-top: -47px;
    margin-bottom: 50px;
    padding-left: 16px;
  }

  .div-block-5 {
    margin-left: 20px;
  }

  .div-block-6 {
    width: 90%;
    max-width: none;
    margin-left: 20px;
  }

  .text-block-11 {
    width: auto;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  li {
    margin-bottom: 13px;
  }

  blockquote {
    padding: 66px 25px;
    font-size: 20px;
  }

  figcaption {
    margin-top: 20px;
    font-size: 14px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
  }

  .button-primary.small {
    font-size: 16px;
  }

  .button-primary.small.footer-newsletter {
    position: static;
    margin-top: 20px;
    padding: 24px 20px;
    font-size: 18px;
    line-height: 1.111em;
  }

  .button-primary.large {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-primary._2-buttons {
    margin-right: 0px;
  }

  .button-primary.blog-newsletter {
    position: static;
    margin-top: 20px;
  }

  .button-secondary {
    display: block;
  }

  .button-secondary.large {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.pagination {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 130px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    width: 160px;
  }

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

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

  .section.home-hero {
    padding-bottom: 60px;
  }

  .section.bg-neutral-200.home-topics {
    padding-top: 73px;
  }

  .section.bg-neutral-200.course {
    padding-bottom: 66px;
  }

  .section.bg-neutral-200.course-videos-hero {
    padding-bottom: 60px;
  }

  .section.bg-neutral-800.home-features {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.bg-neutral-800.testimonials {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .section.home-faqs {
    padding-top: 78px;
    padding-bottom: 69px;
  }

  .section.about-hero {
    padding-bottom: 66px;
  }

  .section.courses-hero {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.course-hero {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.course-videos {
    padding-top: 40px;
  }

  .section.blog-hero {
    padding-top: 30px;
    padding-bottom: 74px;
  }

  .section.post {
    padding-top: 30px;
  }

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

  .section.course-levels {
    padding-top: 30px;
  }

  .section.blog-category {
    padding-top: 30px;
  }

  .section.utility-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.other-courses {
    padding-top: 66px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding: 60px 16px;
  }

  .utility-page-content-password {
    padding: 40px 25px;
  }

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

  .input.footer-newsletter {
    min-height: 68px;
    padding-right: 20px;
  }

  .input.blog-newsletter {
    min-height: 68px;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 110px;
  }

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

  .divider.card-testimonial {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .divider.card-get-course {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .divider.course-videos {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph.home-hero {
    margin-bottom: 30px;
  }

  .paragraph.home-about {
    margin-bottom: 40px;
  }

  .paragraph.about-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-about-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.card-course-featured-summary {
    margin-bottom: 30px;
  }

  .paragraph.card-course-summary {
    margin-bottom: 30px;
  }

  .paragraph.course-hero {
    margin-bottom: 30px;
  }

  .paragraph.course-reviews {
    margin-bottom: 40px;
  }

  .paragraph.course-videos-hero-course-summary {
    margin-bottom: 35px;
  }

  .paragraph.card-course-videos-community {
    margin-bottom: 23px;
  }

  .paragraph.post-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.card-author {
    max-width: 356px;
    margin-bottom: 35px;
  }

  .paragraph.contact {
    margin-bottom: 30px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-about {
    max-width: 95%;
    margin-top: -121px;
    padding: 33px 25px 40px;
  }

  .card.bg-neutral-300.home-course-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.bg-neutral-300.value {
    padding: 35px 25px 42px;
  }

  .card.bg-neutral-300.course-video {
    padding: 40px 25px 48px;
  }

  .card.bg-neutral-300.course-videos-resource {
    padding: 33px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.bg-neutral-300.course-videos-community {
    padding: 40px 25px 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.home-topic {
    width: 100%;
    height: 200px;
    padding: 35px 25px 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.testimonial {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.experience {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card.about-testimonial {
    padding: 42px 25px;
  }

  .card.get-course {
    padding: 33px 25px 43px;
  }

  .card.author {
    padding: 44px 25px;
  }

  .card.contact {
    min-height: 933px;
    padding: 47px 25px;
  }

  .card.direct-contact-link {
    padding: 40px 25px 43px;
  }

  .card.default-v1 {
    padding: 42px 25px;
  }

  .card.default-v2 {
    padding: 42px 25px;
  }

  .card.default-v3 {
    padding: 42px 25px;
  }

  .checkout-form {
    padding-bottom: 82px;
  }

  .checkout-block-header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .checkout-block-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .title.order-item-title {
    font-size: 18px;
  }

  .title.h3-size {
    font-size: 21px;
  }

  .title.h3-size.home-features {
    margin-bottom: 35px;
  }

  .title.h3-size.post-featured {
    max-width: 380px;
    margin-bottom: 10px;
  }

  .title.card-home-course-step {
    margin-left: 8px;
    font-size: 16px;
  }

  .title.home-topics {
    max-width: 313px;
  }

  .title.card-home-topic {
    margin-top: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.blog-hero-popular {
    margin-bottom: 30px;
  }

  .title.footer-menu-title {
    margin-bottom: 30px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title.experience {
    margin-bottom: 10px;
  }

  .title.card-experience {
    margin-bottom: 4px;
  }

  .title.about-testimonials {
    overflow: visible;
    max-width: 366px;
  }

  .title.courses {
    margin-bottom: 40px;
  }

  .title.card-get-course {
    margin-bottom: 20px;
  }

  .title.card-course-videos-resource {
    font-size: 20px;
  }

  .title.card-course-videos-community {
    margin-bottom: 6px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.post-popular {
    max-width: 358px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.post-item {
    max-width: 380px;
    margin-bottom: 10px;
  }

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

  .title.h1-size {
    font-size: 30px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.home-hero-left {
    margin-bottom: 60px;
  }

  .split-content.home-about-right {
    margin-bottom: 60px;
  }

  .split-content.cta-left {
    margin-bottom: 30px;
  }

  .split-content.cta-right {
    max-width: none;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.about-hero-right {
    margin-bottom: 60px;
  }

  .split-content.story-left {
    margin-bottom: 60px;
  }

  .split-content.content-bottom-card-about-testimonial-left {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.course-hero-content {
    margin-bottom: 60px;
  }

  .split-content.course-right {
    margin-bottom: 60px;
  }

  .split-content.content-top-other-courses-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.course-videos-hero-left {
    margin-bottom: 60px;
  }

  .split-content.card-course-video-left {
    margin-right: 0px;
  }

  .split-content.post-about-left {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .split-content.post-about-right {
    margin-bottom: 0px;
  }

  .split-content.content-top-latest-articles-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.content-top-latest-articles-right {
    margin-bottom: 0px;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .split-content.blog-newsletter-content {
    margin-bottom: 40px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .image-wrapper.home-hero-about-teacher {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .image-wrapper.home-about {
    max-width: 95%;
  }

  .image-wrapper.card-experience-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 28px;
  }

  .image-wrapper.post-popular {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .image-wrapper.post-item {
    margin-bottom: 28px;
  }

  .image-wrapper.post {
    margin-bottom: 82px;
  }

  .image-wrapper.post-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-author {
    margin-bottom: 20px;
  }

  .image-wrapper.card-direct-contact-link {
    width: 92px;
    max-height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-bottom: 20px;
  }

  .image.card-testimonial {
    margin-bottom: 25px;
  }

  .image.about-hero-feature-icon {
    width: 22px;
    max-height: 22px;
    min-height: 22px;
    min-width: 22px;
    margin-right: 10px;
  }

  .image.card-about-testimonial-logo {
    margin-bottom: 20px;
  }

  .image.card-about-testimonial {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image.video-preview-button-icon {
    left: 4px;
  }

  .image.course-feature-icon {
    margin-right: 10px;
  }

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

  .home-hero-wrapper {
    margin-bottom: 66px;
  }

  .home-hero-about-teacher-wrapper {
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-about-teacher-content {
    margin-bottom: 15px;
  }

  .home-hero-about-teacher-name {
    font-size: 18px;
  }

  .home-hero-about-teacher-rol {
    font-size: 16px;
  }

  .companies-home-hero-text {
    margin-bottom: 20px;
  }

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

  .card-home-about-rol {
    margin-bottom: 15px;
    font-size: 16px;
  }

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

  .home-course-steps-wrapper {
    margin-bottom: 40px;
  }

  .home-features-wrapper {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .home-feature-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-feature-wrapper._2 {
    border-right-width: 0px;
  }

  .home-feature-wrapper._3 {
    border-right-width: 1px;
  }

  .home-feature-wrapper._4 {
    border-right-width: 0px;
  }

  .home-feature-number {
    font-size: 40px;
  }

  .home-feature-text {
    font-size: 16px;
    white-space: normal;
  }

  .home-course-steps-content {
    margin-bottom: 40px;
  }

  .card-home-course-step-content-top {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .card-home-course-step-number {
    width: 33px;
    max-height: 33px;
    min-height: 33px;
    min-width: 33px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .content-top.experience {
    margin-bottom: 40px;
  }

  .content-top.other-courses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .content-top.blog {
    margin-bottom: 50px;
  }

  .content-top.latest-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 50px;
  }

  .home-topics-grid {
    margin-bottom: 40px;
  }

  .card-home-topic-icon {
    width: 70px;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 20px;
  }

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

  .container-medium-728px.testimonials {
    margin-bottom: 40px;
  }

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

  .card-testimonial-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-testimonial-rol {
    font-size: 16px;
  }

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

  .faqs-wrapper {
    margin-bottom: 40px;
  }

  .faq-content-bottom {
    margin-left: 0px;
  }

  .faq-icon-wrapper {
    margin-right: 10px;
  }

  .cta-wrapper {
    padding: 50px 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .shape.home-hero-1 {
    left: -38px;
    bottom: -16px;
  }

  .shape.home-hero-2 {
    right: -37px;
  }

  .shape.home-hero-3 {
    left: -110.5px;
    top: -37px;
    width: 69%;
  }

  .shape.home-about-2 {
    top: 120px;
    right: -115px;
  }

  .shape.home-features-1 {
    left: -96px;
    bottom: -98.891px;
  }

  .shape.home-features-2 {
    top: -96px;
    right: -109px;
  }

  .shape.home-course-steps-2 {
    bottom: 305px;
  }

  .shape.home-topics-1 {
    top: 391px;
  }

  .shape.home-topics-2 {
    bottom: 180px;
  }

  .shape.testimonials-1 {
    bottom: 48px;
  }

  .shape.cta-1 {
    top: -56.203px;
  }

  .shape.cta-2 {
    bottom: -57.203px;
  }

  .shape.about-hero-1 {
    top: -18px;
    display: none;
  }

  .shape.about-hero-2 {
    bottom: -21px;
  }

  .shape.about-hero-3 {
    top: -17px;
    right: -14px;
  }

  .shape.story-2 {
    left: -37px;
  }

  .shape.story-3 {
    right: -38px;
    bottom: -18px;
  }

  .shape.experience-2 {
    bottom: -19px;
  }

  .shape.courses-hero {
    right: -93px;
    display: none;
  }

  .shape.course-hero-1 {
    left: -11px;
    top: -13px;
  }

  .shape.course-hero-2 {
    display: none;
  }

  .shape.course-reviews-2 {
    bottom: -17px;
  }

  .shape.course-videos-hero-1 {
    left: -89px;
    bottom: -18px;
  }

  .shape.course-videos-hero-2 {
    top: -14px;
    right: -65px;
  }

  .shape.contact-1 {
    bottom: -43px;
    display: none;
  }

  .shape.contact-2 {
    left: -11px;
  }

  .shape.contact-3 {
    top: -17px;
  }

  .shape.direct-contact-links-1 {
    top: -13px;
  }

  .shape.direct-contact-links-2 {
    bottom: -18px;
  }

  .shape.password-1 {
    left: 4.642px;
    bottom: 50.832px;
  }

  .shape.password-2 {
    top: 41.355px;
    right: -23.085px;
  }

  .shape.not-found-1 {
    top: -60px;
  }

  .shape.not-found-2 {
    right: 15px;
    bottom: -68px;
  }

  .shape.not-found-3 {
    left: -211px;
    top: -158.497px;
  }

  .footer-content-top {
    margin-bottom: 44px;
  }

  .footer-content {
    margin-bottom: 51px;
  }

  .footer-menu {
    margin-bottom: 0px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-social-media-wrapper {
    width: 100%;
    max-width: 300px;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-social-media-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -32px;
  }

  .dropdown-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-wrapper {
    width: 20px;
  }

  .no-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: pre-wrap;
  }

  .cart-header {
    padding: 15px 16px;
  }

  .about-hero-features-grid {
    margin-bottom: 35px;
  }

  .about-hero-feature-wrapper {
    font-size: 16px;
  }

  .story-left-content-top {
    margin-bottom: 40px;
  }

  .story-right-content-bottom {
    margin-bottom: 40px;
  }

  .values-grid {
    margin-bottom: 40px;
  }

  .card-value-icon {
    width: 94px;
    max-height: 94px;
    min-height: 94px;
    min-width: 94px;
    margin-bottom: 20px;
  }

  .card-experience-content-top {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-experience-rol {
    font-size: 16px;
  }

  .card-experience-list-wrapper {
    font-size: 16px;
  }

  .card-experience-list-dot {
    margin-right: 6px;
  }

  .card-experience-date {
    font-size: 16px;
  }

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

  .card-about-testimonial-rol {
    font-size: 16px;
  }

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

  .container-medium-671px.courses-hero {
    margin-bottom: 40px;
  }

  .card-course-featured-content {
    padding: 33px 25px 40px;
  }

  .card-course-featured-content-bottom {
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .card-course-featured-badge {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .link-underline.card-course-featured {
    margin-bottom: 25px;
  }

  .link-underline.card-course {
    margin-right: 30px;
    margin-bottom: 25px;
  }

  .card-course-content {
    padding: 33px 25px 40px;
  }

  .card-course-content-bottom {
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .card-course-level {
    margin-bottom: 25px;
  }

  .card-course-price {
    margin-bottom: 6px;
  }

  .empty-state.cart-empty {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .video-preview-button {
    width: 28%;
    max-height: 50%;
    min-height: 50%;
    min-width: 28%;
  }

  .course-tabs-menu {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-tab-link {
    padding: 20px 0px;
    font-size: 18px;
  }

  .course-content-rich-text ul {
    display: block;
    margin-right: 0px;
  }

  .course-content-rich-text p {
    margin-bottom: 22px;
  }

  .add-cart-option-list {
    margin-bottom: 15px;
  }

  .course-price-wrapper {
    margin-bottom: 30px;
  }

  .course-price {
    font-size: 19px;
  }

  .course-compare-price {
    font-size: 19px;
  }

  .select-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .course-features-grid {
    max-width: 300px;
  }

  .course-feature-wrapper {
    font-size: 16px;
  }

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

  .course-videos-tabs-menu {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-videos-tab-link {
    padding: 20px 0px;
    font-size: 18px;
  }

  .card-course-video-button {
    margin-bottom: 20px;
  }

  .card-course-video-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card-course-video-duration {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .card-course-videos-resource-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-course-videos-community-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .blog-hero-grid {
    grid-row-gap: 70px;
  }

  .post-content-top {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .post-content-top-divider {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .post-popular-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-grid {
    grid-row-gap: 60px;
  }

  .categories-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .category-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }

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

  .container-large-1122px.post {
    margin-bottom: 48px;
  }

  .post-about-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-author-link {
    margin-bottom: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-author-content {
    margin-bottom: 15px;
  }

  .post-author-name {
    font-size: 18px;
  }

  .post-author-rol {
    font-size: 16px;
  }

  .latest-articles-grid {
    grid-row-gap: 60px;
  }

  .card-author-content-top {
    margin-bottom: 15px;
  }

  .rich-text p {
    margin-bottom: 23px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 40px;
  }

  .rich-text h3 {
    margin-top: 40px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 40px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
  }

  .rich-text h5 {
    margin-top: 40px;
  }

  .contact-wrapper {
    margin-bottom: 93px;
  }

  .contact-links-grid {
    grid-row-gap: 25px;
  }

  .contact-link {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .contact-link-icon {
    width: 35px;
    max-height: 35px;
    min-height: 35px;
    min-width: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .contact-link-icon.icon-size-22px {
    font-size: 19px;
  }

  .text-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-direct-contact-link-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .bg.contact {
    min-height: 58%;
  }

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

  .blog-newsletter-wrapper {
    padding: 60px 25px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .category-title-wrapper.course-levels {
    margin-bottom: 40px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 30px;
  }

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

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

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

  .heading-size-h3 {
    font-size: 21px;
  }

  .form-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo {
    width: 70%;
    margin-left: 0px;
  }

  .logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-1-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
  }

  .copyright-block {
    font-size: 13px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .links {
    width: 200px;
    max-width: 400px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-block-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    width: 100%;
    max-width: none;
  }

  .paragraph-5 {
    white-space: pre-wrap;
  }

  .text-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-5 {
    margin-bottom: 30px;
  }

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

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-5 {
    margin-left: 10px;
  }

  .div-block-6 {
    margin-left: 10px;
  }

  .div-block-8 {
    display: -ms-grid;
    display: grid;
    width: 90%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 45% 16px 45%;
    grid-template-columns: 45% 45%;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

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

  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_97e55b34-bf73-a828-f335-cb5419b8210a-4ee4a3fc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_35d92163-7982-08e5-b069-0245323537b1-4ee4a3fc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_96dfe987-8808-3029-a239-d97bbbe5a0cd-4ee4a3fc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_3cc8bd4a-b1f8-52b0-073c-c011934ef25c-4ee4a3fc {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-4fe4a40e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@font-face {
  font-family: "Icons Course X Template";
  src: url("../fonts/partner/icons-course-x-template.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/partner/PlusJakartaDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/partner/PlusJakartaDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../fonts/partner/PlusJakartaDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
