:root {
  --black: black;
  --white: white;
  --light-grey: #f4f4f4;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

  .w-commerce-commercecartquantity,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 1rem;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

img.main-feature {
  max-width: 210px;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility_image {
  background-color: rgba(255, 255, 255, .35);
  border-radius: 250px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
}

.padding-xxsmall {
  padding: .5rem;
}

.body {
  color: var(--white);
  background-color: #051023;
  font-family: Inter, sans-serif;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.white {
  color: var(--white);
}

.background-color-gray {
  background-color: #f4f4f4;
}

.text-style-quote {
  border-left: .1875rem solid #fff;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-radio-label {
  margin-bottom: 0;
}

.heading-style-h4 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4.white {
  color: var(--white);
}

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

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

.block-quote {
  border-left-color: var(--white);
}

.heading-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

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

.heading-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 53px;
}

.heading-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 43px;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-medium {
  font-size: 1.125rem;
}

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

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

.rl-styleguide-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide-label.is-html-tag {
  background-color: #be4aa5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide-grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.rl-styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.heading {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 12px;
  font-family: Domine, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  overflow: visible;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.heading-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
}

.text-rich-text {
  color: var(--white);
  column-count: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.heading-style-h5 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.white {
  color: var(--white);
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.form-field-wrapper {
  position: relative;
}

.heading-style-h6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.white {
  color: var(--white);
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.text-size-regular {
  height: auto;
  color: #8d97a7;
  font-size: 1rem;
  overflow: hidden;
}

.text-size-regular.text-weight-semibold {
  height: auto;
}

.rl-styleguide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-style-italic {
  font-style: italic;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-style-h2 {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.white {
  color: #fff;
  font-weight: 500;
}

.heading-style-h2.manifesto {
  text-align: justify;
  font-size: 2.2rem !important;
  text-align: center !important;
}

.heading-style-h2.text-align-center {
  text-align: center;
  line-height: 1.4;
}

.heading-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 64px;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.container-large.outline-border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #454545;
  border-radius: 40px;
  overflow: hidden;
}

.container-large.background-color-gray {
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: inset 0 0 40px -9px rgba(255, 255, 255, .2);
}

.rl-styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.input-form {
  height: auto;
  min-height: 3.5rem;
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(214, 214, 214, .26);
  border-radius: 8px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.input-form:focus {
  border-color: #000;
}

.input-form::-ms-input-placeholder {
  color: rgba(255, 255, 255, .38);
}

.input-form::placeholder {
  color: rgba(255, 255, 255, .38);
}

.input-form.is-select-input {
  background-image: none;
}

.input-form.is-text-area {
  height: auto;
  min-height: 11.25rem;
  border-radius: 12px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #813ef2;
  border: 1px #000;
  border-radius: 200px;
  align-items: center;
  padding: .75rem 1rem .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.button:hover {
  background-color: #461e8b;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon:hover {
  background-color: #5b2aad;
}

.button.is-secondary {
  color: #000;
  background-color: #fff;
  border-style: solid;
  margin-top: 0;
}

.button.is-secondary:hover {
  background-color: rgba(0, 0, 0, .07);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-secondary.is-alternate:hover {
  background-color: #333;
}

.button.is-secondary.is-icon {
  color: #000;
  background-color: #fff;
}

.button.is-secondary.is-icon:hover {
  background-color: rgba(255, 255, 255, .83);
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

.button.is-alternate:hover {
  background-color: #ccdeff;
}

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.maxx-full-width {
  width: 100%;
  justify-content: center;
}

.button.max-width {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.text-size-large {
  font-size: 1.25rem;
}

.background-color-dark-green {
  color: #fff;
  background-color: #132326;
}

.rl-styleguide-color {
  padding-bottom: 8rem;
}

.rl-styleguide-color.is-white {
  background-color: #fff;
}

.rl-styleguide-color.is-black {
  background-color: #000;
}

.rl-styleguide-color.is-gray {
  background-color: #f4f4f4;
}

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

.rl-styleguide-subheading {
  z-index: 3;
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid #000;
  border-radius: 10px;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide-list.dark {
  background-color: #000;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.rl-styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-size-small {
  color: #fff;
  font-size: .875rem;
}

.text-size-small.text-color-white {
  color: #fff;
}

.heading-style-h1 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Domine, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.white {
  color: var(--white);
  font-weight: 500;
}

.rl-styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.section-header {
  background-color: #051023;
  margin-top: 0;
  overflow: hidden;
}

.section-header.brown-background {
  background-color: #051023;
  display: block;
}

.section-header.categories {
  background-color: #0e1b33;
}

.section-header.light {
  background-color: #172235;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-main {
  z-index: 1;
  position: relative;
}

.blog-featured-list-wrapper {
  z-index: 1;
  margin-top: 2rem;
  position: relative;
}

.reading_time {
  color: var(--white);
  display: flex;
}

.blog23-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.reading-time {
  color: #fff;
  margin-left: 5px;
  font-size: .875rem;
}

.blog-featured-item-content {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

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

.blog-author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog23-featured-title-wrapper {
  margin-bottom: 1rem;
}

.blog23-author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.blog-item-link {
  width: 100%;
  border-radius: 14px;
  flex-flow: column wrap;
  flex: 1;
  order: 0;
  text-decoration: none;
  display: block;
}

.blog-featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-category-wrapper {
  color: var(--white);
  background-color: rgba(236, 236, 236, .18);
  border-radius: 200px;
  margin-bottom: .5rem;
  display: inline-block;
}

.blog-category-wrapper.padding-xxsmall {
  background-color: rgba(241, 241, 241, .17);
  border-radius: 200px;
  padding: .25rem 1rem;
  display: inline-block;
}

.blog-featured-item {
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 14px;
  margin-top: 6rem;
  margin-bottom: 0;
  display: flex;
  box-shadow: inset 0 2px 60px rgba(255, 255, 255, .16);
}

.blog23-author-image-wrapper {
  margin-right: 1rem;
}

.blog23-date-wrapper {
  align-items: center;
  display: flex;
}

.blog-featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.text-size-small-2 {
  color: #fff;
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold,
.text-size-small-2.text-weight-semibold.padding-xxsmall {
  color: #fff;
}

.collection-list-3 {
  display: flex;
}

.blog-category-menu {
  width: 100%;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-padding-bottom-copy,
.padding-section-medium.no-padding-bottom {
  padding-bottom: 0;
}

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

.blog-menu-link {
  color: var(--white);
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog-menu-link.w--current {
  border: 1px solid #000;
  border-radius: 200px;
}

.blog-menu-link.current.w--current {
  border-color: #fff;
  border-radius: 200px;
}

.blog-item-content {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 1.5rem;
  display: flex;
  box-shadow: inset 0 2px 60px rgba(255, 255, 255, .12);
}

.blog-item {
  min-height: auto;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 14px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 2px 18px rgba(0, 0, 0, .06);
}

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

.blog-image-wrapper {
  width: 100%;
  border: 1px #000;
  border-top-width: 6px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog-title-wrapper {
  margin-bottom: .5rem;
}

.next {
  border-radius: 8px;
}

.footer-credit-text {
  color: #fff;
  font-size: 1rem;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

.link-4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.footer-legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: underline;
}

.footer-social-list {
  margin-right: 15px;
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #000;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .24);
}

.link-2 {
  color: #fff;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  border-bottom: 1px #e6e6e6;
  padding-bottom: 5rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium.text-color-white {
  padding-top: 2rem;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  align-items: start;
}

.footer-link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #afafaf;
}

.margin-bottom {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 5rem;
}

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.footer3-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3-logo-link {
  float: none;
  padding-left: 0;
}

.link-3 {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.footer-bottom-wrapper {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #4197a7;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-menu-wrapper.text-color-white {
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-component {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-text-divider {
  color: #000;
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-head {
  z-index: 1;
  margin-top: 6rem;
  position: relative;
}

.blogpost-author-text {
  color: #000;
  display: flex;
}

.blogpost-author-wrapper {
  color: #fff;
  align-items: center;
  margin-bottom: 2rem;
}

.blogpost-author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.blogpost-social-link {
  background-color: #f5f9ff;
  border-radius: 20px;
  padding: .25rem;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.breadcrumb-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blogpost-share-wrapper {
  width: 50%;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blogpost-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost-date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogpost-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blogpost-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost-title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost-breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.blogpost-content-top {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-tiny {
  color: #fff;
  margin-right: .25rem;
}

.blogpost3-author-image-wrapper {
  margin-right: 1rem;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost-content {
  justify-content: center;
  margin-bottom: 4rem;
  display: block;
}

.blogpost-author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.blog-button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-button-row.show-mobile-landscape {
  display: none;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog-heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.section-similar-blog {
  overflow: hidden;
}

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

.blog-heading {
  flex: 1;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.head-tight {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: grid;
  position: relative;
}

.heading-style-h1-2 {
  letter-spacing: -1px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small {
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-2 {
  color: #5b6269;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.author-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.section {
  background-color: #051023;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.content28-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.login-footer {
  width: 100%;
  height: 4.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 1.5rem;
}

.login-image-wrapper {
  background-color: rgba(244, 244, 244, 0);
  justify-content: center;
  align-items: center;
  padding: 21px;
}

.login-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.login-content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.login-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-input {
  height: auto;
  min-height: 3.5rem;
  color: #000;
  background-color: rgba(255, 255, 255, .09);
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.radius-6 {
  background-color: #f7f7f7;
  border-radius: 6px;
}

.text-style-link-2 {
  color: var(--white);
  text-decoration: underline;
}

.text-align-center-2 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.login-navbar {
  width: 100%;
  height: 4.5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.login-component {
  min-height: 100vh;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: auto;
}

.login-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

.text-style-link-3 {
  text-decoration: underline;
}

.text-align-center-3 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.margin-bottom-row {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-row.margin-small {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-row.margin-xsmall {
  margin-bottom: 1rem;
}

.margin-bottom-row.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.checkmark-icon {
  width: 36px;
  height: 36px;
  color: #934cef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.benefits-form-wrapper {
  background-color: rgba(185, 185, 185, 0);
  border: 1px solid rgba(255, 255, 255, .37);
  border-radius: 14px;
  padding: 28px;
  position: relative;
}

.button-groups {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.pricing-plan {
  grid-row-gap: 20px;
  background-color: #fff;
  border-top: 7px solid #934cef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 41px 32px 69px;
  display: flex;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.pricing-plan.free {
  background-color: rgba(255, 255, 255, .05);
  border-top: 7px #7ec2ca;
}

.plan-feature-row {
  grid-column-gap: 7px;
  display: flex;
}

.icon-check {
  width: 20px;
  height: 20px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular-5 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

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

.checkout-form {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, .8);
}

.brand {
  width: 160px;
  height: 39px;
  margin-right: 20px;
  padding-left: 0;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.cart-container {
  border-radius: 12px;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon {
  width: 24px;
  height: 24px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.white {
  color: #fff;
}

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

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 200px;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: background-color .25s;
}

.button-7:hover {
  background-color: #383838;
}

.button-7.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.button-7.is-secondary:hover {
  background-color: rgba(0, 0, 0, .07);
}

.button-7.is-secondary.rounded {
  background-color: rgba(255, 255, 255, .51);
  border-style: none;
}

.button-7.rounded {
  background-color: rgba(255, 255, 255, .58);
  padding: 1rem;
}

.cart-text {
  margin-right: 3px;
}

.navbar-link {
  color: var(--white);
  padding: 1.5rem .7rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.navbar-link:hover {
  color: rgba(255, 255, 255, .55);
}

.navbar-link.w--current {
  color: #fff;
}

.cart-quantity-3 {
  min-width: auto;
  color: #0b141f;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.web-payments {
  border-radius: 10px;
}

.icon-3 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.text-color-black {
  color: #000;
}

.cart-container-2 {
  border-radius: 10px;
}

.dropdown-list {
  background-color: #866262;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 7px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.navigation-right {
  grid-column-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-2 {
  width: 20px;
  height: 20px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular-6 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.navigation-main {
  height: 92px;
  margin-bottom: -6rem;
}

.nav-menu {
  color: #283338;
  align-items: center;
  margin-right: auto;
  font-size: 15px;
  display: block;
  position: static;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  display: none;
}

.navigation-wrap {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container {
  width: 90%;
  height: 100%;
  max-width: 1300px;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.icons-grid {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.icons-grid.dark {
  background-color: rgba(0, 0, 0, 0);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 37px;
}

.typography-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  justify-items: center;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.licensing-small-image {
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.typography-demo {
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.typography-demo.inter {
  font-family: Inter, sans-serif;
}

.typography-demo.domine {
  font-family: Domine, sans-serif;
}

.nav-visual-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

.licensing-images-grid {
  grid-column-gap: 41px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.changelog-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
}

.changelog {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.changelog.padding-bottom.padding-xlarge {
  margin-top: 7.9rem;
  margin-bottom: 6.4rem;
}

.heading-19 {
  font-family: Domine, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.heading-20 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Domine, sans-serif;
  font-weight: 400;
}

.heading-21,
.heading-22 {
  font-family: Domine, sans-serif;
  font-weight: 400;
}

.heading-23 {
  color: var(--white);
}

.heading-24,
.heading-25 {
  font-family: Domine, sans-serif;
  font-weight: 400;
}

.block-quote-2 {
  border-left-color: var(--white);
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #813ef2;
  border: 1px #000;
  border-radius: 200px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s;
}

.button-8:hover {
  background-color: #5f26be;
}

.button-8.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #813ef2;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.text-size-medium-3 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-medium-3.max-width-large.text-align-center {
  text-align: center;
  font-weight: 300;
}

.hero-centered {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  display: flex;
  position: relative;
}

.dashboard-main-graphic {
  z-index: 2;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-26 {
  color: #fff;
  font-family: Domine, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.heading-26.max-width-large.text-align-center {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
}

.dashboard-graphic {
  margin: 77px auto 50px;
}

.section-hero {
  margin-top: 4rem;
}

.section-hero-main {
  background-image: url('../images/BG-Hero.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 890px;
  margin-top: 0;
}

.section-info {
  background-color: rgba(0, 0, 0, 0);
}

.image-shapes-bg {
  z-index: 1;
  margin-top: -10.9rem;
  margin-bottom: -10.6rem;
  position: relative;
}

._3-columns {
  z-index: 2;
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 1rem;
  position: relative;
}

.gray-column {
  grid-row-gap: 40px;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 32px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
  box-shadow: inset 0 2px 20px 4px #192a47;
  justify-content: center;
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.heading-style-h2-3 {
  color: #fff;
  text-align: left;
  font-family: Domine, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2-3.text-align-center {
  font-family: Domine, sans-serif;
  font-weight: 400;
}

.heading-style-h4-3 {
  color: #fff;
  text-align: center;
  font-family: Domine, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.logos-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logos-component {
  display: flex;
}

.logo-logo {
  max-height: 3.5rem;
}

.logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-logos {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 4rem;
  overflow: hidden;
}

.section-features {
  background-color: rgba(0, 0, 0, 0);
}

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

.info-product-right-image {
  grid-column-gap: 10px;
  border-top: 1.4px #424242;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 8rem;
}

.column-details {
  max-width: 470px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-details._450-height {
  height: 400px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.info-product-left-image {
  grid-column-gap: 0px;
  border-top: 1.4px #424242;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  margin-top: 8rem;
}

.info-product-left-image.first {
  grid-column-gap: 2px;
  border-top-style: none;
  border-top-color: #424242;
  margin-top: 0;
}

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

.features-bottom {
  margin-bottom: 35px;
}

.features-bottom2 {
  margin-bottom: 15px;
}

.feature-big-list {
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.feature-big-item {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
}

.heading-highlight {
  color: #94b2ff;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #813ef2;
  border: 1px #000;
  border-radius: 200px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .25s;
}

.button-10:hover {
  background-color: #5f26be;
}

.button-10.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #813ef2;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.testimonial-inner-wrapper {
  width: 70%;
  height: 440px;
  background-color: #fff;
  border-top: 3px solid #f27d28;
  border-radius: 18px 0 80px 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.6rem;
  display: flex;
}

.testimonial-inner-wrapper.blue {
  background-color: #000;
  border-top-style: none;
  border-top-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 30px;
}

.section-testimonials {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-content-main {
  border: 1px solid #2c3441;
  border-radius: 30px;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.testimonial-main-wrapper {
  background-color: #051023;
  border-radius: 32px;
  display: flex;
  box-shadow: inset 0 2px 20px 3px #192a47;
}

.testimonial-stats-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.testimonial-author {
  margin-left: 0;
}

.testimonial-text {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.testimonial-text.max-width-medium {
  max-width: 630px;
}

.tab-pane-tab-1 {
  border-radius: 32px;
}

.text-size-medium-10 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-10.text-weight-bold.text-color-white {
  color: #fff;
  font-weight: 700;
}

.heading-9 {
  letter-spacing: -2.56px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Domine, sans-serif;
  font-weight: 600;
}

.logo-testimonial {
  max-width: 160px;
}

.tab-link {
  grid-column-gap: 10px;
  opacity: .3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex: 0 auto;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-radius: 200px;
  flex: 0 auto;
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-style-h2-5 {
  color: #fff;
  text-align: left;
  font-family: Domine, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-stats {
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.6rem 2rem 2rem;
  display: flex;
}

.tabs {
  border-radius: 18px;
  margin-top: 4rem;
}

.feature-inner-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-5 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-block-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 20px;
  flex-direction: column;
  padding: 5.2rem;
  display: flex;
  box-shadow: inset 0 0 70px -5px #192a47;
}

.paragraph-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(136, 136, 136, .4);
}

.cta-inner-center {
  max-width: 560px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0rem;
  padding-left: 0;
  display: flex;
}

.cta-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem 5.2rem;
  display: flex;
  /* box-shadow: inset 0 0 90px -15px #192a47; */
}

.section-cta {
  background-color: rgba(0, 0, 0, 0);
}

.diagram-graphic {
  width: 90%;
  margin: 29px auto 158px;
}

.core-feature {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #454545;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 2.2rem;
  display: flex;
}

.core-features {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.feature-value {
  font-size: 3rem;
  font-weight: 600;
}

.world-map {
  padding: 67px;
}

.faq-question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-accordion {
  border-bottom: 1px solid #464646;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
}

.faq-component {
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.faq-icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.text-size-larger {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

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

.section-form {
  background-image: url('../images/BG-Hero.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 710px;
  margin-top: 0;
  padding-top: 6rem;
  position: relative;
}

.form-wrapper {
  max-width: 680px;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  position: relative;
  box-shadow: inset 0 0 50px -3px #192a47;
}

.text-field {
  height: 50px;
  background-color: #111b2c;
  border: 1.2px solid #2c3543;
  border-radius: 200px;
}

.textarea {
  min-height: 220px;
  background-color: #111b2c;
  border: 1.2px solid #2c3543;
  border-radius: 10px;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: block;
}

.container-smaller {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paypal-checkout-form {
  color: var(--black);
  background-color: #040e1f;
  margin-top: 6rem;
}

.order-confirmation {
  color: var(--black);
  background-color: #040e1e;
  margin-top: 6rem;
}

.icon-plan {
  width: 24px;
  height: 24px;
  color: #813ef2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-plan-name {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.text-size-regular-7 {
  font-size: 1rem;
}

.pricing-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-grid.margin-top.margin-xlarge {
  margin-top: 0;
}

.pricing-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-pricing {
  background-image: url('../images/BG-Hero.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 680px;
  padding-top: 4rem;
}

.pricing-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .5rem 1.5rem;
}

.pricing-tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 200px;
}

.pricing-tabs-menu {
  border-radius: 10px;
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.cta-plan {
  display: flex;
}

.pricing-plan-package {
  grid-row-gap: 20px;
  background-color: #051023;
  border: 1px solid #2c3441;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 30px 60px -12px rgba(255, 255, 255, .2);
}

.pricing-plan-inner {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 12.9rem;
  display: grid;
  position: relative;
}

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

.pricing-tab-pane {
  padding-bottom: 0;
}

.bold-text,
.bold-text-2 {
  color: var(--white);
}

.buy-template {
  z-index: 9999;
  width: 154px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #4353ff;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 52px;
  right: 12px;
}

.extras-cta {
  display: block;
}

.dup-icon {
  width: 16px;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.hire-us-text {
  width: 90%;
  color: #fff;
  font-size: .8rem;
}

.hire-us-close-icon {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}

.all-templates-label {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
}

.hire-us-wrapper {
  border-radius: 8px;
  padding: 15px;
  position: relative;
}

.hire-us {
  width: 100%;
  max-width: 310px;
  background-color: #000;
  border-radius: 8px;
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.hire-us-button {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.all-templates {
  z-index: 999999;
  width: 154px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
}

.buy-template-label {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
}

.hire-us-button-text {
  color: #fff;
  font-size: .8rem;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .button.is-icon.full-width {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .section-header {
    background-position: 0 -110px, 0 0;
  }

  .hero-main {
    margin-top: 0;
  }

  .blog-featured-list-wrapper {
    margin-top: 0;
  }

  .reading_time {
    display: none;
  }

  .blog-featured-item-content {
    padding: 2rem;
  }

  .blog-featured-item {
    margin-bottom: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-head {
    margin-top: 0;
  }

  .blogpost-header {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost-content {
    margin-bottom: 3rem;
  }

  .blog-button-row {
    flex: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog-heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-heading {
    margin-right: 3rem;
  }

  .head-tight {
    min-height: auto;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .content28-component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .login-footer {
    justify-content: center;
    padding-left: 0%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .login-image {
    height: 40rem;
  }

  .login-content-left {
    padding-top: 6rem;
  }

  .login-navbar {
    justify-content: center;
  }

  .login-component {
    grid-template-columns: 1fr;
  }

  .margin-bottom-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .info-component {
    min-height: auto;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .benefits-form-wrapper {
    width: 100%;
  }

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

  .navigation {
    border: 1px #000;
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    width: 90%;
    height: 85px;
    border: 0 #000;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .navigation-left {
    display: flex;
  }

  .navbar-link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-menu-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 33px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-mobile-button-wrap {
    grid-column-gap: 9px;
    align-items: center;
    display: flex;
  }

  .navigation-main {
    height: 84px;
  }

  .menu-mob {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: rgba(255, 255, 255, .14);
  }

  .nav-menu {
    background-color: #041022;
    flex-direction: column;
    display: flex;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .style-guide-section,
  .changelog-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .dashboard-graphic {
    margin-top: 34px;
    margin-bottom: 0;
  }

  .image-shapes-bg {
    margin-top: -5.8rem;
    margin-bottom: -9.9rem;
  }

  ._3-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .section-logos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .info-product-right-image {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 6rem;
    display: flex;
  }

  .column-details {
    max-width: 100%;
  }

  .column-details._450-height {
    height: auto;
    grid-row-gap: 40px;
  }

  .info-product-left-image {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6rem;
    display: flex;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .testimonial-inner-wrapper.blue {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-main-wrapper {
    flex-direction: column;
  }

  .heading-style-h2-5 {
    font-size: 2.75rem;
  }

  .testimonial-stats {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-5 {
    grid-column-gap: 33px;
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }

  .features-block-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 3rem 2rem;
  }

  .cta-inner-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    margin-bottom: 13.7rem;
    padding-left: 0;
  }

  .cta-main {
    border: none;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
  }

  .section-cta {
    background-position: 130%;
    background-size: auto 100%;
  }

  .diagram-graphic {
    margin-top: 34px;
    margin-bottom: 0;
  }

  .core-features {
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .section-form {
    background-size: auto 490px, auto;
  }

  .form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .pricing-grid.margin-top.margin-xlarge {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-plan-package {
    height: auto;
  }

  .pricing-plan-inner {
    padding-bottom: 2rem;
  }

  .hire-us {
    display: block;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .section-header {
    background-position: -10vh -110px, 0 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog-featured-list-wrapper {
    margin-top: 0;
  }

  .blog-featured-item-content {
    padding: 1.5rem;
  }

  .blog-featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blog-featured-item {
    margin-bottom: 0;
  }

  .blog-featured-image-wrapper {
    padding-top: 66%;
  }

  .blog-category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost-header {
    grid-row-gap: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

  .blog-button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog-button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-heading {
    margin-right: 0;
  }

  .head-tight {
    grid-row-gap: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .login-footer {
    height: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .login-image {
    height: 30rem;
  }

  .login-content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login-navbar {
    height: 4rem;
  }

  .margin-bottom-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .info-component {
    grid-row-gap: 2rem;
  }

  .cart-quantity-3 {
    font-size: 14px;
  }

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

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .image-shapes-bg {
    margin-bottom: -7.9rem;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo-logo {
    max-height: 3rem;
  }

  .logo-wrapper {
    padding: .75rem 1rem;
  }

  .info-product-right-image {
    grid-row-gap: 26px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info-product-left-image {
    grid-row-gap: 26px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .testimonial-inner-wrapper {
    width: 96%;
    padding-left: 1.1rem;
  }

  .testimonial-main-wrapper {
    flex-direction: column;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .testimonial-stats {
    width: 100%;
  }

  .grid-5 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .cta-inner-center {
    margin-bottom: 10.3rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .text-size-larger {
    font-size: 1.125rem;
  }

  .pricing-grid.margin-top.margin-xlarge {
    grid-row-gap: 39px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .heading {
    font-size: 3.6rem;
  }

  .heading.max-width-large.text-align-center {
    font-size: 3.2rem;
  }

  .button.is-alternate {
    border-style: solid;
    border-color: #fff;
  }

  .button.is-alternate:hover {
    background-color: rgba(255, 255, 255, .79);
  }

  .section-header {
    background-position: 50% -60%, 0 0;
  }

  .blog-featured-list-wrapper {
    margin-top: 0;
  }

  .blog-featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium.no-padding-bottom-copy,
  .padding-section-medium.no-padding-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost-share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost-header {
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .head-tight {
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .login-image {
    height: 25rem;
  }

  .margin-bottom-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .info-component {
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .benefits-form-wrapper {
    padding: 12px;
  }

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

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .navigation-mob {
    height: 80px;
  }

  .nav-menu-inner {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-main {
    height: 80px;
  }

  .menu-mob {
    padding: 15px;
  }

  .menu-mob.w--open {
    background-color: #182dcc;
  }

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

  .style-guide-section,
  .changelog-section {
    grid-row-gap: 35px;
  }

  .button-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .hero-centered {
    text-align: center;
    margin-bottom: 1rem;
  }

  .heading-26 {
    font-size: 3.2rem;
  }

  .heading-26.max-width-large.text-align-center {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .dashboard-graphic {
    margin-bottom: 0;
  }

  .section-hero-main {
    background-size: 210%;
  }

  .image-shapes-bg {
    margin-top: -4.1rem;
    margin-bottom: -2.6rem;
  }

  .gray-column {
    grid-row-gap: 20px;
    border-radius: 20px;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .heading-style-h2-3.text-align-center {
    text-align: center;
  }

  .logos-list {
    justify-content: center;
    padding-top: 0;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .info-product-left-image {
    margin-top: 6rem;
  }

  .info-product-left-image.first {
    margin-top: 0;
  }

  .button-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .testimonial-inner-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .testimonial-inner-wrapper.blue {
    grid-row-gap: 30px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-column-gap: 13px;
    grid-row-gap: 11px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-text {
    font-size: 1.6rem;
  }

  .testimonial-text.max-width-medium {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .testimonial-stats {
    grid-row-gap: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-inner-block {
    grid-row-gap: 10px;
  }

  .grid-5 {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .features-block-main {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .cta-inner-center {
    margin-bottom: 6.2rem;
  }

  .cta-main {
    background-position: 50% 100%;
    background-size: 110%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .diagram-graphic {
    margin-bottom: 0;
  }

  .core-features {
    grid-template-columns: 1fr;
  }

  .feature-value {
    font-size: 1.9rem;
  }

  .section-form {
    background-image: url('../images/Light-Circle-Background.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 270%, 0 0;
  }

  .form-wrapper {
    padding: 12px;
  }

  .form-row.margin-bottom.margin-xsmall {
    flex-direction: column;
  }

  .form-field {
    width: 100%;
  }

  .pricing-grid.margin-top.margin-xlarge {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-plan-package {
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .hire-us {
    display: none;
  }
}

#w-node-fc57b995-b808-075c-8b4e-d547b6f9e4cb-b6f9e4c7,
#w-node-_69b7d3c4-0ed9-426a-bf9e-093ba0d72e31-a0d72e28,
#w-node-_69b7d3c4-0ed9-426a-bf9e-093ba0d72e37-a0d72e28,
#w-node-_69b7d3c4-0ed9-426a-bf9e-093ba0d72e3d-a0d72e28,
#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95873c-9f958737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95873e-9f958737,
#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95875d-9f958737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95876a-9f958737,
#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95876d-9f958737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95876f-9f958737,
#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95878e-9f958737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4ed8d603-c842-04b1-e10b-bb5e9f95879b-9f958737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f102-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f104-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f106-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f108-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f10a-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f10c-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f10e-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f111-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f113-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f115-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f117-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f119-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f11b-e0c3f0f9,
#w-node-c0b2c6fb-8e67-171a-c314-10e2e0c3f11d-e0c3f0f9 {
  justify-self: center;
}

#w-node-b4c4cf6d-6866-4e15-c202-8a47d015763a-d015762e,
#w-node-b4c4cf6d-6866-4e15-c202-8a47d0157640-d015762e,
#w-node-b4c4cf6d-6866-4e15-c202-8a47d0157646-d015762e,
#w-node-_00af524c-35a7-6eb2-555e-00fb657d5391-717352bb,
#w-node-_00af524c-35a7-6eb2-555e-00fb657d5396-717352bb,
#w-node-_00af524c-35a7-6eb2-555e-00fb657d539b-717352bb,
#w-node-_00af524c-35a7-6eb2-555e-00fb657d53a0-717352bb,
#w-node-_738f7521-75d0-8aff-7d2a-0da80fb098ad-717352d4,
#w-node-_738f7521-75d0-8aff-7d2a-0da80fb098b7-717352d4,
#w-node-_1e8c6ef6-59f4-fe64-31e6-38d94a6cea29-717352f6,
#w-node-_1e8c6ef6-59f4-fe64-31e6-38d94a6cea39-717352f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e8c6ef6-59f4-fe64-31e6-38d94a6cea3a-717352f6 {
  justify-self: center;
}

#w-node-_1e8c6ef6-59f4-fe64-31e6-38d94a6cea3b-717352f6,
#w-node-_1e8c6ef6-59f4-fe64-31e6-38d94a6cea4a-717352f6,
#w-node-b24c089c-cd2f-d97c-c3d3-341099c00520-717352f9,
#w-node-b24c089c-cd2f-d97c-c3d3-341099c00525-717352f9,
#w-node-_23251926-b7ec-6aae-65c3-0d54700f512b-717352fb,
#w-node-_23251926-b7ec-6aae-65c3-0d54700f5181-717352fb,
#w-node-_4dc351a4-f70f-e8a4-dd09-000ea84ef281-71735301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dc351a4-f70f-e8a4-dd09-000ea84ef28a-71735301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4dc351a4-f70f-e8a4-dd09-000ea84ef2a7-71735301,
#w-node-_4dc351a4-f70f-e8a4-dd09-000ea84ef2d6-71735301,
#w-node-c54ea0ee-d7d6-a9d6-ab5e-4f9e2832e35c-71735301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54ea0ee-d7d6-a9d6-ab5e-4f9e2832e365-71735301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c54ea0ee-d7d6-a9d6-ab5e-4f9e2832e382-71735301,
#w-node-c54ea0ee-d7d6-a9d6-ab5e-4f9e2832e3b1-71735301,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44dd9-71735305,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df4-71735305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df5-71735305 {
  justify-self: center;
}

#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df6-71735305,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44e05-71735305,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44dd9-71735306,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df4-71735306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df5-71735306 {
  justify-self: center;
}

#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44df6-71735306,
#w-node-_297f275c-c970-4b99-5b1d-a5f8dee44e05-71735306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd523f-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd524c-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd524d-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5251-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5252-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5256-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5257-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd525b-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd525c-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5260-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5261-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5265-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5266-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5270-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5271-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5275-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5276-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd527a-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd527b-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd527f-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5280-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5284-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5285-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5289-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd528a-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5294-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5295-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5299-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd529a-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd529e-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd529f-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52a3-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52a4-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52a8-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52a9-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52ad-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52ae-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52b8-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52b9-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52bd-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52be-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52c2-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52c3-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52c7-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52c8-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52d1-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52d2-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52db-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52dc-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52ee-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52ef-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52f3-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52f4-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52f8-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52f9-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52fd-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd52fe-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5302-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5303-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd530d-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd530e-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5312-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5313-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5317-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5318-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd531c-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd531d-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5321-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5322-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5326-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5327-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5332-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5333-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5337-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5338-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd533c-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd533d-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5341-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5342-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5346-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5347-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd534b-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd534c-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5350-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5351-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5355-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5356-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd535a-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd535b-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5365-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5366-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd536a-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd536b-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd536f-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5370-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5377-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5378-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53cf-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d0-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d1-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d3-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d6-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d7-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53d8-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53dc-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53df-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53e4-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53e5-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53e6-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53ea-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53ed-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53ee-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53ef-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53f5-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53f8-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd53f9-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd53fa-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5400-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5403-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5404-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5405-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd540d-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5410-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5411-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5412-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd541e-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd541f-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5420-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5424-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5429-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd542a-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd542b-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5431-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd543b-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd543c-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd543d-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd543e-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5440-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5443-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5447-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5448-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5449-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5452-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5453-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5454-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd545d-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd545e-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd545f-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5460-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5466-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5467-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5468-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5469-71735307 {
  justify-self: start;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd546b-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd546f-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5470-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5471-71735307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1252599-3bc8-da81-8e42-1d32eecd5472-71735307,
#w-node-c1252599-3bc8-da81-8e42-1d32eecd5474-71735307 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0bddda7a-6d81-5b97-30f4-90e928c79819-717352df {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bddda7a-6d81-5b97-30f4-90e928c79819-717352df {
    justify-self: start;
  }
}

.hero-title {
  margin-top: 0.7rem;
}

.hero-subtitle {
  margin-top: 0.9rem;
  margin-bottom: 1.5rem;
}

.info-text {
  font-size: 1.5em;
}

#intro-header {
  margin-top: 1em;
}

.sib-form {
  color: #000;
}

.token-info {
  padding: 0rem !important;
  margin-bottom: 0rem !important;
  font-weight: bold;
}