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

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

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Thicccboi;
  color: #b7b4c7;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 44px;
  line-height: 1.182em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

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

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

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

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: #fd22ff;
}

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

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

li {
  margin-bottom: 8px;
}

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

label {
  display: block;
  margin-bottom: 11px;
  margin-left: 7px;
  color: #d9d7e6;
  line-height: 1.333em;
  font-weight: 700;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 73px 126px 79px;
  border-left: 0px solid #000;
  border-radius: 22px;
  background-color: #1d1a27;
  color: #fff;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.color-white {
  color: #fff;
}

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

.bg-secondary-2 {
  background-color: #6e4fe9;
}

.bg-secondary-3 {
  background-color: #1766ff;
}

.bg-secondary-4 {
  background-color: #2d42ff;
}

.bg-neutral-700 {
  background-color: #302c3f;
}

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

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

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

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

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

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

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

.container-default {
  position: relative;
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.container-default.home-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-default.about-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.container-default.blog-hero {
  position: relative;
}

.container-default.blog {
  position: relative;
}

.container-default.blog-post {
  position: relative;
  margin-bottom: 86px;
}

.container-default.blog-post-articles {
  position: relative;
}

.container-default.features {
  position: relative;
}

.container-default.team-page {
  position: relative;
}

.container-default.careers-hero {
  position: relative;
}

.container-default.career {
  position: relative;
}

.container-default.career-divider {
  position: relative;
  z-index: 1;
}

.container-default.integrations {
  position: relative;
}

.container-default.integrations-hero {
  position: relative;
}

.container-default.integration {
  position: relative;
}

.container-default.more-integrations {
  position: relative;
}

.container-default.pricing {
  position: relative;
}

.container-default.plan-features {
  position: relative;
}

.container-default.plan {
  position: relative;
}

.container-default.contact-hero {
  position: relative;
}

.container-default.newsletter-page {
  position: relative;
}

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

.container-default.staking-top {
  z-index: 1;
}

.container-default.container-studio {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-default.about-hero {
  position: relative;
}

.style-guide-content {
  overflow: hidden;
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 24px;
  background-color: #1d1a27;
}

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

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

.style-guide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

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

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

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

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #302c3f;
  color: #fff;
}

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

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

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

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

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 16px;
  background-color: #13111a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-large.home-hero {
  max-width: 796px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
}

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

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

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

.style-guide-content-wrapper.dark {
  background-color: #13111a;
}

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

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

.button-primary {
  padding: 22px 56px;
  border-radius: 1000px;
  background-color: #01eaaf;
  color: #000014;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

.button-primary:hover {
  color: #fff;
}

.button-primary.small-v2 {
  padding: 15px 28px;
  color: #000a07;
}

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

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

.button-primary.button-white {
  background-color: #fff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #13111a;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.button-white:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary.button-white._2-buttons {
  margin: 0px 24px 15px 0px;
}

.button-primary.checkout {
  height: 63px;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.checkout:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary.footer-newsletter {
  padding: 15px 16px;
  background-color: #04eaaf;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.small {
  width: 100%;
  padding: 18px 38px;
}

.button-primary.small.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.button-primary.small.add-cart {
  display: block;
}

.button-primary.small-v3 {
  padding: 10px 20px;
}

.button-primary.small-v3.transparent {
  background-color: transparent;
  color: #000014;
  font-weight: 500;
}

.button-primary.small-v3.validator-list-row-button {
  background-color: rgba(255, 255, 255, 0.13);
  color: #000014;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-primary.small-v3.validator-list-row-button:hover {
  color: #fff;
}

.button-secondary {
  padding: 22px 56px;
  border-radius: 1000px;
  background-color: #302c3f;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  text-align: center;
  letter-spacing: 0.01em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #1d1a27;
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
  color: #fff;
}

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

.button-secondary.small.buy-now {
  margin-top: 16px;
}

.button-secondary.small.buy-now:hover {
  background-color: #13111a;
}

.button-secondary.small.plan {
  -webkit-transition-property: none;
  transition-property: none;
}

.button-secondary.small.plan:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 22px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #13111a;
}

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

.button-secondary.button-white-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.button-secondary.button-white-outline._2-buttons {
  margin-right: 24px;
}

.button-secondary.button-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 15px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.button-secondary.button-category.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#6f86ff), color-stop(50%, #b372ce), to(#ff7586));
  background-image: linear-gradient(90deg, #6f86ff, #b372ce 50%, #ff7586);
}

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

.button-secondary.button-category.all.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e4fe9), color-stop(37%, #6e4fe9), to(#fd22ff));
  background-image: linear-gradient(90deg, #6e4fe9, #6e4fe9 37%, #fd22ff);
}

.button-secondary.integration-tab-link {
  margin-right: 32px;
  margin-bottom: 20px;
  padding: 15px 22px;
  font-weight: 600;
}

.button-secondary.integration-tab-link.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#6f86ff), color-stop(50%, #b372ce), to(#ff7586));
  background-image: linear-gradient(90deg, #6f86ff, #b372ce 50%, #ff7586);
}

.style-guide-button-container {
  margin-top: 58px;
}

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

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: transparent;
}

.header.header-app {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  background-color: #000014;
}

.header-logo {
  width: 200px;
}

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

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

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

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

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  line-height: 1.111em;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.nav-link:hover {
  color: #01eaaf;
}

.nav-link.sign-in {
  display: none;
  margin-right: 27px;
}

.nav-link.sign-in.mobile {
  margin-right: 0px;
}

.nav-link.dropdown {
  padding: 0px;
  color: #fff;
}

.nav-link.dropdown:hover {
  color: #fd22ff;
}

.display-1 {
  font-size: 78px;
  line-height: 1.077em;
}

.display-1.home-hero {
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 6px #000014;
}

.display-1.about-hero {
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
  text-align: center;
}

.display-1.whitelist-hero {
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
  text-align: center;
}

.display-2 {
  font-size: 68px;
  line-height: 76px;
}

.display-3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  padding-top: 110px;
  padding-bottom: 34px;
}

.footer-logo-container {
  margin-right: 30px;
  margin-bottom: 15px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

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

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

.footer-logo {
  width: 100px;
}

.footer-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.111em;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.section {
  padding-top: 128px;
  padding-bottom: 20px;
}

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

.section.home-hero {
  padding-top: 179px;
  padding-bottom: 60px;
}

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

.section.home-features.bg-bridge {
  background-image: url('../images/bridge.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

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

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

.section.home-steps {
  padding-top: 206px;
}

.section.testimonials {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 224px;
}

.section.home-blog {
  padding-top: 0px;
  padding-bottom: 208px;
}

.section.about-hero {
  padding-top: 179px;
  padding-bottom: 0px;
}

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

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

.section.values.bg-bridge {
  background-image: url('../images/bridge.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.section.about-offices {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 115px;
}

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

.section.blog-hero {
  padding-top: 179px;
  padding-bottom: 116px;
}

.section.blog {
  overflow: hidden;
  padding-top: 116px;
}

.section.blog-post {
  padding-top: 179px;
  padding-bottom: 148px;
}

.section.blog-post-articles {
  overflow: hidden;
  padding-top: 0px;
}

.section.features {
  overflow: hidden;
  padding-top: 179px;
}

.section.team-page {
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 109px;
}

.section.team {
  padding-top: 179px;
  padding-bottom: 109px;
}

.section.team-articles {
  padding-top: 112px;
}

.section.careers-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 0px;
}

.section.open-positions {
  padding-top: 0px;
  padding-bottom: 101px;
}

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

.section.careers-perks {
  padding-top: 0px;
  padding-bottom: 147px;
}

.section.career {
  padding-top: 133px;
  padding-bottom: 96px;
}

.section.more-jobs {
  padding-top: 96px;
}

.section.integrations-hero {
  padding-top: 147px;
}

.section.integrations {
  overflow: hidden;
  padding-top: 0px;
}

.section.integration {
  padding-top: 179px;
  padding-bottom: 96px;
}

.section.more-integrations {
  overflow: hidden;
  padding-top: 96px;
}

.section.pricing {
  overflow: hidden;
  padding-top: 166px;
  padding-bottom: 107px;
}

.section.plan {
  overflow: hidden;
  padding-top: 179px;
}

.section.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 179px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.section.checkout {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.section.integration-category {
  overflow: hidden;
  padding-top: 179px;
}

.section.blog-category {
  overflow: hidden;
  padding-top: 179px;
}

.section.legal-section {
  background-color: #fff;
  color: #000a07;
}

.section.purple {
  position: relative;
  background-image: linear-gradient(153deg, #fd22ff, #6e4fe9 37%, #6e4fe9 49%, #2bcde5 97%, #12eaee 102%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.home-token {
  position: relative;
  background-image: linear-gradient(153deg, #fd22ff, #6e4fe9 37%, #6e4fe9 49%, #2bcde5 97%, #12eaee 102%);
  color: #000014;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.roadmap {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.roadmap-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 0px;
}

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

.section.validator-hero {
  padding-top: 179px;
  padding-bottom: 0px;
}

.section.validator-keys {
  position: relative;
  background-image: linear-gradient(153deg, #ff4895, #ff4895 32%, #01eaaf 49%, #12eaee 102%);
  color: #000014;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.app-hero {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.faucet {
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.studio-hero {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.explorer-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 0px;
}

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

.section.community-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 0px;
}

.section.newsletter-page {
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 109px;
}

.section.about-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 0px;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 168px 24px 148px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap._401 {
  padding-top: 179px;
  padding-bottom: 110px;
}

.utility-page-content-password {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 585px;
  margin-bottom: 0px;
  padding: 68px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 22px;
  background-color: #000a07;
}

.input {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 0px solid #000;
  border-radius: 12px;
  background-color: #2a2c2c;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
}

.input:hover {
  background-color: #1d1a27;
}

.input:focus {
  background-color: #1d1a27;
  color: #fff;
}

.input.-wfp-focus {
  background-color: #1d1a27;
  color: #fff;
}

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

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

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

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

.input.password {
  margin-bottom: 24px;
  border-radius: 1000000px;
}

.input.password:hover {
  background-color: #13111a;
}

.input.password:focus {
  background-color: #13111a;
}

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

.input.checkout:hover {
  background-color: #13111a;
}

.input.checkout:focus {
  background-color: #13111a;
}

.input.checkout.-wfp-focus {
  background-color: #13111a;
}

.input.discounts {
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #302c3f;
}

.input.discounts:hover {
  background-color: #13111a;
}

.input.discounts:focus {
  background-color: #13111a;
}

.input.footer-newsletter {
  min-height: 53px;
  margin-right: 10px;
  border-radius: 1000000px;
}

.input.blog-newsletter {
  min-height: 84px;
  padding-right: 200px;
  padding-left: 37px;
  border-radius: 1000px;
}

.input.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 136px;
  min-width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 16px;
}

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

.input.faucet-input {
  min-height: 64px;
  margin-bottom: 20px;
  padding-right: 200px;
  padding-left: 37px;
  border-radius: 1000px;
}

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

._404-number {
  color: #fff;
  font-size: 164px;
  line-height: 1.201em;
  font-weight: 700;
}

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

.container-medium-761px.utility-page {
  position: relative;
  z-index: 1;
  text-align: center;
}

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

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

.divider.card-career-item {
  margin-top: 28px;
  margin-bottom: 28px;
}

.divider.card-career {
  margin-top: 41px;
  margin-bottom: 54px;
}

.divider.plan {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.paragraph.not-found {
  margin-bottom: 49px;
}

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

.paragraph.home-features {
  margin-right: auto;
  margin-left: auto;
}

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

.paragraph.home-perks {
  margin-bottom: 34px;
}

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

.paragraph.home-steps {
  margin-bottom: 32px;
}

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

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

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

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

.paragraph.values {
  margin-bottom: 60px;
}

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

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

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

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

.paragraph.team-item {
  margin-bottom: 0px;
}

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

.paragraph.blog-hero {
  margin-bottom: 41px;
}

.paragraph.card-post-featured-item {
  margin-bottom: 49px;
}

.paragraph.text-neutral-200 {
  color: #f5f4fa;
}

.paragraph.text-neutral-200.blog-post {
  margin-bottom: 36px;
}

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

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

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

.paragraph.features {
  margin-bottom: 0px;
  font-size: 20px;
}

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

.paragraph.card-team-page-careers {
  margin-bottom: 0px;
}

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

.paragraph.open-positions {
  margin-bottom: 0px;
}

.paragraph.careers-testimonials {
  margin-bottom: 0px;
}

.paragraph.careers-perks {
  margin-bottom: 0px;
}

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

.paragraph.careers-hero {
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

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

.paragraph.card-career {
  max-width: 583px;
  margin-bottom: 0px;
}

.paragraph.card-apply-job {
  margin-bottom: 33px;
}

.paragraph.integrations-hero {
  margin-bottom: 39px;
}

.paragraph.card-integration-item {
  margin-bottom: 32px;
}

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

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

.paragraph.plan-features {
  max-width: 497px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.card-plan-item-summary {
  margin-bottom: 0px;
}

.paragraph.plan-summary {
  margin-bottom: 0px;
}

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

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

.paragraph.card-contact-category {
  margin-bottom: 22px;
}

.paragraph.contact {
  margin-bottom: 26px;
}

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

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

.paragraph.faucet-text {
  margin-bottom: 40px;
  color: #12eaee;
}

.paragraph.explorer-hero {
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

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

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

.paragraph.community-hero {
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

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

.paragraph.about-hero {
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph-small {
  font-size: 13px;
  line-height: 1.6em;
}

.paragraph-small.card-plan-item-content-bottom-small-print {
  margin-top: 16px;
  text-align: center;
}

.card {
  overflow: hidden;
  border-radius: 22px;
  background-color: #1d1a27;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

.card.home-feature {
  padding: 40px 32px;
  background-color: #000a07;
  text-align: center;
}

.card.cta {
  position: relative;
  z-index: 1;
  display: block;
  padding: 60px 86px 60px 78px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.09);
  background-color: #04eaaf;
}

.card.home-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}

.card.testimonial {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}

.card.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

.card.post-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card.about-hero-achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(29, 26, 39, 0.64);
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.45);
  text-align: center;
}

.card.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000a07;
}

.card.about-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 48px;
}

.card.post-featured-item-content {
  position: relative;
  z-index: 1;
  max-width: 56%;
  margin-top: 74px;
  margin-bottom: 74px;
  padding: 65px 52px;
}

.card.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  padding: 64px 59px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.author:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

.card.feature-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(4, 234, 175, 0.3);
  background-color: #000a07;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}

.card.feature {
  padding: 40px 32px 56px;
  background-color: #000a07;
}

.card.team-page-careers {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 792px;
  margin: 0px auto 40px;
  padding: 54px 55px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.team {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card.careers-perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 51px;
  background-color: #13111a;
}

.card.career-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 48px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

.card.career-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card.career {
  padding: 69px 52px 27px;
}

.card.apply-job {
  padding: 53px 37px 71px;
}

.card.integration-item {
  display: block;
  padding: 54px 32px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

.card.integration-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card.integration {
  max-width: 38%;
  margin-right: 30px;
  padding: 55px 36px 64px;
}

.card.plan-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 383px;
  padding: 75px 32px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

.card.plan-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card.plan-item-popular {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(245, 244, 250, 0.16);
  border-radius: 20px;
  background-color: #13111a;
}

.card.plan-features {
  position: relative;
  z-index: 1;
  padding: 45px 40px 62px;
}

.card.get-plan {
  min-height: 554px;
  padding: 56px 50px 69px;
}

.card.get-plan.mobile {
  display: none;
}

.card.contact-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000a07;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #b7b4c7;
  text-align: center;
  text-decoration: none;
}

.card.contact-category:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card.faq {
  margin-bottom: 32px;
  padding: 32px 38px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.card.faq:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

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

.card.contact-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 504px;
  margin-bottom: 100px;
  padding: 48px 40px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #01eaaf;
  border-radius: 20px;
  background-color: #000a07;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.65);
}

.card.default {
  padding: 40px 32px;
}

.card.buy-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 504px;
  padding: 48px 40px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background-color: #13111a;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.65);
}

.card.table-raise {
  position: relative;
  z-index: 1;
  padding: 45px 40px 0px;
}

.card.validator-key-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(18, 234, 238, 0.22);
  box-shadow: 0 14px 74px 0 rgba(43, 205, 229, 0.45);
  text-align: center;
}

.card.swap-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background-color: #000014;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.65);
  text-align: left;
}

.card.validator-list {
  position: relative;
  z-index: 1;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
}

.card.explorer {
  display: block;
  padding: 42px 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.card.newsletter-page {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 792px;
  margin: 0px auto 40px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

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

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

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

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

.title.order-item-title {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

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

.title.utility-page {
  color: #fff;
}

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

.title.card-home-feature {
  margin-bottom: 9px;
}

.title.home-perks {
  margin-bottom: 8px;
}

.title.h4-size {
  font-size: 22px;
  line-height: 1.273em;
}

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

.title.h4-size.plan-content-top-features {
  margin-bottom: 23px;
}

.title.h4-size.card-contact-category {
  margin-bottom: 8px;
}

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

.title.card-cta {
  margin-bottom: 10px;
  color: #000a07;
  text-align: center;
}

.title.h3-size {
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

.title.h3-size.card-home-step-number {
  display: inline-block;
  margin-bottom: 26px;
  padding: 10px 21px;
  border-radius: 12px;
  background-color: #5e5b71;
}

.title.h3-size.card-team-name {
  margin-bottom: 0px;
}

.title.h3-size.card-plan-item {
  margin-bottom: 4px;
}

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

.title.card-testimonial {
  margin-bottom: 15px;
}

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

.title.footer-menu {
  margin-bottom: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.title.values {
  margin-bottom: 30px;
}

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

.title.about-offices {
  margin-bottom: 18px;
}

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

.title.team-item {
  margin-bottom: 8px;
}

.title.dropdown {
  margin-bottom: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.title.blog {
  margin-right: 30px;
  margin-bottom: 20px;
}

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

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

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

.title.blog-post {
  margin-bottom: 16px;
}

.title.card-author-name {
  margin-bottom: 4px;
}

.title.card-feature-featured {
  margin-bottom: 18px;
}

.title.card-feature {
  margin-bottom: 9px;
  letter-spacing: -0.5px;
}

.title.features {
  margin-bottom: 18px;
}

.title.team-page {
  margin-bottom: 18px;
}

.title.card-team-page-careers {
  margin-bottom: 9px;
}

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

.title.careers-testimonials {
  margin-bottom: 24px;
}

.title.card-careers-perk {
  margin-bottom: 11px;
}

.title.careers-hero {
  margin-bottom: 18px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
}

.title.card-career-item {
  margin-bottom: 11px;
}

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

.title.card-apply-job {
  margin-bottom: 10px;
}

.title.h2-size {
  color: #fff;
  font-size: 44px;
  line-height: 1.182em;
  font-weight: 700;
  letter-spacing: 0em;
}

.title.h2-size.card-career {
  max-width: 583px;
  margin-bottom: 20px;
}

.title.h2-size.card-integration {
  margin-bottom: 14px;
}

.title.h2-size.add-cart-price {
  margin-bottom: 28px;
}

.title.integrations {
  margin-right: 30px;
  margin-bottom: 20px;
}

.title.integrations-hero {
  margin-bottom: 18px;
}

.title.card-integration-item {
  margin-bottom: 4px;
}

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

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

.title.feature-comparison-name {
  width: 100%;
  max-width: 219px;
  margin-bottom: 0px;
}

.title.plan {
  margin-right: 20px;
  margin-bottom: 0px;
}

.title.h1-size {
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

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

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

.title.contact-hero {
  margin-bottom: 16px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 700;
  text-align: center;
}

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

.title.h5-size {
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

.title.h5-size.contact-social-media {
  margin-bottom: 22px;
}

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

.title.not-found {
  margin-bottom: 28px;
}

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

.title.faucet-title {
  margin-bottom: 14px;
  background-image: linear-gradient(225deg, #12eaee 3%, #6e4fe9 14%, #c434f6 23%, #fd22ff);
  color: #fd22ff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.explorer-hero {
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
}

.title.community-hero {
  margin-bottom: 18px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
}

.title.newsletter-page {
  margin-bottom: 18px;
}

.title.about-hero {
  margin-bottom: 18px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 800;
}

.title.dropdown {
  margin-bottom: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

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

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

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

.split-content.header-left.mobile {
  display: none;
}

.split-content.home-steps-left {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 1;
  max-width: 416px;
  margin-right: 30px;
}

.split-content.home-steps-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 744px;
  min-width: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.story-left {
  max-width: 45%;
  margin-top: 62px;
}

.split-content.story-right {
  max-width: 45%;
}

.split-content.about-offices-content {
  width: 100%;
  max-width: 492px;
  margin-top: 40px;
  margin-right: 30px;
}

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

.split-content.team-articles-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.card-team-content-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.career-content {
  max-width: 716px;
  margin-right: 30px;
}

.split-content.career-sidebar {
  max-width: 428px;
}

.split-content.plan-content {
  max-width: 629px;
  margin-right: 20px;
  margin-bottom: -32px;
}

.split-content.plan-sidebar {
  max-width: 481px;
  min-width: 433px;
}

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

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

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
}

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

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

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

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

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

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

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

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
  border-radius: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.image-wrapper.card-home-step {
  width: 100%;
  max-width: 43%;
}

.image-wrapper.card-testimonial {
  max-width: 357px;
  min-width: 300px;
  border-radius: 1000000px;
}

.image-wrapper.card-post-item {
  position: relative;
}

.image-wrapper.home-perks-content-top-image {
  width: 100%;
  max-width: 612px;
  border-radius: 26px;
}

.image-wrapper.home-perks-content-bottom-image {
  width: 100%;
  max-width: 612px;
  margin-right: 30px;
  border-radius: 26px;
}

.image-wrapper.story-left {
  border-radius: 22px;
}

.image-wrapper.story-right {
  margin-bottom: 80px;
  border-radius: 22px;
}

.image-wrapper.team-item {
  width: 169px;
  max-height: 169px;
  min-height: 169px;
  min-width: 169px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10000000px;
}

.image-wrapper.about-offices {
  max-width: 1087px;
  margin-right: -456px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper.post-featured-item-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 72%;
  min-height: 100%;
  border-radius: 36px;
}

.image-wrapper.card-post-featured-item-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 15px;
  border-radius: 1000000px;
}

.image-wrapper.blog-post {
  position: relative;
  z-index: 1;
  border-radius: 22px;
}

.image-wrapper.blog-post-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 15px;
  border-radius: 1000000px;
}

.image-wrapper.card-author {
  width: 193px;
  max-height: 193px;
  min-height: 193px;
  min-width: 193px;
  margin-right: 30px;
  border-radius: 1000000px;
}

.image-wrapper.card-feature-featured {
  max-width: 521px;
}

.image-wrapper.card-team-profile-picture {
  width: 146px;
  max-height: 146px;
  min-height: 146px;
  min-width: 146px;
  margin-top: -36px;
  margin-right: 23px;
  border-radius: 1000000px;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.45);
}

.image-wrapper.careers-hero-1 {
  max-width: 71%;
  border-radius: 36px;
}

.image-wrapper.careers-hero-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 47%;
  border-radius: 36px;
}

.image-wrapper.card-integration-item-icon {
  width: 90px;
  max-height: 90px;
  min-height: 90px;
  min-width: 90px;
  margin-right: 22px;
  border-radius: 20px;
}

.image-wrapper.card-plan-item-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 16px;
}

.image-wrapper.card-contact-category-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 20px;
  border-radius: 16px;
}

.image-wrapper.about-hero-1 {
  max-width: 71%;
  border-radius: 36px;
}

.image-wrapper.about-hero-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 47%;
  border-radius: 36px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  max-width: 88%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.45);
}

.image.home-hero-2 {
  position: absolute;
  left: 0px;
  top: 163px;
  max-width: 19%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.45);
}

.image.home-hero-3 {
  position: absolute;
  right: 0px;
  bottom: 40px;
  max-width: 19%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.45);
}

.image.home-hero-company {
  max-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  opacity: 0.4;
}

.image.home-hero-company.google {
  position: relative;
  top: 4px;
}

.image.card-home-feature {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 22px;
  border-radius: 16px;
}

.image.home-perk {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 25px;
  border-radius: 12px;
}

.image.home-perks-content-top-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-perks-content-bottom-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

.image.card-post-item-about-icon {
  max-width: 18px;
  margin-right: 8px;
}

.image.story-left {
  width: 100%;
}

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

.image.card-value-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 32px;
  border-radius: 16px;
}

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

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

.image.card-post-item-category-icon {
  max-width: 17px;
  margin-right: 10px;
}

.image.button-category-icon {
  max-width: 17px;
  margin-right: 10px;
}

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

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

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

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

.image.card-feature-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image.card-feature-featured.v2 {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.image.card-feature-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 22px;
  border-radius: 16px;
}

.image.card-team {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-team-profile-picture {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-careers-perk-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 27px;
  border-radius: 16px;
}

.image.careers-hero-1 {
  position: static;
  overflow: scroll;
  width: 100%;
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

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

.image.card-career-item-about-icon {
  max-width: 20px;
  margin-right: 9px;
}

.image.card-apply-job-icon {
  width: 111px;
  max-height: 111px;
  min-height: 111px;
  min-width: 111px;
  margin-bottom: 24px;
  border-radius: 25px;
}

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

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

.image.card-plan-item-feature-icon {
  width: 28px;
  max-height: 28px;
  min-height: 28px;
  min-width: 28px;
  border-radius: 5px;
}

.image.feature-comparison-check-icon {
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
  border-radius: 5px;
}

.image.feature-comparison-check-icon.hidden {
  opacity: 0;
}

.image.plan-icon {
  width: 102px;
  max-height: 102px;
  min-height: 102px;
  min-width: 102px;
  margin-bottom: 16px;
  border-radius: 23px;
}

.image.plan-feature-icon {
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 5px;
}

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

.image.contact-link-icon {
  width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 18px;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.utility-page-content-password-icon {
  width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 27px;
  border-radius: 29px;
}

.image.style-guide-icons {
  position: static;
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.integrations-hero {
  max-width: 122%;
}

.image.community {
  max-height: 80px;
}

.image.about-hero-1 {
  overflow: scroll;
  width: 100%;
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.image.about-hero-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.order-item-price {
  color: #fff;
}

.order-item-result {
  color: #fff;
}

.apple-pay {
  height: 63px;
  border-radius: 10000000px;
}

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

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

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

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

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

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

.header-wrapper.header-wrapper-app {
  font-size: 16px;
}

.cart-button {
  padding: 0px;
  border-radius: 80px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  line-height: 1.111em;
  letter-spacing: 0.01em;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #f5f4fa;
  font-size: 18px;
  line-height: 1.111px;
  font-weight: 500;
}

.cart-container {
  max-width: 500px;
  border-radius: 22px;
  background-color: #1d1a27;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.35);
}

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

.licenses-link-image-container {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 16px 0 rgba(35, 32, 70, 0.17);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  box-shadow: 0 8px 20px 0 rgba(35, 32, 70, 0.26);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  display: block;
  background-color: #000a07;
  font-family: Plusjakartasans, sans-serif;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

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

.bg-secondary-5 {
  background-color: #1d1a27;
}

.button-primary-gradient {
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  box-shadow: 0 3px 7px 0 rgba(19, 17, 26, 0.14);
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary-gradient:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary-gradient._2-buttons {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: none;
}

.button-primary-gradient.header-button {
  display: inline-block;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#01eaaf), to(#fa2570));
  background-image: linear-gradient(90deg, #01eaaf, #fa2570);
  text-align: left;
}

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

.button-primary-gradient.blog-newsletter {
  position: absolute;
  right: 18px;
  background-image: -webkit-gradient(linear, left top, right top, from(#01eaaf), color-stop(49%, #01eaaf), to(#01eaaf));
  background-image: linear-gradient(90deg, #01eaaf, #01eaaf 49%, #01eaaf);
}

.button-primary-gradient.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-primary-gradient.full-width.plan {
  -webkit-transition-property: none;
  transition-property: none;
}

.button-primary-gradient.full-width.plan:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary-gradient.full-width.mg-top-16px {
  margin-top: 16px;
}

.button-primary-gradient.add-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-primary-gradient.swap-form {
  width: 100%;
}

.button-primary-gradient.faucet-button {
  position: static;
  right: 18px;
}

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

.container-medium-940px.home-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 78px;
  text-align: center;
}

.text-color-accent {
  background-color: #01eaaf;
  text-shadow: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color-accent.display-2.home-token-title {
  background-image: none;
  color: #000014;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-buttons-wrapper.integrations-hero {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-hero-images-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-medium-756px.home-features {
  position: relative;
  z-index: 1;
  margin-bottom: 220px;
  text-align: center;
}

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

.flex-vc.home-features {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex-vc.careers-perks {
  margin-top: 60px;
}

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

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

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

.container-medium-603px.about-hero-content {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

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

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

.content-top.blog {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-top.blog-post-articles {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.content-top.card-author {
  margin-bottom: 27px;
}

.content-top.team-articles {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}

.content-top.more-jobs {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.content-top.integrations {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-top.more-integrations {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.content-top.integration-category {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-top.blog-category {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-hero-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  opacity: 1;
}

.home-hero-companies-wrapper {
  position: relative;
  z-index: 1;
  max-width: 926px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.home-features-grid {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 140px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.home-perks-content-top-content {
  max-width: 495px;
  min-width: 472px;
  margin-right: 30px;
}

.home-perks-grid {
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.home-perk-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-perks-content-bottom-content {
  max-width: 496px;
  min-width: 472px;
}

.cta-card-wrapper {
  position: relative;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cta-gradient-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 22px;
  background-image: -webkit-gradient(linear, left top, right top, from(#04eaaf), color-stop(64%, rgba(208, 63, 144, 0.64)), to(#04eaaf));
  background-image: linear-gradient(90deg, #04eaaf, rgba(208, 63, 144, 0.64) 64%, #04eaaf);
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

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

.card-home-step-content {
  max-width: 421px;
  padding: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonials-slider {
  z-index: 1;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.card-testimonial-content {
  max-width: 469px;
  margin-right: 30px;
}

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

.card-testimonial-about {
  margin-right: 30px;
  margin-bottom: 20px;
}

.card-testimonial-name {
  margin-bottom: 6px;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
}

.card-testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-right-arrow {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #302c3f;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.85);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Dark Template', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.testimonials-right-arrow:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

.testimonials-left-arrow {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #302c3f;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.85);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Dark Template', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.testimonials-left-arrow:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

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

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
}

.page-count {
  width: auto;
  margin-top: 69px;
  margin-right: 40px;
  margin-left: 40px;
  color: #fff;
  line-height: 1em;
}

.pagination-link-icon-right {
  margin-left: 12px;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pagination-link-icon-left {
  margin-right: 12px;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.card-post-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 25px 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-post-item-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -26px;
  margin-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-underline-main-wrapper {
  display: inline-block;
  margin-top: auto;
  color: #f5f4fa;
  font-weight: 700;
}

.link-underline-main-wrapper.card-career-item {
  margin-top: 0px;
  margin-bottom: 20px;
}

.link-underline-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-underline-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 2px;
  background-color: #302c3f;
}

.link-underline {
  width: 100%;
  min-height: 2px;
  background-color: #01eaaf;
}

.link-underline-text-icon {
  margin-left: 13px;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.card-post-item-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d7e6;
  font-size: 16px;
  line-height: 1.125em;
}

.home-hero-featured-message-wrapper {
  display: inline-block;
  margin-bottom: 37px;
}

.home-hero-featured-message-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 32px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.21);
  border-radius: 100000px;
  background-color: #13111a;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.home-hero-featured-message-link:hover {
  color: #fff;
}

.home-hero-featured-message-tag {
  margin-right: 10px;
  padding: 8px 14px;
  border-radius: 100000px;
  background-color: #302c3f;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero-featured-message-icon {
  margin-left: 6px;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.home-hero-featured-message-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10000000px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd22ff), color-stop(62%, #714dff), color-stop(104%, #2bcde5));
  background-image: linear-gradient(90deg, #fd22ff, #714dff 62%, #2bcde5 104%);
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.home-hero-featured-message-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer-newsletter-content {
  max-width: 402px;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  padding-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #302c3f;
}

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

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

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

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #b7b4c7;
  line-height: 1.111em;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav-link:hover {
  color: #04eaaf;
}

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

.nav-link-tag-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-link-tag-text {
  margin-right: 13px;
}

.nav-link-tag-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10000000px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 56, 104, 0.5)), to(rgba(77, 84, 255, 0.5)));
  background-image: linear-gradient(270deg, rgba(255, 56, 104, 0.5), rgba(77, 84, 255, 0.5));
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.nav-link-tag {
  position: relative;
  z-index: 1;
  padding: 7px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 100000000px;
  background-color: #13111a;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.footer-small-print {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

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

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

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-media-wrapper.card-team-mobile {
  display: none;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-image: linear-gradient(315deg, #6e4fe9, #fd22ff);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-family: 'Icons Dark Template', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-media-link:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.01);
  transform: scale3d(1.1, 1.1, 1.01);
  color: #fff;
}

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

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

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

.bg-gradient-blur-wrapper {
  position: absolute;
  width: 100%;
  max-width: 44%;
  min-height: 74%;
  opacity: 0.5;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.bg-gradient-blur-wrapper.home-hero-1 {
  left: -300px;
  top: -230px;
  opacity: 0.3;
}

.bg-gradient-blur-wrapper.home-hero-2 {
  right: -212px;
  bottom: 140px;
  opacity: 0.5;
}

.bg-gradient-blur-wrapper.big {
  max-width: 35%;
  min-height: 90%;
}

.bg-gradient-blur-wrapper.big.about-hero {
  top: 147px;
  right: 0px;
  bottom: -148px;
}

.bg-gradient-blur-wrapper.big.blog-hero {
  top: -160px;
  right: -226px;
}

.bg-gradient-blur-wrapper.big.blog-post {
  top: -329px;
  right: -177px;
}

.bg-gradient-blur-wrapper.home-steps {
  max-width: 40%;
  min-height: 40%;
}

.bg-gradient-blur-wrapper.blog {
  left: -224px;
  top: 467px;
  min-height: 37%;
}

.bg-gradient-blur-wrapper.blog-post-articles {
  left: -359px;
  bottom: -63px;
}

.bg-gradient-blur-wrapper.features-1 {
  left: -246px;
  top: 0px;
  min-height: 22%;
}

.bg-gradient-blur-wrapper.features-2 {
  right: 0px;
  bottom: 417px;
  min-height: 22%;
}

.bg-gradient-blur-wrapper.team-page-1 {
  left: -386px;
  top: -228px;
  min-height: 70%;
}

.bg-gradient-blur-wrapper.team-page-2 {
  right: -101px;
  bottom: -470px;
  z-index: 0;
  min-height: 90%;
}

.bg-gradient-blur-wrapper.team {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  min-height: 100%;
}

.bg-gradient-blur-wrapper.careers-hero-1 {
  left: -396px;
  top: -469px;
  min-height: 83%;
  opacity: 0.21;
}

.bg-gradient-blur-wrapper.careers-hero-2 {
  right: -286px;
  bottom: -325.208px;
  min-height: 83%;
}

.bg-gradient-blur-wrapper.careers-1 {
  left: -427px;
  top: 5px;
  min-height: 54%;
}

.bg-gradient-blur-wrapper.careers-2 {
  right: -322px;
  bottom: -402px;
  min-height: 54%;
}

.bg-gradient-blur-wrapper.integrations-hero {
  top: -116px;
  right: -98px;
  z-index: 0;
  min-height: 80%;
}

.bg-gradient-blur-wrapper.integrations {
  left: -465.0069px;
  bottom: -281.444px;
  min-height: 80%;
}

.bg-gradient-blur-wrapper.integration {
  left: -583px;
  top: 133px;
  min-height: 50%;
}

.bg-gradient-blur-wrapper.more-integrations {
  right: -33px;
  bottom: -193.858px;
  min-height: 50%;
}

.bg-gradient-blur-wrapper.pricing {
  left: -455px;
  top: -126px;
  z-index: 0;
  min-height: 78%;
}

.bg-gradient-blur-wrapper.plan-features {
  top: -92px;
  right: -136px;
  min-height: 60%;
}

.bg-gradient-blur-wrapper.plan-1 {
  left: 0px;
  top: -156px;
  min-height: 44%;
}

.bg-gradient-blur-wrapper.plan-2 {
  right: 0px;
  bottom: 0px;
  min-height: 44%;
}

.bg-gradient-blur-wrapper.contact-hero {
  right: 0px;
  bottom: 0px;
  z-index: 0;
  min-height: 170%;
}

.bg-gradient-blur-wrapper.faqs {
  left: -598px;
  top: 69px;
  max-width: 105%;
  min-height: 59%;
}

.bg-gradient-blur-wrapper.not-found-1 {
  left: -403px;
  top: -145px;
  max-width: 57%;
  min-height: 85%;
}

.bg-gradient-blur-wrapper.not-found-2 {
  right: -249px;
  bottom: -300px;
}

.bg-gradient-blur-circle-1 {
  position: absolute;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #04eaaf;
}

.bg-gradient-blur-circle-1.purple {
  background-color: #04eaaf;
  opacity: 0.6;
}

.bg-gradient-blur-circle-1.green {
  background-color: #6e4fe9;
}

.bg-gradient-blur-circle-1.green.big {
  bottom: 0px;
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-1.pink {
  background-color: #fa2570;
}

.bg-gradient-blur-circle-1.blue {
  background-color: #2bcde5;
}

.bg-gradient-blur-circle-1.green {
  background-color: #04eaaf;
}

.bg-gradient-blur-circle-1.green.big {
  bottom: 0px;
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #04eaaf;
}

.bg-gradient-blur-circle-2.blue {
  background-color: #01eaaf;
}

.bg-gradient-blur-circle-2.blue.left {
  right: auto;
}

.bg-gradient-blur-circle-2.blue-2 {
  background-color: #6e4fe9;
}

.bg-gradient-blur-circle-2.blue-2.blog {
  left: 0px;
  right: auto;
  z-index: 1;
}

.bg-gradient-blur-circle-2.purple {
  background-color: #2bcde5;
}

.bg-gradient-blur-circle-2.pink {
  background-color: #fa2570;
}

.bg-gradient-blur-circle-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #04eaaf;
}

.bg-gradient-blur-circle-3.pink {
  background-color: #fa2570;
}

.bg-gradient-blur-circle-3.pink.big {
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-3.pink.team {
  top: -12px;
  right: -77px;
}

.bg-gradient-blur-circle-3.pink.top {
  top: -41px;
  right: -112px;
  z-index: 1;
  opacity: 0.7;
}

.bg-gradient-blur-circle-3.not-found {
  z-index: 1;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 12px;
  background-color: #302c3f;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  background-color: #ff4b4e;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.text-no-wrap {
  white-space: nowrap;
}

.about-hero-content {
  z-index: 1;
  max-width: 897px;
  margin-bottom: 80px;
  text-align: center;
}

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

.number-big {
  color: #fff;
  font-size: 58px;
  line-height: 1em;
  font-weight: 700;
}

.number-big.card-about-hero-achievement {
  margin-bottom: 6px;
}

.number-big.validator-key-number {
  margin-bottom: 6px;
  color: #000014;
}

.accent-primary-2 {
  color: #04eaaf;
}

.card-about-hero-achievement-text {
  font-size: 20px;
  line-height: 1.5em;
}

.card-about-hero-achievement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accent-secondary-1 {
  color: #6e4fe9;
}

.accent-secondary-2 {
  color: #01eaaf;
}

.accent-secondary-3 {
  color: #12eaee;
}

.story-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.story-right-content {
  max-width: 530px;
}

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

.container-medium-634px.values {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}

.container-medium-634px.container-faucet {
  position: relative;
  z-index: 1;
  text-align: center;
}

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

.about-offices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-offices-grid {
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-office-icon {
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 24px;
  border-radius: 16px;
}

.card-about-office-content {
  max-width: 272px;
}

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

.container-small-578px.about-team {
  margin-bottom: 32px;
  text-align: center;
}

.container-small-578px.partners {
  margin-bottom: 45px;
  text-align: center;
}

.container-small-578px.team-page {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.container-small-578px.newsletter-page {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.container-small-578px.newsletter-page {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-item-wrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #b7b4c7;
  text-align: center;
  text-decoration: none;
}

.team-item-wrapper:hover {
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.team-item-content-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 281px;
  margin-bottom: 26px;
  padding: 65px 25px;
  border-radius: 22px;
  background-color: #1d1a27;
  color: #d9d7e6;
}

.team-item-job-tag {
  padding: 8px 18px;
  border-radius: 1000px;
  background-color: #13111a;
  color: #f5f4fa;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.team-item-job-tag:hover {
  color: #fff;
}

.team-item-job-tag-gradient {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: -webkit-gradient(linear, left top, right top, from(#01eaaf), color-stop(49%, #6e4fe9), to(#fd22ff));
  background-image: linear-gradient(90deg, #01eaaf, #6e4fe9 49%, #fd22ff);
  box-shadow: 0 7px 19px 0 rgba(13, 11, 18, 0.88);
}

.partners-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 22px;
  background-color: #1d1a27;
}

.partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 162px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-wrapper._1 {
  padding: 20px;
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.partner-wrapper._2 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.partner-wrapper._3 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.partner-wrapper._4 {
  border-bottom: 1px solid #302c3f;
}

.partner-wrapper._5 {
  border-right: 1px solid #302c3f;
}

.partner-wrapper._6 {
  border-right: 1px solid #302c3f;
}

.partner-wrapper._7 {
  border-right: 1px solid #302c3f;
}

.dropdown-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.111em;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 22px;
  background-color: #1d1a27;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}

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

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

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

.dropdown-nav-link {
  color: #b7b4c7;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  color: #fd22ff;
}

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

.dropdown-list {
  left: -256px;
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 8px;
  font-weight: 400;
}

.dropdown-arrow:hover {
  color: #fd22ff;
}

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

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

.nav-link-dropdown {
  bottom: -2px;
  display: block;
  line-height: 1em;
}

.cart {
  top: 1px;
}

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

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

.card-post-item-category-wrapper {
  position: absolute;
  top: 27px;
  right: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #13111a;
}

.card-post-item-category-wrapper.post-featured-item-category {
  top: 38px;
  right: 38px;
  font-size: 20px;
  line-height: 1.65em;
}

.card-post-item-category-text {
  color: #fff;
  font-weight: 600;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(19, 17, 26, 0.9);
}

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

.empty-state {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background-color: #1d1a27;
  box-shadow: 0 14px 74px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  font-size: 18px;
}

.empty-state.small.get-plan {
  box-shadow: none;
}

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

.container-medium-713px.blog-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 76px;
  text-align: center;
}

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

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.post-featured-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #b7b4c7;
  text-decoration: none;
}

.post-featured-item-wrapper:hover {
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card-post-featured-item-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d7e6;
  line-height: 1.111em;
}

.card-post-featured-item-author-name {
  margin-bottom: 7px;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
}

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

.post-featured-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.blog-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.container-medium-772px {
  max-width: 772px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-medium-772px.blog-post-content-top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 102px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-medium-772px.about-hero-content {
  margin-bottom: 40px;
}

.container-medium-772px.values {
  margin-bottom: 40px;
  text-align: center;
}

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

.container-medium-841px.blog-post-body {
  position: relative;
  z-index: 1;
}

.blog-post-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b7b4c7;
  line-height: 1.111em;
  text-decoration: none;
}

.blog-post-author-link:hover {
  color: #b7b4c7;
}

.blog-post-author-name {
  margin-bottom: 7px;
  color: #fff;
  font-weight: 700;
}

.rich-text h2 {
  margin-bottom: 40px;
  color: #000a07;
}

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

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #000a07;
}

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

.rich-text figcaption {
  margin-top: 16px;
  color: #f5f4fa;
}

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

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #000a07;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.card-author-content {
  width: 100%;
}

.card-author-name-wrapper {
  color: #b7b4c7;
  text-decoration: none;
}

.card-author-name-wrapper:hover {
  color: #b7b4c7;
}

.card-author-rol {
  line-height: 1.111em;
}

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

.container-medium-619px.features {
  margin-bottom: 40px;
  text-align: center;
}

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

.features-grid.last {
  margin-bottom: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-feature-featured-content {
  max-width: 573px;
  padding: 124px 79px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-team-page-careers-content {
  max-width: 412px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

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

.team-content-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-content-bottom {
  position: relative;
  z-index: 1;
}

.card-team-content {
  padding-right: 61px;
  padding-bottom: 58px;
  padding-left: 61px;
}

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

.card-team-rol {
  font-weight: 600;
}

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

.container-medium-651px.open-positions {
  margin-bottom: 50px;
  text-align: center;
}

.container-medium-651px.careers-perks {
  position: relative;
  z-index: 1;
  margin-bottom: 51px;
  text-align: center;
}

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

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

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

.container-medium-1112px.careers-perks {
  position: relative;
  z-index: 1;
}

.careers-perks-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-medium-811px.careers-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
  text-align: center;
}

.container-medium-811px.roadmap-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
}

.container-medium-811px.community-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
  text-align: center;
}

.container-medium-811px.about-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
  text-align: center;
}

.careers-hero-images-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 83px;
}

.open-positions-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-career-item-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-item-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.card-career-item-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-item-about-text {
  color: #f5f4fa;
  font-size: 14px;
  line-height: 1.286em;
}

.backlink-main-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.career-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.card-career-about-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.125em;
}

.card-career-about-date-text {
  color: #fff;
}

.backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  text-decoration: none;
}

.backlink-arrow {
  margin-right: 13px;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.open-positions-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

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

.integrations-hero-content {
  max-width: 519px;
  margin-right: 20px;
}

.integrations-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.card-integration-item-category {
  line-height: 1.111em;
}

.integrations-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.integrations-hero-images-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-integration-icon {
  width: 90px;
  max-height: 90px;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: 28px;
  border-radius: 20px;
}

.integration-tabs {
  width: 100%;
  max-width: 638px;
}

.integration-tabs-menu {
  margin-bottom: 28px;
}

.more-integrations-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-small-590px.pricing {
  position: relative;
  z-index: 1;
  margin-bottom: 86px;
  text-align: center;
}

.container-small-590px.plan-features {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}

.container-small-590px.plan-category {
  position: relative;
  z-index: 1;
  margin-bottom: 86px;
  text-align: center;
}

.container-small-590px.amount-raise {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-plan-item {
  position: relative;
  margin-right: 25px;
}

.card-plan-item-content-top {
  margin-bottom: 24px;
}

.card-plan-item-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-item-features-grid {
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-item-price {
  margin-bottom: 57px;
  color: #fff;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 700;
}

.card-plan-item-button-wrapper {
  margin-top: auto;
}

.card-plan-item-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-plan-item-feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 9px;
}

.card-plan-item-feature-text {
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
}

.space.card-plan-item-popular {
  min-height: 57px;
}

.card-plan-item-content {
  position: relative;
  z-index: 1;
}

.card-plan-item-popular-gradient-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 57px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(68, 176, 245, 0.6)), color-stop(64%, rgba(110, 79, 233, 0.6)), to(rgba(253, 34, 255, 0.6)));
  background-image: linear-gradient(90deg, rgba(68, 176, 245, 0.6), rgba(110, 79, 233, 0.6) 64%, rgba(253, 34, 255, 0.6));
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.card-feature-comparison-content-top {
  padding-bottom: 14px;
}

.feature-comparison-text {
  width: 100%;
  max-width: 219px;
  color: #fff;
  line-height: 1.111em;
}

.feature-comparison-grid {
  width: 100%;
  max-width: 60%;
  margin-right: 63px;
  margin-left: auto;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.feature-comparison-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(94, 91, 113, 0.5);
}

.feature-comparison-header {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(94, 91, 113, 0.5);
}

.feature-comparison-wrapper {
  margin-bottom: 72px;
}

.feature-comparison-wrapper.last {
  margin-bottom: 0px;
}

.feature-comparison-plan-name {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 700;
}

.feature-comparison-plan-price {
  color: #fff;
  font-size: 42px;
  line-height: 0.881em;
}

.feature-comparison-result-text {
  width: 100%;
  color: #fff;
  line-height: 1.111em;
}

.pricing-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.card-plan-item-icon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-plan-item-popular-tag-wrapper {
  position: relative;
}

.card-plan-item-popular-tag-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100000px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(77, 84, 255, 0.6)), to(rgba(255, 56, 104, 0.6)));
  background-image: linear-gradient(90deg, rgba(77, 84, 255, 0.6), rgba(255, 56, 104, 0.6));
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.card-plan-item-popular-tag-text {
  position: relative;
  z-index: 1;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 1000000px;
  background-color: #13111a;
  color: #fff;
  font-size: 14px;
  line-height: 0.786em;
  font-weight: 700;
  text-align: center;
}

.plan-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-content-top-title-wrapper {
  margin-bottom: 32px;
}

.plan-content-top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.plan-feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.plan-feature-text {
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
}

.card-get-plan-content-top {
  margin-bottom: 24px;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.add-cart-option-list {
  margin-bottom: 32px;
}

.add-cart-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-wrapper {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 0px solid #000;
  border-radius: 12px;
  background-color: #302c3f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.select-wrapper:hover {
  background-color: #1d1a27;
}

.select-wrapper:focus {
  background-color: #1d1a27;
}

.select-wrapper::-webkit-input-placeholder {
  color: #d9d7e6;
  font-size: 18px;
}

.select-wrapper:-ms-input-placeholder {
  color: #d9d7e6;
  font-size: 18px;
}

.select-wrapper::-ms-input-placeholder {
  color: #d9d7e6;
  font-size: 18px;
}

.select-wrapper::placeholder {
  color: #d9d7e6;
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select-wrapper.add-cart {
  min-height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 1000000px;
}

.select-wrapper.add-cart:hover {
  background-color: #13111a;
}

.select-wrapper.add-cart:focus {
  background-color: #13111a;
}

.select {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #d9d7e6;
  font-size: 18px;
}

.select:focus {
  color: #fff;
}

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

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

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

.select::placeholder {
  color: #d9d7e6;
  font-size: 18px;
}

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

.select.add-cart {
  min-height: 60px;
}

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

.container-small-552px.contact-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 46px;
  text-align: center;
}

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

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

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

.container-medium-800px.token-distribution {
  position: relative;
}

.container-medium-800px.values {
  text-align: center;
}

.container-medium-800px.card-home-feature {
  margin-bottom: 40px;
  text-align: center;
}

.contact-links-grid {
  margin-bottom: 47px;
  justify-items: start;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-social-media-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36px;
  max-height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-image: linear-gradient(315deg, #434bff, #ff4b81);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-family: 'Icons Dark Template', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.contact-social-media-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}

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

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

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

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-link:hover {
  color: #01eaaf;
}

.faqs-title-wrapper {
  position: relative;
  z-index: 1;
  max-width: 733px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
}

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

.contact-link-text {
  line-height: 1.111em;
}

.contact-link-text:hover {
  color: #01eaaf;
}

.contact-form-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-contact-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 29px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-wrapper {
  max-width: 100%;
}

.card-contact-form-gradient-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 20px;
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

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

.card-faq-content-bottom {
  max-width: 580px;
}

.card-faq-icon-gradient {
  position: relative;
  display: inline-block;
  width: 42px;
  max-height: 24px;
  min-height: 42px;
  min-width: 42px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#01eaaf), color-stop(49%, #6e4fe9), to(#fd22ff));
  background-image: linear-gradient(90deg, #01eaaf, #6e4fe9 49%, #fd22ff);
  box-shadow: 0 3px 7px 0 rgba(19, 17, 26, 0.14);
}

.card-faq-icon-wrapper {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #302c3f;
}

.card-faq-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 2px;
  border-radius: 10000000000000px;
  background-color: #fff;
}

.card-faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 18px;
  border-radius: 10000000000000px;
  background-color: #fff;
}

.block-quote-dark blockquote {
  background-color: #13111a;
}

.figure-rich-text h2 {
  margin-bottom: 24px;
}

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

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

.figure-rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.figure-rich-text figcaption {
  margin-top: 16px;
  color: #f5f4fa;
}

.figure-rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.figure-rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.figure-rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.figure-rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.plan-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.integration-category {
  margin-right: 30px;
  margin-bottom: 40px;
}

.category-title-wrapper.blog-category {
  margin-right: 30px;
  margin-bottom: 40px;
}

.page-category-collection-list-wrapper {
  margin-bottom: 40px;
}

.cart-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-color: #302c3f;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.cart-subtotal {
  color: #fff;
  font-size: 22px;
}

.lottie-animation {
  height: 200px;
}

.image-2 {
  display: block;
  margin-bottom: 60px;
}

.background-video {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: none;
  object-fit: none;
}

.text-span {
  color: #01eaaf;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span.animated-gradient {
  -webkit-transition: background-position 200ms cubic-bezier(.55, .055, .675, .19);
  transition: background-position 200ms cubic-bezier(.55, .055, .675, .19);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.countdown-timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(157deg, #12eaee 4%, #2bcde5 23%, #6e4fe9 64%, #fd22ff 93%);
  font-family: Plusjakartasans, sans-serif;
  color: #2bcde5;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countdown-timer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.countdown-timer-column {
  width: 25%;
}

.div-block-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-3 {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.social-link-image {
  width: 28px;
  height: 28px;
  margin-right: 0px;
}

.link-block {
  margin-right: 10px;
}

.link-block-2 {
  margin-right: 10px;
}

.link-block-3 {
  margin-right: 10px;
}

.link-block-4 {
  margin-right: 10px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 6px;
  border-radius: 14px;
  background-color: #fd22ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04eaaf), to(#04eaaf));
  background-image: linear-gradient(180deg, #04eaaf, #04eaaf);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01eaaf), to(#01eaaf));
  background-image: linear-gradient(180deg, #01eaaf, #01eaaf);
}

.image-5 {
  width: 28px;
  height: 28px;
}

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

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 130px 1fr;
  grid-template-columns: 1fr 130px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline_circle {
  position: static;
  top: 50vh;
  width: 5px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fd22ff;
  box-shadow: 0 0 14px 8px #fd22ff;
}

.margin-bottom-xlarge {
  margin-bottom: 0px;
}

.timeline_date-text {
  color: #fd22ff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_text {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-timeline {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}

.timeline_progress {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 34, 255, 0)), color-stop(9%, #fd22ff), color-stop(49%, #fd22ff), color-stop(89%, #fd22ff), to(rgba(253, 34, 255, 0)));
  background-image: linear-gradient(180deg, rgba(253, 34, 255, 0), #fd22ff 9%, #fd22ff 49%, #fd22ff 89%, rgba(253, 34, 255, 0));
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: 0;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

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

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.inline-block {
  display: inline-block;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline-container {
  position: relative;
  z-index: 1;
}

.text-span-2 {
  background-image: linear-gradient(135deg, #fd22ff, #6e4fe9 50%, #12eaee);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.colors-grid {
  margin-bottom: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.colors-item {
  display: block;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colors-color {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #fff;
}

.colors-color.red {
  background-color: #fa2570;
}

.colors-color.purpple {
  border-style: solid;
  border-color: #fff;
  background-color: #6e4fe9;
}

.colors-color.dark {
  background-color: #000a07;
}

.colors-color.turquesa {
  background-color: #04eaaf;
}

.colors-color.cyan {
  background-color: #12eaee;
}

.colors-values {
  display: block;
  width: 100%;
  padding-left: 0px;
}

.colors-title {
  color: #fff;
  font-weight: 700;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  max-width: 100px;
}

.paragraph-2 {
  color: #88849c;
  font-weight: 300;
  text-align: center;
}

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

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.home-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 756px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.musa-token-coin {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 40px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 100%;
  background-color: rgba(29, 26, 39, 0.64);
  text-align: center;
}

.image-9 {
  display: inline-block;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.conic-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(100%, #fff), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 100%, #fff);
  opacity: 0.2;
}

.container-3 {
  position: relative;
  z-index: 1;
}

.progress-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding: 0px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 100000000px;
  background-color: #01eaaf;
  color: #000014;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.validator-key-text {
  color: #000014;
  font-size: 20px;
  line-height: 1.5em;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

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

.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading {
  margin-bottom: 0px;
}

.card-swap-form {
  display: block;
  width: 100%;
  max-width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.swap-input-wrapper {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #302c3f;
}

.swap-form-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  width: 24px;
  height: 24px;
}

.card-header-icon {
  opacity: 0.8;
}

.card-header-icon:hover {
  opacity: 1;
}

.faucet-logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 40px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 100%;
  background-color: rgba(29, 26, 39, 0.64);
  text-align: center;
}

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

.faucet-form {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.recaptcha {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.div-block-5 {
  position: static;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staking-hero-icon {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 14px;
  margin-left: 60px;
  padding: 40px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 100%;
  background-color: rgba(29, 26, 39, 0.64);
  text-align: center;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2.staking-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#fd22ff), color-stop(48%, #6e4fe9), color-stop(92%, #01eaaf), to(#12eaee));
  background-image: linear-gradient(90deg, #fd22ff, #6e4fe9 48%, #01eaaf 92%, #12eaee);
  color: #fd22ff;
  font-size: 34px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-3 {
  max-width: 700px;
  color: #b7b4c7;
  font-weight: 400;
}

.staking-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staking-buttons-wrapper.integrations-hero {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-validator-list-content-top {
  padding-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #000014;
}

.validator-list-grid {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 0.5fr 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.validator-list-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(94, 91, 113, 0.5);
}

.feature-comparison-wrapper-copy {
  margin-bottom: 72px;
}

.feature-comparison-wrapper-copy.last {
  margin-bottom: 0px;
}

.validator-list-wrapper {
  margin-bottom: 0px;
}

.validator-list-wrapper.last {
  margin-bottom: 0px;
}

.validator-list-name {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.div-block-6 {
  width: 100%;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fd22ff;
  font-size: 30px;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 40px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 100%;
  background-color: #1d1a27;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 8px;
  color: #fd22ff;
}

.heading-5 {
  margin-bottom: 8px;
  color: #fd22ff;
}

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

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

.div-block-11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-10 {
  opacity: 0.7;
}

.text-field {
  border: 0px none #000;
  background-color: transparent;
  font-size: 24px;
}

.text-field-bridge {
  padding: 20px 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #88849c;
  background-color: transparent;
  color: #d9d7e6;
  font-size: 20px;
}

.text-field-bridge:focus {
  border-bottom-color: #fd22ff;
}

.div-block-12 {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-13 {
  min-height: 1000px;
  min-width: 100%;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.16);
  background-color: #000014;
}

.columns {
  position: relative;
  z-index: 1;
}

.image-11 {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.text-block-3 {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.text-block-4 {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 9px;
  background-color: #6e4fe9;
  color: #b7b4c7;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.link:hover {
  background-color: #fd22ff;
  color: #fff;
}

.link:active {
  background-color: #6e4fe9;
}

.field-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-3 {
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  cursor: pointer;
}

.div-block-18:hover {
  background-color: #5e5b71;
}

.div-block-18:active {
  background-color: #1d1a27;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000014;
}

.text-block-5 {
  margin-left: 10px;
}

.image-12 {
  width: 24px;
  height: 24px;
}

.text-field-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  text-align: right;
}

.text-field-2:focus {
  border-style: none;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.bold-text-2 {
  color: #5e5b71;
  font-weight: 400;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.div-block-22:hover {
  background-color: #302c3f;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-13 {
  width: 24px;
  height: 24px;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}

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

.partners-grid-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 22px;
  background-color: #1d1a27;
}

.explorer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 162px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explorer-wrapper._1 {
  padding: 20px;
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.explorer-wrapper._2 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.explorer-wrapper._3 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.explorer-wrapper._4 {
  border-bottom: 1px solid #302c3f;
}

.explorer-wrapper._5 {
  border-right: 1px solid #302c3f;
}

.explorer-wrapper._6 {
  border-right: 1px solid #302c3f;
}

.explorer-wrapper._7 {
  border-right: 1px solid #302c3f;
}

.explorers-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 22px;
  background-color: #1d1a27;
}

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

.explorer-image {
  height: 100px;
  margin-bottom: 10px;
}

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

.community-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 22px;
  background-color: #1d1a27;
}

.community-wrapper {
  display: block;
  overflow: hidden;
  min-height: 162px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.community-wrapper._1 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.community-wrapper._2 {
  border-right: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.community-wrapper._3 {
  border-bottom: 1px solid #302c3f;
}

.community-wrapper._4 {
  border-right: 1px solid #302c3f;
}

.community-wrapper._5 {
  border-right: 1px solid #302c3f;
}

.community-wrapper._7 {
  border-right: 1px solid #302c3f;
}

.community-text {
  margin-top: 10px;
}

.community-link {
  display: block;
  padding: 20px;
  opacity: 0.6;
  text-decoration: none;
}

.community-link:hover {
  opacity: 1;
  color: #fff;
}

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

.image-14 {
  display: block;
  text-align: center;
}

.musa-token-coin-copy {
  position: relative;
  z-index: 1;
  display: block;
  width: 300px;
  height: 300px;
  margin-bottom: 400px;
  padding: 40px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #302c3f;
  border-radius: 100%;
  background-color: #000014;
  text-align: center;
}

.about-hero-images-wrapper {
  z-index: 1;
  padding-bottom: 83px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-desc {
  color: #000a07;
  text-align: center;
}

.dropdown-arrow-2 {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons Dark Template', sans-serif;
  font-size: 8px;
  font-weight: 400;
}

.dropdown-arrow-2:hover {
  color: #fd22ff;
}

.nav-link-3 {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  line-height: 1.111em;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fd22ff;
}

.nav-link-3.dropdown {
  padding: 0px;
  color: #fff;
}

.nav-link-3.dropdown:hover {
  color: #fd22ff;
}

.nav-link-3.sign-in {
  display: none;
  margin-right: 27px;
}

.nav-link-3.sign-in.mobile {
  margin-right: 0px;
}

.header-logo-2 {
  width: 120px;
}

.dropdown-nav-link-2 {
  color: #b7b4c7;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link-2:hover {
  color: #fd22ff;
}

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

.button-primary-gradient-2 {
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: -webkit-gradient(linear, left top, right top, from(#44b0f5), color-stop(49%, #6e4fe9), to(#fd22ff));
  background-image: linear-gradient(90deg, #44b0f5, #6e4fe9 49%, #fd22ff);
  box-shadow: 0 3px 7px 0 rgba(19, 17, 26, 0.14);
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary-gradient-2:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary-gradient-2.header-button {
  display: inline-block;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#44b0f5), color-stop(49%, #6e4fe9), to(#fd22ff));
  background-image: linear-gradient(90deg, #44b0f5, #6e4fe9 49%, #fd22ff);
  text-align: left;
}

.button-primary-2 {
  padding: 22px 56px;
  border-radius: 1000px;
  background-color: #13111a;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

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

.button-primary-2.small-v2 {
  padding: 15px 28px;
}

.nav-link-tag-2 {
  position: relative;
  z-index: 1;
  padding: 7px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 100000000px;
  background-color: #13111a;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.dropdown-nav-main-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 22px;
  background-color: #1d1a27;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 1920px) {
  .section-styleguide {
    padding-top: 224px;
  }

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

  .section.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .section.home-hero {
    padding-top: 224px;
    padding-bottom: 60px;
  }

  .section.home-features {
    padding-bottom: 100px;
  }

  .section.home-perks {
    padding-bottom: 220px;
  }

  .section.cta-last {
    padding-bottom: 217px;
  }

  .section.home-steps {
    padding-top: 258px;
  }

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

  .section.home-blog {
    padding-bottom: 260px;
  }

  .section.about-hero {
    padding-top: 224px;
    padding-bottom: 20px;
  }

  .section.story {
    padding-bottom: 180px;
  }

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

  .section.about-team {
    padding-bottom: 175px;
  }

  .section.about-offices {
    padding-bottom: 144px;
  }

  .section.blog-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .section.blog {
    padding-top: 145px;
  }

  .section.blog-post {
    padding-top: 224px;
    padding-bottom: 185px;
  }

  .section.features {
    padding-top: 224px;
  }

  .section.team-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .section.team {
    padding-top: 224px;
    padding-bottom: 136px;
  }

  .section.team-articles {
    padding-top: 140px;
  }

  .section.careers-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .section.open-positions {
    padding-bottom: 126px;
  }

  .section.careers-testimonials {
    padding-bottom: 200px;
  }

  .section.careers-perks {
    padding-bottom: 184px;
  }

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

  .section.more-jobs {
    padding-top: 120px;
  }

  .section.integrations-hero {
    padding-top: 184px;
  }

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

  .section.more-integrations {
    padding-top: 120px;
  }

  .section.pricing {
    padding-top: 208px;
    padding-bottom: 134px;
  }

  .section.plan {
    padding-top: 224px;
  }

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

  .section.faqs {
    padding-top: 185px;
  }

  .section.integration-category {
    padding-top: 224px;
  }

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

  .section.roadmap {
    padding-bottom: 280px;
  }

  .section.roadmap-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .section.validator-hero {
    padding-top: 224px;
    padding-bottom: 145px;
  }

  .section.app-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .section.faucet {
    padding-bottom: 291px;
  }

  .section.studio-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .section.explorer-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .section.community-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .section.newsletter-page {
    padding-top: 214px;
    padding-bottom: 136px;
  }

  .section.about-hero {
    padding-top: 224px;
    padding-bottom: 195px;
  }

  .utility-page-wrap {
    padding-top: 210px;
    padding-bottom: 185px;
  }

  .utility-page-wrap._401 {
    padding-top: 224px;
    padding-bottom: 137px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 61px 100px 66px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.blog-post {
    margin-bottom: 69px;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .button-primary.small-v2.mobile-button {
    display: block;
  }

  .button-primary.small-v3.mobile-button {
    display: block;
  }

  .button-secondary.small.buy-now {
    max-width: 50%;
    margin-top: 0px;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.mobile-button {
    display: block;
    margin-top: 100px;
  }

  .nav-item-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link {
    font-size: 25px;
  }

  .nav-link.sign-in {
    font-size: 18px;
  }

  .nav-link.sign-in.mobile {
    font-size: 25px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 53px;
    max-height: 53px;
    min-height: 53px;
    min-width: 53px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000000px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #1d1a27;
  }

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

  .nav-menu {
    width: 100vw;
    max-width: 100%;
    padding: 120px 24px 36px;
    background-color: #000014;
  }

  .display-1 {
    font-size: 65px;
  }

  .display-1.home-hero {
    max-width: 803px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-top: 92px;
  }

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

  .section.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

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

  .section.home-features {
    padding-bottom: 166px;
  }

  .section.home-features.bg-bridge {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .section.home-perks {
    padding-bottom: 163px;
  }

  .section.cta-last {
    padding-bottom: 140px;
  }

  .section.home-steps {
    overflow: hidden;
    padding-top: 165px;
  }

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

  .section.home-blog {
    padding-bottom: 166px;
  }

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

  .section.story {
    padding-bottom: 115px;
  }

  .section.values {
    padding-bottom: 186px;
  }

  .section.about-team {
    padding-bottom: 112px;
  }

  .section.about-offices {
    padding-bottom: 92px;
  }

  .section.blog-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

  .section.blog {
    padding-top: 93px;
  }

  .section.blog-post {
    padding-top: 150px;
    padding-bottom: 118px;
  }

  .section.features {
    padding-top: 150px;
  }

  .section.team-page {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .section.team {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .section.team-articles {
    padding-top: 90px;
  }

  .section.careers-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .section.open-positions {
    padding-bottom: 81px;
  }

  .section.careers-testimonials {
    padding-bottom: 128px;
  }

  .section.careers-perks {
    padding-bottom: 118px;
  }

  .section.career {
    padding-top: 130px;
    padding-bottom: 77px;
  }

  .section.more-jobs {
    padding-top: 77px;
  }

  .section.integrations-hero {
    padding-top: 140px;
  }

  .section.integration {
    padding-top: 150px;
    padding-bottom: 77px;
  }

  .section.more-integrations {
    padding-top: 77px;
  }

  .section.pricing {
    padding-top: 133px;
    padding-bottom: 86px;
  }

  .section.plan {
    padding-top: 150px;
  }

  .section.contact-hero {
    padding-top: 150px;
    padding-bottom: 115px;
  }

  .section.faqs {
    padding-top: 118px;
  }

  .section.integration-category {
    padding-top: 150px;
  }

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

  .section.roadmap {
    padding-bottom: 180px;
  }

  .section.roadmap-hero {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .section.validator-hero {
    padding-top: 150px;
    padding-bottom: 93px;
  }

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

  .section.faucet {
    padding-bottom: 186px;
  }

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

  .section.explorer-hero {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .section.community-hero {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .section.newsletter-page {
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 125px;
  }

  .utility-page-wrap {
    padding-top: 134px;
    padding-bottom: 118px;
  }

  .utility-page-wrap._401 {
    padding-top: 150px;
    padding-bottom: 88px;
  }

  .utility-page-content-password {
    padding: 57px 53px;
  }

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

  ._404-number {
    font-size: 131px;
  }

  .paragraph.footer-newsletter {
    max-width: 432px;
  }

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

  .paragraph.card-post-featured-item {
    margin-bottom: 40px;
  }

  .card.cta {
    padding: 73px 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.testimonial {
    max-width: 75%;
    padding: 63px 42px;
  }

  .card.about-hero-achievement {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.value {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.about-office {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.post-featured-item-content {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 37px 43px 52px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .card.author {
    margin-top: 48px;
    padding: 53px 49px;
  }

  .card.feature-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.feature-featured.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 66px;
  }

  .card.team-page-careers {
    margin-top: 80px;
    padding-right: 46px;
    padding-left: 46px;
  }

  .card.careers-perk {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.career {
    padding-right: 100px;
    padding-left: 100px;
  }

  .card.apply-job {
    padding-right: 100px;
    padding-left: 100px;
  }

  .card.integration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.plan-item {
    max-width: none;
    padding-top: 63px;
  }

  .card.get-plan {
    display: none;
  }

  .card.get-plan.mobile {
    display: block;
    min-height: 473px;
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .card.contact-category {
    padding: 50px 20px;
  }

  .card.contact-form {
    min-height: 604px;
  }

  .card.buy-form {
    min-height: 604px;
  }

  .card.validator-key-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.explorer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.newsletter-page {
    margin-top: 80px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.home-perks {
    max-width: 490px;
  }

  .title.h4-size.plan-content-top-features {
    margin-bottom: 20px;
  }

  .title.card-cta {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.card-testimonial {
    margin-bottom: 10px;
  }

  .title.footer-menu {
    max-width: 432px;
  }

  .title.values {
    margin-bottom: 25px;
  }

  .title.about-offices {
    margin-bottom: 10px;
  }

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

  .title.card-post-featured-item {
    margin-bottom: 15px;
  }

  .title.blog-post {
    max-width: 576px;
    margin-bottom: 10px;
  }

  .title.card-feature-featured {
    margin-bottom: 10px;
  }

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

  .title.team-page {
    margin-bottom: 10px;
  }

  .title.careers-testimonials {
    margin-bottom: 20px;
  }

  .title.card-careers-perk {
    margin-bottom: 10px;
  }

  .title.careers-hero {
    margin-bottom: 10px;
  }

  .title.card-career-item {
    margin-bottom: 10px;
  }

  .title.h2-size.card-career {
    margin-bottom: 15px;
  }

  .title.h2-size.card-integration {
    margin-bottom: 10px;
  }

  .title.integrations {
    margin-right: 0px;
  }

  .title.integrations-hero {
    margin-bottom: 10px;
  }

  .title.pricing {
    margin-bottom: 15px;
  }

  .title.feature-comparison-name {
    max-width: 26%;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.contact-hero {
    margin-bottom: 10px;
  }

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

  .title.h5-size.contact-social-media {
    margin-bottom: 20px;
  }

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

  .title.not-found {
    margin-bottom: 20px;
  }

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

  .title.explorer-hero {
    margin-bottom: 10px;
  }

  .title.community-hero {
    margin-bottom: 10px;
  }

  .title.newsletter-page {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 10px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 2;
  }

  .split-content.header-left {
    position: relative;
    z-index: 2;
  }

  .split-content.header-left.mobile {
    display: block;
  }

  .split-content.home-steps-left {
    position: static;
    max-width: 566px;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .split-content.home-steps-right {
    min-width: auto;
  }

  .split-content.story-left {
    max-width: 720px;
    margin: 0px auto 100px;
  }

  .split-content.story-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .split-content.about-offices-content {
    position: relative;
    z-index: 1;
    margin-right: 0px;
  }

  .split-content.header-center {
    margin-right: 27px;
    margin-left: auto;
  }

  .split-content.career-content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.career-sidebar {
    max-width: 100%;
  }

  .split-content.more-integrations-left {
    margin-bottom: 35px;
  }

  .split-content.plan-content {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.plan-sidebar {
    max-width: 100%;
    min-width: auto;
  }

  .split-content.contact-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.contact-form {
    max-width: 100%;
  }

  .image-wrapper.card-testimonial {
    max-width: 286px;
    min-width: auto;
    margin-bottom: 40px;
  }

  .image-wrapper.home-perks-content-bottom-image {
    margin-right: 0px;
  }

  .image-wrapper.story-right {
    margin-bottom: 0px;
  }

  .image-wrapper.about-offices {
    margin-left: -60px;
  }

  .image-wrapper.post-featured-item-image {
    position: static;
    max-width: 100%;
    border-radius: 22px 22px 0px 0px;
  }

  .image-wrapper.card-feature-featured {
    max-width: 100%;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 30px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 30px;
  }

  .image-wrapper.about-hero-1 {
    border-radius: 30px;
  }

  .image-wrapper.about-hero-2 {
    border-radius: 30px;
  }

  .image.home-hero-1 {
    border-radius: 20px;
  }

  .image.home-hero-2 {
    border-radius: 20px;
  }

  .image.home-hero-3 {
    border-radius: 20px;
  }

  .image.card-value-icon {
    margin-bottom: 25px;
  }

  .image.card-feature-icon {
    margin-right: 40px;
  }

  .image.card-careers-perk-icon {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image.integrations-hero {
    margin-top: -50px;
    margin-bottom: -73px;
  }

  .button-primary-gradient.header-button {
    margin-right: 27px;
  }

  .button-primary-gradient.header-button.mobile-button {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient.add-cart {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 65px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 82px;
  }

  .container-medium-756px.home-features {
    margin-bottom: 40px;
  }

  .flex-vc.careers-perks {
    margin-top: 50px;
  }

  .home-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-top.team-articles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.more-jobs {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-top.integrations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.more-integrations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.integration-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .home-hero-companies {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero-companies-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .home-perks-content-top-wrapper {
    margin-bottom: 144px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-perks-content-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-perks-content-top-content {
    max-width: 612px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .home-perks-content-bottom-content {
    max-width: 612px;
    min-width: auto;
    margin-bottom: 60px;
  }

  .card-home-step-content {
    padding: 40px;
  }

  .card-testimonial-content {
    margin-right: 0px;
  }

  .card-testimonial-content-bottom {
    text-align: left;
  }

  .card-testimonial-content-bottom.careers-testimonials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .card-testimonial-about.careers-testimonials {
    margin-right: 0px;
  }

  .card-testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .blog-grid {
    grid-column-gap: 20px;
  }

  .card-post-item-content {
    padding-bottom: 52px;
  }

  .link-underline-main-wrapper.card-contact-category {
    font-size: 16px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 31px;
  }

  .footer-content {
    margin-bottom: 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu-main-content {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .footer-newsletter-content {
    max-width: 720px;
  }

  .bg-gradient-blur-wrapper.big.blog-hero {
    right: -62px;
  }

  .bg-gradient-blur-wrapper.big.blog-post {
    right: -62px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -86px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    left: -197px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.features-2 {
    bottom: 990px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    left: -269px;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    right: -44px;
    bottom: -291px;
    min-height: 40%;
  }

  .bg-gradient-blur-wrapper.careers-hero-1 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.careers-hero-2 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.careers-1 {
    left: -127px;
  }

  .bg-gradient-blur-wrapper.careers-2 {
    right: -138px;
  }

  .bg-gradient-blur-wrapper.integrations-hero {
    right: -206px;
  }

  .bg-gradient-blur-wrapper.integrations {
    left: -181.0069px;
    bottom: -87.444px;
    min-height: 50%;
  }

  .bg-gradient-blur-wrapper.integration {
    left: -385px;
  }

  .bg-gradient-blur-wrapper.pricing {
    left: -287px;
    top: -2px;
  }

  .bg-gradient-blur-wrapper.plan-features {
    top: 27px;
    right: -183px;
  }

  .bg-gradient-blur-wrapper.plan-1 {
    top: -61px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 30%;
  }

  .about-hero-content {
    margin-bottom: 60px;
  }

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

  .story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .story-right-content {
    max-width: none;
    margin-bottom: 60px;
  }

  .about-offices-grid {
    grid-row-gap: 40px;
  }

  .team-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .team-item-wrapper {
    max-width: 281px;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

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

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    padding: 0px;
    background-color: #fff;
  }

  .cart {
    z-index: 3;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 63px;
  }

  .categories-wrapper.integrations {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-featured-item {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }

  .post-featured-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-collection-list-wrapper {
    position: relative;
    z-index: 1;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 82px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

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

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

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

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

  .features-grid {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 112px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-feature-featured-content {
    max-width: 100%;
    padding: 40px 66px 56px;
  }

  .card-feature-content {
    max-width: 412px;
  }

  .team-content-top {
    margin-bottom: 81px;
  }

  .card-team-content {
    padding-right: 51px;
    padding-left: 51px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 68px;
  }

  .open-positions-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integrations-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .integrations-hero-content {
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

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

  .integrations-hero-images-main-wrapper {
    width: 576px;
  }

  .integration-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-integration-content {
    max-width: 504.01043701171875px;
  }

  .card-integration-icon {
    width: 257px;
    max-height: 257px;
    min-height: 257px;
    min-width: 257px;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .integration-tabs {
    max-width: 100%;
  }

  .more-integrations-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-small-590px.pricing {
    margin-bottom: 60px;
  }

  .container-small-590px.plan-category {
    margin-bottom: 60px;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-bottom: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-plan-item {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .card-plan-item-content-top {
    max-width: 311px;
    margin-right: 50px;
  }

  .space.card-plan-item-popular {
    display: none;
  }

  .card-plan-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .card-plan-item-popular-gradient-blur {
    bottom: 0%;
  }

  .feature-comparison-text {
    max-width: 25%;
  }

  .feature-comparison-grid {
    max-width: 70%;
    margin-right: 0px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 60px;
  }

  .feature-comparison-plan-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .feature-comparison-plan-price {
    font-size: 42px;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-content-top-title-wrapper {
    max-width: 518px;
  }

  .card-get-plan-content-top {
    max-width: 380px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-categories-grid {
    grid-column-gap: 20px;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-800px.card-home-feature {
    margin-bottom: 40px;
  }

  .card-contact-category-content {
    width: 100%;
    max-width: 379px;
  }

  .contact-links-grid {
    margin-bottom: 40px;
  }

  .figure-rich-text h2 {
    margin-bottom: 20px;
  }

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

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

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

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

  .category-title-wrapper.integration-category {
    margin-right: 0px;
  }

  .category-title-wrapper.blog-category {
    margin-right: 0px;
  }

  .musa-token-coin {
    width: 260px;
    height: 260px;
  }

  .buy-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swap-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faucet-logo {
    width: 200px;
    height: 200px;
  }

  .staking-hero-icon {
    width: 260px;
    height: 260px;
  }

  .validator-list-grid {
    margin-right: 0px;
  }

  .feature-comparison-wrapper-copy {
    margin-bottom: 60px;
  }

  .validator-list-wrapper {
    margin-bottom: 60px;
  }

  .validator-list-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .bridge-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .musa-token-coin-copy {
    width: 260px;
    height: 260px;
  }

  .about-hero-images-wrapper {
    padding-bottom: 68px;
  }

  .dropdown-arrow-2 {
    font-size: 11px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 53px;
    max-height: 53px;
    min-height: 53px;
    min-width: 53px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000000px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button-2:hover {
    background-color: #1d1a27;
  }

  .menu-button-2.w--open {
    background-color: #302c3f;
  }

  .nav-link-3 {
    font-size: 25px;
  }

  .nav-link-3.sign-in {
    font-size: 18px;
  }

  .nav-link-3.sign-in.mobile {
    font-size: 25px;
  }

  .nav-menu-2 {
    width: 100vw;
    max-width: 100%;
    padding: 120px 24px 36px;
    background-color: #000014;
  }

  .button-primary-gradient-2.header-button {
    margin-right: 27px;
  }

  .button-primary-gradient-2.header-button.mobile-button {
    display: block;
    margin-right: 0px;
  }

  .button-primary-2.small-v2.mobile-button {
    display: block;
  }

  .dropdown-nav-main-wrapper-2 {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 51px 35px 55px;
  }

  .container-default.blog-post {
    margin-bottom: 55px;
  }

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

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

  .paragraph-large {
    font-size: 22px;
  }

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

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 10px;
  }

  .button-primary.small {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-secondary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-secondary.small {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-secondary.button-white-outline._2-buttons {
    margin-right: 10px;
  }

  .button-secondary.integration-tab-link {
    margin-right: 20px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-link.sign-in {
    display: none;
  }

  .nav-link.sign-in.mobile {
    display: block;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .display-1 {
    font-size: 42px;
  }

  .display-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .footer {
    padding-top: 77px;
    padding-bottom: 30px;
  }

  .footer-logo-container {
    margin-right: 0px;
  }

  .footer-logo {
    width: 125px;
  }

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

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

  .section.home-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .section.home-features {
    padding-bottom: 133px;
  }

  .section.home-features.bg-bridge {
    background-image: none;
  }

  .section.home-perks {
    padding-bottom: 131px;
  }

  .section.cta-last {
    padding-bottom: 111px;
  }

  .section.home-steps {
    padding-top: 132px;
  }

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

  .section.home-blog {
    padding-bottom: 133px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .section.story {
    padding-bottom: 92px;
  }

  .section.values {
    padding-bottom: 149px;
  }

  .section.about-team {
    padding-bottom: 90px;
  }

  .section.about-offices {
    padding-bottom: 74px;
  }

  .section.blog-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .section.blog {
    padding-top: 74px;
  }

  .section.blog-post {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .section.features {
    padding-top: 130px;
  }

  .section.team-page {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.team {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.team-articles {
    padding-top: 72px;
  }

  .section.careers-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section.open-positions {
    padding-bottom: 70px;
  }

  .section.careers-testimonials {
    padding-bottom: 100px;
  }

  .section.careers-perks {
    padding-bottom: 94px;
  }

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

  .section.more-jobs {
    padding-top: 60px;
  }

  .section.integrations-hero {
    padding-top: 130px;
  }

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

  .section.more-integrations {
    padding-top: 60px;
  }

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

  .section.plan {
    padding-top: 130px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 92px;
  }

  .section.faqs {
    padding-top: 95px;
  }

  .section.integration-category {
    padding-top: 140px;
  }

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

  .section.roadmap {
    padding-bottom: 143px;
  }

  .section.roadmap-hero {
    padding-top: 130px;
  }

  .section.validator-hero {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .section.app-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

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

  .section.studio-hero {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .section.explorer-hero {
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .section.community-hero {
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .section.newsletter-page {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.about-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 95px;
  }

  .utility-page-wrap._401 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .utility-page-content-password {
    padding: 47px 32px;
  }

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

  ._404-number {
    font-size: 105px;
  }

  .divider.card-career-item {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .divider.card-career {
    margin-top: 34px;
    margin-bottom: 45px;
  }

  .divider.plan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph.not-found {
    margin-bottom: 40px;
  }

  .paragraph.home-steps {
    margin-bottom: 28px;
  }

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

  .paragraph.about-offices {
    max-width: 492px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph.blog-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-post-featured-item {
    margin-bottom: 35px;
  }

  .paragraph.text-neutral-200.blog-post {
    margin-bottom: 35px;
  }

  .paragraph.careers-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-apply-job {
    margin-bottom: 30px;
  }

  .paragraph.integrations-hero {
    margin-bottom: 35px;
  }

  .paragraph.card-integration-item {
    margin-bottom: 27px;
  }

  .paragraph.card-integration {
    margin-bottom: 35px;
  }

  .paragraph.explorer-hero {
    margin-bottom: 35px;
  }

  .paragraph.community-hero {
    margin-bottom: 35px;
  }

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

  .card.changelog {
    padding: 50px 35px;
  }

  .card.home-feature {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .card.cta {
    padding: 61px 35px;
  }

  .card.home-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.testimonial {
    max-width: 80%;
    padding: 53px 35px;
  }

  .card.about-hero-achievement {
    padding: 42px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.value {
    padding: 35px;
  }

  .card.about-office {
    padding: 33px 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card.post-featured-item-content {
    padding: 31px 35px 43px;
  }

  .card.author {
    margin-top: 40px;
    padding-top: 33px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.feature {
    padding: 40px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-page-careers {
    margin-top: 70px;
    padding: 45px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.careers-perk {
    padding: 40px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.career-item {
    padding: 40px 35px;
  }

  .card.career {
    padding: 58px 35px 23px;
  }

  .card.apply-job {
    padding: 44px 35px 60px;
  }

  .card.integration-item {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .card.integration {
    margin-bottom: 70px;
    padding: 46px 35px 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card.plan-item {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .card.plan-features {
    padding: 38px 35px 52px;
  }

  .card.get-plan.mobile {
    min-height: 435px;
    margin-top: 40px;
    padding: 40px 35px 48px;
  }

  .card.contact-category {
    padding: 24px 25px 42px;
  }

  .card.faq {
    margin-bottom: 27px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.contact-form {
    min-height: 825px;
    padding: 40px 35px 47px;
  }

  .card.default {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .card.buy-form {
    min-height: 825px;
    padding: 40px 35px 47px;
  }

  .card.table-raise {
    padding: 38px 35px 52px;
  }

  .card.validator-key-card {
    padding: 42px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.swap-form {
    padding: 40px 35px 47px;
  }

  .card.explorer {
    padding: 35px 35px 49px;
  }

  .card.newsletter-page {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.card-home-feature {
    margin-bottom: 6px;
  }

  .title.home-perks {
    max-width: 468px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.plan-content-top-features {
    margin-bottom: 15px;
  }

  .title.card-cta {
    max-width: 412px;
    margin-bottom: 35px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-home-step-number {
    margin-bottom: 20px;
  }

  .title.card-home-step {
    margin-bottom: 6px;
  }

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

  .title.footer-menu {
    margin-bottom: 23px;
  }

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

  .title.about-offices {
    max-width: 492px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .title.team-item {
    margin-bottom: 6px;
  }

  .title.dropdown {
    margin-bottom: 23px;
  }

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

  .title.card-post-featured-item {
    margin-bottom: 10px;
  }

  .title.card-feature {
    margin-bottom: 6px;
  }

  .title.careers-testimonials {
    margin-bottom: 15px;
  }

  .title.h2-size {
    font-size: 37px;
  }

  .title.h2-size.card-career {
    margin-bottom: 10px;
  }

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

  .title.plan {
    margin-right: 13px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.contact-social-media {
    margin-bottom: 15px;
  }

  .title.not-found {
    margin-bottom: 15px;
  }

  .title.category {
    margin-right: 13px;
  }

  .title.dropdown {
    margin-bottom: 23px;
  }

  .split-content.header-left.mobile {
    display: block;
  }

  .split-content.home-blog-left {
    margin-right: 40px;
    margin-bottom: 35px;
  }

  .split-content.home-blog-right {
    margin-bottom: 35px;
  }

  .split-content.story-left {
    margin-bottom: 90px;
  }

  .split-content.about-offices-content {
    max-width: 100%;
    margin-top: 0px;
  }

  .split-content.blog-post-articles-left {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .split-content.blog-post-articles-right {
    margin-bottom: 20px;
  }

  .split-content.team-articles-left {
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.team-articles-right {
    margin-bottom: 20px;
  }

  .split-content.more-jobs-content-top-left {
    margin-right: 30px;
    margin-bottom: 35px;
  }

  .split-content.more-jobs-content-top-right {
    margin-bottom: 35px;
  }

  .split-content.more-integrations-left {
    margin-bottom: 30px;
  }

  .split-content.contact-content {
    margin-bottom: 70px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 10px;
  }

  .image-wrapper.card-home-step {
    max-width: 100%;
  }

  .image-wrapper.card-testimonial {
    max-width: 228px;
    margin-bottom: 35px;
  }

  .image-wrapper.about-offices {
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-wrapper.card-post-featured-item-author {
    width: 53px;
    max-height: 53px;
    min-height: 53px;
    min-width: 53px;
  }

  .image-wrapper.card-author {
    width: 154px;
    max-height: 154px;
    min-height: 154px;
    min-width: 154px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-team {
    min-height: 194px;
  }

  .image-wrapper.card-team-profile-picture {
    width: 117px;
    max-height: 117px;
    min-height: 117px;
    min-width: 117px;
    margin-right: 15px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 25px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 25px;
  }

  .image-wrapper.about-hero-1 {
    border-radius: 25px;
  }

  .image-wrapper.about-hero-2 {
    border-radius: 25px;
  }

  .image.home-hero-2 {
    top: 40px;
    max-width: 25%;
  }

  .image.home-hero-3 {
    max-width: 25%;
  }

  .image.home-hero-company {
    width: 110px;
    margin-right: 20px;
  }

  .image.home-hero-company.google {
    width: 90px;
  }

  .image.home-hero-company.youtube {
    width: 100px;
  }

  .image.card-home-feature {
    margin-bottom: 20px;
  }

  .image.home-perk {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-value-icon {
    margin-bottom: 20px;
  }

  .image.card-feature-icon {
    margin-right: 0px;
  }

  .image.card-careers-perk-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 40px;
  }

  .image.card-apply-job-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .image.plan-icon {
    margin-bottom: 15px;
  }

  .image.utility-page-content-password-icon {
    width: 83px;
    max-height: 83px;
    min-height: 83px;
    min-width: 83px;
    margin-bottom: 25px;
    border-radius: 24px;
  }

  .image.integrations-hero {
    max-width: 100%;
    margin-top: -33px;
    margin-bottom: -49px;
  }

  .button-primary-gradient._2-buttons {
    margin-right: 15px;
  }

  .button-primary-gradient.header-button {
    display: none;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 54px;
  }

  .text-color-accent {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  ._2-buttons-wrapper {
    margin-right: -10px;
  }

  ._2-buttons-wrapper.integrations-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero-images-wrapper {
    margin-bottom: 65px;
  }

  .container-medium-756px.home-features {
    margin-bottom: 40px;
  }

  .flex-vc.home-features {
    margin-top: 48px;
  }

  .flex-vc.careers-perks {
    margin-top: 40px;
  }

  .container-medium-603px.testimonials {
    margin-bottom: 40px;
  }

  .content-top.home-blog {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-post-articles {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.card-author {
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-top.team-articles {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.more-jobs {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.integrations {
    margin-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-integrations {
    margin-bottom: 40px;
  }

  .content-top.integration-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-hero-companies {
    max-width: 100%;
  }

  .home-features-grid {
    width: 100%;
    max-width: 603px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-feature-content {
    max-width: 368px;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 115px;
  }

  .home-perks-content-top-content {
    margin-bottom: 50px;
  }

  .home-perks-grid {
    max-width: 490px;
    grid-row-gap: 35px;
  }

  .home-perk-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-perks-content-bottom-content {
    margin-bottom: 50px;
  }

  .home-steps-grid {
    grid-row-gap: 35px;
  }

  .card-home-step-content {
    max-width: 100%;
    padding-top: 33px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-testimonial-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-testimonial-about {
    margin-right: 0px;
  }

  .card-testimonial-name {
    margin-bottom: 3px;
  }

  .testimonials-right-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 23px;
  }

  .testimonials-left-arrow {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 23px;
  }

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

  .card-post-item-content {
    padding-top: 31px;
    padding-bottom: 43px;
  }

  .card-post-item-about-content {
    margin-right: 22px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 26px;
  }

  .footer-content {
    margin-bottom: 77px;
  }

  .footer-menu-main-content {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-newsletter-content {
    margin-bottom: 40px;
  }

  .footer-content-bottom {
    margin-bottom: 0px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-small-print {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .social-media-wrapper.card-team-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }

  .social-media-wrapper.card-team {
    display: none;
  }

  .bg-gradient-blur-wrapper.big.blog-hero {
    right: 20px;
  }

  .bg-gradient-blur-wrapper.big.blog-post {
    right: 20px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -48px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    left: 10px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    left: -246px;
    min-height: 40%;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    right: -72px;
    bottom: -308px;
    min-height: 30%;
  }

  .bg-gradient-blur-wrapper.careers-hero-1 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.careers-hero-2 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.careers-1 {
    left: -100px;
  }

  .bg-gradient-blur-wrapper.careers-2 {
    right: -66px;
  }

  .bg-gradient-blur-wrapper.integrations-hero {
    right: -15px;
    min-height: 50%;
  }

  .bg-gradient-blur-wrapper.integrations {
    left: -97.0069px;
  }

  .bg-gradient-blur-wrapper.pricing {
    left: -149px;
    min-height: 50%;
  }

  .bg-gradient-blur-wrapper.plan-features {
    right: -50px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 25%;
  }

  .bg-gradient-blur-wrapper.contact-hero {
    min-height: 100%;
  }

  .bg-gradient-blur-wrapper.faqs {
    left: -368px;
    min-height: 50%;
  }

  .about-hero-content {
    margin-bottom: 50px;
  }

  .number-big {
    font-size: 48px;
  }

  .card-about-hero-achievement-text {
    font-size: 18px;
  }

  .card-about-hero-achievement-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .story-right-content {
    margin-bottom: 50px;
  }

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

  .card-value-content {
    max-width: 519px;
  }

  .about-offices-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-offices-grid {
    grid-row-gap: 35px;
  }

  .container-small-578px.partners {
    margin-bottom: 40px;
  }

  .container-small-578px.team-page {
    margin-bottom: 40px;
  }

  .container-small-578px.newsletter-page {
    margin-bottom: 40px;
  }

  .container-small-578px.newsletter-page {
    margin-bottom: 40px;
  }

  .team-grid {
    justify-items: center;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-item-content-top {
    margin-bottom: 22px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-item-job-tag-gradient {
    top: 15px;
    right: 15px;
  }

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

  .partner-wrapper._2 {
    border-right-width: 0px;
  }

  .partner-wrapper._5 {
    border-bottom: 1px solid #302c3f;
  }

  .partner-wrapper._6 {
    border-bottom: 1px solid #302c3f;
    border-right-width: 0px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .dropdown-nav {
    margin-right: 40px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 60px;
    margin-bottom: 40px;
  }

  .card-post-item-category-wrapper.post-featured-item-category {
    top: 32px;
    right: 32px;
    font-size: 18px;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 53px;
  }

  .categories-wrapper.integrations {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 65px;
  }

  .rich-text h2 {
    margin-bottom: 15px;
  }

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

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

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

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

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

  .rich-text h6 {
    margin-top: 40px;
  }

  .card-author-content {
    max-width: 553px;
  }

  .card-author-name-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-619px.features {
    margin-bottom: 40px;
  }

  .features-grid {
    margin-bottom: 90px;
  }

  .card-feature-featured-content {
    padding: 33px 30px 48px;
  }

  .card-team-page-careers-content {
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .team-content-top {
    margin-bottom: 65px;
  }

  .card-team-content {
    padding-right: 35px;
    padding-bottom: 48px;
    padding-left: 35px;
  }

  .card-team-content-top {
    margin-bottom: 20px;
  }

  .card-team-name-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-medium-651px.open-positions {
    margin-bottom: 40px;
  }

  .container-medium-651px.careers-perks {
    margin-bottom: 40px;
  }

  .container-medium-669px.careers-testimonials {
    margin-bottom: 40px;
  }

  .careers-perks-grid {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-811px.careers-hero {
    margin-bottom: 68px;
  }

  .container-medium-811px.community-hero {
    margin-bottom: 68px;
  }

  .container-medium-811px.about-hero {
    margin-bottom: 68px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 60px;
  }

  .card-career-item-about-content {
    margin-right: 20px;
  }

  .card-career-about-wrapper {
    margin-bottom: 20px;
  }

  .integrations-hero-content {
    margin-bottom: 50px;
  }

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

  .integrations-hero-images-main-wrapper {
    width: 100%;
    max-width: 576px;
  }

  .card-integration-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .integration-tabs-menu {
    margin-bottom: 20px;
  }

  .more-integrations-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-small-590px.pricing {
    margin-bottom: 50px;
  }

  .container-small-590px.plan-category {
    margin-bottom: 50px;
  }

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

  .pricing-plan-item {
    margin-bottom: 40px;
  }

  .card-plan-item-content-top {
    max-width: 100%;
    margin-right: 0px;
  }

  .card-plan-item-title-wrapper {
    max-width: 311px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 27px;
  }

  .card-plan-item-price {
    margin-bottom: 48px;
  }

  .card-plan-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-comparison-text {
    font-size: 16px;
  }

  .feature-comparison-grid {
    grid-column-gap: 10px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .feature-comparison-header {
    padding-bottom: 24px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 50px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 75px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 10px;
    line-height: 1.3em;
  }

  .feature-comparison-plan-price {
    font-size: 30px;
  }

  .feature-comparison-result-text {
    font-size: 16px;
  }

  .card-plan-item-icon-content {
    margin-bottom: 23px;
  }

  .plan-content-top-title-wrapper {
    margin-bottom: 28px;
  }

  .add-cart-option-list {
    margin-bottom: 28px;
  }

  .container-small-552px.contact-hero {
    margin-bottom: 40px;
  }

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

  .contact-links-grid {
    margin-bottom: 33px;
    grid-row-gap: 20px;
  }

  .faqs-title-wrapper {
    margin-bottom: 40px;
  }

  .card-contact-form {
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
  }

  .card-faq-content-bottom {
    max-width: 89%;
  }

  .figure-rich-text h2 {
    margin-bottom: 15px;
  }

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

  .figure-rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .figure-rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .figure-rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .figure-rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .figure-rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .figure-rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .figure-rich-text h6 {
    margin-top: 40px;
  }

  .category-title-wrapper.integration-category {
    margin-bottom: 35px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 35px;
  }

  .countdown-timer {
    font-size: 60px;
    line-height: 80px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .musa-token-coin {
    display: none;
  }

  .validator-key-text {
    font-size: 18px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .card-swap-form {
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
  }

  .faucet-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .staking-hero-icon {
    display: none;
  }

  .staking-buttons-wrapper {
    margin-right: -10px;
  }

  .staking-buttons-wrapper.integrations-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .validator-list-grid {
    grid-column-gap: 10px;
  }

  .validator-list-row-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .feature-comparison-wrapper-copy {
    margin-bottom: 50px;
  }

  .validator-list-wrapper {
    margin-bottom: 0px;
  }

  .validator-list-name {
    margin-bottom: 10px;
    line-height: 1.3em;
  }

  .div-block-18 {
    padding-right: 4px;
    padding-bottom: 4px;
  }

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

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

  .explorer-wrapper._2 {
    border-right-width: 0px;
  }

  .explorer-wrapper._5 {
    border-bottom: 1px solid #302c3f;
  }

  .explorer-wrapper._6 {
    border-bottom: 1px solid #302c3f;
    border-right-width: 0px;
  }

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

  .values-grid-copy {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .community-wrapper._2 {
    border-right-width: 0px;
  }

  .community-wrapper._5 {
    border-bottom: 1px solid #302c3f;
  }

  .community-wrapper._6 {
    border-bottom: 1px solid #302c3f;
    border-right-width: 0px;
  }

  .musa-token-coin-copy {
    display: none;
  }

  .about-hero-images-wrapper {
    padding-bottom: 60px;
  }

  .nav-link-3.sign-in {
    display: none;
  }

  .nav-link-3.sign-in.mobile {
    display: block;
  }

  .nav-menu-2 {
    padding-top: 110px;
  }

  .button-primary-gradient-2.header-button {
    display: none;
  }

  .button-primary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .dropdown-nav-main-wrapper-2 {
    margin-bottom: -40px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 43px 25px 46px;
    font-size: 18px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 44px;
  }

  .container-default.container-faucet {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .paragraph-large {
    font-size: 20px;
  }

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

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-primary.button-white._2-buttons {
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .button-primary.footer-newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.small {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.small {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary.small.buy-now {
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }

  .button-secondary._2-buttons {
    display: block;
  }

  .button-secondary.button-white-outline._2-buttons {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .button-secondary.integration-tab-link {
    display: inline-block;
  }

  .header {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .header-logo {
    width: 180px;
  }

  .nav-item-wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link.sign-in {
    margin-right: 10px;
  }

  .nav-link.sign-in.mobile {
    font-size: 20px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #000a07;
  }

  .display-1 {
    font-size: 45px;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-nav {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-nav-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .section.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .section.home-features {
    padding-bottom: 100px;
  }

  .section.home-perks {
    padding-bottom: 100px;
  }

  .section.cta-last {
    padding-bottom: 90px;
  }

  .section.home-steps {
    padding-top: 105px;
  }

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

  .section.home-blog {
    padding-bottom: 106px;
  }

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

  .section.story {
    padding-bottom: 74px;
  }

  .section.values {
    padding-bottom: 119px;
  }

  .section.about-team {
    padding-bottom: 72px;
  }

  .section.about-offices {
    padding-bottom: 59px;
  }

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

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

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

  .section.features {
    padding-top: 120px;
  }

  .section.team-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .section.team-articles {
    padding-top: 60px;
  }

  .section.careers-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.open-positions {
    padding-bottom: 60px;
  }

  .section.careers-testimonials {
    padding-bottom: 82px;
  }

  .section.career {
    padding-top: 120px;
  }

  .section.integrations-hero {
    padding-top: 120px;
  }

  .section.integration {
    padding-top: 120px;
  }

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

  .section.plan {
    padding-top: 120px;
  }

  .section.contact-hero {
    padding-top: 120px;
    padding-bottom: 74px;
  }

  .section.faqs {
    padding-top: 76px;
  }

  .section.integration-category {
    padding-top: 120px;
  }

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

  .section.roadmap {
    padding-bottom: 115px;
  }

  .section.roadmap-hero {
    padding-top: 120px;
  }

  .section.validator-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

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

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

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

  .section.newsletter-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.about-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding: 110px 16px 76px;
  }

  .utility-page-wrap._401 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .utility-page-content-password {
    padding: 40px 25px;
    border-radius: 20px;
  }

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

  .input.footer-newsletter {
    min-height: 56px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .input.blog-newsletter {
    min-height: 56px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .input.blog-newsletter:focus {
    font-size: 16px;
  }

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

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

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

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

  .input.faucet-input {
    min-height: 56px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .input.faucet-input:focus {
    font-size: 16px;
  }

  .input.faucet-input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .input.faucet-input:-ms-input-placeholder {
    font-size: 16px;
  }

  .input.faucet-input::-ms-input-placeholder {
    font-size: 16px;
  }

  .input.faucet-input::placeholder {
    font-size: 16px;
  }

  ._404-number {
    font-size: 84px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .divider.card-career {
    margin-top: 28px;
    margin-bottom: 38px;
  }

  .paragraph.not-found {
    margin-bottom: 33px;
  }

  .paragraph.home-perks {
    margin-bottom: 30px;
  }

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

  .paragraph.blog-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-post-featured-item {
    margin-bottom: 30px;
  }

  .paragraph.text-neutral-200.blog-post {
    margin-bottom: 30px;
  }

  .paragraph.careers-hero {
    margin-bottom: 30px;
  }

  .paragraph.integrations-hero {
    margin-bottom: 30px;
  }

  .paragraph.card-integration-item {
    max-width: 377px;
    margin-top: 9px;
    margin-bottom: 23px;
  }

  .paragraph.card-integration {
    max-width: 391.35418701171875px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .paragraph.card-contact-category {
    margin-bottom: 20px;
  }

  .paragraph.faucet-text {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }

  .paragraph.explorer-hero {
    margin-bottom: 30px;
  }

  .paragraph.community-hero {
    margin-bottom: 30px;
  }

  .paragraph.newsletter-page {
    text-align: left;
  }

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

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

  .paragraph-small.card-plan-item-content-bottom-small-print {
    margin-top: 10px;
  }

  .card {
    border-radius: 20px;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.home-feature {
    padding: 28px 25px;
  }

  .card.cta {
    padding: 40px 25px;
  }

  .card.testimonial {
    padding: 44px 25px;
  }

  .card.about-hero-achievement {
    padding: 35px 25px;
  }

  .card.value {
    padding: 29px 25px;
  }

  .card.about-office {
    padding: 28px 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.post-featured-item-content {
    padding: 26px 25px 36px;
  }

  .card.author {
    margin-top: 33px;
    padding: 28px 25px 44px;
  }

  .card.feature {
    padding: 33px 25px;
  }

  .card.team-page-careers {
    margin-top: 60px;
    padding: 38px 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.careers-perk {
    padding: 33px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.career-item {
    padding: 33px 25px;
  }

  .card.career {
    padding: 48px 25px 20px;
  }

  .card.apply-job {
    padding: 37px 25px 50px;
  }

  .card.integration-item {
    padding: 38px 25px;
  }

  .card.integration {
    margin-bottom: 60px;
    padding: 38px 25px 44px;
  }

  .card.plan-item {
    padding: 43px 25px 38px;
  }

  .card.plan-features {
    padding: 32px 25px 43px;
  }

  .card.get-plan.mobile {
    min-height: 474px;
    margin-top: 33px;
    padding: 33px 25px 40px;
  }

  .card.contact-category {
    padding-top: 22px;
    padding-bottom: 35px;
  }

  .card.faq {
    margin-bottom: 23px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.contact-form {
    padding: 33px 25px 40px;
  }

  .card.default {
    padding: 28px 25px;
  }

  .card.buy-form {
    padding: 33px 25px 40px;
  }

  .card.table-raise {
    padding: 32px 25px 43px;
  }

  .card.validator-key-card {
    padding: 35px 25px;
  }

  .card.swap-form {
    padding: 33px 25px 40px;
  }

  .card.validator-list {
    padding: 32px 25px 43px;
  }

  .card.explorer {
    padding: 29px 25px 41px;
  }

  .card.newsletter-page {
    margin-top: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.card-home-feature {
    margin-bottom: 4px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.card-contact-category {
    margin-bottom: 6px;
  }

  .title.card-cta {
    max-width: 344px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-home-step-number {
    margin-bottom: 15px;
  }

  .title.h3-size.card-plan-item {
    margin-bottom: 2px;
  }

  .title.card-testimonial {
    margin-bottom: 6px;
  }

  .title.footer-menu {
    margin-bottom: 20px;
  }

  .title.story {
    max-width: 343px;
  }

  .title.values {
    margin-bottom: 15px;
  }

  .title.card-value {
    margin-bottom: 6px;
  }

  .title.card-about-office {
    margin-bottom: 6px;
  }

  .title.team-item {
    margin-bottom: 4px;
  }

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

  .title.card-feature {
    margin-bottom: 4px;
  }

  .title.card-team-page-careers {
    margin-bottom: 6px;
  }

  .title.careers-testimonials {
    margin-bottom: 10px;
  }

  .title.card-careers-perk {
    margin-bottom: 6px;
  }

  .title.card-career-item {
    margin-bottom: 6px;
  }

  .title.card-apply-job {
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 31px;
  }

  .title.h2-size.add-cart-price {
    font-size: 28px;
  }

  .title.feature-comparison-name {
    font-size: 16px;
  }

  .title.plan {
    margin-right: 11px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.card-get-plan {
    margin-bottom: 6px;
  }

  .title.not-found {
    margin-bottom: 10px;
  }

  .title.category {
    margin-right: 11px;
  }

  .title.faucet-title {
    font-size: 24px;
    text-align: left;
  }

  .title.newsletter-page {
    text-align: left;
  }

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

  .split-content.header-right {
    margin-right: 10px;
  }

  .split-content.home-blog-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.home-blog-right {
    margin-bottom: 30px;
  }

  .split-content.story-left {
    margin-bottom: 80px;
  }

  .split-content.header-center {
    margin-right: 10px;
  }

  .split-content.card-team-content-top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.more-jobs-content-top-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.contact-content {
    margin-bottom: 60px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-testimonial {
    max-width: 183px;
    margin-bottom: 30px;
  }

  .image-wrapper.home-perks-content-top-image {
    border-radius: 20px;
  }

  .image-wrapper.home-perks-content-bottom-image {
    border-radius: 20px;
  }

  .image-wrapper.story-left {
    border-radius: 20px;
  }

  .image-wrapper.story-right {
    border-radius: 20px;
  }

  .image-wrapper.team-item {
    width: 141px;
    max-height: 141px;
    min-height: 141px;
    min-width: 141px;
  }

  .image-wrapper.about-offices {
    margin-top: 30px;
  }

  .image-wrapper.post-featured-item-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .image-wrapper.card-post-featured-item-author {
    width: 44px;
    max-height: 44px;
    min-height: 44px;
    min-width: 44px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post {
    border-radius: 20px;
  }

  .image-wrapper.blog-post-author {
    width: 53px;
    max-height: 53px;
    min-height: 53px;
    min-width: 53px;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-author {
    width: 124px;
    max-height: 124px;
    min-height: 124px;
    min-width: 124px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-team {
    min-height: 150px;
  }

  .image-wrapper.card-team-profile-picture {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.careers-hero-1 {
    border-radius: 20px;
  }

  .image-wrapper.careers-hero-2 {
    border-radius: 20px;
  }

  .image-wrapper.card-integration-item-icon {
    width: 75px;
    max-height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-plan-item-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
  }

  .image-wrapper.card-contact-category-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
  }

  .image-wrapper.about-hero-1 {
    border-radius: 20px;
  }

  .image-wrapper.about-hero-2 {
    border-radius: 20px;
  }

  .image.home-hero-1 {
    border-radius: 10px;
  }

  .image.home-hero-2 {
    border-radius: 10px;
  }

  .image.home-hero-3 {
    border-radius: 10px;
  }

  .image.home-hero-company {
    width: 100px;
    margin-bottom: 20px;
  }

  .image.home-hero-company.google {
    width: 82px;
  }

  .image.home-hero-company.youtube {
    width: 92px;
  }

  .image.card-home-feature {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.home-perk {
    width: 47px;
    max-height: 47px;
    min-height: 47px;
    min-width: 47px;
  }

  .image.home-perks-content-top-image {
    margin-bottom: 40px;
  }

  .image.home-perks-content-bottom-image {
    margin-bottom: 40px;
  }

  .image.card-post-item-about-icon {
    margin-right: 6px;
  }

  .image.card-value-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }

  .image.card-feature-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.card-careers-perk-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-apply-job-icon {
    width: 75px;
    max-height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.feature-comparison-check-icon {
    width: 24px;
    max-height: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .image.plan-icon {
    width: 82px;
    max-height: 82px;
    min-height: 82px;
    min-width: 82px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image.contact-link-icon {
    width: 33px;
    max-height: 33px;
    min-height: 33px;
    min-width: 33px;
    margin-right: 10px;
  }

  .image.utility-page-content-password-icon {
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.style-guide-icons {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .button-primary-gradient {
    display: block;
  }

  .button-primary-gradient._2-buttons {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-primary-gradient.blog-newsletter {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-primary-gradient.add-cart {
    max-width: 100%;
  }

  .button-primary-gradient.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-primary-gradient.swap-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-primary-gradient.faucet-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-940px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 45px;
  }

  ._2-buttons-wrapper {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .home-hero-images-wrapper {
    margin-bottom: 52px;
  }

  .container-medium-756px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flex-vc.home-features {
    margin-top: 40px;
  }

  .container-medium-603px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-603px.testimonials {
    margin-bottom: 35px;
  }

  .content-top.home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-post-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.card-author {
    margin-bottom: 20px;
  }

  .content-top.team-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-integrations {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-hero-companies {
    margin-bottom: -20px;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-perks-content-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-perks-content-top-content {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    grid-row-gap: 30px;
  }

  .home-perks-content-bottom-content {
    margin-bottom: 20px;
  }

  .card-home-step-content {
    padding: 28px 25px 33px;
  }

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

  .card-testimonial-rol {
    font-size: 16px;
    line-height: 1.5em;
  }

  .testimonials-right-arrow {
    width: 55px;
    max-height: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .testimonials-left-arrow {
    width: 55px;
    max-height: 55px;
    min-height: 55px;
    min-width: 55px;
  }

  .card-post-item-content {
    padding-top: 26px;
    padding-bottom: 36px;
  }

  .card-post-item-about-content {
    margin-right: 20px;
  }

  .home-hero-featured-message-wrapper {
    margin-bottom: 22px;
  }

  .home-hero-featured-message-link {
    padding-right: 20px;
    font-size: 14px;
  }

  .home-hero-featured-message-tag {
    margin-right: 6px;
    padding: 6px;
    font-size: 12px;
  }

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

  .footer-menu-main-content {
    margin-bottom: 20px;
  }

  .footer-newsletter-content {
    margin-bottom: 40px;
  }

  .footer-content-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-small-print {
    font-size: 15px;
  }

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

  .footer-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bg-gradient-blur-wrapper.home-hero-1 {
    left: -99px;
  }

  .bg-gradient-blur-wrapper.home-hero-2 {
    right: -42px;
    bottom: 103px;
  }

  .bg-gradient-blur-wrapper.blog {
    left: -50px;
  }

  .bg-gradient-blur-wrapper.blog-post-articles {
    bottom: -6px;
  }

  .bg-gradient-blur-wrapper.features-1 {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.team-page-1 {
    left: -130px;
  }

  .bg-gradient-blur-wrapper.team-page-2 {
    right: -9px;
    bottom: -252px;
  }

  .bg-gradient-blur-wrapper.careers-hero-1 {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.careers-hero-2 {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.careers-1 {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.integrations {
    left: -40px;
  }

  .bg-gradient-blur-wrapper.integration {
    left: -324px;
  }

  .bg-gradient-blur-wrapper.pricing {
    left: -324px;
  }

  .bg-gradient-blur-wrapper.plan-features {
    left: -324px;
  }

  .bg-gradient-blur-wrapper.plan-2 {
    min-height: 20%;
  }

  .bg-gradient-blur-wrapper.faqs {
    left: -269px;
  }

  .bg-gradient-blur-wrapper.not-found-1 {
    left: -252px;
  }

  .bg-gradient-blur-wrapper.not-found-2 {
    right: -152px;
  }

  .error-message.cart {
    margin-right: 16px;
    margin-left: 16px;
  }

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

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

  .number-big {
    font-size: 40px;
  }

  .number-big.card-about-hero-achievement {
    margin-bottom: 4px;
  }

  .number-big.validator-key-number {
    margin-bottom: 4px;
  }

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

  .story-right-content {
    margin-bottom: 40px;
  }

  .container-medium-634px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .values-grid {
    grid-row-gap: 30px;
  }

  .about-offices-grid {
    grid-row-gap: 30px;
  }

  .card-about-office-icon {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .container-small-578px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

  .team-item-content-top {
    margin-bottom: 18px;
  }

  .team-item-job-tag {
    display: block;
    font-size: 12px;
  }

  .team-item-job-tag-gradient {
    top: 10px;
    right: 10px;
    display: block;
  }

  .partners-grid {
    border-radius: 20px;
  }

  .partner-wrapper {
    min-height: 135px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .dropdown-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-arrow {
    font-size: 9px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
    margin-bottom: 30px;
  }

  .card-post-item-category-wrapper {
    top: 23px;
    right: 23px;
    font-size: 16px;
  }

  .card-post-item-category-wrapper.post-featured-item-category {
    top: 23px;
    right: 23px;
    font-size: 16px;
  }

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

  .empty-state.cart-empty {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-713px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 44px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-post-featured-item-author-name {
    margin-bottom: 4px;
  }

  .card-post-featured-item-author-rol {
    font-size: 16px;
  }

  .container-medium-772px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-772px.blog-post-content-top {
    margin-bottom: 52px;
  }

  .container-medium-841px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-post-author-link {
    margin-bottom: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-author-content {
    margin-bottom: 15px;
  }

  .blog-post-author-name {
    margin-bottom: 4px;
  }

  .blog-post-author-rol {
    font-size: 16px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

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

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

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

  .rich-text figcaption {
    font-size: 16px;
    line-height: 1.6em;
  }

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

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

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

  .rich-text h6 {
    margin-top: 33px;
  }

  .card-author-rol {
    font-size: 16px;
  }

  .container-medium-619px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .card-feature-featured-content {
    padding: 28px 25px 40px;
  }

  .card-team-page-careers-content {
    margin-bottom: 30px;
  }

  .container-medium-785px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-content-top {
    margin-bottom: 52px;
  }

  .card-team-content {
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }

  .card-team-content-top {
    margin-bottom: 15px;
  }

  .container-medium-651px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-669px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-1112px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-811px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-811px.careers-hero {
    margin-bottom: 60px;
  }

  .container-medium-811px.community-hero {
    margin-bottom: 60px;
  }

  .container-medium-811px.about-hero {
    margin-bottom: 60px;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 48px;
  }

  .card-career-item-about-wrapper {
    margin-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-career-item-about-content {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .backlink-main-wrapper {
    margin-bottom: 35px;
  }

  .card-career-about-wrapper {
    margin-bottom: 15px;
  }

  .card-integration-item-content-top {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-integration-item-title-wrapper {
    margin-bottom: 20px;
  }

  .card-integration-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 20px;
  }

  .container-small-590px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-590px.pricing {
    margin-bottom: 40px;
  }

  .container-small-590px.plan-category {
    margin-bottom: 40px;
  }

  .card-plan-item-content-top {
    margin-bottom: 20px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 23px;
  }

  .card-plan-item-price {
    margin-bottom: 40px;
    font-size: 23px;
  }

  .card-plan-item-feature-icon-wrapper {
    margin-right: 6px;
  }

  .card-plan-item-feature-text {
    font-size: 16px;
  }

  .feature-comparison-text {
    font-size: 14px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feature-comparison-header {
    padding-bottom: 20px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 42px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 57px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .feature-comparison-plan-price {
    font-size: 18px;
  }

  .feature-comparison-result-text {
    font-size: 14px;
  }

  .card-plan-item-icon-content {
    margin-bottom: 20px;
  }

  .plan-feature-icon-wrapper {
    margin-right: 6px;
  }

  .plan-feature-text {
    font-size: 16px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .select-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .select-wrapper.add-cart {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-small-552px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-800px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-links-grid {
    margin-bottom: 30px;
    grid-row-gap: 15px;
  }

  .card-faq-icon-gradient {
    display: block;
    width: 35px;
    max-height: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .figure-rich-text h2 {
    margin-bottom: 10px;
  }

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

  .figure-rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .figure-rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

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

  .figure-rich-text figcaption {
    font-size: 16px;
    line-height: 1.6em;
  }

  .figure-rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .figure-rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .figure-rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .figure-rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .figure-rich-text h6 {
    margin-top: 33px;
  }

  .category-title-wrapper.integration-category {
    margin-bottom: 30px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 30px;
  }

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

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .main-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .countdown-timer {
    font-size: 50px;
    line-height: 60px;
  }

  .social-link-image {
    width: 22px;
    height: 22px;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

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

  .countdown-timer-label {
    font-size: 12px;
  }

  .grid.colors-grid {
    grid-auto-flow: row;
  }

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

  .home-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .faucet-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .staking-buttons-wrapper {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .validator-list-row-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feature-comparison-wrapper-copy {
    margin-bottom: 42px;
  }

  .validator-list-wrapper {
    margin-bottom: 42px;
  }

  .validator-list-name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .explorer-grid {
    grid-row-gap: 30px;
  }

  .partners-grid-copy {
    border-radius: 20px;
  }

  .explorer-wrapper {
    min-height: 135px;
  }

  .explorers-grid {
    border-radius: 20px;
  }

  .values-grid-copy {
    grid-row-gap: 30px;
  }

  .community-grid {
    border-radius: 20px;
  }

  .community-wrapper {
    min-height: 135px;
  }

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

  .about-hero-images-wrapper {
    padding-bottom: 48px;
  }

  .dropdown-arrow-2 {
    font-size: 9px;
  }

  .menu-button-2 {
    padding: 10px;
    font-size: 26px;
  }

  .nav-link-3 {
    font-size: 20px;
  }

  .nav-link-3.sign-in {
    margin-right: 10px;
  }

  .nav-link-3.sign-in.mobile {
    font-size: 20px;
  }

  .header-logo-2 {
    width: 130px;
  }

  .nav-menu-2 {
    padding-top: 100px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-primary-gradient-2 {
    display: block;
  }

  .button-primary-2 {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-nav-main-wrapper-2 {
    padding-top: 30px;
  }
}

#w-node-_97bb55df-3483-6f9a-84d9-8f4c33d6e182-4a2ea08f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_442d8bf8-93c5-5d3e-e8ae-705f883810b1-4a2ea08f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da5805a5-0bcb-b140-3eb9-0655633974f8-4a2ea08f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_13235370-6615-b8f7-1966-ee3fe42ff50a-0b2ea096 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-0b2ea096 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-0b2ea096 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_13235370-6615-b8f7-1966-ee3fe42ff50a-062ea097 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-062ea097 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-062ea097 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2beb9510-af21-78b3-a1fc-49851844342f-062ea0a4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3b0bf197-56e3-a70e-57f7-598168b0a7c2-062ea0a4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0091f102-02ba-05ce-d429-067ad8d7d649-062ea0a4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-bf2ea0a6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb612dfe-8984-acba-8c41-303f7da31fa7-bf2ea0a6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0526998-eb9e-0ac8-c994-4bd31a88f286-bf2ea0a6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-992ea0e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_75ba0896-86bb-edd3-e4cd-ed823bac3581-972ea0e6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_75ba0896-86bb-edd3-e4cd-ed823bac3599-972ea0e6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_13235370-6615-b8f7-1966-ee3fe42ff50a-d05c6a9c {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-d05c6a9c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-d05c6a9c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-bf2ea0a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eb612dfe-8984-acba-8c41-303f7da31fa7-bf2ea0a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0526998-eb9e-0ac8-c994-4bd31a88f286-bf2ea0a6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-0b2ea096 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-0b2ea096 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-062ea097 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-062ea097 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75ba0896-86bb-edd3-e4cd-ed823bac3599-972ea0e6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-d05c6a9c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-d05c6a9c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-0b2ea096 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-062ea097 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_75ba0896-86bb-edd3-e4cd-ed823bac3599-972ea0e6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8ccbc011-c20c-04a7-65e7-f6cbb3c839d7-d05c6a9c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Dark Template';
  src: url('../fonts/icons-dark-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}