.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

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

.w-commerce-commercecartformwrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

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

.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: flex;
  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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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-commercecartcheckoutbutton {
  background-color: #3898ec;
  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: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

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

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffdede;
}

.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: flex;
  align-items: flex-start;
  justify-content: center;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: flex;
  justify-content: space-between;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  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::-moz-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::-moz-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::-moz-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: flex;
  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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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::-moz-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: flex;
  justify-content: space-between;
  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: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  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 {
  flex-basis: 320px;
  flex-grow: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

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

.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;
  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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

body {
  font-family: Inter, sans-serif;
  color: #050505;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 0px;
  color: #454545;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

a {
  color: #9270d7;
  text-decoration: underline;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  border-left: 5px none #e2e2e2;
  background-color: #fefbe7;
  color: #c0a50c;
  font-size: 18px;
  line-height: 32px;
}

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

.utility-page-content {
  display: flex;
  width: 100%;
  max-width: 300px;
  flex-direction: column;
  text-align: center;
}

.banner {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 16px 5%;
  justify-content: center;
  align-items: center;
  background-color: #151514;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01px;
}

.banner-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  height: 100%;
}

.banner-text {
  position: relative;
  z-index: 1;
}

.banner-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
}

.label-regular {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.web-payments {
  margin-bottom: 12px;
}

.cart-item-quantity {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 6px;
  padding-left: 12px;
  border-color: #e2e2df;
  border-radius: 1px;
  background-color: #fff;
}

.cart-button {
  min-height: 40px;
  padding: 0px;
  background-color: #fff;
}

.nav-menu {
  margin-right: auto;
  margin-left: 40px;
  justify-content: space-between;
  align-items: center;
}

.remove-button {
  margin-top: 24px;
  color: #151514;
  text-decoration: none;
}

.nav-link {
  padding: 8px 16px;
  border: 1px solid transparent;
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #292929;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.18px;
}

.nav-link:hover {
  border-color: #e2e2df;
  color: #151514;
}

.nav-link.w--current {
  background-color: #f8f8f7;
  color: #151514;
}

.icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.cart-header-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 12px;
}

.button-primary-right-icon {
  display: flex;
  min-height: 40px;
  padding: 12px 16px 12px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 4px;
  background-color: #dacdf4;
  box-shadow: 0 4px 0 0 #050505;
  transition: background-color 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #050505;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button-primary-right-icon:hover {
  background-color: #f0eafa;
}

.container-navigation {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1184px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.nav-link-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.menu-button-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.cart-list {
  padding: 24px 0px 0px;
}

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

.cart-quantity {
  display: flex;
  height: 32px;
  min-width: 32px;
  margin-left: 4px;
  padding-right: 8px;
  padding-left: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  background-color: #ebebeb;
  color: #050505;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01px;
}

.cart-item {
  padding: 16px 40px;
}

.image {
  width: 128px;
}

.cart-footer {
  padding: 40px;
}

.cart-line-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.09px;
}

.paragraph-regular {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.paragraph-regular.text-color-gray-600 {
  color: #454545;
}

.paragraph-regular.text-color-gray-500 {
  color: #6b6b6b;
}

.cart-header {
  padding: 40px 40px 24px;
  align-items: flex-start;
}

.cart-item-detail {
  margin-left: 32px;
  grid-row-gap: 8px;
}

.paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.paragraph-small.text-color-gray-500 {
  color: #6b6b6b;
}

.h5-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.navigation {
  z-index: 99;
  display: flex;
  height: 112px;
  padding-right: 5%;
  padding-left: 5%;
  align-items: center;
  border-bottom: 1px solid #f8f8f7;
  background-color: #fff;
}

.cart-line-item {
  margin-bottom: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 8px;
}

.close-button {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.paragraph-large {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: -0.02em;
}

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

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

.header-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.avatar {
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-left: -12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 96px;
  background-color: #f3f3f2;
}

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

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

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.user-text-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.header-button-wrapper {
  margin-top: 40px;
}

.header-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-regular {
  position: relative;
  padding: 92px 5%;
}

.h1-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
}

.background-line-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.line {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #f2f2f2;
}

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

.title-wrapper-center {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  text-align: center;
}

.section-small {
  position: relative;
  padding: 80px 5%;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.course-card-image-wrapper {
  overflow: hidden;
  height: 220px;
  border-bottom: 1.5px solid #050505;
  background-color: #fff;
}

.accent-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 80%;
  z-index: 4;
  min-width: 29px;
}

.line-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.accent-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20%;
  z-index: 4;
  min-width: 67px;
}

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

.color-base {
  position: relative;
  z-index: -1;
  height: 120px;
}

.container-small {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.fb-typography-block {
  display: flex;
  flex-direction: column;
  grid-row-gap: 32px;
}

.document-table-header {
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
  justify-content: start;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 24px;
  background-color: #f3f5fb;
}

.neutral-white {
  background-color: #fff;
}

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

.neutral-700 {
  background-color: #292929;
}

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

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

.fb-color-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.margin-bottom-04 {
  margin-bottom: 4px;
}

.fb-table-row {
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e9ecf0;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.button-wrapper {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.fb-detail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.neutral-400 {
  background-color: #8f8f8f;
}

.h6-heading {
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.neutral-200 {
  background-color: #ebebeb;
}

.fb-class-icon {
  display: inline-block;
  margin-right: 4px;
  padding: 6px;
  border-radius: 4px;
  background-color: #6b7094;
}

.neutral-800 {
  background-color: #141414;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.fb-class-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.neutral-600 {
  background-color: #454545;
}

.template-section {
  padding: 100px 5%;
}

.fb-container-wrapper {
  position: relative;
  display: flex;
  height: 140px;
  justify-content: center;
  align-items: stretch;
  border-style: dashed;
  border-width: 2px;
  border-color: #e2e2df;
}

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

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

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

.fb-section-wrapper {
  border-style: dashed;
  border-width: 2px;
  border-color: #e2e2df;
}

.fb-color-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.template-link {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  align-items: center;
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.template-link:hover {
  color: #160042;
}

.template-color {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 130px;
  align-items: center;
}

.yellow-light {
  background-color: #fbee9d;
}

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

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

.neutral-100 {
  background-color: #fafafa;
}

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

.yellow-lighter {
  background-color: #fefbe7;
}

.template-block {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 6px;
  background-color: #fff;
}

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

.fb-container-grid {
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fb-color-hex-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.caption {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.fb-class-detail {
  display: inline-block;
  margin-left: 4px;
  padding: 6px;
  border-radius: 4px;
  background-color: #ffd6ad;
  color: #a35200;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.heading-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.fb-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e2e2df;
}

.purple-lighter {
  background-color: #f0eafa;
}

.pink-dark {
  background-color: #9f2d70;
}

.yellow-dark {
  background-color: #c0a50c;
}

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

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

.template-header {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
}

.container-x-small {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.neutral-500 {
  background-color: #6b6b6b;
}

.template-header-block {
  margin-bottom: 32px;
  padding: 32px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 6px;
  background-color: #fefbe7;
  box-shadow: 3px 3px 0 0 #050505;
  font-size: 16px;
  line-height: 32px;
}

.container-x-large {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.fb-table {
  overflow: auto;
  margin-top: 32px;
}

.fb-class-badge {
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  background-color: #0f6ef3;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.section-large {
  position: relative;
  padding: 120px 5%;
}

.fb-table-cell {
  display: flex;
  justify-content: flex-start;
}

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

.container-large {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.purple-light {
  background-color: #dacdf4;
}

.yellow-base {
  background-color: #edd75a;
}

.template-style {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.h2-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

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

.fb-icon-block {
  display: flex;
  width: 70px;
  height: 70px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  background-color: #f3f5fb;
}

.fb-class-base {
  width: 100%;
  align-items: center;
  background-color: #f3f5fb;
}

.section-x-large {
  position: relative;
  padding: 144px 5%;
}

.template-color-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.pink-lighter {
  background-color: #fbe9f4;
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.section-x-small {
  position: relative;
  padding: 48px 5%;
}

.fb-typography-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.fb-icon-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.template-style-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  grid-row-gap: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 6px;
  background-color: #fff;
}

.fb-typography-detail {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  flex-direction: column;
  grid-row-gap: 8px;
}

.fb-style-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 64px;
  background-color: #fff;
}

.neutral-900 {
  background-color: #050505;
}

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

.pink-light {
  background-color: #f6cbe4;
}

.detail {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail.text-color-gray-400 {
  color: #8f8f8f;
}

.pink-base {
  background-color: #e561ae;
}

.document-table-wrapper {
  width: 100%;
}

.neutral-300 {
  background-color: #dbdbdb;
}

.h4-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.purple-base {
  background-color: #9270d7;
}

.fb-class {
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  background-color: #393b6a;
}

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

.purple-dark {
  background-color: #573993;
}

.template-wrapper {
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e8f1;
  background-color: #fff;
}

.template-content {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.link-dark {
  color: #9270d7;
  text-decoration: none;
}

.course-card-text-wrapper {
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1.5px none #050505;
}

.badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 44px;
  background-color: #fbee9d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge.purple {
  background-color: #dacdf4;
}

.badge.red {
  background-color: #efc3be;
}

.badge.pink {
  background-color: #f6cbe4;
}

.badge.gray {
  background-color: #292929;
}

.course-card {
  overflow: hidden;
  height: 100%;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
}

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

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

.statistics-row {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #050505;
  background-image: url('../images/Statistics-Right.svg'), url('../images/Statistics-Left.svg');
  background-position: 100% 50%, 0% 50%;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.statistics-item-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 4px;
  text-align: center;
}

.statistics-divider {
  width: 1px;
  height: 80px;
  background-color: #292929;
}

.button-primary-small {
  display: flex;
  min-height: 40px;
  padding: 8px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 4px;
  background-color: #dacdf4;
  box-shadow: 0 4px 0 0 #050505;
  transition: background-color 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #050505;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button-primary-small:hover {
  background-color: #f0eafa;
}

.course-card-bottom-row {
  display: flex;
  width: 100%;
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 8px;
}

.label-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.label-large.text-color-red {
  color: #e57161;
}

.accent-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 90%;
  z-index: 4;
  min-width: 29px;
}

.accent-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 90%;
  z-index: 4;
  min-width: 29px;
}

.label-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-text-wrapper {
  max-width: 420px;
}

.content-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.members-grid {
  margin-bottom: 64px;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.members-button-wrapper {
  display: flex;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.member-avatar-wrapper {
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  margin-bottom: 32px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100%;
}

.member-card {
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
  text-align: center;
}

.member-plays-wrapper {
  display: flex;
  margin-top: 16px;
  grid-column-gap: 8px;
}

.member-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 1.5px solid #000;
  border-radius: 16px;
  background-image: linear-gradient(180deg, rgba(218, 205, 244, 0.28), rgba(245, 203, 227, 0.28) 68%, #fff);
  box-shadow: 0 8px 0 0 #050505;
}

.member-background-wrapper {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.member-grid-wrapper {
  position: relative;
  z-index: 1;
}

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

.category-card {
  display: flex;
  height: 100%;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
  text-align: center;
}

.category-icon-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100%;
  background-color: #dacdf4;
}

.category-icon-wrapper.pink {
  background-color: #fbe9f4;
}

.category-icon-wrapper.yellow {
  background-color: #fbee9d;
}

.category-icon-wrapper.green {
  background-color: #c7eeb4;
}

.category-icon-wrapper.blue {
  background-color: #beeaef;
}

.category-icon-wrapper.red {
  background-color: #efc3be;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.right-arrow {
  right: -24px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #050505;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-card {
  display: flex;
  height: 100%;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  background-image: url('../images/Testimonials-Graphic.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 8px 0 0 #050505;
}

.mask {
  padding-bottom: 13px;
}

.testimonial-avatar-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100%;
}

.left-arrow {
  left: -24px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #050505;
}

.testimonial-background-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 600px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: linear-gradient(180deg, rgba(218, 205, 244, 0.28), rgba(245, 203, 227, 0.28) 70%, #fff);
}

.faq-title-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 32px;
  white-space: normal;
}

.faq-item-toggle {
  display: flex;
  padding: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-plus {
  position: relative;
  z-index: 1;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #050505;
}

.faq-content {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}

.faq-tab-content {
  width: 100%;
  padding-top: 12px;
  line-height: 36px;
}

.faq-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 24px;
}

.cta-wrapper {
  display: flex;
  padding: 80px 5%;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #050505;
  background-image: url('../images/CTA-Graphic-Right.svg'), url('../images/CTA-Graphic-Left.svg');
  background-position: 100% 50%, 0% 50%;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
}

.cta-inner-wrapper {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.cta-email-form {
  display: flex;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.text-field {
  min-height: 48px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #454545;
  border-radius: 6px;
  background-color: #141414;
  color: #fff;
}

.text-field:active {
  border-color: #dacdf4;
}

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

.text-field::-moz-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.button-primary {
  display: flex;
  min-height: 40px;
  padding: 12px 36px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 4px;
  background-color: #dacdf4;
  box-shadow: 0 4px 0 0 #050505;
  transition: box-shadow 200ms ease, background-color 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #050505;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button-primary:hover {
  background-color: #f0eafa;
  box-shadow: 0 2px 0 0 #050505;
}

.checkout-form {
  padding: 80px 5%;
  background-color: #fff;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form-field {
  height: auto;
  min-height: 48px;
}

.slide-nav {
  display: none;
}

.accent-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 80%;
  z-index: 4;
  min-width: 67px;
}

.header-card-wrapper {
  position: relative;
  max-width: 872px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
}

.circle-course {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: flex;
  width: 100%;
  max-height: 500px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.highlight-card {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
}

.highlight-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.highlight-content {
  display: flex;
  height: 100%;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 1.5px solid #050505;
}

.faq-icon-wrapper {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.faq-minus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #050505;
}

.faq-item {
  width: 100%;
  max-width: 456px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px 0px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  box-shadow: 0 8px 0 0 #050505;
}

.accent-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50%;
  min-width: 67px;
}

.accent-6 {
  position: absolute;
  left: auto;
  top: 30%;
  right: auto;
  bottom: auto;
  z-index: 4;
  min-width: 29px;
}

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

.footer-logo-link {
  flex: 0 0 auto;
}

.footer-title {
  margin-bottom: 20px;
  color: #050505;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

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

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

.footer-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 16px;
}

.footer-social-link {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100px;
  color: #050505;
}

.footer-social-link:hover {
  color: #9270d7;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
  background-color: #ebebeb;
}

.footer-link {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color 300ms ease;
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.footer-link:hover {
  color: #9270d7;
}

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

.about-image-wrap {
  overflow: hidden;
  height: 400px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 8px;
}

.about-card {
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #050505;
  border-radius: 16px;
  background-color: #fff;
}

.circle-about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  display: flex;
  width: 90%;
  height: 90%;
  max-height: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.about-background-wrapper {
  position: relative;
}

.about-card-wrapper {
  padding-top: 60px;
}

.rich-text {
  margin-right: auto;
  margin-left: auto;
}

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

.rich-text p {
  margin-bottom: 16px;
  color: #454545;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.rich-text h4 {
  margin-bottom: 16px;
}

.rich-text blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1.6px solid #000;
  border-radius: 8px;
  background-color: #ebf8fa;
  box-shadow: 0 4px 0 0 #000;
  color: #2d949f;
}

.about-testimonial-container {
  display: flex;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.label-x-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #8f8f8f;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.quote-icon-top {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
}

.quote-icon-bottom {
  width: 56px;
  height: 56px;
  margin-top: 32px;
}

.accent-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 64%;
  z-index: 4;
  min-width: 67px;
}

.course-grid {
  margin-bottom: 96px;
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-feature-grid {
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 48px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.course-feature {
  display: flex;
  grid-column-gap: 8px;
  white-space: nowrap;
}

.course-header {
  display: flex;
  max-width: 480px;
  padding-top: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.course-avatar {
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  border-radius: 100%;
}

.course-author {
  display: flex;
  width: 100%;
  max-width: 364px;
  margin-bottom: 64px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #050505;
}

.course-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 100%;
  background-color: #fafafa;
}

.author-card-inner-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.badge-icon {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 4px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 44px;
  background-color: #c7eeb4;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge-icon.pink {
  background-color: #f6cbe4;
}

.badge-icon.blue {
  background-color: #beeaef;
}

.course-badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}

.course-background-circle {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: 0%;
}

.course-header-card-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-large {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 44px;
  background-color: #fbee9d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.detail-card-divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #ebebeb;
}

.detail-card-feature-list {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  grid-row-gap: 16px;
}

.detail-card-feature-item {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.feature-item-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 4px;
}

.detail-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 380px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
}

.detail-card-text-wrapper {
  padding: 24px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1.5px none #050505;
}

.detail-card-image-wrapper {
  overflow: hidden;
  height: 200px;
  border-bottom: 1.5px solid #050505;
  background-color: #fff;
}

.section-statistics {
  position: relative;
  padding: 80px 5%;
}

.video-card {
  display: flex;
  width: 100%;
  padding: 16px 32px 16px 16px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 0 0 #000;
}

.video-list-wrapper {
  display: flex;
  margin-top: 32px;
  margin-bottom: 64px;
  flex-direction: column;
  grid-row-gap: 24px;
}

.video-lightbox-button {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100%;
  background-color: #dacdf4;
  transition: all 300ms ease;
}

.video-lightbox-button:hover {
  width: 52px;
  height: 52px;
}

.video-title-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

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

.pricing-card {
  padding: 40px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 0 0 #000;
}

.circle-pricing {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.pricing-card-price-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.pricing-card-divider {
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #ebebeb;
}

.pricing-card-feature-list {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  grid-row-gap: 16px;
}

.pricing-card-feature-item {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.circle-contact {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1%;
  display: flex;
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.form-block {
  max-width: 400px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-field-wrapper {
  display: flex;
  margin-bottom: 16px;
  padding: 6px 12px;
  align-items: center;
  grid-column-gap: 10px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 #000;
}

.text-field-plain {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
}

.text-field-plain::-moz-placeholder {
  color: #050505;
}

.text-field-plain::-ms-input-placeholder {
  color: #050505;
}

.text-field-plain::placeholder {
  color: #050505;
}

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

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

.contact-card {
  display: flex;
  height: 100%;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 0 0 #050505;
  transition: box-shadow 300ms ease;
  color: #050505;
  text-align: center;
  text-decoration: none;
}

.contact-card:hover {
  box-shadow: 0 6px 0 0 #050505;
}

.contact-card:active {
  box-shadow: 0 1px 0 0 #050505;
}

.contact-icon-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 100%;
  background-color: #dacdf4;
}

.contact-icon-wrapper.pink {
  background-color: #f6cbe4;
}

.contact-icon-wrapper.yellow {
  background-color: #fbee9d;
}

.form-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.account-form-block {
  padding-right: 0px;
  padding-left: 0px;
}

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

.account-icon-wrapper {
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #050505;
  border-radius: 100%;
  background-color: #f0eafa;
  box-shadow: 0 4px 0 0 #000;
}

.form-footer {
  margin-top: 48px;
}

.checkbox-field {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-start;
}

.user-account-wrapper {
  min-height: 0vh;
  padding: 0px;
  background-color: transparent;
}

.cancel-button {
  display: none;
}

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

.reset-password-link {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  color: #050505;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.accent-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 4;
  min-width: 29px;
}

.accent-10 {
  position: absolute;
  left: auto;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 4;
  min-width: 67px;
}

.green-dark {
  background-color: #539933;
}

.green-base {
  background-color: #91da6c;
}

.green-light {
  background-color: #c7eeb4;
}

.green-lighter {
  background-color: #effaea;
}

.blue-dark {
  background-color: #2d949f;
}

.blue-base {
  background-color: #68d2de;
}

.blue-light {
  background-color: #beeaef;
}

.blue-lighter {
  background-color: #ebf8fa;
}

.red-dark {
  background-color: #9f3a2d;
}

.red-base {
  background-color: #e57161;
}

.red-light {
  background-color: #efc3be;
}

.red-lighter {
  background-color: #faeceb;
}

.footer-left-wrapper {
  display: flex;
  max-width: 350px;
  flex-direction: column;
  justify-content: space-between;
}

.footer-link-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.footer {
  position: relative;
  padding: 80px 5%;
  border-top: 1px solid #ebebeb;
}

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

.error-state {
  position: relative;
  margin-top: 32px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  background-color: #faeceb;
  color: #9f3a2d;
  font-size: 14px;
  line-height: 24px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  border-radius: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #e57161;
}

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

.navigation-login {
  padding: 8px 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 6px;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #050505;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.navigation-login:hover {
  background-color: #fafafa;
}

.navigation-login:active {
  background-color: #ebebeb;
}

.checkbox-form {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-top: 3px;
  margin-right: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  border-radius: 4px;
}

.checkbox-form.w--redirected-checked {
  background-color: #e57161;
}

.hero-header {
  position: relative;
  z-index: 9;
  width: 100%;
}

.collection-list-wrapper {
  margin-bottom: 72px;
}

.avatar-wrapper {
  display: flex;
  margin-top: 64px;
  align-items: center;
  grid-column-gap: 14px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 14px;
  background-color: #effaea;
  color: #539933;
  text-align: center;
}

.redirect-block {
  margin-top: 24px;
}

.default-state {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.button-primary-full {
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 12px 36px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 4px;
  background-color: #dacdf4;
  box-shadow: 0 4px 0 0 #050505;
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #050505;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.badge-course {
  display: inline-block;
  margin-bottom: 32px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #050505;
  border-radius: 44px;
  background-color: #fbee9d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.forgot-password {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gradient {
  width: 100%;
}

.update-badge {
  margin-bottom: 24px;
  padding: 4px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e8f1;
  background-color: #fff;
  color: #020e27;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.flowbase-interaction-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 24px;
}

.flowbase-interaction {
  display: flex;
  padding: 24px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 16px;
  border-radius: 24px;
  background-color: #f7f9fd;
  text-align: center;
}

.flowbase-accent {
  max-width: 320px;
}

.flowbase-detail {
  color: #6b7094;
  font-weight: 500;
}

.flowbase-interaction-header {
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 0px;
  }

  .banner-left {
    display: none;
  }

  .banner-right {
    right: -20%;
  }

  .nav-menu {
    top: 80px;
    width: auto;
    height: auto;
    padding: 40px;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 0 40px 380px 0 rgba(0, 0, 0, 0.04);
  }

  .nav-link {
    width: 100%;
  }

  .button-primary-right-icon {
    display: flex;
  }

  .nav-link-wrapper {
    margin-left: 0px;
    flex-direction: column;
    flex: 0 0 auto;
  }

  .menu-button {
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #050505;
    border-radius: 4px;
    background-color: #fafafa;
  }

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

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

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

  .background-wrapper {
    display: none;
  }

  .template-header-block {
    margin-top: 0px;
  }

  .template-style {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button-primary-small {
    display: flex;
  }

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

  .content-text-wrapper {
    max-width: 100%;
  }

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

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

  .right-arrow {
    display: none;
  }

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

  .left-arrow {
    display: none;
  }

  .faq-content {
    width: 100%;
  }

  .button-primary {
    display: flex;
  }

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

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

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

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

  .circle-about {
    top: 0px;
  }

  .about-card-wrapper {
    padding-top: 0px;
  }

  .detail-card-text-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .pricing-card-price-wrapper {
    flex-wrap: wrap;
  }

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

  .navigation-login {
    display: flex;
  }

  .button-primary-full {
    display: flex;
  }
}

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

  h2 {
    font-size: 44px;
  }

  .menu-button-wrapper {
    grid-column-gap: 8px;
  }

  .h1-heading {
    font-size: 48px;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .document-table-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fb-table-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-color {
    margin-bottom: 25px;
  }

  .template-block.table {
    display: none;
  }

  .caption {
    display: inline;
    margin-right: 8px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-x-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .h4-heading {
    font-size: 36px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .statistics-row {
    flex-direction: column;
    background-size: 20% 100%, 20% 100%;
  }

  .statistics-divider {
    width: 50px;
    height: 1px;
  }

  .course-card-bottom-row {
    flex-wrap: wrap;
  }

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

  .member-background-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .category-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-card {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cta-wrapper {
    background-image: url('../images/CTA-Graphic-Bottom.svg'), url('../images/CTA-Graphic-Top.svg');
    background-position: 50% 100%, 50% 0%;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
  }

  .highlight-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .highlight-content {
    border: 1px none #000;
  }

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

  .course-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .banner-left {
    display: none;
  }

  .banner-right {
    display: none;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .document-table-header {
    width: 100%;
  }

  .course-card-text-wrapper {
    padding: 24px;
  }

  .member-background {
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .highlight-content {
    padding: 24px;
  }

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

  .circle-about {
    top: 0px;
    bottom: auto;
  }

  .detail-card-text-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .pricing-card {
    padding: 24px;
  }

  .navigation-login {
    padding-right: 12px;
    padding-left: 12px;
  }

  .avatar-wrapper {
    display: none;
  }
}

#w-node-_0acee32b-2549-5116-45b5-ce82af872196-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0acee32b-2549-5116-45b5-ce82af8721b5-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_410d1c04-8345-1a1f-0ee7-21a10daeeae8-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_35d183d8-12cf-6d76-30ea-bdc3b696294f-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_8cf87571-2f8c-d6cb-9cec-3cb8d04cbcdf-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e15cdd8c-4365-9c82-f67e-be97a6d15d68-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-e15cdd8c-4365-9c82-f67e-be97a6d15d69-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e15cdd8c-4365-9c82-f67e-be97a6d15d5f-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_8b5e4c64-fbef-298d-67ee-a0cf53152e13-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2aab922-eb84-3b7e-d3d9-36e62da4a516-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_052e3baf-7398-22da-7ee0-d38231ef6a20-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2dab232-9100-cac1-375e-654848c11b30-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b62250ab-8c66-204e-a50e-8b8da5868622-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36d1c5e9-fee6-81cd-bd17-7ccecf763f8a-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_997cfc10-d8c2-9f6a-9bb6-16a99753285b-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_487faca7-4329-e152-5587-d38615310cee-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edb1ce02-9875-36d4-ca1a-5ec88bfae902-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d361c0e-f45c-789b-395e-36c7de746959-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd42e9e4-1d30-17ec-fbea-a0b448cf9db8-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1620e2d-1ddf-e915-1178-85707ec26def-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bbadb2d8-bb7f-a373-6e71-cc1ff211bcd0-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bbadb2d8-bb7f-a373-6e71-cc1ff211bcda-1e388022 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f369299-dc14-2f93-d3cc-2248b1553a1e-b1553a16 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6f369299-dc14-2f93-d3cc-2248b1553a20-b1553a16 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4a110e0-c9ca-e556-13e9-f1a8fc806377-b1553a16 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42b2df75-635b-7b34-3c07-cb4e2ff40bb8-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_97fb5067-1339-4b57-6fb7-bc8251fd2c26-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_253b04b3-d862-293e-ccda-588e6010136c-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd3a561c-d75d-8392-1f0b-51e92f29f5ed-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07f56bb9-ed6c-f6e4-2c24-4b6e1ea6e123-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07f56bb9-ed6c-f6e4-2c24-4b6e1ea6e124-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b9619b2-2c53-6587-2d73-30843a9c64e4-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ab3ebc0-e8cd-acaa-d119-a71ec662e0b5-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ab3ebc0-e8cd-acaa-d119-a71ec662e0b6-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28513d4a-4fa1-fda8-11fc-7b11f11dc45b-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3af8a910-6bb2-b2e9-eb37-ec66930d84b4-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3af8a910-6bb2-b2e9-eb37-ec66930d84b5-ac38802e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eecd7091-d34e-ddf6-a0b1-6f5ea9c048d8-b2388036 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d8dd3c5-c522-26a4-e73e-af179e5d63a1-b2388036 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1d8dd3c5-c522-26a4-e73e-af179e5d63a3-b2388036 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fdb17719-962d-204f-f7cf-acafcfb6173f-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72c69060-a20b-4c06-850a-40928c06d98c-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6dccd51-9cd7-408d-849e-8769e45fbbdb-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4bb537cb-a0b5-9135-2353-01f66134c432-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cdd688a8-b0d0-2201-df90-425851ca54c4-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fdb17719-962d-204f-f7cf-acafcfb6175e-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d3aefa0-7f1d-12be-e119-47dec9e1185c-16388038 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed8589f6-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a00-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a04-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a08-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a0c-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a2a-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a2d-78388039 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0acee32b-2549-5116-45b5-ce82af8721b5-1e388022 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_35d183d8-12cf-6d76-30ea-bdc3b696294f-1e388022 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-e15cdd8c-4365-9c82-f67e-be97a6d15d68-1e388022 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-e15cdd8c-4365-9c82-f67e-be97a6d15d5f-1e388022 {
    order: -9999;
  }

  #w-node-_0658bedc-d4e5-2d7e-8f4d-95a7680e6484-680e6481 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-eecd7091-d34e-ddf6-a0b1-6f5ea9c048d8-b2388036 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-fdb17719-962d-204f-f7cf-acafcfb6175e-16388038 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

