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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  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;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-moz-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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 8px;
  flex-shrink: 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: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

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

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

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

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

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

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

.w-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: #ff4895;
}

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;
  width: 500px;
  max-width: 100%;
}

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

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

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

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: flex;
}

.flex.center {
  align-items: center;
}

.flex.center.header-side-right {
  padding-left: 40px;
}

.flex.center.space-between {
  justify-content: space-between;
}

.flex.center.center-horizontal {
  justify-content: center;
}

.color-white {
  color: #efefe6;
}

.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: #efefe6;
}

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

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

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

.container-default.home-hero.space-below {
  margin-bottom: 100px;
}

.container-default.home-hero.supported-lang {
  margin-top: 111px;
}

.container-default.home-hero.trusted-by {
  margin-top: 100px;
  padding-top: 0px;
}

.container-default.home-hero.hide {
  display: none;
}

.container-default.home-features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-default.home-features.space-after {
  margin-bottom: 65px;
}

.container-default.testimonials {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.container-default.values {
  position: relative;
  display: flex;
  justify-content: 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.width-100 {
  width: 100%;
}

.container-default.space-before {
  margin-top: 110px;
}

.style-guide-content {
  overflow: hidden;
  max-width: 100%;
  margin-left: 18px;
  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: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background-color: #1d1a27;
  transition: background-color 250ms ease;
}

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

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

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

.style-guide-link.w--current {
  background-color: #302c3f;
  transition: color 300ms ease, background-color 300ms ease;
  color: #efefe6;
  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: #efefe6;
  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: #161721;
}

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

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

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

.color-title {
  color: #efefe6;
  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: #efefe6;
  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;
  font-size: 23px;
  text-align: left;
}

.paragraph-large.home-hero.homepage {
  margin-bottom: 37px;
}

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

.paragraph-large.sales-hero {
  max-width: 830px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.paragraph-large.quote {
  margin-top: -25px;
  text-align: center;
}

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

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

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

.style-guide-content-wrapper.icon-font {
  padding-top: 90px;
  padding-bottom: 90px;
}

.style-guide-content-wrapper.icon-font.middle {
  border-top: 1px solid #5e5b71;
  border-bottom: 1px solid #5e5b71;
}

.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: #161721;
  color: #efefe6;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
}

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

.button-primary.small-v2 {
  padding: 15px 28px;
}

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

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

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

.button-primary.button-white:hover {
  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;
  transform: scale3d(1, 1, 1.01);
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

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

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

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

.button-primary.small.integration {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}

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

.button-primary.home-page {
  padding-right: 30px;
  padding-left: 30px;
}

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

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

.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: #161721;
}

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

.button-secondary.small.plan:hover {
  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;
  flex: 0 auto;
  background-color: #161721;
}

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

.button-secondary._2-buttons.home-page {
  padding-right: 30px;
  padding-left: 30px;
}

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

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

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

.button-secondary.button-category.w--current {
  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: linear-gradient(90deg, #6f86ff, #b372ce 50%, #ff7586);
}

.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: linear-gradient(90deg, #6f86ff, #b372ce 50%, #ff7586);
}

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

.cards-grid {
  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.no-absolute {
  position: static;
  border-top: 1px solid #302c3f;
  border-bottom: 1px solid #302c3f;
}

.header-logo {
  width: 148px;
}

.header-navigation {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  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-item-wrapper.hide {
  display: none;
}

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

.nav-link:hover {
  color: #20ffaa;
}

.nav-link.w--current:hover {
  color: #20ffaa;
}

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

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

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

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

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

.display-1.home-hero {
  color: #efefe6;
}

.display-1.about-hero {
  font-size: 60px;
}

.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;
  border-top: 1px solid #302c3f;
}

.footer.v3 {
  padding-top: 34px;
}

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

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

.footer-logo-container.v3 {
  margin-right: 0px;
  margin-bottom: 0px;
}

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

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

.footer-logo {
  width: 150px;
}

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

.page-wrapper {
  overflow: hidden;
}

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

.section {
  margin-bottom: 80px;
  padding-top: 38px;
  padding-bottom: 0px;
}

.section.utility-page {
  padding-top: 179px;
  padding-bottom: 100px;
  background-color: #1d1a27;
}

.section.home-hero {
  overflow: visible;
  padding-top: 179px;
  padding-bottom: 166px;
}

.section.home-features {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 208px;
}

.section.home-features.supported-lang {
  display: none;
}

.section.home-features.enterprise {
  padding-bottom: 99px;
}

.section.home-features.space-before {
  padding-top: 93px;
  padding-bottom: 118px;
}

.section.home-features.space-before.less-space-after {
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.section.home-perks.top {
  padding-top: 70px;
}

.section.home-perks.short {
  overflow: visible;
  padding-bottom: 0px;
}

.section.home-perks.less-space-below {
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.section.home-perks.less-space-below.even-less {
  padding-bottom: 30px;
}

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

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

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

.section.home-blog {
  overflow: visible;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 40px;
}

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

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

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

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

.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: visible;
  padding-top: 0px;
}

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

.section.features.shorter {
  overflow: visible;
  padding-top: 134px;
  padding-bottom: 0px;
}

.section.features.shorter._2nd-section {
  padding-top: 0px;
}

.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 {
  padding-top: 179px;
  padding-bottom: 156px;
}

.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-features {
  padding-top: 0px;
}

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

.section.contact-hero {
  padding-top: 179px;
  padding-bottom: 144px;
}

.section.contact-hero.short {
  padding-bottom: 0px;
}

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

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

.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.small {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.section.shorter {
  padding-bottom: 54px;
}

.section.space-after {
  padding-bottom: 128px;
}

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

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

.utility-page-content-password {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 585px;
  margin-bottom: 0px;
  padding: 68px 64px;
  flex-direction: column;
  border-radius: 22px;
  background-color: #1d1a27;
}

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

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

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

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

.input::-moz-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: #161721;
}

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

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

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

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

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

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

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

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

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

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

._404-number {
  color: #efefe6;
  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 {
  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: #efefe6;
}

.paragraph.home-features {
  max-width: 603px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.card-home-feature {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

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

.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: 0px;
}

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

.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-small {
  font-size: 15px;
  line-height: 1.6em;
}

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

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

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

.card.changelog {
  display: flex;
  margin-bottom: 40px;
  padding: 60px 50px;
  flex-direction: column;
  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 56px;
}

.card.home-feature.vertical-image {
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: space-between;
  -o-object-fit: contain;
     object-fit: contain;
}

.card.cta {
  position: relative;
  z-index: 1;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 25px 10px 25px 20px;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.09);
}

.card.cta.software {
  padding: 50px 20px 50px 19px;
}

.card.cta.ai {
  padding: 40px 21px 40px 20px;
}

.card.cta.autofix {
  padding: 40px 30px 40px 10px;
}

.card.cta.get-started {
  padding: 60px 80px;
}

.card.home-step {
  display: flex;
  justify-content: space-between;
  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: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  transform: translate(0px, 0px);
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

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

.card.about-hero-achievement {
  display: flex;
  padding: 60px 35px;
  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);
}

.card.value {
  display: flex;
  padding: 42px 38px 59px;
  align-items: flex-start;
}

.card.about-office {
  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;
  background-color: rgba(29, 26, 39, 0.88);
  background-image: linear-gradient(90deg, #1d1a27, rgba(29, 26, 39, 0.82) 59%, rgba(27, 24, 37, 0));
}

.card.author {
  display: flex;
  margin-top: 58px;
  padding: 64px 59px;
  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);
  transition: box-shadow 300ms ease, transform 300ms ease;
}

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

.card.feature-featured {
  display: flex;
  justify-content: space-between;
  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.feature {
  padding: 40px 32px 56px;
}

.card.feature.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card.team-page-careers {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 792px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 54px 55px;
  justify-content: space-between;
  align-items: center;
}

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

.card.careers-perk {
  display: flex;
  padding: 48px 51px;
}

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

.card.career-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  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;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

.card.integration-item:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  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: flex;
  overflow: visible;
  max-width: 383px;
  padding: 75px 32px 55px;
  flex-direction: column;
  border-radius: 20px;
  transition: box-shadow 300ms ease, transform 300ms ease;
  color: #b7b4c7;
  text-decoration: none;
}

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

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

.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: flex;
  padding: 60px 40px;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 300ms ease, 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);
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

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

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

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

.card.contact-form {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-height: 500px;
  padding: 48px 40px 56px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background-color: #161721;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.65);
}

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

.card.page-holder {
  background-color: #302c3f;
  text-decoration: none;
}

.card.page-holder.hover {
  transition: transform 300ms ease, color 300ms ease;
}

.card.page-holder.hover:hover {
  transform: scale(0.96);
}

.card.figma-file-included {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 25px;
  align-items: center;
  background-color: #302c3f;
}

.card.header-wrapper-components {
  margin-bottom: 36px;
  padding: 32px;
}

.card.header-wrapper-components.bottom {
  margin-top: 164px;
}

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

.checkout-block-header {
  padding: 30px 40px 20px;
  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: #efefe6;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

.title.home-perks {
  margin-bottom: 29px;
  text-align: center;
}

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

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

.title.h4-size.home-perk.thin-text {
  margin-top: 13px;
  font-weight: 500;
}

.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 {
  max-width: 503px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.h3-size {
  color: #efefe6;
  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: #efefe6;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.title.footer-menu.v2 {
  margin-bottom: 8px;
}

.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: #efefe6;
  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;
}

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

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

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

.title.h2-size {
  color: #efefe6;
  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: -72px;
}

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

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

.title.h1-size {
  color: #efefe6;
  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;
}

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

.title.h5-size {
  color: #efefe6;
  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;
}

.split-content.checkout-left {
  flex-grow: 1;
}

.split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  display: flex;
  align-items: center;
}

.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-left.space-above {
  position: static;
  margin-top: 83px;
}

.split-content.home-steps-left.space-above.hide {
  display: none;
}

.split-content.home-steps-left.fixed {
  position: static;
}

.split-content.home-steps-right {
  position: relative;
  display: flex;
  max-width: 744px;
  min-width: 600px;
  justify-content: 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: flex;
  align-items: center;
}

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

.split-content.card-team-content-top-left {
  display: flex;
  margin-right: 30px;
  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-top: 60px;
  margin-right: 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: #efefe6;
}

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

.checkout-billing-address-toggle {
  margin-top: 10px;
  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;
  justify-content: space-between;
}

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

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

.image-wrapper.order-item-image:hover {
  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;
  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.post-featured-item-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 72%;
  min-height: 100%;
  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 {
  margin-right: 50px;
}

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

.image.home-hero-company.code-logos {
  width: 60px;
  margin-right: 60px;
}

.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: 14px;
  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;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.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%;
  border-radius: 22px;
  -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-feature-icon.owasp {
  width: auto;
  min-width: auto;
  background-image: linear-gradient(180deg, #f5f4fa, #f5f4fa);
  box-shadow: 1px 1px 3px 0 #000;
}

.image.card-feature-icon.owasp-copy {
  width: auto;
  min-width: auto;
  background-image: linear-gradient(180deg, #f5f4fa, #f5f4fa);
  box-shadow: 1px 1px 3px 0 #000;
}

.image.card-team {
  width: 100%;
  -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 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

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

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

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  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: #efefe6;
  text-align: center;
}

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

.header-wrapper.center {
  justify-content: center;
}

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

.cart-button.hidden-on-desktop {
  display: none;
}

.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);
  transition: box-shadow 350ms ease, transform 350ms ease;
}

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

.bg-neutral-800 {
  overflow: visible;
  background-color: #161721;
}

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

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

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

.button-primary-gradient {
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: linear-gradient(90deg, #6f86ff, #b372ce 49%, #ff7586);
  box-shadow: 0 3px 7px 0 rgba(19, 17, 26, 0.14);
  transform: scale3d(1, 1, 1.01);
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

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

.button-primary-gradient._2-buttons {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 78%, #23b6ff);
}

.button-primary-gradient.header-button {
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 49%, #23b6ff);
}

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

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

.button-primary-gradient.full-width {
  display: flex;
  flex-direction: column;
}

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

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

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

.button-primary-gradient.add-cart {
  display: flex;
  flex-direction: column;
}

.button-primary-gradient._2-buttons {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 78%, #23b6ff);
}

.button-primary-gradient._2-buttons.teams {
  margin-top: 19px;
  margin-right: 0px;
}

.button-primary-gradient._2-buttons-restored {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

.button-primary-gradient._2-buttons-restored-copy {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

.button-primary-gradient._2-buttons-restored-copy {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

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

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

.text-color-accent {
  background-image: linear-gradient(270deg, #20ffaa, #23b6ff);
  color: #20ffaa;
  font-size: 60px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

._2-buttons-wrapper {
  display: flex;
  margin-right: -24px;
  margin-bottom: -15px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

._2-buttons-wrapper.integrations-hero {
  justify-content: flex-start;
}

._2-buttons-wrapper.left {
  justify-content: flex-start;
}

.home-hero-images-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 102px;
  justify-content: center;
  align-items: center;
}

.home-hero-images-wrapper.no-space-below {
  margin-bottom: 0px;
}

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

.container-medium-756px.home-features.wider {
  max-width: 900px;
}

.flex-vc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-vc.home-features {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-vc.careers-perks {
  margin-top: 60px;
}

.home-steps-wrapper {
  display: flex;
  justify-content: space-between;
  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.testimonials.wider {
  max-width: 900px;
}

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

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

.content-top.blog {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  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;
  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;
  flex-wrap: wrap;
}

.content-top.blog-category {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.home-hero-companies {
  display: flex;
  margin-right: -57px;
  justify-content: space-between;
  align-items: center;
}

.home-hero-companies-wrapper {
  position: relative;
  z-index: 1;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.home-features-grid {
  position: relative;
  z-index: 1;
  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-features-grid.sales-page._2-columns {
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.home-perks-content-top-wrapper {
  display: flex;
  margin-bottom: 180px;
  justify-content: space-between;
  align-items: center;
}

.home-perks-content-top-wrapper.hide {
  display: none;
}

.home-perks-content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-perks-content-top-content {
  max-width: 495px;
  min-width: 472px;
  margin-right: 30px;
}

.home-perks-content-top-content.centered {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.home-perks-grid {
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-perk-wrapper {
  display: flex;
  align-items: flex-start;
}

.home-perks-content-bottom-content {
  max-width: 496px;
  min-width: 472px;
}

.cta-card-wrapper {
  position: relative;
  transform: translate(0px, 0px);
}

.cta-gradient-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 22px;
  background-image: linear-gradient(90deg, rgba(77, 84, 255, 0.64), rgba(208, 63, 144, 0.64) 64%, rgba(255, 56, 104, 0.64));
  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;
  flex: 1;
}

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

.slide-nav {
  display: none;
}

.card-testimonial-content {
  max-width: 469px;
  margin-right: 30px;
}

.card-testimonial-content-bottom {
  display: flex;
  margin-bottom: -20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.card-testimonial-about {
  margin-right: 30px;
  margin-bottom: 20px;
}

.card-testimonial-name {
  margin-bottom: 6px;
  color: #efefe6;
  line-height: 1.111em;
  font-weight: 700;
}

.card-testimonial-wrapper {
  display: flex;
  align-items: center;
}

.testimonials-right-arrow {
  right: 0px;
  display: flex;
  overflow: hidden;
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #302c3f;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.85);
  transition: box-shadow 300ms ease, transform 300ms ease;
  font-family: 'Icons Dark Template', sans-serif;
  color: #efefe6;
  font-size: 27px;
  font-weight: 400;
}

.testimonials-right-arrow:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.85);
  transform: translate(0px, 6px);
}

.testimonials-left-arrow {
  left: 0px;
  display: flex;
  overflow: hidden;
  width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #302c3f;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.85);
  transition: box-shadow 300ms ease, transform 300ms ease;
  font-family: 'Icons Dark Template', sans-serif;
  color: #efefe6;
  font-size: 27px;
  font-weight: 400;
}

.testimonials-left-arrow:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.85);
  transform: translate(0px, 6px);
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  padding-bottom: 80px;
  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 {
  justify-content: center;
  align-items: center;
}

.pagination-link {
  display: flex;
  margin-top: 69px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  align-items: center;
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #efefe6;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
}

.page-count {
  width: auto;
  margin-top: 69px;
  margin-right: 40px;
  margin-left: 40px;
  color: #efefe6;
  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: flex;
  padding: 37px 25px 62px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.card-post-item-about-wrapper {
  display: flex;
  margin-right: -26px;
  margin-bottom: 6px;
  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: flex;
  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-image: linear-gradient(90deg, #6f86ff, #b372ce 50%, #ff7586);
}

.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: flex;
  margin-right: 26px;
  margin-bottom: 15px;
  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: flex;
  padding: 6px 32px 6px 6px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.21);
  border-radius: 100000px;
  background-color: #161721;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.home-hero-featured-message-link:hover {
  color: #efefe6;
}

.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: linear-gradient(90deg, #ff3868, #714dff);
  filter: blur(12px);
}

.home-hero-featured-message-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content {
  display: flex;
  margin-bottom: 110px;
  justify-content: space-between;
}

.footer-content.v3 {
  margin-bottom: 0px;
  align-items: center;
}

.footer-menu-main-content {
  display: flex;
  width: 100%;
  max-width: 686px;
  margin-right: 20px;
  justify-content: space-between;
}

.footer-newsletter-content {
  display: block;
  max-width: 402px;
}

.footer-content-bottom {
  display: flex;
  margin-bottom: -15px;
  padding-top: 35px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #302c3f;
}

.footer-content-bottom.center {
  justify-content: center;
}

.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: flex;
  justify-content: space-between;
}

.footer-nav-link {
  transition: color 350ms ease;
  color: #b7b4c7;
  line-height: 1.111em;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav-link.tag {
  display: flex;
  align-items: center;
}

.footer-nav-link.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #ff4895;
  transition: border-color 350ms ease, color 350ms ease;
  color: #ff4895;
  font-weight: 700;
}

.footer-nav-link.special:hover {
  border-bottom-color: #efefe6;
  color: #efefe6;
}

.nav-link-tag-wrapper {
  position: relative;
  display: flex;
  max-height: 20px;
  justify-content: 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: linear-gradient(270deg, rgba(255, 56, 104, 0.5), rgba(77, 84, 255, 0.5));
  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: #161721;
  font-size: 11px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.footer-small-print {
  margin-bottom: 15px;
}

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

.footer-newsletter-form-block.v2 {
  min-width: 430px;
  margin-bottom: 0px;
}

.footer-newsletter-form {
  display: flex;
  align-items: center;
}

.social-media-wrapper {
  display: none;
  margin-right: -15px;
  margin-bottom: -15px;
  flex-wrap: wrap;
}

.social-media-wrapper.card-team-mobile {
  display: none;
}

.social-media-wrapper.v2 {
  margin-bottom: 0px;
}

.social-media-wrapper.v3 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.social-media-link {
  display: flex;
  overflow: hidden;
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
  margin-right: 15px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-image: linear-gradient(315deg, #434bff, #23b6ff);
  transition-property: transform;
  font-family: 'Icons Dark Template', sans-serif;
  color: #efefe6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transform-style: preserve-3d;
}

.social-media-link:hover {
  transform: scale3d(1.1, 1.1, 1.01);
  color: #efefe6;
}

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

.social-media-link.last {
  margin-right: 0px;
  margin-bottom: 0px;
}

.bg-gradient-blur-wrapper {
  position: absolute;
  width: 100%;
  max-width: 44%;
  min-height: 74%;
  opacity: 0.5;
  filter: blur(100px);
}

.bg-gradient-blur-wrapper.home-hero-1 {
  left: -209px;
  top: -230px;
}

.bg-gradient-blur-wrapper.home-hero-1.overlay {
  display: block;
}

.bg-gradient-blur-wrapper.home-hero-1.overlay.team2 {
  left: -24px;
  top: 1653px;
}

.bg-gradient-blur-wrapper.home-hero-2 {
  right: -212px;
  bottom: 25px;
}

.bg-gradient-blur-wrapper.home-hero-2.repo1 {
  right: 586px;
  bottom: 122px;
  z-index: 0;
}

.bg-gradient-blur-wrapper.home-hero-2.autofix {
  right: 91px;
}

.bg-gradient-blur-wrapper.home-hero-2.self-hosted {
  right: 736px;
}

.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.values {
  bottom: 48px;
}

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

.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;
  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;
  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;
  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-wrapper.ai {
  left: 473px;
  z-index: 0;
}

.bg-gradient-blur-circle-1 {
  position: absolute;
  z-index: -2;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #20ffaa;
}

.bg-gradient-blur-circle-1.purple {
  background-color: #23b6ff;
}

.bg-gradient-blur-circle-1.purple-2 {
  background-color: #6e4fe9;
}

.bg-gradient-blur-circle-1.purple-2.big {
  bottom: 0px;
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-1.pink {
  background-color: #ff4895;
}

.bg-gradient-blur-circle-1.blue {
  background-color: #1766ff;
}

.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: #3153fe;
}

.bg-gradient-blur-circle-2.blue {
  bottom: 61px;
  background-color: #20ffaa;
}

.bg-gradient-blur-circle-2.blue.left {
  right: auto;
}

.bg-gradient-blur-circle-2.blue-2 {
  background-color: #2d42ff;
}

.bg-gradient-blur-circle-2.blue-2.blog {
  left: 0px;
  right: auto;
  z-index: 1;
}

.bg-gradient-blur-circle-2.purple {
  background-color: #6923ff;
}

.bg-gradient-blur-circle-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #3153fe;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bg-gradient-blur-circle-3.pink {
  background-color: #ff4895;
}

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

.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: #efefe6;
  font-weight: 700;
  text-align: center;
}

.error-message {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  background-color: #ff4b4e;
  color: #efefe6;
  font-weight: 600;
  text-align: center;
}

.text-no-wrap {
  white-space: nowrap;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 897px;
  margin-bottom: 80px;
}

.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: #efefe6;
  font-size: 58px;
  line-height: 1em;
  font-weight: 700;
}

.number-big.card-about-hero-achievement {
  margin-bottom: 6px;
}

.accent-primary-2 {
  color: #ff6795;
}

.card-about-hero-achievement-text {
  font-size: 20px;
  line-height: 1.5em;
}

.card-about-hero-achievement-wrapper {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.accent-secondary-1 {
  color: #ff4895;
}

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

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

.story-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  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;
}

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

.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 {
  transition-property: transform;
  color: #b7b4c7;
  text-align: center;
  text-decoration: none;
}

.team-item-wrapper:hover {
  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: #302c3f;
}

.team-item-job-tag {
  padding: 8px 18px;
  border-radius: 1000px;
  background-color: #161721;
  color: #f5f4fa;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.team-item-job-tag:hover {
  color: #efefe6;
}

.team-item-job-tag-gradient {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: linear-gradient(90deg, #6f86ff, #b372ce 49%, #ff7586);
  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 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 22px;
  background-color: #1d1a27;
}

.partner-wrapper {
  display: flex;
  overflow: hidden;
  min-height: 162px;
  padding: 20px;
  justify-content: 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: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  line-height: 1.111em;
}

.dropdown-nav-main-wrapper {
  display: flex;
  width: 100%;
  padding: 64px 66px;
  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: flex;
  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: #20ffaa;
}

.dropdown-nav-link.tag {
  display: flex;
  align-items: center;
}

.dropdown-nav-link.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #ff4895;
  transition: border-color 300ms ease, color 300ms ease;
  color: #ff4895;
  font-weight: 700;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: #efefe6;
  color: #efefe6;
}

.dropdown-list {
  left: -340px;
  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-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;
  transition-property: transform;
}

.brand:hover {
  transform: scale(1.03);
}

.card-post-item-category-wrapper {
  position: absolute;
  top: 27px;
  right: 27px;
  display: flex;
  padding: 10px 22px;
  align-items: center;
  border-radius: 1000000px;
  background-color: #161721;
}

.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: #efefe6;
  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: #efefe6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 24px;
  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: flex;
  margin-right: -15px;
  margin-bottom: -15px;
  flex-wrap: wrap;
}

.category-item {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}

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

.blog-newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
}

.post-featured-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  transition-property: transform;
  color: #b7b4c7;
  text-decoration: none;
}

.post-featured-item-wrapper:hover {
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.card-post-featured-item-content-bottom {
  display: flex;
  align-items: center;
  color: #d9d7e6;
  line-height: 1.111em;
}

.card-post-featured-item-author-name {
  margin-bottom: 7px;
  color: #efefe6;
  line-height: 1.111em;
  font-weight: 700;
}

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

.post-featured-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.post-featured-collection-list-wrapper.first {
  margin-bottom: 65px;
}

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

.container-medium-772px.blog-post-content-top {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 102px;
  flex-direction: column;
  align-items: flex-start;
}

.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: flex;
  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: #efefe6;
  font-weight: 700;
}

.rich-text h2 {
  margin-bottom: 24px;
}

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

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

.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: 48px;
  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;
}

.card-feature-featured-content {
  max-width: 573px;
  padding: 124px 79px;
  -ms-grid-row-align: center;
      align-self: center;
}

.card-feature-featured-content.smaller-inside {
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.card-feature-featured-content.less-margin {
  padding-top: 74px;
  padding-bottom: 74px;
}

.card-team-page-careers-content {
  max-width: 412px;
  margin-right: 30px;
  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: flex;
  margin-bottom: 101px;
  justify-content: 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: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  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;
}

.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: flex;
  margin-top: auto;
  margin-bottom: -20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.card-career-item-about-wrapper {
  display: flex;
  margin-bottom: 20px;
}

.card-career-item-about-content {
  display: flex;
  margin-right: 25px;
  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: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
}

.career-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.card-career-about-wrapper {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.card-career-about-date-wrapper {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.125em;
}

.card-career-about-date-text {
  color: #efefe6;
}

.backlink {
  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: flex;
  justify-content: space-between;
  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: flex;
  margin-bottom: 9px;
  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: flex;
  width: 43%;
  justify-content: center;
  align-items: center;
}

.integration-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  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;
}

.pricing-wrapper {
  display: flex;
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: center;
  align-items: flex-start;
}

.pricing-plan-item {
  position: relative;
  margin-right: 25px;
}

.pricing-plan-item.popular {
  margin-top: -19px;
  margin-bottom: 56px;
}

.card-plan-item-content-top {
  margin-bottom: 24px;
}

.card-plan-item-content-bottom {
  display: flex;
  flex-direction: column;
  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: #efefe6;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 700;
}

.card-plan-item-price.right {
  margin-bottom: 47px;
}

.card-plan-item-button-wrapper {
  margin-top: auto;
}

.card-plan-item-feature-wrapper {
  display: flex;
  align-items: center;
}

.card-plan-item-feature-icon-wrapper {
  display: flex;
  margin-right: 9px;
}

.card-plan-item-feature-text {
  color: #f5f4fa;
  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: linear-gradient(90deg, rgba(77, 84, 255, 0.64), rgba(208, 63, 144, 0.64) 64%, rgba(255, 56, 104, 0.64));
  filter: blur(20px);
}

.card-feature-comparison-content-top {
  padding-bottom: 14px;
}

.feature-comparison-text {
  width: 100%;
  max-width: 219px;
  color: #efefe6;
  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: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  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: #efefe6;
  font-size: 42px;
  line-height: 0.881em;
}

.feature-comparison-result-text {
  color: #efefe6;
  line-height: 1.111em;
}

.pricing-collection-list-wrapper {
  position: relative;
  z-index: 1;
}

.card-plan-item-icon-content {
  display: flex;
  margin-bottom: 27px;
  justify-content: space-between;
  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: linear-gradient(90deg, rgba(77, 84, 255, 0.6), rgba(255, 56, 104, 0.6));
  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: #161721;
  color: #efefe6;
  font-size: 14px;
  line-height: 0.786em;
  font-weight: 700;
  text-align: center;
}

.plan-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.plan-content-top-title-wrapper {
  margin-bottom: 32px;
}

.plan-content-top-title {
  display: flex;
  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: flex;
  margin-right: 15px;
}

.plan-feature-text {
  color: #efefe6;
  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: flex;
  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;
  transition: background-color 300ms ease;
}

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

.select-wrapper:focus {
  background-color: #1d1a27;
}

.select-wrapper::-moz-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: #161721;
}

.select-wrapper.add-cart:focus {
  background-color: #161721;
}

.select {
  min-height: 56px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  transition: color 300ms ease;
  color: #d9d7e6;
  font-size: 18px;
}

.select:focus {
  color: #efefe6;
}

.select::-moz-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: flex;
  justify-content: space-between;
}

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

.container-medium-800px.faqs {
  position: relative;
}

.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-wrapper {
  display: none;
}

.contact-social-media-links-wrapper {
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  flex-wrap: wrap;
}

.contact-social-media-link {
  display: flex;
  overflow: hidden;
  width: 36px;
  max-height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 18px;
  margin-bottom: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-image: linear-gradient(315deg, #434bff, #ff4b81);
  transition-property: transform;
  font-family: 'Icons Dark Template', sans-serif;
  color: #efefe6;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.contact-social-media-link:hover {
  transform: scale(1.2);
  color: #efefe6;
}

.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: flex;
  align-items: center;
  text-decoration: none;
}

.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-form-block {
  max-width: 100%;
  margin-bottom: 0px;
  flex: 1;
}

.card-contact-form {
  display: -ms-grid;
  display: grid;
  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;
  background-image: linear-gradient(90deg, rgba(77, 84, 255, 0.64), rgba(208, 63, 144, 0.64) 64%, rgba(255, 56, 104, 0.64));
  opacity: 0.5;
  filter: blur(20px);
}

.card-faq-content-top {
  display: flex;
  justify-content: space-between;
  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: linear-gradient(90deg, #6f86ff, #b372ce 49%, #ff7586);
  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: flex;
  overflow: hidden;
  justify-content: 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: #efefe6;
}

.card-faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 18px;
  border-radius: 10000000000000px;
  background-color: #efefe6;
}

.block-quote-dark blockquote {
  background-color: #161721;
}

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

.category-title-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.category-title-wrapper.plan-category {
  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 {
  justify-content: space-between;
}

.cart-line-item {
  flex-wrap: wrap;
}

.cart-subtotal {
  color: #efefe6;
  font-size: 22px;
}

.heading-size-h3 {
  margin-bottom: 20px;
  color: #efefe6;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

.sales-body {
  background-color: #191720;
}

.home-pages-cointainer {
  display: flex;
  width: 100%;
  margin-top: 90px;
  flex-direction: column;
  align-items: center;
}

.home-pages-top-wrapper {
  position: static;
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}

.image-home-link-wrapper {
  overflow: hidden;
  max-width: 400px;
  margin-right: 12px;
  margin-left: 12px;
  flex: 0 0 auto;
  border-radius: 28px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  transition: transform 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(0.98, 0.98, 1.01);
}

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

.home-pages-bottom-wrapper {
  position: static;
  top: 50%;
  display: flex;
  justify-content: center;
}

.page-holder-text {
  padding: 40px 30px;
  color: #efefe6;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.figma-file-included-image {
  width: 100%;
  min-width: 652px;
}

.figma-file-included-text {
  padding-right: 65px;
  padding-left: 65px;
}

.figma-file-included-text.wider {
  padding-right: 46px;
}

.figma-file-included-title {
  margin-top: 28px;
  margin-bottom: 6px;
  font-size: 28px;
}

.position-relative {
  position: relative;
}

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

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

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

.grid-2-col {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col.sales-sections {
  margin-top: 88px;
  margin-bottom: 88px;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-col.sales-sections.left-image {
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}

.grid-2-col.sales-cards {
  grid-column-gap: 25px;
}

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

.sales-image-wrapper {
  border-radius: 40px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-right: 56px;
  padding-left: 56px;
}

.cta-square-logo {
  margin-bottom: 22px;
  border-radius: 22px;
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

.cta-square-logo.white {
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7fc;
}

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

.card-sales {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.card-sales.buy-now {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  border-width: 0px;
  border-color: #4a3aff;
  background-color: #4a3aff;
  transition: transform 300ms ease, color 300ms ease;
  text-decoration: none;
}

.card-sales.buy-now:hover {
  transform: scale(0.98);
}

.card-sales.buy-now.white {
  background-color: #fff;
}

.btn-primary {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  background-color: #3324d5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.btn-primary.white {
  background-color: #fff;
  color: #4a3aff;
}

.btn-primary.white:hover {
  background-color: #f2f1ff;
  color: #4a3aff;
}

.btn-primary.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.btn-primary.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

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

.mg-bottom-12px.color-neutral-800 {
  color: #161721;
}

.color-neutral-600 {
  color: #6e7191;
}

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

.footer-middle {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}

.icon-footer {
  margin-right: 20px;
  border-radius: 20px;
}

.footer-v3-col-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-v3-col-left {
  max-width: 320px;
}

.style---line-icons-grid {
  align-items: start;
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 26px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-rounded-icon {
  font-family: 'Line Rounded Icon Font', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.line-rounded-icon.chevron {
  font-size: 10px;
}

.line-rounded-icon._18px {
  font-size: 18px;
}

.line-rounded-icon._14px {
  font-size: 14px;
}

.line-rounded-icon.close-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  transition: transform 300ms ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.line-rounded-icon.close-icon:hover {
  transform: scale3d(0.92, 0.92, 1.01);
}

.line-rounded-icon.arrow-link {
  margin-left: 8px;
}

.line-square-icon {
  font-family: 'Line Square Icon Font', sans-serif;
  font-weight: 400;
}

.line-square-icon._12px {
  font-size: 12px;
}

.line-square-icon._14px {
  font-size: 14px;
}

.filled-icon-font {
  font-family: 'Filled Icon Font', sans-serif;
  font-weight: 400;
}

.notification-banner-wrapper {
  display: flex;
  overflow: hidden;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  background-image: linear-gradient(90deg, #ff4980, #4f56ff);
  color: #efefe6;
  text-align: center;
}

.notification-banner-wrapper.v2 {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: left;
}

.notification-banner-wrapper.v3 {
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}

.link-arrow {
  display: flex;
  font-weight: 700;
  text-decoration: none;
}

.link-arrow:hover {
  color: #efefe6;
}

.mg-left-12px {
  margin-left: 12px;
}

.max-with-400px {
  max-width: 700px;
}

.tablet-max-with-400px {
  max-width: none;
}

.bold-text {
  font-size: 40px;
}

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

.bold-text-2 {
  font-size: 50px;
}

.bold-text-3 {
  font-size: 40px;
}

.heading {
  background-color: #23b6ff;
  background-image: linear-gradient(180deg, #23b6ff, #fff);
  font-size: 40px;
  text-align: left;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2 {
  margin: 7px;
  text-align: center;
}

.facts-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 60px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.paragraph-5.space-after {
  padding-bottom: 11px;
}

.facts-number-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f5f4fa;
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
}

.facts-block-2 {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.02);
}

.facts-block-2.third-vr {
  justify-content: center;
  align-items: flex-start;
  border-color: #d2ddf5;
  background-color: rgba(29, 25, 47, 0.52);
  box-shadow: none;
  font-size: 16px;
  text-align: left;
}

.facts-block-2.third-vr {
  padding: 25px 20px;
  justify-content: center;
  align-items: flex-start;
  border-color: #d2ddf5;
  background-color: rgba(29, 25, 47, 0.52);
  box-shadow: none;
  font-size: 16px;
  text-align: left;
}

.facts-text-2 {
  color: #303a4d;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.facts-text-2.vr3 {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #f5f4fa;
  font-size: 20px;
  font-weight: 700;
}

.facts-text-2.vr3._2nd {
  margin-bottom: 15px;
  flex: 0 auto;
  color: #f5f4fa;
  font-size: 11.6px;
  text-align: left;
  -o-object-fit: fill;
     object-fit: fill;
}

.container-hero-default {
  position: relative;
  z-index: auto;
  max-width: 1246px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.container-hero-default.home-features {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-hero-default.testimonials {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.container-hero-default.values {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-hero-default.width-100 {
  width: 100%;
}

.container-hero-default.space-before {
  margin-bottom: 0px;
  padding-top: 82px;
}

.div-block {
  margin-top: 0px;
  padding-right: 0px;
}

.div-block-2 {
  padding-top: 20px;
  padding-left: 20px;
}

.spacer {
  height: 100px;
}

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

.button-primary-2:hover {
  color: #efefe6;
}

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

.card-2.figma-file-included {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
  background-color: #302c3f;
}

.card-2.page-holder {
  background-color: #302c3f;
  text-decoration: none;
}

.bg-gradient-blur-circle-4 {
  position: absolute;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #20ffaa;
}

.bg-gradient-blur-circle-4.purple-2 {
  background-color: #6e4fe9;
}

.bg-gradient-blur-circle-4.purple-2.big {
  bottom: 0px;
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-4.purple {
  background-color: #23b6ff;
}

.bg-gradient-blur-circle-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #3153fe;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bg-gradient-blur-circle-5.pink {
  background-color: #ff4895;
}

.bg-gradient-blur-circle-5.pink.big {
  width: 87%;
  max-height: 87%;
  min-height: 87%;
  min-width: 87%;
}

.bg-gradient-blur-circle-6 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000000px;
  background-color: #3153fe;
}

.bg-gradient-blur-circle-6.blue-2 {
  background-color: #2d42ff;
}

.bg-gradient-blur-circle-6.blue {
  background-color: #20ffaa;
}

.page-holder-text-2 {
  padding: 40px 30px;
  color: #efefe6;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.logo-link {
  color: #9b9b9b;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}

.text-header {
  margin-top: 0px;
  margin-bottom: 29px;
  color: #333;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
}

.section-2 {
  position: static;
  padding: 60px 20px 0px;
  background-color: #f8faff;
  transition: box-shadow 300ms ease;
}

.section-2.gray {
  background-color: #f8f8ff;
}

.section-2.gray.no-top-padding {
  padding-top: 80px;
  padding-bottom: 25px;
  background-color: #fff;
}

.section-2.gray.no-top-padding.trusted {
  padding-bottom: 71px;
  background-color: #fff;
}

.mb-page-tittle {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logotypes {
  margin-top: 20px;
  margin-bottom: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.html-embed {
  position: absolute;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.html-embed._1st {
  border-radius: 0px;
}

.centered-hero.less-space-after {
  padding-bottom: 0px;
}

.hero-container.space-after {
  margin-bottom: 85px;
}

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

.rounded-lottie {
  overflow: hidden;
  border-radius: 10px;
  background-color: #222;
}

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

.team-item-job-tag-2 {
  padding: 8px 18px;
  border-radius: 1000px;
  background-color: #161721;
  color: #f5f4fa;
  font-size: 14px;
  line-height: 1.286em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.team-item-job-tag-2:hover {
  color: #efefe6;
}

.team-item-wrapper-2 {
  transition-property: transform;
  color: #b7b4c7;
  text-align: center;
  text-decoration: none;
}

.team-item-wrapper-2:hover {
  transform: translate(0px, 6px);
  color: #b7b4c7;
}

.team-item-content-top-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 281px;
  margin-bottom: 26px;
  padding: 65px 25px;
  border-radius: 22px;
  background-color: #302c3f;
}

.button-4 {
  display: flex;
  height: 46px;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border: 3px solid #000;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button-4:hover {
  background-color: #fff;
  color: #000;
}

.button-4.github-left-aligned {
  height: 52px;
  max-width: 220px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: 0px;
  padding-right: 25px;
  justify-content: flex-end;
  border: 1px solid #393739;
  background-color: #393739;
  background-image: url('../images/GitHub.png');
  background-position: 10% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.button-4.github-left-aligned.centre-mobile {
  position: relative;
  width: 220px;
  margin-right: auto;
  box-shadow: 0 0 15px 3px rgba(219, 228, 240, 0.53);
}

.button-4.github-left-aligned.centre-mobile.menu-popdown {
  width: 140px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('../images/gitlab_chip.png'), none;
  background-position: 10% 50%, 10% 50%;
  background-size: 30px, 30px;
  background-repeat: no-repeat, no-repeat;
}

.button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
  display: flex;
  width: 220px;
  max-width: 245px;
  margin-bottom: 18px;
  padding-right: 51px;
  background-color: #5e5b71;
  background-image: url('../images/bitbucket_chip.png');
  background-position: 7% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
  display: flex;
  width: 220px;
  max-width: 245px;
  margin-bottom: 18px;
  padding-right: 51px;
  background-image: url('../images/bitbucket_chip.png');
  background-position: 7% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.button-4.github-left-aligned.centre-mobile.menu-popdown.login-with-gitlab-2 {
  display: flex;
  width: 220px;
  margin-bottom: 43px;
  padding-right: 64px;
  background-image: url('../images/gitlab_chip.png');
  background-position: 10% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.button-4.github-left-aligned.centre-mobile.menu-popdown.login-with-gitlab-2.hide-this {
  display: none;
}

.button-4.github-left-aligned.centre-mobile.install-on-github {
  margin-bottom: 18px;
  padding-right: 64px;
  background-color: #5e5b71;
  box-shadow: none;
}

.button-4.github-left-aligned.centre-mobile.install-on-github {
  margin-bottom: 18px;
  padding-right: 64px;
  background-color: #5e5b71;
}

.get-started-popup {
  position: fixed;
  z-index: 100000000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.73);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.pop-up {
  position: absolute;
  left: 0%;
  top: -30%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 200px;
  margin: auto;
  padding: 37px 50px 10px;
  border-radius: 15px;
  background-color: #1d1a27;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-30 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  justify-content: space-between;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-23 {
  color: #f5f4fa;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.text-block {
  color: #fff;
}

.dropdown-toggle {
  padding: 0px;
}

.drop-grid {
  width: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  background-color: #fff;
}

.drop-list-div {
  width: auto;
  padding: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.drop-list-div.posts-list {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: auto;
  margin-top: 68px;
  padding-right: 34px;
  padding-left: 34px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #1d1a27;
}

.drop-title-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.empty-state-2 {
  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: #efefe6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

.card-post-item-categx {
  color: #efefe6;
  font-weight: 700;
}

.card-post-item-about-content-2 {
  display: flex;
  margin-right: 26px;
  margin-bottom: 15px;
  align-items: center;
  color: #d9d7e6;
  font-size: 16px;
  line-height: 1.125em;
}

.link-underline-main-wrapper-2 {
  display: inline-block;
  margin-top: auto;
  color: #f5f4fa;
  font-weight: 700;
}

.link-underline-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 2px;
  background-color: #302c3f;
}

.space-after-text {
  margin-right: 6px;
}

.card-post-featured-item-content-bottom-2 {
  display: flex;
  align-items: center;
  color: #d9d7e6;
  line-height: 1.111em;
}

.card-post-featured-item-author-name-2 {
  margin-bottom: 7px;
  color: #efefe6;
  line-height: 1.111em;
  font-weight: 700;
}

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

.browser-demo {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 700px;
  height: 450px;
  max-width: 1440px;
  padding-top: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/reduce-noise.png');
  background-position: 50% 50%;
  background-size: cover;
}

.d-77-circle-1 {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(77, 22, 221, 0.2);
}

.d-77-button-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-77-button-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 300%;
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  height: 30px;
  padding-left: 15px;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e2e2e2;
}

.d-77-circle-2 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(77, 22, 221, 0.1);
}

.d-77-play-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background-image: url('../images/632a3cf469701efdb82a1e88_play-icon-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-77-text {
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
  align-self: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.d-77-text.top {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 40px;
  align-self: flex-start;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.d-77-lightbox-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.pricing-spacer {
  margin-bottom: -2vw;
  font-size: 1vw;
}

.price-tab {
  width: 49%;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0.5em 0px;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 200ms ease, color 200ms ease;
  color: rgba(19, 22, 23, 0.7);
  font-size: 0.9em;
  text-align: center;
}

.price-tab:hover {
  color: #1c2d45;
}

.price-tab.w--current {
  width: 48%;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(126deg, #20ffaa, #23b6ff 28%, #3153fe 96%);
  box-shadow: 1px 1px 10px 0 rgba(28, 45, 69, 0.08);
  color: #fff;
}

.detail {
  margin-bottom: 0px;
  color: rgba(19, 22, 23, 0.7);
  font-weight: 400;
}

.payment-terms {
  font-size: 12px;
}

.overflow {
  overflow: visible;
}

.standard-paragraph {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  line-height: 1.7rem;
  letter-spacing: 0px;
}

.standard-paragraph.smaller {
  font-size: 0.95rem;
}

.pricing-menu {
  display: block;
  overflow: hidden;
  width: 13em;
  margin: 2em auto 3.4em;
  padding: 9px;
  border-radius: 50px;
  background-color: #5e5b71;
}

.price {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.1;
}

.pricing-option {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.6em;
}

.discount-container {
  position: absolute;
  left: 0px;
  top: -2em;
  right: 0px;
  bottom: auto;
  display: inline-block;
  width: 115px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 18px;
  border-radius: 12px;
  background-color: #1c2d45;
  color: #fcfbf3;
  font-size: 0.8em;
}

.feature-grid {
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.relative {
  position: relative;
}

.feature-wrap {
  display: flex;
  padding-left: 24px;
  align-items: center;
  background-image: url('../images/icon-start-rating.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.pricing-card-grid {
  position: relative;
  z-index: 2;
  margin-right: -1em;
  margin-left: -1em;
  padding-right: 1em;
  padding-bottom: 6em;
  padding-left: 1em;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-button {
  display: inline-block;
  padding: 1.1em 1.7em;
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  background-color: #055ffb;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), #0075fe);
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.icon-button:hover {
  background-color: #034492;
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-features {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 24px;
}

.button-arrow {
  display: flex;
  width: 20px;
  margin-left: 8px;
  justify-content: center;
  align-items: center;
}

.integrations-block {
  display: flex;
  padding: 2em;
  flex-direction: column;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #f3f4ff;
  outline-color: #f3f4ff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 16px;
  transition: box-shadow 200ms ease-in-out;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.availible-on {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.availible-on.hide {
  display: none;
}

.mini-header {
  margin-bottom: 5px;
}

.mini-header.space-after {
  margin-bottom: 14px;
}

.text-block-4 {
  display: inline-block;
  padding-top: 0px;
  color: #efefe6;
  font-size: 18px;
}

.mini-icon {
  width: 30px;
  margin-top: -7px;
  margin-right: 11px;
  font-size: 18px;
}

.company-block {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 14px;
}

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

.binds-eye {
  padding-top: 89px;
}

.tab-panel {
  min-height: 500px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 24px;
  background-color: #1d1a27;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, 0.31);
}

.tab-text {
  color: #efefe6;
  font-weight: 700;
  text-align: center;
}

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

.heading-24 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.tab-button {
  display: -ms-grid;
  display: grid;
  width: 280px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  opacity: 0.7;
  color: #151c34;
  font-size: 15px;
}

.tab-button.w--current {
  position: relative;
  background-color: transparent;
  opacity: 1;
  color: #151c34;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph-6 {
  max-width: 650px;
  color: #f5f4fa;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.animation-credit {
  display: flex;
  max-width: 500px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.link-arrow-2 {
  display: flex;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
  color: #6a35ff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.load-bar-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: #eceff8;
}

.tab-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #efefe6;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.content-block {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.tab-grid {
  width: 100%;
  height: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plain-text {
  color: #7a7c7f;
}

.tabs-menu {
  display: flex;
  max-width: 1400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.animation-block {
  border-radius: 25px;
}

.arrow {
  color: #20ffaa;
}

.div-block-6 {
  text-align: left;
}

.tabs-content {
  overflow: visible;
  padding-top: 40px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 123px;
  margin-left: auto;
}

.text-block-6 {
  margin-right: 14px;
  color: #20ffaa;
}

.load-bar {
  width: 0%;
  height: 5px;
  border-radius: 500px;
  background-color: #7839f3;
}

.avatar {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 100px;
  box-shadow: 21px 21px 80px 0 rgba(21, 28, 52, 0.37);
}

.text-block-7 {
  color: #efefe6;
}

.text-block-8 {
  color: #fff;
}

.tabs {
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.sub-heading {
  color: #f5f4fa;
  font-weight: 700;
}

.tab-dropdown {
  display: none;
}

.paragraph-8 {
  max-width: 800px;
}

.image-4 {
  position: relative;
  z-index: 10;
  width: 550px;
}

.image-5 {
  position: relative;
  z-index: 2;
  width: 600px;
}

.image-6 {
  position: relative;
  z-index: 2;
  width: 550px;
}

.image-7 {
  position: relative;
  z-index: 2;
  width: 300px;
}

.image-8 {
  position: relative;
  z-index: 2;
}

.link {
  text-decoration: none;
}

.form-block {
  position: relative;
}

.form {
  width: 450px;
}

.submit-button {
  border-radius: 5px;
}

.submit-button-2 {
  border-radius: 5px;
}

.text-field {
  border-radius: 5px;
  background-color: #f5f4fa;
}

.button-primary-gradient-2 {
  display: inline-block;
  padding: 2px;
  border-radius: 10000px;
  background-image: linear-gradient(90deg, #6f86ff, #b372ce 49%, #ff7586);
  box-shadow: 0 3px 7px 0 rgba(19, 17, 26, 0.14);
  transform: scale3d(1, 1, 1.01);
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

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

.button-primary-gradient-2._2-buttons {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 78%, #23b6ff);
}

.button-primary-gradient-2.header-button {
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 49%, #23b6ff);
}

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

.button-primary-gradient-2.blog-newsletter {
  position: absolute;
  right: 18px;
}

.button-primary-gradient-2.full-width {
  display: flex;
  flex-direction: column;
}

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

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

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

.button-primary-gradient-2.add-cart {
  display: flex;
  flex-direction: column;
}

.button-primary-gradient-2._2-buttons {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 78%, #23b6ff);
}

.button-primary-gradient-2._2-buttons.teams {
  margin-top: 19px;
  margin-right: 0px;
}

.button-primary-gradient-2._2-buttons-restored {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

.button-primary-gradient-2._2-buttons-restored-copy {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

.button-primary-gradient-2._2-buttons-restored-copy-2 {
  margin-right: 28px;
  margin-bottom: 15px;
  background-image: linear-gradient(90deg, #20ffaa, #3153fe 72%, #23b6ff);
}

.textarea {
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-3 {
  border-radius: 5px;
}

.text-field-4 {
  border-radius: 5px;
}

.field-label {
  margin-left: 0px;
}

.heading-25 {
  margin-bottom: 10px;
  background-color: #23b6ff;
  background-image: linear-gradient(180deg, #23b6ff, #fff);
  text-align: center;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-26 {
  margin-bottom: 30px;
  font-size: 27px;
  text-align: center;
}

.heading-27 {
  padding-left: 20px;
  font-size: 24px;
  text-align: center;
}

.heading-28 {
  padding-left: 20px;
  font-size: 24px;
  text-align: center;
}

.list-item {
  margin-left: 0px;
}

.columns {
  display: flex;
  margin-right: 26px;
  padding-left: 25px;
  flex-direction: row;
}

.column {
  padding-left: 0px;
}

.container-3 {
  margin-bottom: 0px;
  padding-top: 20px;
}

.heading-29 {
  color: #d9d7e6;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.heading-30 {
  color: #d9d7e6;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.list {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  list-style-type: none;
}

.list-2 {
  padding-left: 0px;
  font-size: 16px;
  list-style-type: none;
}

.list-item-3-7 {
  margin-top: auto;
  margin-bottom: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  background-image: url('../images/icon-1-check-dark-template.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 16px;
}

.list-item-4-2 {
  margin-top: auto;
  padding-left: 45px;
  background-image: url('../images/icon-1-check-dark-template.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
}

.column-2 {
  display: flex;
}

.column-3 {
  padding-left: 30px;
}

.column-4 {
  padding-right: 30px;
}

.columns-2 {
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
}

.list-item-3-8 {
  margin-top: 7px;
  margin-bottom: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  background-image: url('../images/icon-1-check-dark-template.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 16px;
}

.list-item-3-9 {
  margin-top: 13px;
  margin-bottom: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  background-image: url('../images/icon-1-check-dark-template.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 16px;
}

.list-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item-2 {
  padding-left: 40px;
  background-image: url('../images/icon-2-check-dark-template.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-item-3 {
  padding-left: 40px;
  background-image: url('../images/icon-2-check-dark-template.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.bold-text-5 {
  font-size: 24px;
}

.facts-grid-2 {
  position: relative;
  left: auto;
  right: auto;
  z-index: 2;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 220px;
  padding-left: 220px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  margin-top: 100px;
}

.facts-grid-3 {
  position: relative;
  left: auto;
  right: auto;
  z-index: 2;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 220px;
  padding-left: 240px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-32 {
  font-size: 24px;
}

.grid-4 {
  max-width: 1080px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
      grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 0px 0.5fr 0px 1fr 0px 0.5fr 0px 1fr 0px 0.5fr 0px 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: auto;
  color: #efefe6;
  text-align: center;
}

.div-block-33 {
  margin-right: auto;
  margin-left: auto;
}

.heading-100 {
  margin: 25px auto auto;
  padding-top: 0px;
  background-image: linear-gradient(180deg, #23b6ff, #fff);
  font-size: 80px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-grid-row-align: auto;
      align-self: auto;
  color: #efefe6;
  text-align: center;
}

.div-block-34 {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 0px;
}

.section-4 {
  margin-top: 90px;
}

@media screen and (min-width: 1920px) {
  .container-default.home-hero.trusted-by {
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-styleguide {
    padding-top: 224px;
  }

  .section {
    margin-bottom: 80px;
    padding: 20px 20px 0px;
  }

  .section.utility-page {
    padding-top: 224px;
    padding-bottom: 125px;
  }

  .section.home-hero {
    padding-top: 224px;
    padding-bottom: 207px;
  }

  .section.home-features {
    padding-bottom: 260px;
  }

  .section.home-features.supported-lang {
    display: none;
  }

  .section.home-features.space-before {
    padding-top: 83px;
  }

  .section.home-perks {
    padding-bottom: 255px;
  }

  .section.home-perks.less-space-below {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  .section.cta-last {
    padding-bottom: 217px;
  }

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

  .section.testimonials {
    margin-bottom: 80px;
    padding-bottom: 0px;
  }

  .section.home-blog {
    margin-bottom: 80px;
    padding-bottom: 0px;
  }

  .section.about-hero {
    padding-top: 224px;
    padding-bottom: 180px;
  }

  .section.story {
    padding-bottom: 180px;
  }

  .section.values {
    padding-bottom: 291px;
  }

  .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: 180px;
  }

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

  .section.integration-category {
    padding-top: 224px;
  }

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

  .utility-page-wrap {
    padding-top: 210px;
    padding-bottom: 185px;
  }

  .utility-page-wrap._401 {
    padding-top: 224px;
    padding-bottom: 137px;
  }

  .paragraph.home-perks {
    text-align: center;
  }

  .title.home-perks {
    text-align: center;
  }

  .image.card-feature-featured.v2 {
    text-align: left;
  }

  ._2-buttons-wrapper {
    justify-content: center;
  }

  .home-hero-companies-wrapper {
    max-width: 2000px;
  }

  .home-perks-content-top-content.centered {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-feature-featured-content.less-margin {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .figma-file-included-title {
    margin-bottom: 8px;
  }

  .container-hero-default {
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .container-hero-default.space-before {
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .section-2.gray.no-top-padding.trusted {
    background-color: transparent;
  }

  .centered-hero {
    padding-bottom: 69px;
  }

  .hero-container {
    margin-bottom: 0px;
  }

  .tabs-menu {
    margin-top: 0px;
  }

  .tabs {
    margin-top: 0px;
    padding-top: 0px;
  }

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

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

  .columns {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    direction: ltr;
  }

  .container-3 {
    margin-top: 120px;
    padding-top: 0px;
  }

  .list-2 {
    margin-top: 34px;
    padding-bottom: 0px;
  }

  .list-item-3-7 {
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .div-block-32 {
    position: static;
    display: flex;
    float: none;
    text-align: left;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
  }

  .columns-2 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .list-item-3-8 {
    margin-top: -13px;
    margin-bottom: 0px;
  }

  .list-item-3-9 {
    margin-top: -14px;
    margin-bottom: 22px;
  }

  .facts-grid-2 {
    padding-right: 260px;
    padding-left: 260px;
  }

  .section-3 {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .facts-grid-3 {
    padding-right: 280px;
    padding-left: 280px;
    grid-auto-flow: column;
  }

  .grid-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-100 {
    margin-top: 20px;
  }

  .section-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-5 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    overflow: hidden;
    margin-bottom: 10px;
  }

  blockquote {
    padding: 61px 100px 66px;
  }

  .flex.center.footer-middle-right {
    margin-bottom: 32px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    overflow: visible;
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.home-hero {
    padding-top: 81px;
  }

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

  .paragraph-large.sales-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-secondary.small.buy-now {
    max-width: 50%;
    margin-top: 0px;
    margin-left: 16px;
    flex: 1;
  }

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

  .button-secondary._2-buttons.home-page {
    margin-bottom: 38px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header.no-absolute {
    position: relative;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-wrapper {
    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: flex;
  }

  .nav-link {
    font-size: 25px;
  }

  .nav-link.sign-in {
    font-size: 18px;
  }

  .nav-link.sign-in.mobile {
    font-size: 25px;
  }

  .menu-button {
    display: flex;
    overflow: hidden;
    width: 53px;
    max-height: 53px;
    min-height: 53px;
    min-width: 53px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border-radius: 1000000px;
    background-color: rgba(255, 255, 255, 0.1);
    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: #1d1a27;
  }

  .nav-menu.v2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 48px;
  }

  .display-1 {
    font-size: 65px;
  }

  .display-1.home-hero {
    max-width: 803px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-top: 92px;
  }

  .footer-logo-container.v3 {
    margin-bottom: 14px;
  }

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

  .section.utility-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 133px;
  }

  .section.home-features {
    padding-bottom: 166px;
  }

  .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: 115px;
  }

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

  .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.home-perks {
    text-align: left;
  }

  .paragraph.footer-newsletter {
    max-width: 432px;
  }

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

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

  .card.home-feature.vertical-image {
    align-items: flex-start;
  }

  .card.cta {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 65px 0px;
    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 {
    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;
    background-color: #1d1a27;
    background-image: none;
  }

  .card.author {
    margin-top: 48px;
    padding: 53px 49px;
  }

  .card.feature-featured {
    flex-direction: column-reverse;
  }

  .card.feature-featured.v2 {
    flex-direction: column;
  }

  .card.feature {
    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;
    flex-direction: column;
  }

  .card.career {
    padding-right: 100px;
    padding-left: 100px;
  }

  .card.apply-job {
    padding-right: 100px;
    padding-left: 100px;
  }

  .card.integration {
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
    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.figma-file-included {
    flex-direction: column;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.home-perks {
    max-width: 490px;
    text-align: left;
  }

  .title.h4-size.home-perk.thin-text {
    margin-top: 0px;
  }

  .title.h4-size.home-perk.thin-text.right-side {
    margin-top: 13px;
  }

  .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.contact {
    margin-bottom: 10px;
  }

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

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

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

  .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.home-steps-left {
    position: static;
    max-width: 566px;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .split-content.home-steps-left.fixed {
    padding-top: 80px;
  }

  .split-content.home-steps-right {
    min-width: auto;
  }

  .split-content.story-left {
    max-width: 720px;
    margin: 0px auto 100px;
  }

  .split-content.story-right {
    display: flex;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    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.home-hero-1 {
    border-radius: 20px;
  }

  .image.home-hero-2 {
    border-radius: 20px;
  }

  .image.home-hero-3 {
    border-radius: 20px;
  }

  .image.home-hero-company {
    margin-bottom: 25px;
  }

  .image.home-hero-company.code-logos {
    width: 60px;
  }

  .image.card-value-icon {
    margin-bottom: 25px;
  }

  .image.card-feature-icon {
    margin-right: 40px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .image.card-careers-perk-icon {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image.integrations-hero {
    margin-top: -50px;
    margin-bottom: -73px;
  }

  .cart-button.hidden-on-desktop {
    display: flex;
  }

  .cart-button.hidden-on-desktop.mg-left-40px-tablet {
    margin-right: 40px;
  }

  .cart-button.hidden-on-tablet {
    display: none;
  }

  .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%;
    flex: 1;
  }

  .button-primary-gradient._2-buttons {
    margin-bottom: 33px;
    margin-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    order: 1;
  }

  .button-primary-gradient._2-buttons-restored {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .button-primary-gradient._2-buttons-restored-copy {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .button-primary-gradient._2-buttons-restored-copy {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .container-medium-940px.home-hero {
    margin-bottom: 65px;
  }

  .container-medium-940px.home-hero-copy {
    margin-bottom: 65px;
  }

  ._2-buttons-wrapper {
    justify-content: center;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .home-hero-images-wrapper {
    margin-bottom: 82px;
  }

  .flex-vc.careers-perks {
    margin-top: 50px;
  }

  .home-steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content-top.team-articles {
    flex-wrap: wrap;
  }

  .content-top.more-jobs {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-top.integrations {
    flex-direction: column;
  }

  .content-top.more-integrations {
    flex-direction: column;
  }

  .content-top.integration-category {
    flex-direction: column;
  }

  .content-top.blog-category {
    flex-direction: column;
  }

  .home-hero-companies {
    max-width: 576px;
    margin-bottom: -25px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-hero-companies-wrapper {
    display: flex;
    justify-content: center;
  }

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

  .home-features-grid.sales-page {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-features-grid.sales-page._2-col-tablet {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 144px;
    flex-direction: column;
  }

  .home-perks-content-bottom-wrapper {
    flex-direction: column;
  }

  .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 {
    justify-content: center;
    text-align: center;
  }

  .card-testimonial-about.careers-testimonials {
    margin-right: 0px;
  }

  .card-testimonial-wrapper {
    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;
    flex-direction: column;
  }

  .footer-content.v3 {
    text-align: center;
  }

  .footer-menu-main-content {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .footer-newsletter-content {
    max-width: 720px;
  }

  .footer-newsletter-content.v2 {
    margin-bottom: 42px;
  }

  .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 {
    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 {
    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;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-nav-content {
    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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icon-wrapper {
    display: flex;
    width: 20px;
    min-height: 15px;
    flex-direction: column;
    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 {
    justify-content: center;
  }

  .post-featured-item {
    overflow: hidden;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }

  .post-featured-item-wrapper {
    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;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .card-feature-featured-content {
    max-width: 100%;
    padding: 40px 66px 56px;
  }

  .card-feature-content {
    max-width: 412px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .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 {
    flex-direction: column;
  }

  .integrations-hero-wrapper {
    flex-direction: column;
    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 {
    flex-direction: column;
    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;
    flex-direction: column;
    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: 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 {
    flex-direction: column;
  }

  .plan-content-top-title-wrapper {
    max-width: 518px;
  }

  .card-get-plan-content-top {
    max-width: 380px;
  }

  .add-cart-buttons-wrapper {
    flex-direction: row;
  }

  .contact-categories-grid {
    grid-column-gap: 20px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

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

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .page-holder-text {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }

  .figma-file-included-image {
    min-width: auto;
  }

  .figma-file-included-text {
    padding-top: 65px;
    padding-bottom: 65px;
    order: 1;
  }

  .container-medium-790px {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-2-col.sales-sections {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-col.sales-sections.left-image {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-pages-wrapper {
    padding-right: 29px;
    padding-left: 29px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-middle {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-col-middle {
    order: -1;
  }

  .footer-v3-col-left {
    max-width: 100%;
    margin-bottom: 26px;
  }

  .line-rounded-icon.close-icon {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .notification-banner-wrapper.v2 {
    height: auto;
  }

  .notification-banner-wrapper.v3 {
    text-align: left;
  }

  .notification-banner-wrapper.v1 {
    text-align: left;
  }

  .max-with-400px {
    max-width: 350px;
  }

  .tablet-max-with-400px {
    max-width: 390px;
    margin-right: 16px;
  }

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

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

  .container-hero-default {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .container-hero-default.blog-post {
    margin-bottom: 69px;
  }

  .container-hero-default.space-before {
    padding-top: 12px;
  }

  .div-block {
    padding-right: 0px;
  }

  .div-block-2 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .button-primary-2 {
    position: relative;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-2.figma-file-included {
    flex-direction: column;
  }

  .page-holder-text-2 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
  }

  .section-2 {
    padding-bottom: 100px;
  }

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

  .logotypes.partners {
    width: 300px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .html-embed._1st {
    position: relative;
    left: auto;
    right: auto;
    clear: both;
  }

  .centered-hero {
    padding-bottom: 0px;
  }

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

  .lottie-animation {
    border-radius: 0px;
  }

  .rounded-lottie {
    overflow: hidden;
    padding-bottom: 0px;
    border-radius: 8px;
    background-color: #2b2b2b;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-item-wrapper-2 {
    max-width: 281px;
    margin-right: auto;
    margin-left: auto;
  }

  .drop-grid {
    width: 100%;
  }

  .lottie-animation-2 {
    padding-top: 74px;
  }

  .image-3 {
    height: 60px;
  }

  .container-default-2 {
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
  }

  .browser-demo {
    width: 500px;
    height: 400px;
    margin-bottom: 40px;
    padding-top: 20px;
    flex-direction: column;
  }

  .price-tab {
    width: 49%;
  }

  .price-tab.w--current {
    width: 48%;
  }

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

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

  .availible-on.hide {
    display: none;
  }

  .availible-on.space-after {
    margin-bottom: 41px;
  }

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

  .lottie-animation-3 {
    display: none;
    height: 400px;
  }

  .tab-text {
    font-size: 18px;
    text-align: left;
  }

  .tab-button {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 42px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #1d1a27;
    opacity: 1;
  }

  .tab-button:hover {
    background-color: #5e5b71;
  }

  .tab-button.w--current {
    background-color: #302c3f;
  }

  .tab-image {
    display: none;
  }

  .load-bar-base {
    display: none;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .tabs-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: none;
    overflow: hidden;
    margin-top: 7px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 10px;
    box-shadow: -8px 8px 20px 0 #1d1a27, 6px 6px 20px 0 #1d1a27;
    outline-color: rgba(183, 180, 199, 0.23);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 2px;
  }

  .tabs-content {
    padding-top: 13px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tab-dropdown {
    position: relative;
    z-index: 100;
    display: block;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 40px;
    padding-left: 50px;
    border-radius: 10px;
    background-color: #5e5b71;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .tab-dropdown:hover {
    background-color: #88849c;
  }

  .text-block-9 {
    background-color: rgba(120, 206, 195, 0);
    color: #fff;
    font-weight: 700;
  }

  .div-block-31 {
    color: #fff;
    font-weight: 700;
  }

  .image-9 {
    display: inline-block;
  }

  .button-primary-gradient-2.header-button {
    margin-right: 27px;
  }

  .button-primary-gradient-2.header-button.mobile-button {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient-2.add-cart {
    max-width: 50%;
    flex: 1;
  }

  .button-primary-gradient-2._2-buttons {
    margin-bottom: 33px;
    margin-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    order: 1;
  }

  .button-primary-gradient-2._2-buttons-restored {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .button-primary-gradient-2._2-buttons-restored-copy {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .button-primary-gradient-2._2-buttons-restored-copy-2 {
    margin-right: 28px;
    margin-bottom: 15px;
    background-image: linear-gradient(90deg, #20ffaa, #3153fe 69%, #23b6ff);
  }

  .facts-grid-2 {
    padding-right: 40px;
    padding-left: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .facts-grid-3 {
    padding-right: 40px;
    padding-left: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

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

  .flex.center.center-horizontal.notification-bar {
    flex-direction: column;
    align-items: center;
  }

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

  .paragraph-large.sales-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-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: 92px;
  }

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

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

  .card.changelog {
    padding: 50px 35px;
  }

  .card.home-feature {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .card.cta {
    padding: 0px 35px;
  }

  .card.home-step {
    flex-direction: column-reverse;
  }

  .card.testimonial {
    max-width: 80%;
    padding: 53px 35px;
  }

  .card.about-hero-achievement {
    padding: 42px 30px;
    justify-content: flex-start;
  }

  .card.value {
    padding: 35px 35px 49px;
  }

  .card.about-office {
    padding: 33px 35px;
    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;
    flex-direction: column;
    text-align: center;
  }

  .card.feature {
    display: flex;
    padding: 40px 35px;
    flex-direction: column;
  }

  .card.team-page-careers {
    margin-top: 70px;
    padding: 45px 35px;
    flex-direction: column;
    text-align: center;
  }

  .card.careers-perk {
    padding: 40px 35px;
    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;
    flex-direction: column;
    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;
  }

  .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.home-perk.thin-text.right-side {
    margin-top: 0px;
  }

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

  .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;
    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 {
    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.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.home-hero-company.code-logos {
    width: 50px;
  }

  .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;
    align-self: flex-start;
  }

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

  .cart-button.hidden-on-desktop.mg-left-40px-tablet {
    margin-right: 27px;
  }

  .button-primary-gradient._2-buttons {
    display: flex;
    margin-right: 15px;
    justify-content: flex-start;
  }

  .button-primary-gradient.header-button {
    display: none;
  }

  .button-primary-gradient._2-buttons {
    display: inline-block;
    margin-right: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 54px;
  }

  .container-medium-940px.home-hero-copy {
    margin-bottom: 54px;
  }

  .text-color-accent {
    background-image: none;
    transform: translate(0px, 0px);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  ._2-buttons-wrapper {
    margin-right: -10px;
    flex-direction: column;
    justify-content: center;
  }

  ._2-buttons-wrapper.integrations-hero {
    justify-content: center;
  }

  ._2-buttons-wrapper.left {
    display: block;
    align-items: 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;
    flex-wrap: wrap;
  }

  .content-top.blog {
    margin-bottom: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .content-top.blog-post-articles {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .content-top.card-author {
    margin-bottom: 23px;
    flex-direction: column;
  }

  .content-top.team-articles {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .content-top.more-jobs {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }

  .content-top.integrations {
    margin-bottom: 20px;
    align-items: stretch;
  }

  .content-top.more-integrations {
    margin-bottom: 40px;
  }

  .content-top.integration-category {
    align-items: stretch;
  }

  .content-top.blog-category {
    align-items: stretch;
  }

  .home-hero-companies {
    max-width: 452px;
    margin-right: -20px;
  }

  .home-features-grid {
    width: 100%;
    max-width: 603px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-features-grid.sales-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-features-grid.sales-page._2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-features-grid.sales-page._2-col-tablet {
    -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-content-top-content.centered {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-perks-grid {
    max-width: 490px;
    grid-row-gap: 35px;
  }

  .home-perk-wrapper {
    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 {
    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-content.v2 {
    margin-bottom: 26px;
  }

  .footer-menu-main-content {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .footer-menu-main-content.v2 {
    margin-bottom: 10px;
  }

  .footer-content-bottom {
    margin-bottom: 0px;
    padding-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content-bottom.center {
    text-align: center;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
  }

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

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

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

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
    margin-right: 9px;
    margin-left: 9px;
    border-radius: 16px;
  }

  .figma-file-included-text {
    padding: 45px 28px 48px;
  }

  .grid-2-col.sales-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sales-image-wrapper {
    border-radius: 26px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .tablet-max-with-400px {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }

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

  .container-hero-default.blog-post {
    margin-bottom: 55px;
  }

  .button-primary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .section-2 {
    overflow: visible;
  }

  .logotypes {
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .html-embed._1st {
    position: relative;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-item-content-top-2 {
    margin-bottom: 22px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .button-4.github-left-aligned {
    margin-right: auto;
  }

  .button-4.github-left-aligned.centre-mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
    margin-right: auto;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
    margin-right: auto;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.login-with-gitlab-2 {
    margin-right: auto;
  }

  .div-block-30 {
    width: auto;
    justify-items: center;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

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

  .lottie-animation-2 {
    padding-top: 75px;
  }

  .button-secondary-2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-post-item-about-content-2 {
    margin-right: 22px;
  }

  .browser-demo {
    width: 400px;
  }

  .price-tab.w--current {
    width: 48%;
  }

  .pricing-menu {
    margin-top: 1em;
  }

  .feature-wrap {
    font-size: 0.8rem;
  }

  .pricing-card-grid {
    margin-top: 2em;
  }

  .icon-button {
    padding: 12px 30px;
    font-size: 14px;
  }

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

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tabs-menu {
    display: none;
    flex-wrap: wrap;
  }

  .tab-dropdown {
    display: block;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #5e5b71;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  .tab-dropdown:hover {
    background-color: #88849c;
  }

  .button-primary-gradient-2._2-buttons {
    display: flex;
    margin-right: 15px;
    justify-content: flex-start;
  }

  .button-primary-gradient-2.header-button {
    display: none;
  }

  .button-primary-gradient-2._2-buttons {
    display: inline-block;
    margin-right: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-27 {
    padding-top: 10px;
  }

  .heading-28 {
    padding-top: 10px;
  }

  .container-3 {
    padding-right: 17px;
    padding-left: 20px;
  }

  .grid-4 {
    display: inline-block;
  }

  .paragraph-11 {
    margin-top: 0px;
  }

  .heading-100 {
    margin-top: 0px;
    text-align: center;
  }

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

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

  .flex.center.footer-middle-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex.center.space-between.notification-bar {
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 44px;
  }

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

  .paragraph-large.sales-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;
    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;
    margin-right: 0px;
  }

  .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: 130px;
  }

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

  .display-1 {
    font-size: 38px;
    line-height: 1.2em;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .section.utility-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .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: 74px;
  }

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

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

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

  .input.blog-newsletter::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-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 40px;
  }

  .card.cta {
    padding: 0px 25px;
  }

  .card.testimonial {
    padding: 44px 25px;
  }

  .card.about-hero-achievement {
    padding: 35px 25px;
  }

  .card.value {
    padding: 29px 25px 41px;
  }

  .card.about-office {
    padding: 28px 25px;
    justify-content: flex-start;
    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;
    align-items: stretch;
  }

  .card.careers-perk {
    padding: 33px 25px;
    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;
  }

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

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

  .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 {
    flex-direction: column;
    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 {
    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.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.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: 0px;
  }

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

  .button-primary-gradient.blog-newsletter {
    position: static;
    display: flex;
    flex-direction: column;
  }

  .button-primary-gradient.add-cart {
    max-width: 100%;
  }

  .button-primary-gradient.contact-form {
    display: flex;
    flex-direction: column;
  }

  .button-primary-gradient._2-buttons {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient._2-buttons-restored {
    margin-right: 0px;
  }

  .button-primary-gradient._2-buttons-restored-copy {
    margin-right: 0px;
  }

  .button-primary-gradient._2-buttons-restored-copy {
    margin-right: 0px;
  }

  .container-medium-940px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-940px.home-hero {
    margin-bottom: 45px;
  }

  .container-medium-940px.home-hero-copy {
    margin-bottom: 45px;
  }

  .text-color-accent {
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  ._2-buttons-wrapper {
    margin-right: 0px;
    flex-direction: column;
    align-items: 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 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .content-top.blog-post-articles {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .content-top.card-author {
    margin-bottom: 20px;
  }

  .content-top.team-articles {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .content-top.more-jobs {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .content-top.more-integrations {
    align-items: stretch;
  }

  .home-hero-companies {
    margin-bottom: -20px;
  }

  .home-perks-content-top-wrapper {
    margin-bottom: 92px;
  }

  .home-perks-content-top-content {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    grid-row-gap: 30px;
  }

  .home-perks-content-bottom-content {
    margin-bottom: 40px;
  }

  .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: 56px;
  }

  .footer-menu-main-content {
    margin-bottom: 20px;
  }

  .footer-small-print {
    font-size: 15px;
  }

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

  .footer-newsletter-form-block.v2 {
    min-width: auto;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .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 {
    flex-direction: column;
    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;
    align-items: stretch;
  }

  .container-medium-713px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-713px.blog-hero {
    margin-bottom: 44px;
  }

  .blog-newsletter-form {
    flex-direction: column;
    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;
    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;
  }

  .careers-hero-images-wrapper {
    padding-bottom: 48px;
  }

  .card-career-item-about-wrapper {
    margin-bottom: 5px;
    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;
    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 {
    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 {
    flex-wrap: wrap;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .container-medium-790px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-840px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-home-pages-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-middle {
    align-items: stretch;
  }

  .icon-footer {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .notification-banner-wrapper.v2 {
    text-align: center;
  }

  .notification-banner-wrapper.v1 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-with-400px {
    max-width: 280px;
  }

  .max-with-400px.mg-bottom-ml-24px {
    padding-bottom: 24px;
  }

  .max-with-400px.banner-v2 {
    max-width: 380px;
    margin-bottom: 18px;
  }

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

  .container-hero-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-hero-default.blog-post {
    margin-bottom: 44px;
  }

  .button-primary-2 {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .card-2 {
    border-radius: 20px;
  }

  .logo-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-header {
    font-size: 28px;
    line-height: 38px;
  }

  .section-2 {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.gray.no-top-padding.trusted {
    height: 100%;
    margin-bottom: 13px;
  }

  .logotypes {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .html-embed._1st {
    margin-top: 0px;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-item-job-tag-2 {
    display: block;
    font-size: 12px;
  }

  .team-item-content-top-2 {
    margin-bottom: 18px;
  }

  .button-4 {
    font-size: 14px;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
    margin-right: auto;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.install-on-bitbucket {
    margin-right: auto;
  }

  .button-4.github-left-aligned.centre-mobile.menu-popdown.login-with-gitlab-2 {
    margin-right: auto;
  }

  .div-block-30 {
    display: none;
  }

  .drop-grid {
    display: block;
  }

  .button-secondary-2 {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-default-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-post-item-about-content-2 {
    margin-right: 20px;
  }

  .card-post-featured-item-author-name-2 {
    margin-bottom: 4px;
  }

  .browser-demo {
    width: 90%;
  }

  .pricing-menu {
    display: flex;
    width: 12em;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .icon-button {
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .integrations-block {
    font-size: 14px;
  }

  .lottie-animation-3 {
    height: 300px;
  }

  .tab-panel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-menu {
    display: none;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .tab-pane-tab-2 {
    margin-left: 16px;
  }

  .tab-dropdown {
    padding-top: 13px;
    padding-left: 15px;
    background-position: 94% 50%;
    font-size: 16px;
  }

  .paragraph-7 {
    margin-bottom: -17px;
  }

  .button-primary-gradient-2 {
    display: block;
  }

  .button-primary-gradient-2._2-buttons {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient-2.footer-newsletter {
    display: flex;
  }

  .button-primary-gradient-2.blog-newsletter {
    position: static;
    display: flex;
    flex-direction: column;
  }

  .button-primary-gradient-2.add-cart {
    max-width: 100%;
  }

  .button-primary-gradient-2.contact-form {
    display: flex;
    flex-direction: column;
  }

  .button-primary-gradient-2._2-buttons {
    display: block;
    margin-right: 0px;
  }

  .button-primary-gradient-2._2-buttons-restored {
    margin-right: 0px;
  }

  .button-primary-gradient-2._2-buttons-restored-copy {
    margin-right: 0px;
  }

  .button-primary-gradient-2._2-buttons-restored-copy-2 {
    margin-right: 0px;
  }

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

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

  .grid-4 {
    display: inline-block;
    justify-content: start;
    align-content: stretch;
    grid-auto-columns: 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto auto auto auto auto auto;
    grid-template-rows: 1fr auto auto auto auto auto auto auto;
  }

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

#connect-with-github.w-node-_1d90d845-0931-89b7-2910-623dd1b5e4fe-b0062b15 {
  -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;
}

#connect-with-bitbucket.w-node-_1d90d845-0931-89b7-2910-623dd1b5e500-b0062b15 {
  -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-a7aecf2d-95cb-61a7-7156-8a3f751897bf-b0062b15 {
  -ms-grid-column: span 4;
      grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-fcc427cb-7a9e-c988-59b0-dd8b419ba9cf-b0062b15 {
  -ms-grid-column: span 4;
      grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-ea766884-faad-8df9-2308-5004045dd40d-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ea766884-faad-8df9-2308-5004045dd41f-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ea766884-faad-8df9-2308-5004045dd419-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ea766884-faad-8df9-2308-5004045dd429-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ea766884-faad-8df9-2308-5004045dd425-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ea766884-faad-8df9-2308-5004045dd413-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-afb2d48a-af38-35fa-ece6-80f0ab1d9edb-b0062b15 {
  -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-afb2d48a-af38-35fa-ece6-80f0ab1d9ee2-b0062b15 {
  -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-afb2d48a-af38-35fa-ece6-80f0ab1d9ee6-b0062b15 {
  -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-afb2d48a-af38-35fa-ece6-80f0ab1d9ee9-b0062b15 {
  -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-afb2d48a-af38-35fa-ece6-80f0ab1d9eed-b0062b15 {
  -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-_0d32ce3f-ae85-86f5-2263-24a3c4d8fe2e-b0062b15 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4dd6c64d-e443-5c52-44e9-d4039286b3f5-b0062b15 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93c9-b0062b15 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

#w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93d8-b0062b15 {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

#w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93e6-b0062b15 {
  -ms-grid-column-span: 3;
  grid-column-end: 10;
  -ms-grid-column: 7;
      grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

#w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93f4-b0062b15 {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
      grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

#w-node-_4218045a-ff58-1ead-ca3a-c3fcdfaa94eb-b0062b15 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-e5368ee5-3048-ea11-9e70-0eafdf0606e5-ed8dffe9 {
  -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-a3e6166f-e0ec-7480-2b81-f09c407471cb-407471cb {
  -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;
}

#connect-with-github.w-node-c9b63f5b-9186-9439-9ead-f1af83cc98ea-2f062b2f {
  -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;
}

#connect-with-bitbucket.w-node-c9b63f5b-9186-9439-9ead-f1af83cc98ec-2f062b2f {
  -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-_94712b99-f11b-c4d7-27c1-d7591298e0c7-2f062b2f {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fd7a6eff-e2d9-72f6-6ef9-85a0d031f5b5-2f062b2f {
  -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-ebc53a13-19c2-73ea-c68f-84f58f6f30ad-2f062b2f {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ebc53a13-19c2-73ea-c68f-84f58f6f30c1-2f062b2f {
  -ms-grid-column-align: auto;
      justify-self: auto;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-ebc53a13-19c2-73ea-c68f-84f58f6f30c9-2f062b2f {
  -ms-grid-column-align: auto;
      justify-self: auto;
}

#w-node-fae93fbf-66be-31c5-60d3-b2ae0561c844-2f062b2f {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-72062b35 {
  -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-72062b35 {
  -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;
}

#connect-with-github.w-node-_0b1f6243-4852-32aa-492c-c68b9c973db3-ff062b37 {
  -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;
}

#connect-with-bitbucket.w-node-_0b1f6243-4852-32aa-492c-c68b9c973db5-ff062b37 {
  -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-b7062b79 {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-b7062b79 {
  -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-b7062b79 {
  -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-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-19062b7a {
  -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-19062b7a {
  -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-19062b7a {
  -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-_7620c1ce-c3ec-963b-ae4d-44b60b4a0c21-53062ba8 {
  -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-_306bcc3f-0942-ebd8-f159-4419aa39909b-53062ba8 {
  -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-a59c3373-ce5c-28e0-3b8e-ae8fd80a066e-53062ba8 {
  -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-e02c438d-2036-e01d-f2ea-28b60dec4d5a-53062ba8 {
  -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-e8e7405e-4186-9e01-0c43-306b83f46534-53062ba8 {
  -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-_4644f5cd-636e-f52e-c400-4ce87f379eec-53062ba8 {
  -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-_3361a33e-ab0d-ed32-33cf-b27a3dd143b5-53062ba8 {
  -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-_725e8666-a6c8-505e-71cb-6abcfe96be6b-53062ba8 {
  -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-_4c6576f6-2c13-de0f-c06e-913a4770db6f-53062ba8 {
  -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-b6865139-d235-aea9-f44c-d430e19382ea-53062ba8 {
  -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-f331701f-60d7-4b47-6d0f-e8d64e3fcf98-53062ba8 {
  -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-e33bc6d3-c8bd-5549-6a1d-db16247c9770-53062ba8 {
  -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-fc8332dc-1f90-f8e2-e3c2-a4e7649e1602-53062ba8 {
  -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-_1dd74fb6-7b55-778a-799e-5af374da5afd-53062ba8 {
  -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-_47e85bbf-2b1c-e0be-c9e1-a6a5f46b5e09-53062ba8 {
  -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-_87a782ee-1357-eab2-8ddf-5bfdc4931405-53062ba8 {
  -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-_87a782ee-1357-eab2-8ddf-5bfdc493140b-53062ba8 {
  -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-_4cd695b9-ebc6-9861-b9f2-36fa043fb086-53062ba8 {
  -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-_4cd695b9-ebc6-9861-b9f2-36fa043fb08c-53062ba8 {
  -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-cf8dcce5-8fd6-61bb-45fb-4e33267d7a84-53062ba8 {
  -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-fb25724c-0da5-16ee-8add-bb091af7c808-53062ba8 {
  -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-fac2aa87-e868-6e59-d10f-2375feecea4b-53062ba8 {
  -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-fac2aa87-e868-6e59-d10f-2375feecea43-53062ba8 {
  -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-dc1ec8d6-369e-c849-0ec9-25afa4e2ad8f-53062ba8 {
  -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-dc1ec8d6-369e-c849-0ec9-25afa4e2ad97-53062ba8 {
  -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-_9198ae79-d0c8-4a16-b07d-1a20d737244a-53062ba8 {
  -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-_9198ae79-d0c8-4a16-b07d-1a20d737244b-53062ba8 {
  -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-_050b0796-2111-ae39-25de-e5cebf594ea0-53062ba8 {
  -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-_050b0796-2111-ae39-25de-e5cebf594eae-53062ba8 {
  -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-_4716d649-b54c-ab3a-4a55-54bbd276c197-53062ba8 {
  -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-e2f6fadf-9fed-350e-c2aa-52c4c516c143-53062ba8 {
  -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-b12acbf1-4401-ffa1-233f-a292ddc46c10-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-6b062bc1 {
  -ms-grid-row-align: end;
      align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93e6-b0062b15 {
    -ms-grid-column-span: 3;
    grid-column-end: 10;
    -ms-grid-column: 7;
        grid-column-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-eb612dfe-8984-acba-8c41-303f7da31fa7-72062b35 {
    -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;
  }
}

@media screen and (max-width: 991px) {
  #item1.w-node-_0d32ce3f-ae85-86f5-2263-24a3c4d8fe2d-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_0d32ce3f-ae85-86f5-2263-24a3c4d8fe2f-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_9728bbf7-af86-2606-c9c9-6e88092d9be3-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_4ba5568d-3039-a201-e9e9-53d233c4b9ec-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_07c157c0-c055-6ee5-be2b-b6735fb20dec-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-d1426d47-9ed5-074b-c398-9b06fe62d0ec-b0062b15 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93c9-b0062b15 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93d8-b0062b15 {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93e6-b0062b15 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93f4-b0062b15 {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ebc53a13-19c2-73ea-c68f-84f58f6f30b9-2f062b2f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ebc53a13-19c2-73ea-c68f-84f58f6f30c1-2f062b2f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ebc53a13-19c2-73ea-c68f-84f58f6f30c9-2f062b2f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-72062b35 {
    -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-72062b35 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4a34076c-4cfe-01f2-e074-ed64c2a63d9c-19062b7a {
    -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-19062b7a {
    -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-19062b7a {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fac2aa87-e868-6e59-d10f-2375feecea4b-53062ba8 {
    order: 9999;
  }

  #w-node-_9198ae79-d0c8-4a16-b07d-1a20d737244a-53062ba8 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93c9-b0062b15 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93d8-b0062b15 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 2;
        grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93e6-b0062b15 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 3;
        grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  #w-node-_4146e4f3-7f2f-641d-df7d-e8a079dd93f4-b0062b15 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 3;
        grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  #w-node-_9dc6d893-a40f-c696-36a4-abf8a8ab5c16-b7062b79 {
    -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-b7062b79 {
    -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-b7062b79 {
    -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: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font.woff2') format('woff2'), url('../fonts/line-rounded-icon-font.eot') format('embedded-opentype'), url('../fonts/line-rounded-icon-font.woff') format('woff'), url('../fonts/line-rounded-icon-font.ttf') format('truetype'), url('../fonts/line-rounded-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icon Font';
  src: url('../fonts/line-square-icon-font.woff2') format('woff2'), url('../fonts/line-square-icon-font.eot') format('embedded-opentype'), url('../fonts/line-square-icon-font.woff') format('woff'), url('../fonts/line-square-icon-font.ttf') format('truetype'), url('../fonts/line-square-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icon Font';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}