.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-previous-icon {
  margin-right: 4px;
}

.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-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-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@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;
  }
}

body {
  font-family: 'Jakarta Display', sans-serif;
  color: #69697b;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0b0b2c;
  font-size: 60px;
  line-height: 1.133em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0b0b2c;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h3 {
  margin-top: 16px;
  margin-bottom: 20px;
  color: #0b0b2c;
  font-size: 25px;
  line-height: 1.36em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0b0b2c;
  font-size: 23px;
  line-height: 1.36em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0b0b2c;
  font-size: 18px;
  line-height: 1.222em;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #0b0b2c;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #083950;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #052433;
}

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

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

li {
  margin-bottom: 10px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #0b0b2c;
  font-weight: 500;
}

strong {
  color: #0b0b2c;
  font-weight: 500;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 60px;
  border-left: 0px solid #000;
  border-radius: 24px;
  background-color: #fff;
  background-image: url('../images/icon-block-quote-academy-template.svg');
  background-position: 50% 20%;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.03), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 8px 24px 0 rgba(52, 52, 255, 0.05);
  font-size: 24px;
  line-height: 1.583em;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

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

.faq-wrapper {
  overflow: hidden;
  padding: 55px 42px 40px;
  border-top: 1px solid #cfcfdb;
  text-align: left;
  cursor: pointer;
}

.faq-wrapper.last {
  border-bottom: 1px solid #cfcfdb;
}

.error-message-text {
  color: #ff1833;
}

.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;
}

.why-us-icon {
  margin-right: 48px;
}

.event-date-wrapper {
  margin-right: 40px;
  white-space: nowrap;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.card:hover {
  box-shadow: 0 5px 18px 0 rgba(11, 11, 44, 0.04), 0 1px 2px 0 rgba(11, 11, 44, 0.02), 0 3px 15px 0 rgba(52, 52, 255, 0.05);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 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-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  box-shadow: 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
}

.card.empty-state:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.empty-state.blog {
  padding-right: 44px;
  padding-left: 44px;
}

.card.videos-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 963px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  box-shadow: 0 11px 15px 0 rgba(52, 52, 255, 0.05);
}

.card.videos-details:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.newsletter {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 348px;
  padding: 40px 30px 62px;
  -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;
  background-color: #083950;
  box-shadow: none;
  text-align: center;
}

.card.newsletter:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.visit-us {
  border-radius: 24px;
}

.card.visit-us:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.visit-us.detail-card {
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  box-shadow: none;
}

.card.visit-us.lehrgang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

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

.card.events:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.course-files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 14px;
  box-shadow: 0 6px 14px 0 rgba(52, 52, 255, 0.04);
  color: #cfcfdb;
  line-height: 1.667em;
}

.card.course-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 33px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 18px;
  box-shadow: 0 6px 14px 0 rgba(52, 52, 255, 0.04);
  color: #69697b;
  line-height: 1.667em;
}

.card.course-video:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.card.teachers {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 25px;
  padding-bottom: 32px;
  padding-left: 25px;
  -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-radius: 24px;
  text-align: center;
}

.card.teachers:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.cart {
  max-width: 520px;
  min-width: 350px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.card.cart:hover {
  box-shadow: 17px 10px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.contact-us {
  margin-bottom: 0px;
  padding: 56px 78px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
}

.card.contact-us:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.videos-community {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 36px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 14px;
  box-shadow: 0 6px 14px 0 rgba(52, 52, 255, 0.04);
  color: #69697b;
  line-height: 1.667em;
}

.card.password {
  max-width: 560px;
  margin-bottom: 0px;
  padding: 72px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  text-align: center;
}

.card.password:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.more-information {
  min-height: 100%;
  padding: 48px 32px;
}

.card.more-information.email {
  min-width: 361px;
}

.card.course-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: block;
  max-width: 402px;
  padding: 24px 26px 51px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
}

.card.course {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  max-width: 402px;
  padding: 24px 26px 51px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
}

.card.course:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.event {
  max-width: 429px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
}

.card.event:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

.empty-state-text {
  color: #69697b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visit-us-icon {
  margin-right: 12px;
}

.visit-us-icon.location {
  position: relative;
  top: 3px;
}

.visit-us-phone-number-text {
  line-height: 1.444em;
}

.event-location-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;
}

.event-location-wrapper.list {
  width: 100%;
}

.event-location-wrapper.in-list {
  width: 100%;
  margin-top: 10px;
}

.courses-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

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

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

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

.select {
  min-height: 60px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.select:hover {
  border-color: #083950;
  color: #69697b;
}

.select:focus {
  border-color: #083950;
  color: #0b0b2c;
  font-size: 18px;
  line-height: 1.111em;
}

.select::-webkit-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.select:-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.select::-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.select::placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.newsletter-events-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;
}

.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;
}

.color-content {
  padding: 22px 16px 24px;
}

.about-us-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 320px;
  max-width: 1452px;
  margin-top: 83px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-details-text {
  color: #0b0b2c;
  line-height: 1.111em;
}

.event-details-text._2 {
  font-size: 20px;
  line-height: 1.1em;
}

.event-details-text.divider-text {
  margin-right: 10px;
  margin-left: 10px;
}

.typography-details {
  color: #083950;
  font-weight: 500;
}

.title.course-video {
  margin-top: 0px;
  margin-bottom: 8px;
}

.title.product-cart {
  margin-bottom: 4px;
  color: #0b0b2c;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.title.product-cart:hover {
  color: #083950;
}

.title.videos {
  margin-top: 0px;
  margin-bottom: 12px;
}

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

.title.files {
  margin-top: 0px;
  margin-bottom: 16px;
}

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

.title.latest-courses {
  margin-bottom: 0px;
  text-align: center;
}

.title.newsletter {
  margin-bottom: 8px;
  color: #0b0b2c;
  font-size: 24px;
  line-height: 1.083em;
  font-weight: 500;
}

.title.companies {
  color: #0b0b2c;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.title.newsletter-blog {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
}

.title.teachers {
  margin-top: 27px;
  margin-bottom: 0px;
  font-size: 25px;
}

.title.post-featured {
  color: #fff;
  font-size: 40px;
}

.title.more-information-card {
  margin-top: 0px;
  margin-bottom: 32px;
}

.title.testimonial {
  margin-bottom: 15px;
  color: #fff;
}

.title.why-us {
  margin-bottom: 0px;
}

.title.visit-us {
  margin-top: 0px;
}

.title.video-hero {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.25em;
}

.title.post-card {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.post-card:hover {
  color: #083950;
}

.title.testimonials {
  margin-bottom: 40px;
}

.title.choose {
  margin-bottom: 10px;
}

.title.newsletter-events {
  color: #fff;
}

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

.title.why-us-content {
  margin-top: 0px;
  margin-bottom: 10px;
}

.title.course {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.course:hover {
  color: #083950;
}

.title.contact-us {
  margin-bottom: 20px;
}

.title._404 {
  color: #fff;
  font-size: 50px;
}

.title.why-study {
  margin-top: 0px;
  margin-bottom: 10px;
}

.title.card-event {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.card-event:hover {
  color: #083950;
}

.title.card-event.alpha80 {
  opacity: 1;
  color: #6597b9;
  font-weight: 400;
}

.title.videos-community {
  margin-top: 0px;
  margin-bottom: 32px;
}

.title.new-teachers {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 18px;
}

.title.your-cart {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
}

.title.cta {
  color: #fff;
}

.title.files-resources {
  color: #0b0b2c;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.title.course-page {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.136em;
}

.title.course-content {
  margin-bottom: 34px;
}

.title.reviews {
  margin-bottom: 41px;
}

.title.about-course {
  margin-bottom: 22px;
}

.title.event {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.2em;
}

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

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

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

.student-work {
  color: #69697b;
  line-height: 1.556em;
}

.student-name {
  margin-bottom: 5px;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.slider-wrapper {
  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;
}

.mega-menu-column-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;
}

.paragraph.cta {
  margin-bottom: 40px;
  color: #fff;
}

.paragraph.about-us {
  max-width: 501px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.paragraph.about-us.no-margin {
  margin-bottom: 0px;
}

.paragraph.our-story-bold {
  margin-top: 27px;
  font-size: 24px;
  line-height: 1.583em;
  font-weight: 500;
}

.paragraph.post-featured {
  margin-bottom: 0px;
  color: #fff;
  line-height: 1.667em;
}

.paragraph.teachers-text {
  margin-bottom: 32px;
}

.paragraph.events {
  max-width: 501px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.new-teachers {
  position: relative;
  z-index: 1;
  max-width: 481px;
  margin-bottom: 27px;
}

.paragraph.newsletter-events {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.testimonial {
  max-width: 558px;
  margin-bottom: 0px;
  color: #fff;
}

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

.paragraph.newsletter-blog {
  margin-bottom: 33px;
  color: #fff;
}

.paragraph.about-section {
  margin-bottom: 48px;
}

.paragraph.hero {
  max-width: 579px;
  margin-top: 27px;
  margin-bottom: 48px;
}

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

.paragraph._404 {
  color: #fff;
}

.paragraph.faq {
  max-width: 777px;
}

.paragraph.courses {
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.slide {
  max-width: 671px;
}

.paragraph.more-information {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.teachers {
  max-width: 501px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.course-description {
  max-width: 547px;
  margin-bottom: 30px;
}

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

.paragraph.blog-category {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

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

.header-logo {
  width: auto;
  max-height: 65px;
}

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

.container-default-1209px.top-space {
  margin-top: 100px;
}

.links-block._2 {
  max-width: 51%;
}

.spacer.more-information-social-media {
  min-height: 16px;
}

.spacer.resources-center {
  width: 48px;
}

.spacer.why-us {
  height: 56px;
}

.spacer.files {
  height: 27px;
}

.spacer.videos-community {
  height: 27px;
}

.spacer.achievement {
  width: 12vw;
}

.spacer.more-information {
  min-height: 34px;
}

.spacer.faq {
  height: 12px;
}

.spacer._2-buttons {
  width: 27px;
}

.spacer.links-footer {
  width: 53px;
}

.spacer.about-images {
  min-width: 2vw;
}

.spacer.visit-us {
  width: 2vw;
}

.spacer.course-videos {
  height: 27px;
  max-width: 4px;
  margin-left: 65px;
  background-color: #083950;
}

.spacer.videos-details {
  width: 47px;
}

.spacer.header-right {
  width: 24px;
}

.spacer.about-course {
  min-height: 300px;
}

.spacer.course-content {
  width: 4vw;
}

.spacer.course {
  width: 60px;
}

.spacer.course-details {
  min-height: 24px;
  margin-top: 0px;
}

.spacer.event-detail {
  height: 22px;
}

.spacer.teacher {
  min-width: 5vw;
}

.spacer.skills {
  width: 2vw;
}

.spacer.hero {
  min-width: 4%;
}

.spacer.social-media-footer {
  width: 14px;
}

.spacer.social-media-teacher {
  width: 31px;
}

.button-primary {
  padding: 18px 24px;
  border-radius: 4px;
  background-color: #083950;
  -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;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #052433;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-primary.newsletter-blog {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
  color: #083950;
}

.button-primary.newsletter-blog:hover {
  background-color: #052433;
  color: #fff;
}

.button-primary.relative-z1 {
  position: relative;
  z-index: 1;
}

.button-primary.small {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 18px;
}

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

.button-primary.large {
  padding: 22px 32px;
  font-size: 18px;
  line-height: 20px;
}

.button-primary.large.full-width {
  width: 100%;
}

.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.card-detail {
  position: relative;
  margin-top: 20px;
  float: right;
}

.button-primary.card-detail.lehrgang {
  margin-right: 20px;
}

.button-primary.filter {
  height: 60px;
  margin-top: 35px;
}

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

.faq-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;
}

.achievement-category {
  color: #083950;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.container-fw.video-tabs {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fw.video-card-details {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, #fafafa));
  background-image: linear-gradient(180deg, #fff 50%, #fafafa 0);
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #083950;
}

.bg-post-featured-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0b0b2c;
  opacity: 0.69;
}

.blog-hero-wrapper {
  margin-bottom: 80px;
}

.testimonial-students-wrapper {
  text-align: center;
}

.why-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

.testimonial-student-image {
  width: 62px;
  height: 62px;
  margin-right: 18px;
  border-radius: 100px;
}

.testimonial-content {
  padding: 47px 28px 61px;
  border-bottom: 1px solid #cfcfdb;
  background-image: url('../images/icon-blockquote-courses-academy-template.svg');
  background-position: 50% 0%;
  background-size: 131px;
  background-repeat: no-repeat;
  text-align: center;
}

.top-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.videos {
  max-width: 629px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-content.files {
  max-width: 629px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-content.why-us {
  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;
}

.top-content.more-courses {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.course {
  max-width: 547px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.top-content.related-courses {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.latest-articles {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.latest-events {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-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;
}

.teacher-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
  -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;
}

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

.divider.contact-us-form {
  margin-top: 42px;
  margin-bottom: 40px;
}

.divider.course-card {
  margin-top: 40px;
  margin-bottom: 32px;
}

.divider.why-us {
  width: 1px;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
}

.divider.card-events {
  margin-top: 39px;
  margin-bottom: 17px;
}

.divider.card-post {
  margin-top: 40px;
  margin-bottom: 20px;
}

.divider.videos {
  margin-top: 64px;
  margin-bottom: 50px;
}

.divider.reviews {
  margin-top: 43px;
  margin-bottom: 43px;
}

.divider.blog-post {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.divider.space {
  margin-top: 42px;
  margin-bottom: 42px;
}

.card-content {
  padding: 23px 20px 35px;
}

.card-content.visit-us {
  position: static;
  width: 100%;
  padding: 42px 32px 36px;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-content.visit-us.zero-padding {
  padding: 0px;
}

.card-content.events {
  padding: 46px 47px 46px 48px;
}

.card-content.event {
  padding: 38px 32px 51px;
}

.card-content.text-only {
  padding-bottom: 23px;
}

.circle-shape-new-teachers {
  position: absolute;
}

.circle-shape-new-teachers._1 {
  left: -21px;
  top: -23px;
}

.circle-shape-new-teachers._3 {
  top: -60px;
  right: 65px;
}

.circle-shape-new-teachers._2 {
  left: 52px;
  bottom: -83px;
}

.circle-shape-new-teachers._4 {
  top: 180px;
  right: -46px;
}

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

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

.achievement-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;
  text-align: center;
}

.event-location-text {
  max-width: 227px;
  color: #0b0b2c;
}

.event-location-text._2 {
  max-width: none;
  font-size: 20px;
}

.event-location-text.in-list {
  width: 100%;
  max-width: none;
}

.mega-menu-link {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu-link:hover {
  background-color: #f5f7ff;
  color: #083950;
}

.mega-menu-link.w--current {
  color: #083950;
  font-weight: 500;
}

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

.section.teachers {
  padding-top: 68px;
  padding-bottom: 60px;
}

.section.courses {
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 130px;
}

.section.cta {
  overflow: hidden;
  padding-top: 137px;
  padding-bottom: 137px;
  background-color: #083950;
}

.section.video-hero {
  padding-top: 76px;
  padding-bottom: 115px;
}

.section.latest-courses {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.related-courses {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-us {
  overflow: hidden;
  padding-top: 83px;
  padding-bottom: 47px;
}

.section.mission {
  padding-top: 89px;
}

.section.about {
  overflow: hidden;
}

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

.section.companies {
  overflow: hidden;
  margin-top: -97px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.achievements {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #fafafa;
}

.section.events-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.testimonials {
  padding-bottom: 120px;
}

.section.testimonial {
  overflow: hidden;
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #083950;
}

.section.learning-center {
  padding-bottom: 120px;
}

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

.section.contact-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.why-us {
  padding-bottom: 124px;
}

.section.newsletter-events {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 102px;
  padding-bottom: 102px;
  background-color: #083950;
}

.section.faqs {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.section.course {
  position: relative;
  padding-top: 74px;
  padding-bottom: 100px;
}

.section.blog-post {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.latest-articles {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.section.courses-categories {
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 120px;
}

.section.how-to-connect {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.licens {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.small-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bt0 {
  padding-bottom: 0px;
}

.section.lehrgang {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.section.pb60 {
  padding-bottom: 60px;
}

.section.pb60.pt60 {
  padding-top: 60px;
}

.section.pb40 {
  padding-bottom: 40px;
}

.section.pb40.pt40 {
  padding-top: 40px;
}

.section.pt40 {
  padding-top: 40px;
}

.event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-study-icon {
  width: 110px;
  margin-bottom: 17px;
}

.level-text {
  color: #0b0b2c;
  line-height: 1.111em;
}

.level-text:hover {
  color: #083950;
}

.level-text.current-level:hover {
  color: #0b0b2c;
}

.events-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 59px;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-password {
  min-width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #fff6f6;
  color: #ff5050;
  line-height: 1.389em;
}

.footer-fine-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -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;
}

.faqs-wrapper {
  margin-top: 77px;
}

.companies-grid {
  margin-top: 42px;
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-name {
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
}

.dash {
  width: 18px;
  height: 2px;
  background-color: #0b0b2c;
}

.dash.testimonial {
  margin-right: 14px;
  margin-left: 14px;
  background-color: #fff;
}

.dash.blog-post {
  margin-right: 18px;
  margin-left: 18px;
}

.download-files-text {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #083950;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.download-files-text:hover {
  color: #052433;
}

.companies-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;
}

.newsletter-icon {
  position: relative;
  left: 4px;
}

.card-title-link {
  margin-bottom: 12px;
}

.card-title-link.teachers {
  margin-bottom: 9px;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #083950;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-cart-details-wrapper {
  margin-right: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image.post-card {
  -o-object-fit: cover;
  object-fit: cover;
}

.image.visit-us {
  width: 100%;
  max-height: 358px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.teachers {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.courses {
  max-width: 68%;
  margin-right: -190px;
  border-radius: 30px;
  box-shadow: 0 14px 54px 0 rgba(52, 52, 255, 0.08), 0 14px 74px 0 rgba(11, 11, 44, 0.07);
}

.image.our-story {
  width: 51%;
  border-radius: 24px;
}

.image.cta-3 {
  position: absolute;
  top: -26%;
  right: -15%;
  width: 39%;
  border-radius: 18px;
  box-shadow: 0 16px 34px 0 rgba(52, 52, 255, 0.12), 0 14px 44px 0 rgba(11, 11, 44, 0.18);
}

.image.cta-1 {
  border-radius: 23px;
  box-shadow: 0 8px 54px 0 rgba(0, 0, 0, 0.24);
}

.image.about-us-3 {
  width: 18%;
  border-radius: 18px;
}

.image.company {
  max-height: 100px;
}

.image.product-cart {
  width: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.hero {
  border-radius: 30px;
  box-shadow: 0 14px 94px 0 rgba(15, 15, 182, 0.09);
}

.image.about-us-1 {
  width: 27%;
  border-radius: 18px;
}

.image.about-us-2 {
  width: 31%;
  border-radius: 18px;
}

.image.about-section {
  position: relative;
  z-index: 1;
  max-width: 57%;
  border-radius: 18px;
  box-shadow: 0 14px 54px 0 rgba(11, 11, 44, 0.22);
  -o-object-fit: cover;
  object-fit: cover;
}

.image.blog-featured {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-2 {
  position: absolute;
  left: -10%;
  bottom: -12%;
  width: 27%;
  border-radius: 22px;
  box-shadow: 0 16px 34px 0 rgba(52, 52, 255, 0.12), 0 14px 44px 0 rgba(11, 11, 44, 0.18);
}

.image.cta-4 {
  position: absolute;
  right: -7%;
  bottom: -12%;
  width: 43%;
  border-radius: 18px;
  box-shadow: 0 16px 34px 0 rgba(52, 52, 255, 0.12), 0 14px 44px 0 rgba(11, 11, 44, 0.18);
}

.image.testimonial {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  box-shadow: 0 14px 54px 0 rgba(11, 11, 44, 0.22);
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-events {
  display: block;
  width: 100%;
  max-height: 350px;
  min-height: 100%;
  min-width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.course {
  -o-object-fit: cover;
  object-fit: cover;
}

.image.course-teacher {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 100px;
}

.image.post-image {
  border-radius: 24px;
}

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

.image.order {
  width: 30%;
  height: auto;
  margin-right: 24px;
  border-radius: 13px;
}

.image.berufsbild {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.more-information-links-wrapper.social-media {
  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: #0b0b2c;
}

.more-information-links-wrapper.social-media:hover {
  color: #083950;
}

.mega-menu-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
}

.mega-menu-title.hidden-mobile {
  padding-left: 0px;
}

.why-us-main-content {
  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;
}

.slider {
  height: 100%;
  max-width: 1017px;
  margin-top: 48px;
  margin-right: 32px;
  margin-left: 32px;
  border-radius: 24px;
  background-color: #f5f7ff;
}

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

.faqs-section-wrapper {
  text-align: center;
}

.card-event-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-area {
  max-width: 100%;
  min-height: 136px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 17px 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 4px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area:hover {
  border-color: #083950;
}

.text-area:focus {
  border-color: #083950;
  color: #0b0b2c;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area::-webkit-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area:-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area::-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area::placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.111em;
}

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

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #cfcfdb;
  color: #0b0b2c;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cfcfdb;
}

.icon-files-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  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: 100px;
  background-color: #f5f7ff;
}

.menu-grid {
  display: -ms-grid;
  display: grid;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-grid.small {
  width: auto;
}

.videos-detail-icon {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
}

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

.visit-us-grid {
  margin-top: 36px;
  margin-bottom: 48px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.visit-us-grid.mt100 {
  margin-top: 100px;
}

.icon-videos-community-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-width: 72px;
  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: 100px;
  background-color: #083950;
}

.contact-us-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(52, 52, 255, 0.12);
}

.visit-us-location-text {
  line-height: 1.444em;
}

.footer-list-item {
  margin-bottom: 16px;
}

.social-media-icon-footer {
  font-family: 'Icon Fonts Academy Template', sans-serif;
  font-size: 18px;
}

.social-media-icon-footer.twitter {
  font-size: 14px;
}

.level-text-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;
}

.success-message {
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  color: #69697b;
}

.success-message.blog {
  background-color: transparent;
  color: #fff;
}

.success-message.contact-us {
  border-width: 1px;
  border-color: #ececf4;
  box-shadow: none;
  color: #083950;
  font-size: 19px;
  font-weight: 500;
}

.success-message.newsletter {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.header-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0b0b2c;
  line-height: 1.111em;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #083950;
  font-weight: 500;
}

.course-video-icon {
  margin-right: 31px;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 62px;
  padding-bottom: 62px;
  -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;
}

.fine-print {
  line-height: 1.111em;
}

.achievement-number {
  margin-bottom: 12px;
  color: #0b0b2c;
  font-size: 54px;
  line-height: 1.259em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.styleguide-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: #ececf4;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.course-card-price {
  color: #0b0b2c;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.font-color-primary {
  color: #6597b9;
}

.font-color-primary.small {
  font-size: 54px;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.category-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 16px;
  border-radius: 30px;
  background-color: #083950;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  line-height: 1.111em;
}

.category-wrapper:hover {
  background-color: #052433;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.category-wrapper.featured {
  padding: 13px 25px;
}

.category-wrapper.featured:hover {
  background-color: #083950;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.category-wrapper.current-category:hover {
  background-color: #083950;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.videos-tab-link {
  bottom: -1px;
  padding: 0px 40px 40px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.01em;
}

.videos-tab-link:hover {
  color: #083950;
}

.videos-tab-link.w--current {
  border-bottom: 4px solid #083950;
  background-color: transparent;
  color: #083950;
  font-weight: 500;
}

.newsletter-events-text {
  margin-top: 10px;
  color: #fff;
}

.mega-menu-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-study-grid {
  margin-top: 50px;
  margin-bottom: 48px;
  grid-column-gap: 80px;
  grid-row-gap: 65px;
}

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

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

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #fafafa;
}

.input-wrapper.word-area {
  margin-bottom: 26px;
}

.blue-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 11px;
  -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: 100px;
  background-color: #083950;
  font-family: 'Icon Fonts Academy Template', sans-serif;
  color: #fff;
  font-size: 14px;
}

.blue-social-icon.instagram {
  font-size: 16px;
}

.blue-social-icon.facebook {
  font-size: 18px;
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

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

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

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

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

.color-block.bg-primary-3 {
  background-color: #69697b;
}

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

.color-block.bg-secondary-1 {
  background-color: #f5f7ff;
}

.color-block.bg-secondary-2 {
  background-color: #052433;
}

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

.color-block.bg-primary-2 {
  background-color: #0b0b2c;
}

.color-block.bg-secondary-light {
  background-color: #6597b9;
}

.dropdown-icon {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Icon Fonts Academy Template', sans-serif;
  color: #083950;
  font-size: 8px;
}

.visit-us-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.styleguide-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;
  border-radius: 14px;
  color: #69697b;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f5f7ff;
  color: #3434ff;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #083950;
  font-weight: 700;
}

.error-message {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 4px;
  background-color: #fff9f9;
  color: #ff4245;
  text-align: center;
}

.students-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos-tabs-menu {
  margin-bottom: 60px;
  padding-top: 70px;
  border-bottom: 1px solid #cfcfdb;
  background-color: #fafafa;
  text-align: center;
}

.newsletter-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  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: 999px;
  background-color: #fff;
  box-shadow: 0 5px 12px 2px rgba(52, 52, 255, 0.12);
}

.newsletter-icon-wrapper.blog {
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

._404-title {
  color: #fff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.teachers-work {
  margin-bottom: 12px;
  color: #083950;
  line-height: 1.556em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.mega-menu-column-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.videos-tab-panel {
  max-width: 821px;
  margin-right: auto;
  margin-left: auto;
}

.videos-tab-panel.about {
  max-width: 765px;
}

.companies-main-top {
  position: relative;
  min-height: 102px;
  background-image: url('../images/shape-section-academy-template.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 50px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  border-radius: 100px;
  -webkit-transition: opacity 200ms ease, border-color 350ms ease;
  transition: opacity 200ms ease, border-color 350ms ease;
  font-family: 'Icon Fonts Academy Template', sans-serif;
  color: #4e4e65;
  line-height: 1em;
}

.faq-dropdown-wrapper:hover {
  border-color: #083950;
  color: #083950;
}

.event-time {
  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;
}

.events-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-buttons {
  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;
}

.contact-us-form-grid {
  margin-bottom: 30px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.course-preview {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 24px;
}

.course-preview.video-hero {
  max-width: 51%;
  margin-bottom: 0px;
}

.event-icon {
  margin-right: 12px;
}

.event-icon.location {
  position: relative;
  top: 4px;
}

.icon-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  margin-bottom: 10px;
  -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: 100px;
  background-color: #3434ff;
}

.circle-shape-cta {
  position: absolute;
}

.circle-shape-cta._1 {
  left: -246px;
  top: -201px;
}

.circle-shape-cta._2 {
  left: 301px;
  bottom: -300.5px;
}

.circle-shape-cta._4 {
  top: -21px;
  right: -295px;
}

.circle-shape-cta._3 {
  top: -283px;
  right: 206px;
}

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

.new-teachers-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 819px;
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
  padding: 66px 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-radius: 24px;
  background-color: #f5f7ff;
  text-align: center;
}

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

.footer-link {
  display: inline-block;
  color: #69697b;
  line-height: 1.222em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #083950;
  text-decoration: none;
}

.footer-link.w--current {
  color: #083950;
  font-weight: 500;
}

.footer-link.large {
  line-height: 1.444em;
  white-space: normal;
}

.card-post-author-picture {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 999px;
}

.header-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;
}

.cart {
  margin-right: 26px;
}

.right-arrow {
  right: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(52, 52, 255, 0.12);
  -webkit-transition: box-shadow 350ms ease, font-size 350ms ease, color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, font-size 350ms ease, color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, font-size 350ms ease, color 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, font-size 350ms ease, color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #083950;
  font-size: 23px;
  line-height: 1em;
}

.right-arrow:hover {
  background-color: #083950;
  box-shadow: none;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
  font-size: 20px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  margin-left: 0px;
}

.companies-main-wrapper {
  padding-bottom: 86px;
  background-color: #fafafa;
}

.testimonial-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;
}

.visit-us-phone-number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #69697b;
}

.circle-shape-404 {
  position: absolute;
}

.circle-shape-404._1 {
  top: -199.5px;
  right: -221px;
}

.circle-shape-404._2 {
  left: -50px;
  bottom: 61px;
}

.circle-shape-404._3 {
  top: 205px;
  z-index: -1;
}

.circle-shape-404._4 {
  right: -104px;
  bottom: -113.5px;
}

.circle-shape-404._5 {
  left: -166px;
  top: -122px;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -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-color: #cfcfdb;
  border-radius: 100px;
  background-color: #fafafa;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  color: #0b0b2c;
  font-size: 16px;
  line-height: 1.091em;
}

.cart-quantity:hover {
  border-color: #083950;
}

.cart-quantity:focus {
  border-color: #083950;
}

.styleguide-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: 18px;
  background-color: #083950;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.color-icons-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;
}

.sidebar.teacher {
  max-width: 28%;
  padding-top: 66px;
}

.form-newsletter {
  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;
}

.form-newsletter.blog {
  -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;
}

.videos-detail-text {
  font-size: 22px;
  line-height: 1.091em;
}

.videos-detail-text.strong {
  color: #0b0b2c;
  font-weight: 500;
}

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

.brand {
  padding-left: 0px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
}

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

.cart-header {
  border-bottom-color: #ececf4;
}

.why-study-wrapper {
  text-align: center;
}

.utility-page-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 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;
}

.utility-page-wrap._404 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 220px;
  padding-bottom: 220px;
  background-color: #3434ff;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

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

.blog-grid.latest-articles {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-wrapper {
  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;
}

.social-media-wrapper.footer-fine-print {
  margin-top: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.about-section-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;
}

.video-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;
}

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

.container-newsletter {
  display: none;
  padding-bottom: 60px;
  -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;
  border-bottom: 1px solid #ececf4;
}

.input {
  min-height: 60px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfdb;
  border-radius: 4px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 18px;
  line-height: 1.2em;
}

.input:hover {
  border-color: #083950;
}

.input:focus,
.input.-wfp-focus {
  border-color: #083950;
  color: #0b0b2c;
  font-size: 18px;
  line-height: 1.111em;
}

.input::-webkit-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.3em;
}

.input:-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.3em;
}

.input::-ms-input-placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.3em;
}

.input::placeholder {
  color: #69697b;
  font-size: 18px;
  line-height: 1.3em;
}

.input.password {
  margin-top: 40px;
  margin-bottom: 23px;
}

.input.newsletter-blog {
  margin-bottom: 16px;
  padding: 16px 12px;
  font-size: 18px;
}

.input.newsletter-blog::-webkit-input-placeholder {
  font-size: 18px;
}

.input.newsletter-blog:-ms-input-placeholder {
  font-size: 18px;
}

.input.newsletter-blog::-ms-input-placeholder {
  font-size: 18px;
}

.input.newsletter-blog::placeholder {
  font-size: 18px;
}

.input.newsletter {
  min-width: 350px;
  margin-right: 14px;
  font-size: 18px;
}

.input.newsletter::-webkit-input-placeholder {
  font-size: 18px;
}

.input.newsletter:-ms-input-placeholder {
  font-size: 18px;
}

.input.newsletter::-ms-input-placeholder {
  font-size: 18px;
}

.input.newsletter::placeholder {
  font-size: 18px;
}

.input.newsletter-events {
  min-height: 64px;
  min-width: 362px;
  margin-right: 16px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
  font-size: 20px;
  line-height: 1.1em;
}

.input.newsletter-events::-webkit-input-placeholder {
  font-size: 20px;
}

.input.newsletter-events:-ms-input-placeholder {
  font-size: 20px;
}

.input.newsletter-events::-ms-input-placeholder {
  font-size: 20px;
}

.input.newsletter-events::placeholder {
  font-size: 20px;
}

.input.checkout {
  margin-bottom: 20px;
  background-color: #fff;
}

.input.checkout.discount {
  min-height: 56px;
}

.input.select.field {
  height: 60px;
  min-height: 60px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #083950;
}

.circle-shape-newsletter-events {
  position: absolute;
}

.circle-shape-newsletter-events._4 {
  top: -190px;
  right: -272px;
}

.circle-shape-newsletter-events._3 {
  right: 108px;
  bottom: -217px;
}

.circle-shape-newsletter-events._2 {
  left: 265px;
  top: -252.5px;
}

.circle-shape-newsletter-events._1 {
  left: -207px;
  bottom: -256px;
}

.cart-footer {
  border-top-color: #ececf4;
}

.footer-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.courses-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;
}

.split-content.events-section {
  max-width: 424px;
}

.split-content.our-story {
  max-width: 44%;
  margin-right: 63px;
}

.split-content.our-story.full-width {
  max-width: none;
  margin-right: 0px;
}

.split-content.about-section-right {
  margin-left: 71px;
}

.split-content.header-right {
  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.newsletter-events-left {
  position: relative;
  z-index: 1;
  max-width: 513px;
  margin-right: 60px;
}

.split-content.courses-section-left {
  max-width: 424px;
}

.split-content.hero-left {
  max-width: 690px;
}

.split-content.newsletter-events-right {
  position: relative;
  z-index: 1;
  max-width: 528px;
}

.split-content.videos-community-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 512px;
}

.split-content.newsletter-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.featured-post {
  position: relative;
  z-index: 1;
  max-width: 535px;
}

.split-content.contact-us-left {
  max-width: 490px;
}

.split-content.cta-right {
  position: relative;
  z-index: 1;
  width: 42%;
  margin-right: 41px;
}

.split-content.course-files-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.course-video-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 537px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content.cta-left {
  position: relative;
  z-index: 1;
  max-width: 45%;
}

.split-content.video-hero-left {
  max-width: 44%;
}

.split-content.testimonial-left {
  position: relative;
  z-index: 1;
  max-width: 50%;
}

.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.meet-our-teachers {
  max-width: 567px;
}

.split-content.courses {
  max-width: 446px;
}

.split-content.event-left {
  max-width: 600px;
  margin-right: 60px;
}

.more-information-grid {
  margin-top: 48px;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meet-our-teachers-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 115px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meet-our-teachers-grid.teachers {
  grid-row-gap: 128px;
}

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

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

.paragraph-choose.no-bottom-padding {
  margin-bottom: 0px;
}

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

.special-1 {
  font-size: 92px;
  line-height: 1.115em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cart-wrapper {
  background-color: rgba(11, 11, 44, 0.8);
}

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

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

.button-secondary {
  padding: 18px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #083950;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: box-shadow 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 300ms ease, background-color 300ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  color: #083950;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #083950;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 24px;
  font-size: 14px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 22px 32px;
  font-size: 18px;
  line-height: 20px;
}

.button-secondary.cta {
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, box-shadow 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, box-shadow 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 350ms ease;
  font-weight: 500;
}

.button-secondary.cta:hover {
  border-color: #fff;
  background-color: transparent;
}

.button-secondary.cta.newsletter {
  height: 64px;
}

.button-secondary.full-width {
  width: 100%;
}

.button-secondary.full-width.add-to-cart {
  margin-top: 16px;
}

.button-secondary.full-width.discounts {
  height: 53px;
  margin-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;
}

.circle-shape-courses {
  position: absolute;
}

.circle-shape-courses._4 {
  right: -86px;
  bottom: -134px;
  z-index: -1;
}

.circle-shape-courses._3 {
  left: 332px;
  top: -122px;
  z-index: -1;
}

.circle-shape-courses._1 {
  left: -122px;
  top: -15px;
  z-index: -1;
}

.circle-shape-courses._2 {
  left: -255px;
  bottom: -133.5px;
  z-index: -1;
}

.circle-shape-testimonial {
  position: absolute;
}

.circle-shape-testimonial._4 {
  right: -371px;
  bottom: -315px;
}

.circle-shape-testimonial._2 {
  right: 369px;
  bottom: -87px;
}

.circle-shape-testimonial._3 {
  top: -100px;
  right: -115px;
}

.circle-shape-testimonial._1 {
  left: -313px;
  bottom: -304px;
}

.left-arrow {
  left: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(52, 52, 255, 0.12);
  -webkit-transition: font-size 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 200ms ease;
  transition: font-size 350ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 200ms ease;
  transition: font-size 350ms ease, transform 200ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: font-size 350ms ease, transform 200ms ease, box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 200ms ease;
  color: #083950;
  font-size: 23px;
  line-height: 1em;
}

.left-arrow:hover {
  background-color: #083950;
  box-shadow: none;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
  font-size: 20px;
}

.blog-main-content {
  max-width: 765px;
}

.color-white {
  color: #fff;
}

.cta-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;
}

.color-secondary-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;
}

.more-information-text {
  color: #0b0b2c;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 500;
}

.more-information-text:hover {
  color: #083950;
}

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

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

.post-featured-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 529px;
  min-width: 100%;
  padding: 56px 48px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
}

.course-card-details-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-card-details-wrapper.left-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.circle-shape-about-section._1 {
  position: absolute;
  left: -294px;
  top: -211px;
  z-index: -1;
}

.circle-shape-about-section._2 {
  position: absolute;
  left: 350px;
  bottom: -183px;
  z-index: -1;
  width: 36%;
}

.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;
}

.why-us-content {
  max-width: 375px;
}

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

.course-preview-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(11, 11, 44, 0.56);
}

.videos-tabs-content {
  overflow: visible;
  padding-right: 24px;
  padding-left: 24px;
}

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

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

.testimonial-work {
  color: #fff;
  line-height: 1.111em;
}

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

.dropdown-icon-footer {
  display: none;
}

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

.card-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-image-link.your-cart {
  max-width: 100%;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
}

.card-image-link.events {
  min-width: 42%;
}

.card-image-link.event {
  border-radius: 24px;
}

.choose-grid {
  margin-top: 58px;
  grid-column-gap: 68px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.choose-grid.no-top-padding {
  margin-top: 0px;
}

.student-wrapper {
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 28px 0px;
  -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-top: 4px solid transparent;
  background-color: transparent;
  color: #0b0b2c;
  cursor: pointer;
}

.student-wrapper.w--current {
  border-top: 4px solid #083950;
  background-color: transparent;
  color: #083950;
}

.cart-item {
  padding: 20px 24px;
  -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;
  border-bottom: 1px solid #ececf4;
}

.card-post-author-name {
  color: #0b0b2c;
  line-height: 1.111em;
  font-weight: 500;
}

.our-story-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.level-icon {
  margin-right: 8px;
}

.card-post-author-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;
}

.achievements-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;
}

.more-information-location-text {
  margin-bottom: 12px;
  color: #083950;
  line-height: 1.111em;
  text-transform: uppercase;
}

.learning-center-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-video-duration-text {
  color: #0b0b2c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.visit-us-location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.vc-flex {
  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;
}

.special-2 {
  font-size: 74px;
  line-height: 1.115em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.special-2.teachers {
  margin-bottom: 27px;
}

.special-2.about-us {
  margin-bottom: 17px;
}

.special-2.courses {
  margin-bottom: 0px;
}

.special-2.blog-category {
  margin-bottom: 0px;
}

.footer {
  padding-top: 90px;
  padding-bottom: 32px;
  background-color: #fff;
}

.rich-text h3 {
  margin-top: 0px;
  margin-bottom: 18px;
}

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

.rich-text h5 {
  margin-bottom: 18px;
}

.rich-text h6 {
  margin-bottom: 18px;
}

.rich-text p {
  margin-bottom: 30px;
}

.rich-text li {
  margin-bottom: 14px;
  list-style-type: disc;
}

.rich-text ul {
  margin-bottom: 25px;
}

.rich-text ol {
  margin-bottom: 25px;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.rich-text blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
}

.rich-text figure {
  margin-top: 32px;
  margin-bottom: 34px;
}

.rich-text.top-space {
  margin-top: 100px;
}

.course-detail-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;
}

.course-detail-wrapper.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav {
  display: none;
}

.resources-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utility-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;
}

.course-details {
  margin-top: 29px;
}

.course-teacher-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;
}

.button-primary-2 {
  padding: 18px 24px;
  border-radius: 4px;
  background-color: #3434ff;
  -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;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #2c23d2;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-primary-2.large {
  padding: 22px 32px;
  font-size: 18px;
  line-height: 20px;
}

.button-primary-2.large.full-width {
  display: block;
  min-width: 100%;
}

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

.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-compare-at-price {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.11em;
  letter-spacing: 0.01em;
  text-decoration: line-through;
}

.bg-course {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: -1;
  min-height: 580px;
  background-color: #fafafa;
}

.about-course {
  max-width: 690px;
}

.teacher-work {
  margin-bottom: 18px;
  color: #083950;
  line-height: 1.556em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.teacher-work._2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.75em;
}

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

.advantage-course-text {
  font-size: 16px;
  line-height: 1.125em;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
}

.course-detail-text {
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.2em;
}

.course-detail-text.strong {
  color: #0b0b2c;
  font-weight: 500;
}

.course-detail-text.title-color {
  color: #0b0b2c;
}

.course-detail-text.level {
  color: #0b0b2c;
  font-weight: 500;
}

.course-detail-text.level:hover {
  color: #083950;
}

.advantage-course-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;
}

.reviews-stars {
  margin-bottom: 20px;
}

.course-teacher-name {
  color: #0b0b2c;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.course-detail-icon {
  margin-right: 18px;
}

.course-detail-icon.standard-size {
  width: 26px;
  height: 26px;
}

.course-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.advantage-course-grid {
  margin-bottom: 50px;
}

.course-tab-link {
  bottom: -1px;
  padding-bottom: 28px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #69697b;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.course-tab-link:hover {
  color: #083950;
}

.course-tab-link.w--current {
  border-bottom-color: #083950;
  background-color: transparent;
  color: #083950;
}

.reviewer-name {
  margin-bottom: 0px;
}

.course-price {
  color: #0b0b2c;
  font-size: 28px;
  line-height: 1.161em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.rich-text-bullets ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.rich-text-bullets li {
  margin-bottom: 14px;
  padding-left: 20px;
  background-image: url('../images/icon-unordered-list-academy-template.svg');
  background-position: 0% 12px;
  background-size: 8px;
  background-repeat: no-repeat;
}

.advantage-course-icon {
  margin-right: 12px;
}

.tabs-menu-course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 73px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #cfcfdb;
}

.about-blog-post {
  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;
}

.event-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-details {
  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;
}

.event-details.location {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-image-wrapper.event {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

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

.teacher-content {
  max-width: 762px;
}

.tabs-menu.teacher {
  margin-bottom: 48px;
  white-space: nowrap;
}

.tab-link.teacher {
  margin-right: 2vw;
  padding: 19px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  color: #69697b;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tab-link.teacher:hover {
  border-color: #083950;
  color: #083950;
}

.tab-link.teacher.w--current {
  border-color: #083950;
  background-color: #083950;
  box-shadow: 0 1px 10px 0 rgba(52, 52, 255, 0.23);
  color: #fff;
}

.tabs-content.teacher {
  overflow: visible;
}

.skills-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.skills-column-1 {
  padding-left: 0px;
}

.teacher-courses-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.teachers-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.circle-shape {
  position: absolute;
}

.circle-shape._01 {
  left: -358px;
  top: -155px;
  z-index: -1;
}

.circle-shape._02 {
  left: -63px;
  bottom: -352.5px;
  z-index: -1;
}

.circle-shape._03 {
  top: -57px;
  right: 327px;
  z-index: -1;
}

.circle-shape._04 {
  right: 143px;
  bottom: -272px;
  z-index: -1;
}

.circle-shape._05 {
  top: -121px;
  right: -267px;
  z-index: -1;
}

.more-information-social-media {
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
}

.social-media-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34px;
  height: 34px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  border-radius: 100px;
  background-color: #fafafa;
  -webkit-transition: background-color 350ms ease, font-size 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, font-size 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, font-size 350ms ease, transform 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, font-size 350ms ease, transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #69697b;
  font-size: 20px;
  line-height: 1em;
}

.social-media-icon-wrapper:hover {
  border-color: #083950;
  background-color: #083950;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.courses-category-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-shape-courses-category {
  position: absolute;
}

.circle-shape-courses-category._1 {
  left: -93.5px;
  top: -71px;
  z-index: -1;
}

.circle-shape-courses-category._2 {
  left: -393.5px;
  bottom: -414.5px;
  z-index: -1;
}

.circle-shape-courses-category._3 {
  top: -113px;
  z-index: -1;
}

.circle-shape-courses-category._4 {
  right: -295px;
  bottom: -400px;
  z-index: -1;
}

.courses-category-hero-wrapper {
  position: relative;
}

.slider-arrow-icon {
  font-family: 'Icon Fonts Academy Template', sans-serif;
}

.social-media-icon-teacher {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icon Fonts Academy Template', sans-serif;
  font-size: 23px;
  line-height: 1em;
}

.social-media-icon-teacher:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-media-icon-teacher.twitter {
  font-size: 21px;
}

.icon-file {
  font-family: 'Icon Fonts Academy Template', sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.cart-price {
  color: #69697b;
  font-size: 16px;
  line-height: 1.111em;
  font-weight: 400;
}

.cart-remove {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.111em;
}

.cart-list {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.cart-price-wrapper {
  margin-top: 5px;
}

.apple-pay {
  border-radius: 4px;
}

.apple-pay.cart {
  width: 100%;
  height: 54px;
}

.cart-subtotal-text {
  color: #0b0b2c;
}

.cart-subtotal {
  color: #0b0b2c;
}

.cart-quantity-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 22px;
  min-width: 22px;
  -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: 100px;
  background-color: #202058;
  color: #fff;
  font-size: 12px;
  line-height: 1.091em;
}

.cart-empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-empty-text {
  margin-bottom: 20px;
}

.new-teachers-wrapper {
  position: relative;
  z-index: 1;
}

.animation-wrapper.testimonial {
  max-width: 43%;
}

.button-play.course {
  width: 79px;
}

.button-play-wrapper {
  border-radius: 1000px;
  box-shadow: 0 25px 70px 0 rgba(11, 11, 44, 0.71), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.button-play-wrapper:hover {
  box-shadow: 0 10px 30px 0 rgba(11, 11, 44, 0.71), 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.checkout-form {
  padding: 60px 24px;
  background-color: #fafafa;
}

.block-content {
  padding-right: 24px;
  padding-left: 24px;
  border-right-color: #ececf4;
  border-bottom-color: #ececf4;
  border-left-color: #ececf4;
  border-radius: 0px 0px 8px 8px;
}

.block-header {
  padding-right: 24px;
  padding-left: 24px;
  border-color: #ececf4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.customer-info {
  margin-bottom: 40px;
}

.order-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 0px;
  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;
}

.order-content {
  margin-left: 0px;
}

.order-title {
  margin-bottom: 5px;
  color: #0b0b2c;
  font-size: 20px;
  line-height: 1.2em;
}

.pagination {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagination-wrapper {
  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;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 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: 24px;
  background-color: #fff;
  box-shadow: 0 -4px 20px 0 rgba(11, 11, 44, 0.04), 0 40px 44px 0 rgba(0, 0, 0, 0.06);
}

.menu-grid-wrapper.jobs {
  margin-left: -40px;
}

.payment-processor-logo {
  margin-left: 12px;
}

.apple-pay-button {
  height: 54px;
}

.bold-text {
  color: #0b0b2c;
  font-weight: 700;
}

.bold-text.order {
  font-weight: 500;
}

.color-red {
  color: #ff1c1c;
}

.checkout-label-box {
  margin-top: -5px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.utility-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 24px;
  -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;
  background-color: #fafafa;
}

.richt-text-start-here figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.richt-text-start-here p {
  margin-bottom: 32px;
}

.richt-text-start-here img {
  border-radius: 4px;
}

.discount-container {
  margin-top: 26px;
  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;
  border-width: 1px 0px 0px;
  border-top-color: #ececf4;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.special-3 {
  font-weight: 700;
}

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

.card-text-content {
  width: 100%;
  padding: 42px 32px;
  text-align: left;
}

.map {
  width: 100%;
}

.category-grid {
  width: 100%;
  margin-top: 60px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.category-card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.filter-form-block {
  display: block;
  width: 100%;
  -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;
}

.filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
}

.filter-field-container {
  width: 100%;
  min-height: 20px;
  padding-right: 10px;
}

.filter-field-container.small {
  width: auto;
  max-width: 30%;
  min-width: 20%;
}

.field-label {
  font-size: 16px;
}

.detail-columns {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.merkmale-container {
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
}

.merkmal {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #6597b9;
  color: #fafafa;
  font-size: 14px;
}

.list {
  margin-top: 60px;
  padding-left: 0px;
  list-style-type: none;
}

.list-card-link {
  width: 100%;
  min-height: 20px;
  cursor: pointer;
}

.list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #ececf4;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.list-card:hover {
  border-color: rgba(8, 57, 80, 0.8);
}

.list-card-image {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 400px;
  max-width: 40%;
  min-height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 20px 40px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.list-card-content.jobs {
  padding-right: 20px;
  padding-left: 20px;
}

.card-paragraph {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #69697b;
}

.card-paragraph.mobile-hidden {
  margin-bottom: 10px;
}

.list-item {
  height: auto;
  min-height: 10px;
}

.load-more-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.card-bottom-content {
  width: 100%;
  padding-right: 32px;
  padding-bottom: 36px;
}

@media screen and (min-width: 1440px) {
  .container-default-1209px {
    max-width: 1320px;
  }

  .container-default-1209px.mt100 {
    margin-top: 100px;
  }

  .card-content.text-only {
    width: 100%;
  }

  .image.teachers {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dropdown-list.w--open {
    margin-left: 0px;
  }

  .split-content.our-story.full-width.top-space {
    padding-top: 60px;
  }

  .category-grid {
    margin-bottom: 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding-right: 50px;
    padding-left: 50px;
  }

  .why-us-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .event-date-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
    white-space: normal;
  }

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

  .card.newsletter {
    max-width: none;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .card.visit-us {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.teachers {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .card.cart {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .card.contact-us {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.more-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.course-mobile {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 70px;
    padding-top: 51px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.event {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .courses-section-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    min-height: 100vh;
    min-width: 100%;
    margin-left: 0px;
    padding: 22px 28px;
    background-color: #0b0b2c;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .newsletter-events-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us-images {
    margin-top: 60px;
  }

  .paragraph.testimonial {
    max-width: none;
  }

  .paragraph.hero {
    margin-right: auto;
    margin-left: auto;
  }

  .container-default-1209px.checkout {
    -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;
  }

  .links-block {
    width: 100%;
    border-bottom: 1px solid #ececf4;
  }

  .links-block.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom-width: 0px;
  }

  .links-block._2 {
    max-width: none;
  }

  .links-block._3 {
    width: 100%;
  }

  .spacer.resources-center {
    width: auto;
    height: 24px;
  }

  .spacer.visit-us {
    height: 33px;
  }

  .spacer.videos-details {
    width: 20px;
  }

  .spacer.about-course {
    min-height: 70px;
  }

  .spacer.course {
    display: none;
  }

  .spacer.teacher {
    min-height: 70px;
  }

  .spacer.skills {
    width: 10vw;
  }

  .spacer.hero {
    min-height: 60px;
  }

  .button-primary.header-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .header-dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-hero-wrapper {
    margin-bottom: 60px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-student-image {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .testimonial-content {
    -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;
  }

  .top-content.meet-our-teachers {
    -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;
  }

  .top-content.course {
    max-width: 754px;
  }

  .top-content.event {
    max-width: 810px;
    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;
  }

  .styleguide-sidebar {
    display: none;
  }

  .card-content.visit-us {
    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;
  }

  .card-content.visit-us.zero-padding {
    width: 100%;
  }

  .card-content.events {
    padding: 40px;
  }

  .card-content.event {
    width: 50%;
  }

  .card-content.text-only {
    width: 100%;
  }

  .circle-shape-new-teachers._3 {
    right: 35px;
  }

  .circle-shape-new-teachers._2 {
    left: 28px;
    bottom: -79px;
  }

  .circle-shape-new-teachers._4 {
    top: 202px;
    right: -18px;
  }

  .mega-menu-link {
    margin-bottom: 0px;
    padding: 16px;
    border-bottom: 0px solid #fff;
    background-color: #0b0b2c;
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 22px;
    line-height: 24px;
  }

  .mega-menu-link:hover {
    background-color: #1b1b55;
    color: #fff;
  }

  .mega-menu-link.w--current {
    color: #fff;
    font-weight: 700;
  }

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

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

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

  .section.video-hero {
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

  .section.learning-center {
    padding-bottom: 80px;
  }

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

  .section.contact-us {
    padding-bottom: 80px;
  }

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

  .section.newsletter-events {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

  .section.blog-post {
    padding-bottom: 80px;
  }

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

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

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

  .why-study-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-fine-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .companies-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
  }

  .image.post-card {
    height: auto;
    min-height: 100%;
  }

  .image.visit-us {
    width: 51%;
  }

  .image.courses {
    width: 100%;
    height: 400px;
    max-width: 100%;
    margin-top: 72px;
    margin-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.our-story {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .image.about-us-3 {
    width: 178px;
  }

  .image.about-us-1 {
    width: 268px;
  }

  .image.about-us-2 {
    width: 307px;
  }

  .image.about-section {
    height: 350px;
    max-width: none;
    min-width: 100%;
  }

  .image.testimonial {
    height: 400px;
    max-width: none;
    min-width: 100%;
  }

  .image.card-events {
    height: auto;
    max-height: 440px;
    min-height: 0%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image.course {
    height: auto;
    min-height: 100%;
  }

  .image.event {
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mega-menu-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    color: #fff;
  }

  .mega-menu-title.hidden-mobile {
    display: none;
  }

  .why-us-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-event-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-grid {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .videos-detail-icon {
    margin-right: 8px;
  }

  .visit-us-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    color: hsla(0, 0%, 100%, 0.52);
    font-size: 33px;
    text-align: center;
  }

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

  .nav-link.w--current {
    color: #fff;
  }

  .slide-wrapper {
    padding-right: 45px;
    padding-left: 45px;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .category-wrapper {
    left: 20px;
    right: auto;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: left;
  }

  .mega-menu-column-4 {
    margin-top: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .dropdown-icon {
    color: #fff;
    font-size: 10px;
  }

  .visit-us-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .newsletter-icon-wrapper.blog {
    margin-right: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

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

  .companies-main-top {
    min-height: 80px;
  }

  .menu-mobile-button-icon {
    width: 25px;
    height: 25px;
    -webkit-filter: brightness(90%) saturate(0%);
    filter: brightness(90%) saturate(0%);
  }

  .courses-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course-preview {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .course-preview.video-hero {
    max-width: 593px;
  }

  .event-icon.location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .circle-shape-cta._1 {
    left: -199px;
    top: -110px;
  }

  .circle-shape-cta._2 {
    left: -135px;
  }

  .circle-shape-cta._3 {
    top: -220px;
    right: 123px;
    max-width: 45%;
  }

  .new-teachers-card {
    margin-top: 60px;
  }

  .footer-link {
    display: inline-block;
    white-space: normal;
  }

  .dropdown-list.w--open {
    position: static;
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
  }

  .companies-main-wrapper {
    padding-bottom: 80px;
  }

  .testimonial-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;
  }

  .circle-shape-404._1 {
    top: -150.5px;
    right: -162px;
    max-width: 50%;
  }

  .circle-shape-404._5 {
    max-width: 50%;
  }

  .sidebar.course {
    display: none;
  }

  .sidebar.teacher {
    max-width: 100%;
  }

  .form-newsletter.blog {
    -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;
  }

  .why-study-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .social-media-wrapper.footer-fine-print {
    margin-bottom: 25px;
  }

  .about-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .video-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-newsletter {
    -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.newsletter-blog {
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .circle-shape-newsletter-events._4 {
    top: -229px;
    right: -195px;
  }

  .circle-shape-newsletter-events._3 {
    right: 56px;
  }

  .circle-shape-newsletter-events._2 {
    left: -111px;
  }

  .footer-links-block {
    margin-bottom: 60px;
    padding: 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;
  }

  .courses-hero-wrapper {
    -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;
  }

  .split-content.our-story {
    max-width: 80%;
    margin-right: 0px;
    margin-bottom: 63px;
  }

  .split-content.about-section-right {
    max-width: 599px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .split-content.newsletter-events-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.hero-left {
    text-align: center;
  }

  .split-content.newsletter-events-right {
    max-width: 100%;
  }

  .split-content.newsletter-left {
    margin-right: 0px;
    margin-bottom: 25px;
    -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;
  }

  .split-content.cta-right {
    width: auto;
    margin-top: 80px;
    margin-right: 0px;
  }

  .split-content.cta-left {
    max-width: 619px;
    text-align: center;
  }

  .split-content.video-hero-left {
    max-width: 508px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.testimonial-left {
    max-width: 619px;
    margin-bottom: 60px;
  }

  .split-content.meet-our-teachers {
    margin-bottom: 48px;
  }

  .split-content.event-left {
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .more-information-grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .meet-our-teachers-grid {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .meet-our-teachers-grid.teachers {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cart-wrapper {
    z-index: 999;
  }

  .circle-shape-courses._4 {
    bottom: -99px;
  }

  .circle-shape-courses._3 {
    left: 407px;
    top: -135px;
  }

  .circle-shape-courses._1 {
    left: 296px;
    top: 237px;
  }

  .circle-shape-courses._2 {
    left: -244px;
    bottom: 342.5px;
  }

  .circle-shape-testimonial._4 {
    right: -170px;
  }

  .circle-shape-testimonial._2 {
    left: -43px;
    top: -56px;
    right: auto;
    bottom: auto;
  }

  .circle-shape-testimonial._1 {
    left: -214px;
    bottom: -239px;
    max-width: 80%;
  }

  .blog-main-content {
    max-width: 100%;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-shape-about-section._1 {
    left: -249px;
    top: -89px;
    max-width: 80%;
  }

  .circle-shape-about-section._2 {
    left: 531px;
    bottom: 167px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icon Fonts Academy Template', sans-serif;
    font-size: 0.6em;
    line-height: 1em;
  }

  .column.why-us {
    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;
  }

  .card-image-link {
    min-width: 39%;
  }

  .card-image-link.event {
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .choose-grid {
    grid-column-gap: 40px;
  }

  .student-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-story-wrapper {
    -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;
  }

  .learning-center-section-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .visit-us-location-wrapper {
    max-width: 300px;
  }

  .footer {
    padding-top: 40px;
  }

  .resources-center-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-course {
    min-height: 850px;
  }

  .about-course {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .course-tabs-content {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .event-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-details {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-image-wrapper.event {
    width: 50%;
    padding-right: 0px;
    padding-bottom: 32px;
  }

  .teacher-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teacher-content {
    max-width: 100%;
  }

  .teacher-courses-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .circle-shape._02 {
    bottom: -249.5px;
  }

  .circle-shape._03 {
    left: 16px;
    top: 463px;
    right: auto;
  }

  .circle-shape._04 {
    right: -151px;
  }

  .circle-shape._05 {
    top: 296px;
    right: -167px;
  }

  .courses-category-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .circle-shape-courses-category._2 {
    left: -258.5px;
    bottom: -573.5px;
  }

  .circle-shape-courses-category._4 {
    right: -148px;
    bottom: -578px;
  }

  .menu-button {
    z-index: 99;
    width: 45px;
    height: 45px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ececf4;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
  }

  .menu-button:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

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

  .menu-mobile-open {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .animation-wrapper.testimonial {
    max-width: none;
  }

  .button-play.course {
    width: 119px;
  }

  .category-title-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-category-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-grid-wrapper {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .payment-processor-container {
    margin-bottom: 24px;
  }

  .top-content-checkout {
    margin-right: 0px;
  }

  .utility-page-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .category-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-card {
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .list-card-image {
    max-height: 250px;
    max-width: none;
  }

  .list-card-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item {
    margin-bottom: 20px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  blockquote {
    padding: 50px 32px 48px;
    background-position: 50% 10%;
    font-size: 20px;
  }

  .faq-wrapper {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.empty-state {
    margin-top: 30px;
    margin-bottom: 39px;
  }

  .card.videos-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.newsletter {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.visit-us {
    width: 100%;
    max-width: 562px;
  }

  .card.cart {
    max-width: 490px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .card.contact-us {
    padding: 50px 40px 60px;
  }

  .card.videos-community {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card.password {
    padding: 62px 40px;
  }

  .card.course-mobile {
    margin-bottom: 40px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visit-us-icon.location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .courses-section-grid {
    max-width: 510px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .newsletter-events-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-us-images {
    display: -ms-grid;
    display: grid;
    max-height: none;
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .title.companies {
    line-height: 1.667em;
  }

  .title.why-us {
    margin-bottom: 40px;
  }

  .title.video-hero {
    font-size: 38px;
  }

  .title._404 {
    font-size: 40px;
  }

  .title.course-page {
    font-size: 35px;
  }

  .title.event {
    font-size: 33px;
  }

  .title.latest-articles-section {
    margin-bottom: 40px;
    text-align: center;
  }

  .paragraph.newsletter-blog {
    max-width: 392px;
  }

  .links-block.footer-links {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .spacer.resources-center {
    height: 24px;
  }

  .spacer.achievement {
    display: none;
  }

  .spacer.about-images {
    display: none;
    min-width: 20px;
  }

  .spacer.videos-details {
    height: 20px;
  }

  .spacer.about-course {
    min-height: 60px;
  }

  .spacer.event-detail {
    height: 20px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.filter {
    width: 100%;
    margin-top: 10px;
  }

  .achievement-category {
    font-size: 19px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .why-us-wrapper {
    -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;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-student-image {
    margin-right: 18px;
    margin-bottom: 0px;
  }

  .testimonial-content {
    border-bottom-width: 0px;
  }

  .top-content {
    -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;
  }

  .top-content.videos {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.files {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top-content.more-courses {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.course {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.blog-post {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.event {
    max-width: 510px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

  .divider.why-us {
    width: auto;
    height: 56px;
    background-color: transparent;
  }

  .divider.card-post {
    margin-top: 30px;
  }

  .card-content.events {
    padding: 30px;
  }

  .card-content.event {
    width: 100%;
  }

  .circle-shape-new-teachers._1 {
    left: -63px;
    top: -30px;
  }

  .circle-shape-new-teachers._3 {
    right: -18px;
    max-width: 30%;
  }

  .circle-shape-new-teachers._2 {
    left: -10px;
    max-width: 50%;
  }

  .circle-shape-new-teachers._4 {
    right: -96px;
    max-width: 60%;
  }

  .event-location-text {
    max-width: 80%;
  }

  .section.cta {
    padding-bottom: 88px;
  }

  .section.video-hero {
    padding-bottom: 48px;
  }

  .section.related-courses {
    padding-top: 60px;
  }

  .section.course {
    padding-bottom: 60px;
  }

  .section.blog-post {
    padding-top: 40px;
  }

  .events-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .faqs-wrapper {
    margin-top: 60px;
  }

  .companies-grid {
    min-width: 100%;
    justify-items: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

  .image.visit-us {
    width: 100%;
  }

  .image.courses {
    margin-top: 40px;
  }

  .image.cta-3 {
    border-radius: 15px;
  }

  .image.cta-1 {
    border-radius: 20px;
  }

  .image.about-section {
    max-width: 100%;
  }

  .image.cta-2 {
    border-radius: 20px;
  }

  .image.cta-4 {
    border-radius: 15px;
  }

  .image.testimonial {
    max-width: 100%;
  }

  .image.card-events {
    width: auto;
  }

  .why-us-main-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slider {
    max-width: 100%;
  }

  .icon-files-wrapper {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .menu-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .visit-us-grid {
    justify-items: center;
  }

  .icon-videos-community-wrapper {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .contact-us-icon-wrapper {
    margin-bottom: 32px;
  }

  .nav-link {
    font-size: 32px;
  }

  .slide-wrapper {
    padding-right: 52px;
    padding-left: 52px;
  }

  .fine-print {
    font-size: 16px;
    line-height: 1.667em;
    text-align: center;
  }

  .achievement-number {
    font-size: 38px;
  }

  .font-color-primary.small {
    font-size: 44px;
  }

  .videos-tab-link {
    min-width: 100%;
    padding: 20px 24px;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfdb;
    -webkit-transition: background-color 350ms ease, border-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, border-color 350ms ease, color 350ms ease;
  }

  .videos-tab-link.w--current {
    border-bottom-width: 1px;
    border-bottom-color: #083950;
    background-color: #f5f7ff;
  }

  .why-study-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .visit-us-contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .students-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .videos-tabs-menu {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .newsletter-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .newsletter-icon-wrapper.blog {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  ._404-title {
    font-size: 150px;
    line-height: 150px;
  }

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

  .companies-main-top {
    background-position: 50% 0%;
  }

  .courses-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .events-section-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-us-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-preview {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .course-preview.video-hero {
    max-width: 100%;
  }

  .event-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .event-icon.location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .circle-shape-cta._1 {
    left: -296px;
  }

  .circle-shape-cta._2 {
    left: -95px;
    bottom: -255.5px;
    max-width: 80%;
  }

  .circle-shape-cta._4 {
    top: 91px;
    right: -259px;
    max-width: 80%;
  }

  .circle-shape-cta._3 {
    top: -203px;
    right: -97px;
    max-width: 60%;
  }

  .new-teachers-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cart {
    margin-right: 20px;
  }

  .right-arrow {
    right: -18px;
  }

  .circle-shape-404._1 {
    top: -75.5px;
    right: -128px;
  }

  .circle-shape-404._2 {
    left: -87px;
  }

  .circle-shape-404._4 {
    right: -146px;
  }

  .circle-shape-404._5 {
    left: -141px;
    top: -58px;
  }

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

  .form-newsletter.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-study-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .choose-wrapper {
    max-width: 375px;
  }

  .input {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input.newsletter-blog {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .input.newsletter {
    min-width: auto;
  }

  .input.newsletter-events {
    min-width: auto;
  }

  .circle-shape-newsletter-events._4 {
    top: -223px;
    right: -135px;
    max-width: 60%;
  }

  .circle-shape-newsletter-events._3 {
    bottom: -85px;
    max-width: 30%;
  }

  .circle-shape-newsletter-events._2 {
    left: -57px;
    top: -177.5px;
    max-width: 50%;
  }

  .circle-shape-newsletter-events._1 {
    left: -177px;
  }

  .footer-links-block {
    margin-bottom: 32px;
  }

  .split-content.events-section {
    margin-bottom: 40px;
  }

  .split-content.our-story {
    max-width: 647px;
  }

  .split-content.newsletter-events-left {
    margin-bottom: 40px;
  }

  .split-content.courses-section-left {
    margin-bottom: 30px;
  }

  .split-content.videos-community-left {
    margin-bottom: 40px;
    -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;
  }

  .split-content.cta-right {
    width: 70%;
  }

  .split-content.course-files-left {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.course-video-left {
    max-width: none;
  }

  .split-content.video-hero-left {
    max-width: 480px;
    margin-bottom: 40px;
    text-align: left;
  }

  .more-information-grid {
    max-width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .meet-our-teachers-grid.teachers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .special-1 {
    font-size: 66px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.6em;
  }

  .circle-shape-courses._4 {
    right: -104px;
    max-width: 60%;
  }

  .circle-shape-courses._3 {
    left: 388px;
    top: -84px;
    max-width: 60%;
  }

  .circle-shape-courses._1 {
    left: 242px;
  }

  .circle-shape-courses._2 {
    left: -194px;
    bottom: 214.5px;
    max-width: 80%;
  }

  .circle-shape-testimonial._4 {
    bottom: -209px;
    max-width: 80%;
  }

  .circle-shape-testimonial._2 {
    left: -55px;
  }

  .circle-shape-testimonial._3 {
    right: -99px;
  }

  .circle-shape-testimonial._1 {
    left: -127px;
    bottom: -211px;
  }

  .left-arrow {
    left: -18px;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .post-featured-content {
    padding: 40px 20px;
  }

  .circle-shape-about-section._1 {
    left: -289px;
    top: -147px;
  }

  .circle-shape-about-section._2 {
    left: auto;
    right: -60px;
    bottom: 238px;
    max-width: 70%;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block.newsletter {
    min-width: 100%;
  }

  .choose-grid {
    justify-items: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .student-wrapper {
    padding: 16px 24px;
    -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;
    border-top-width: 0px;
  }

  .student-wrapper.w--current {
    border-top-width: 0px;
    border-radius: 8px;
    background-color: #f5f7ff;
  }

  .achievements-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .learning-center-section-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .course-video-duration-text {
    margin-left: 11px;
  }

  .visit-us-location-wrapper {
    max-width: 51%;
  }

  .special-2 {
    font-size: 46px;
  }

  .footer {
    padding-top: 32px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ul {
    padding-left: 30px;
  }

  .rich-text ol {
    padding-left: 30px;
  }

  .rich-text img {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .rich-text figcaption {
    margin-bottom: 32px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .resources-center-wrapper {
    margin-top: 40px;
  }

  .course-content-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfdb;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
  }

  .course-tab-link.w--current {
    background-color: #f5f7ff;
  }

  .tabs-menu-course {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-details {
    margin-bottom: 0px;
  }

  .card-image-wrapper.event {
    width: 100%;
    padding-right: 32px;
    padding-bottom: 0px;
  }

  .tabs-menu.teacher {
    margin-bottom: 40px;
    white-space: normal;
  }

  .tab-link.teacher {
    margin-bottom: 20px;
  }

  .skills-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-shape._01 {
    left: -288px;
    top: -155px;
  }

  .circle-shape._03 {
    left: auto;
    top: -83px;
    right: -120px;
  }

  .circle-shape._04 {
    bottom: -391px;
  }

  .circle-shape._05 {
    top: 393px;
    right: -82px;
    max-width: 50%;
  }

  .courses-category-grid {
    max-width: 510px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .circle-shape-courses-category._1 {
    left: -27.5px;
  }

  .circle-shape-courses-category._2 {
    left: -243.5px;
  }

  .circle-shape-courses-category._4 {
    right: -161px;
  }

  .cart-icon {
    max-width: 40%;
  }

  .button-play.course-videos {
    width: 100px;
  }

  .button-play.course {
    width: 100px;
  }

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

  .order-title {
    font-size: 18px;
  }

  .category-title-wrapper {
    margin-bottom: 15px;
  }

  .blog-category-wrapper {
    margin-bottom: 15px;
  }

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

  .row-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .filter-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-field-container {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .filter-field-container.small {
    max-width: none;
    min-width: 100%;
  }

  .detail-column.mobile-hidden {
    display: none;
  }

  .card-paragraph.mobile-hidden {
    display: none;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding: 40px 20px;
    background-position: 50% 10%;
    font-size: 18px;
  }

  .faq-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.empty-state {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.videos-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.visit-us {
    width: 100%;
  }

  .card.course-files {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .card.course-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.teachers {
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .card.contact-us {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .card.videos-community {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.password {
    padding: 40px 20px;
  }

  .card.more-information.email {
    min-width: auto;
    padding: 32px 20px;
  }

  .card.course-mobile {
    padding: 20px 15px 40px;
  }

  .card.event {
    margin-bottom: 0px;
  }

  .empty-state-text {
    font-size: 16px;
  }

  .courses-section-grid {
    margin-top: 40px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-us-images {
    max-height: none;
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    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;
  }

  .event-details-text._2 {
    font-size: 18px;
    white-space: nowrap;
  }

  .title.companies {
    font-size: 16px;
  }

  .title.more-information-card {
    margin-bottom: 20px;
  }

  .title.why-us {
    margin-bottom: 40px;
  }

  .title._404 {
    font-size: 30px;
  }

  .title.files-resources {
    font-size: 18px;
  }

  .title.course-page {
    font-size: 28px;
  }

  .title.event {
    font-size: 28px;
  }

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

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

  .paragraph.video-hero {
    margin-bottom: 20px;
  }

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

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

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

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

  .links-block.footer-links {
    padding-top: 32px;
  }

  .spacer.why-us {
    height: 40px;
  }

  .spacer.more-information {
    min-height: 20px;
  }

  .spacer._2-buttons {
    height: 20px;
  }

  .spacer.about-course {
    min-height: 40px;
  }

  .spacer.teacher {
    min-height: 40px;
  }

  .button-primary {
    min-width: 100%;
  }

  .button-primary.large {
    font-size: 16px;
  }

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

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

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-hero-wrapper {
    margin-bottom: 40px;
  }

  .why-us-wrapper {
    margin-top: 40px;
  }

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

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .testimonial-content {
    padding: 40px 0px;
  }

  .divider.contact-us-form {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .divider.course-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.card-events {
    margin-top: 20px;
  }

  .divider.card-post {
    margin-top: 20px;
  }

  .divider.videos {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.blog-post {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.licenses {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-content.visit-us {
    padding: 20px;
  }

  .card-content.events {
    padding: 20px;
  }

  .card-content.event {
    padding: 20px 20px 32px;
  }

  .circle-shape-new-teachers._1 {
    left: -31%;
  }

  .circle-shape-new-teachers._3 {
    top: -25px;
    right: 0px;
  }

  .circle-shape-new-teachers._2 {
    left: -6px;
    bottom: -42px;
  }

  .circle-shape-new-teachers._4 {
    top: auto;
    right: -51px;
    bottom: -81px;
  }

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

  .event-location-text._2 {
    font-size: 18px;
  }

  .mega-menu-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

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

  .section.video-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.latest-courses {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.related-courses {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section.mission {
    padding-top: 50px;
  }

  .section.hero {
    padding-top: 50px;
    padding-bottom: 170px;
  }

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

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

  .section.testimonials {
    padding-bottom: 50px;
  }

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

  .section.learning-center {
    padding-bottom: 50px;
  }

  .section.blog {
    padding-bottom: 50px;
  }

  .section.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.why-us {
    padding-bottom: 50px;
  }

  .section.newsletter-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section.videos {
    padding-bottom: 50px;
  }

  .section.events {
    padding-top: 50px;
  }

  .section.course {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section.blog-post {
    padding-bottom: 50px;
  }

  .section.latest-articles {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.event-top {
    padding-top: 50px;
  }

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

  .section.teacher {
    padding-top: 50px;
  }

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

  .companies-grid {
    margin-top: 40px;
    grid-row-gap: 32px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .dash.testimonial {
    width: 24px;
    height: 2px;
    margin: 14px 0px;
    opacity: 1;
  }

  .dash.blog-post {
    display: none;
    width: 100%;
    margin: 10px 0px;
    background-color: #fafafa;
  }

  .image.teachers {
    width: 120px;
    height: 120px;
  }

  .image.our-story {
    height: 300px;
  }

  .image.cta-3 {
    display: none;
    border-radius: 10px;
  }

  .image.cta-1 {
    border-radius: 15px;
  }

  .image.product-cart {
    width: auto;
    height: auto;
    border-radius: 13px;
  }

  .image.about-section {
    height: 250px;
  }

  .image.cta-2 {
    border-radius: 10px;
  }

  .image.cta-4 {
    border-radius: 10px;
  }

  .image.testimonial {
    height: 300px;
  }

  .image.event {
    border-radius: 0px;
  }

  .image.order {
    width: 100%;
    margin-bottom: 15px;
  }

  .slider {
    margin-top: 40px;
  }

  .icon-files-wrapper {
    margin-bottom: 20px;
  }

  .videos-detail-icon {
    margin-right: 10px;
  }

  .visit-us-grid {
    margin-bottom: 40px;
  }

  .contact-us-icon-wrapper {
    margin-bottom: 20px;
  }

  .nav-link {
    font-size: 28px;
  }

  .course-video-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .slide-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .course-card-price {
    font-size: 18px;
  }

  .font-color-primary.small {
    font-size: 24px;
  }

  .videos-tab-link {
    padding-right: 16px;
    padding-left: 16px;
  }

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

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

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .visit-us-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .error-message.cart {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .testimonial-about {
    margin-bottom: 40px;
    -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;
  }

  .videos-tabs-menu {
    padding-top: 32px;
  }

  ._404-title {
    margin-bottom: 5px;
    font-size: 112px;
    line-height: 112px;
  }

  .companies-main-top {
    min-height: 50px;
  }

  .faq-dropdown-wrapper {
    min-height: 44px;
    min-width: 44px;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-preview {
    margin-bottom: 20px;
  }

  .circle-shape-cta._1 {
    left: -181px;
    top: -56px;
  }

  .circle-shape-cta._2 {
    bottom: -138.5px;
  }

  .circle-shape-cta._4 {
    top: 324px;
    right: -125px;
  }

  .circle-shape-cta._3 {
    top: -69px;
    right: -71px;
  }

  .new-teachers-card {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .cart {
    margin-right: 10px;
  }

  .right-arrow {
    right: -8px;
    width: 50px;
    height: 50px;
  }

  .companies-main-wrapper {
    padding-bottom: 50px;
  }

  .circle-shape-404._1 {
    top: -37.5px;
    right: -76px;
  }

  .circle-shape-404._2 {
    bottom: 103px;
  }

  .circle-shape-404._3 {
    top: 243px;
    max-width: 80%;
  }

  .circle-shape-404._4 {
    bottom: -196.5px;
  }

  .circle-shape-404._5 {
    left: -72px;
    top: -35px;
  }

  .cart-quantity {
    width: 50px;
  }

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

  .form-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .videos-detail-text {
    font-size: 18px;
    white-space: nowrap;
  }

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

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-wrap._404 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input {
    padding-right: 14px;
    padding-left: 14px;
  }

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

  .input.newsletter-blog {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .input.newsletter {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .input.newsletter-events {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .circle-shape-newsletter-events._4 {
    top: -168px;
    right: -109px;
  }

  .circle-shape-newsletter-events._3 {
    right: -13px;
    bottom: -26px;
  }

  .circle-shape-newsletter-events._2 {
    left: -165px;
    top: -154.5px;
    max-width: 100%;
  }

  .circle-shape-newsletter-events._1 {
    left: -154px;
    bottom: -196px;
  }

  .cart-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .split-content.events-section {
    margin-bottom: 32px;
  }

  .split-content.our-story {
    margin-bottom: 40px;
  }

  .split-content.newsletter-events-left {
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .split-content.hero-left {
    margin-bottom: 40px;
  }

  .split-content.videos-community-left {
    margin-bottom: 32px;
  }

  .split-content.course-video-left {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.testimonial-left {
    margin-bottom: 40px;
  }

  .split-content.meet-our-teachers {
    margin-bottom: 40px;
  }

  .more-information-grid {
    max-width: 100%;
  }

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

  .special-1 {
    font-size: 46px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .button-secondary {
    min-width: 100%;
  }

  .button-secondary.large {
    font-size: 16px;
  }

  .circle-shape-courses._4 {
    right: -28px;
    bottom: -82px;
  }

  .circle-shape-courses._3 {
    left: 197px;
    top: -79px;
    max-width: 173px;
  }

  .circle-shape-courses._1 {
    left: 182px;
    top: 225px;
  }

  .circle-shape-courses._2 {
    left: -115px;
    bottom: 429.5px;
    max-width: 283px;
  }

  .circle-shape-testimonial._4 {
    right: -190px;
    bottom: 123px;
    max-width: 100%;
  }

  .circle-shape-testimonial._2 {
    top: 359px;
  }

  .circle-shape-testimonial._3 {
    top: -59px;
    max-width: 80%;
  }

  .circle-shape-testimonial._1 {
    left: -90px;
    bottom: -167px;
  }

  .left-arrow {
    left: -8px;
    width: 50px;
    height: 50px;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .more-information-text {
    font-size: 18px;
  }

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

  .course-card-details-wrapper {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .circle-shape-about-section._1 {
    left: -126px;
    top: 105px;
    max-width: 100%;
  }

  .circle-shape-about-section._2 {
    left: 143px;
    bottom: 196px;
    max-width: 80%;
  }

  .level-wrapper {
    margin-bottom: 14px;
  }

  .level-wrapper.course {
    margin-bottom: 0px;
  }

  .videos-tabs-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-image-link.your-cart {
    width: 30%;
  }

  .card-image-link.event {
    border-radius: 0px;
  }

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

  .cart-item {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-post-author-wrapper {
    margin-top: 12px;
  }

  .achievements-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .more-information-location-text {
    font-size: 16px;
  }

  .learning-center-section-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .course-video-duration-text {
    margin-left: 0px;
  }

  .visit-us-location-wrapper {
    max-width: 300px;
  }

  .special-2 {
    font-size: 37px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .rich-text img {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .rich-text figcaption {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .button-primary-2 {
    min-width: 100%;
  }

  .button-primary-2.large {
    font-size: 16px;
  }

  .teacher-work {
    font-size: 16px;
  }

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

  .course-detail-icon.standard-size {
    width: auto;
    height: auto;
  }

  .about-blog-post {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-image-wrapper.event {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu.teacher {
    margin-bottom: 40px;
  }

  .tab-link.teacher {
    margin-right: 0vw;
  }

  .circle-shape._01 {
    left: -157px;
    top: -88px;
  }

  .circle-shape._02 {
    left: -173px;
    bottom: -173.5px;
    max-width: 80%;
  }

  .circle-shape._03 {
    top: -57px;
    right: -124px;
  }

  .circle-shape._04 {
    right: -250px;
    bottom: -229px;
  }

  .circle-shape._05 {
    top: 493px;
    right: -61px;
  }

  .more-information-social-media {
    font-size: 18px;
  }

  .courses-category-grid {
    margin-top: 40px;
  }

  .circle-shape-courses-category._1 {
    left: -104.5px;
  }

  .circle-shape-courses-category._2 {
    left: -167.5px;
  }

  .circle-shape-courses-category._3 {
    top: -94px;
  }

  .circle-shape-courses-category._4 {
    right: -129px;
  }

  .cart-icon {
    max-width: 38%;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-play {
    width: 100px;
  }

  .button-play.course-videos {
    width: 60px;
  }

  .button-play.course {
    width: 80px;
  }

  .order-wrapper {
    -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;
  }

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

  .blog-category-wrapper {
    margin-bottom: 10px;
  }

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

  .category-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-paragraph.mobile-hidden {
    display: none;
  }

  .heading {
    font-size: 26px;
  }

  .paragraph-3 {
    overflow: hidden;
  }
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637183-adbaca33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637186-adbaca33 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637187-adbaca33 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a0ffa-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a1000-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a1006-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a100c-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a1012-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b17ace29-01d8-d2b5-fbf3-d4e3fb3a1018-e0bacab7 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637183-b6303968 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637186-b6303968 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b097d78-b776-9e09-a4b6-8ab657637187-b6303968 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_081c0aac-b96f-7778-465c-c59646c49483-f2baca59 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_081c0aac-b96f-7778-465c-c59646c49485-f2baca59 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Icon Fonts Academy Template';
  src: url('../fonts/icon-fonts-academy-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

  .footer-links-block a img {
	width: auto;
    max-height: 65px;
  }