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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0b0a33;
  font-size: 58px;
  line-height: 1.276em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0b0a33;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0b0a33;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 700;
}

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

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

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

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: #0b0a33;
}

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

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

li {
  margin-bottom: 8px;
}

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

label {
  display: block;
  margin-bottom: 15px;
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

strong {
  color: #0b0a33;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 82px 115px 98px;
  border-style: solid;
  border-width: 6px 1px 1px;
  border-color: #4457ff #eff0f6 #eff0f6;
  border-radius: 5px 5px 20px 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  color: #4457ff;
  font-size: 24px;
  line-height: 1.667em;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.bg-primary-1 {
  background-color: #4457ff;
}

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

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

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

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

.bg-neutral-700 {
  background-color: #3e395f;
}

.bg-neutral-600 {
  background-color: #7a7d9c;
}

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

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

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

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

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

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

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

.container-default.cta-v2 {
  position: relative;
  z-index: 1;
}

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

.container-default.cta-v4 {
  position: relative;
  z-index: 1;
}

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

.container-default.blog-v1-hero {
  position: relative;
  z-index: 1;
}

.container-default.blog-v3-hero {
  position: relative;
  z-index: 1;
}

.container-default.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 59px;
}

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

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

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

.container-default.help-center-category {
  position: relative;
  z-index: 1;
}

.container-default.help-center-article {
  position: relative;
  z-index: 1;
}

.container-default.header-utility-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-default.sign-in {
  position: relative;
  z-index: 1;
}

.container-default.sign-up {
  position: relative;
  z-index: 1;
}

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

.container-default.landing-page-hero {
  position: relative;
  z-index: 1;
}

.container-default.smaller {
  max-width: 1100px;
}

.container-default.smaller.bestill {
  margin-bottom: 40px;
}

.container-default.small {
  max-width: 700px;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(20, 20, 43, 0.04);
}

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

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

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

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

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

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

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

.style-guide-link:hover {
  background-color: #f2f1ff;
  color: #4457ff;
}

.style-guide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #4457ff;
  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 #d9dbe9;
  color: #0b0a33;
  font-size: 22px;
  line-height: 24px;
}

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

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

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

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

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

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

.color-hex {
  color: #7a7d9c;
  line-height: 20px;
}

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

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

.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: #4457ff;
  font-weight: 500;
}

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

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

.style-guide-content-wrapper {
  padding: 110px 68px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.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 42px;
  border-radius: 1000000000px;
  background-color: #07a31f;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #00c310;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.01em;
}

.button-primary.large {
  padding: 24px 81px;
}

.button-primary.large.contact-form-button {
  background-color: #07a31f;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-primary.large.contact-form-button:hover {
  background-color: #34d54c;
}

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

.button-primary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.button-primary.full-width.sign-in-form-button {
  margin-top: 8px;
}

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

.button-primary.button-white.cta-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 242px;
  margin-right: 34px;
  margin-bottom: 15px;
  padding: 35px 36px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 18px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons {
  margin-right: 26px;
  margin-bottom: 15px;
}

.button-primary.header-button {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.01em;
}

.button-primary.header-button.mobile {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.form-button-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.button-primary.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  border-width: 0px;
  font-size: 18px;
}

.button-primary.blog-post-category {
  padding: 14px 26px;
}

.button-primary.card-plans-comparison {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-primary.sign-up {
  margin-top: 8px;
}

.button-primary.reset-password {
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-primary.utility-page {
  padding: 24px 51px;
}

.button-primary.red {
  background-color: #ff5f85;
}

.button-primary.red:hover {
  background-color: #ffc147;
}

.button-primary.contact {
  margin-bottom: 20px;
}

.button-primary.villkar {
  margin-bottom: 50px;
  padding: 20px 38px;
}

.button-primary.villkar._2buttons {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-primary.villkar.knapp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-primary.mail.red:hover {
  background-color: #4457ff;
}

.button-secondary {
  padding: 22px 42px;
  border-radius: 1000000px;
  background-color: #f3f5ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #4457ff;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #4457ff;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

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

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

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

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

.button-secondary.button-secondary-1 {
  background-color: #596aff;
  color: #fff;
}

.button-secondary.button-secondary-1.cta-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 242px;
  margin-bottom: 15px;
  padding: 35px 36px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 18px;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.pagination {
  margin-top: 80px;
  border-width: 0px;
  font-size: 18px;
}

.button-secondary.pagination.white {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 1px 3px 0 rgba(68, 87, 255, 0.02), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
}

.button-secondary.bold {
  font-weight: 700;
}

.button-secondary.bold.card-plans-comparison {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-secondary.full-width {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.full-width:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

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

.button-secondary.button-white {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.button-secondary.button-white:hover {
  box-shadow: 0 1px 1px 0 rgba(11, 10, 51, 0.01), 0 1px 1px 0 rgba(68, 87, 255, 0.06);
  color: #4457ff;
}

.button-secondary.button-white._2-buttons {
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
}

.button-secondary.button-white.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 18px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: border-color, color, -webkit-transform;
  transition-property: border-color, color, -webkit-transform;
  transition-property: transform, border-color, color;
  transition-property: transform, border-color, color, -webkit-transform;
  color: #7a7d9c;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary.button-white.social-media:hover {
  border-color: #0b0a33;
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
  color: #0b0a33;
}

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

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

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 32px;
  padding-bottom: 29px;
  background-color: transparent;
}

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

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

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

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0b0a33;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.nav-link.w--current {
  color: #ff5f85;
}

.nav-link.login {
  margin-right: 25px;
}

.nav-link.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-link.white {
  color: #fff;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #d9dbe9;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: none;
  font-family: 'Nunito Sans', sans-serif;
}

.footer-logo-container {
  margin-bottom: 25px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

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

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

.footer-logo {
  width: 211px;
}

.footer-nav-item {
  margin-bottom: 26px;
  line-height: 1.111em;
}

.page-wrapper.utility-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.section.utility-page {
  margin-top: 111px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f5ff;
}

.section.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 0px;
}

.section.bg-neutral-200.home-perks {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 239px;
}

.section.bg-neutral-200.home-blog {
  position: relative;
  overflow: hidden;
  padding-top: 229px;
  padding-bottom: 229px;
}

.section.bg-neutral-200.home-hero-v2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 143px;
  background-color: rgba(243, 245, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.section.bg-neutral-200.home-hero-v2.kund {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/geiranger123.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.bg-neutral-200.home-hero-v2.omoss {
  background-image: url('../images/geiranger.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section.bg-neutral-200.home-hero-v2.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 176px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.section.bg-neutral-200.home-hero-v2.full-width.sub {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.section.bg-neutral-200.home-hero-v2.v4 {
  padding-top: 120px;
  background-color: rgba(255, 0, 0, 0);
  background-image: none;
}

.section.bg-neutral-200.testimonials-v2 {
  position: relative;
  overflow: hidden;
  padding: 180px 10px;
  background-color: #f3f5ff;
  background-image: url('../images/geiranger.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.bg-neutral-200.home-perks-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 242px;
  padding-bottom: 126px;
}

.section.bg-neutral-200.cta-v3 {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg-neutral-200.integrations-v3 {
  position: relative;
  overflow: hidden;
  padding-top: 234px;
  padding-bottom: 257px;
}

.section.bg-neutral-200.testimonials-v3 {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 254px;
}

.section.bg-neutral-200.values {
  position: relative;
  overflow: hidden;
  padding-top: 266px;
  padding-bottom: 257px;
}

.section.bg-neutral-200.blog-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 224px;
  padding-bottom: 128px;
}

.section.bg-neutral-200.blog-v2-newsletter {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 112px;
}

.section.bg-neutral-200.features-hero {
  position: relative;
  overflow: hidden;
  padding-top: 179px;
  padding-bottom: 158px;
}

.section.bg-neutral-200.contact-more-links {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 197px;
}

.section.bg-neutral-200.integration-hero {
  position: relative;
  overflow: hidden;
  padding-top: 133px;
  padding-bottom: 0px;
}

.section.bg-neutral-200.careers-mission {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.bg-neutral-200.careers-mission.om-oss {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.bg-neutral-200.terms-conditions-hero {
  margin-top: 111px;
  padding-top: 104px;
  padding-bottom: 104px;
}

.section.bg-neutral-200.utility-page-images-mobile {
  display: none;
}

.section.home-integrations {
  overflow: hidden;
  padding-bottom: 220px;
}

.section.home-teams {
  position: relative;
  overflow: hidden;
  padding-top: 149px;
  padding-bottom: 194px;
}

.section.home-testimonials {
  padding-top: 160px;
  padding-bottom: 246px;
}

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

.section.home-hero-v3 {
  position: relative;
  overflow: hidden;
  margin-top: 111px;
  padding-top: 95px;
  padding-bottom: 98px;
  border-top: 1px solid #d9dbe9;
  border-bottom: 1px solid #d9dbe9;
}

.section.ratings {
  padding-top: 113px;
  padding-bottom: 93px;
}

.section.home-features-v3 {
  padding-top: 158px;
  padding-bottom: 150px;
}

.section.home-teams-v2 {
  overflow: hidden;
  padding-top: 129px;
  padding-bottom: 141px;
}

.section.home-v3-blog {
  overflow: hidden;
  padding-top: 137px;
}

.section.faqs-v2 {
  padding-bottom: 121px;
}

.section.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 106px;
}

.section.padding-164px {
  padding-top: 131px;
  padding-bottom: 131px;
}

.section.padding-164px.about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.about-team {
  padding-top: 171px;
  padding-bottom: 235px;
}

.section.about-offices {
  padding-top: 154px;
  padding-bottom: 86px;
}

.section.blog-v1-hero {
  position: relative;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 222px;
}

.section.blog-v1 {
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 128px;
}

.section.blog-v2-hero {
  padding-top: 200px;
  padding-bottom: 117px;
}

.section.blog-v3-hero {
  position: relative;
  overflow: hidden;
  padding-top: 185px;
  padding-bottom: 128px;
}

.section.blog-v3-newsletter {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blog-v3 {
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 144px;
}

.section.blog-post {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 97px;
}

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

.section.padding-160px.utility-page-section {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.section.analytics-v1 {
  padding-top: 101px;
  padding-bottom: 144px;
}

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

.section.integrations-v1 {
  padding-top: 144px;
  padding-bottom: 114px;
}

.section.analytics-v2 {
  padding-top: 77px;
  padding-bottom: 128px;
}

.section.integrations-v2 {
  padding-top: 128px;
  padding-bottom: 112px;
}

.section.analytics-v3 {
  padding-top: 99px;
  padding-bottom: 128px;
}

.section.integrations-v3 {
  padding-top: 128px;
  padding-bottom: 144px;
}

.section.pricing {
  position: relative;
  overflow: hidden;
  padding-top: 172px;
  padding-bottom: 128px;
}

.section.plans-comparison {
  padding-top: 128px;
  padding-bottom: 165px;
}

.section.plan {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 58px;
}

.section.plan-perks {
  padding-top: 58px;
  padding-bottom: 131px;
}

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

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

.section.integrations-hero {
  padding-top: 166px;
  padding-bottom: 97px;
}

.section.integrations {
  padding-top: 97px;
  padding-bottom: 132px;
}

.section.integration-about {
  position: relative;
  overflow: hidden;
  padding-top: 133px;
  padding-bottom: 127px;
}

.section.more-integrations {
  padding-top: 133px;
  padding-bottom: 141px;
}

.section.careers-hero {
  overflow: hidden;
  padding-top: 162px;
  padding-bottom: 81px;
}

.section.job-post {
  position: relative;
  overflow: hidden;
  padding-top: 181px;
  padding-bottom: 155px;
}

.section.more-jobs {
  padding-top: 128px;
  padding-bottom: 100px;
}

.section.help-center-hero {
  position: relative;
  overflow: hidden;
  margin-top: 111px;
  padding-top: 193px;
  padding-bottom: 231px;
}

.section.help-center-hero.contact {
  margin-top: 0px;
  padding-top: 220px;
  padding-bottom: 180px;
}

.section.help-center-hero.contact._100vh {
  min-height: 100vh;
}

.section.help-center-hero.om {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.help-center-categories {
  padding-top: 128px;
}

.section.help-center-category {
  position: relative;
  overflow: hidden;
  padding-top: 162px;
  padding-bottom: 142px;
}

.section.help-center-article {
  position: relative;
  overflow: hidden;
  padding-top: 162px;
  padding-bottom: 144px;
}

.section.sign-in {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 108px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.sign-up {
  position: relative;
  overflow: hidden;
  padding-top: 116px;
  padding-bottom: 116px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.forgot-password {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 128px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.reset-password {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 128px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.terms-conditions {
  padding-top: 94px;
  padding-bottom: 137px;
}

.section.confirm-email {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 129px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.demo {
  position: relative;
  overflow: hidden;
  padding-top: 93px;
  padding-bottom: 114px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.landing-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 119px;
}

.section.integrations-category {
  margin-top: 111px;
  padding-top: 80px;
  padding-bottom: 132px;
}

.section.blog-category {
  overflow: hidden;
  margin-top: 111px;
  padding-top: 80px;
  padding-bottom: 128px;
}

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

.section.blog-v1-newsletter {
  padding-top: 0px;
  padding-bottom: 112px;
}

.section.gradient-circles {
  position: relative;
  padding: 40px 10px 100px;
  background-color: #fff;
  background-image: none;
}

.section.kundliste {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}

.licenses-image {
  border-radius: 11px;
}

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

.card-protected-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.input {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #0b0a33;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.input:focus {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #0b0a33;
}

.input.-wfp-focus {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #0b0a33;
}

.input::-webkit-input-placeholder {
  color: #b1b3cb;
}

.input:-ms-input-placeholder {
  color: #b1b3cb;
}

.input::-ms-input-placeholder {
  color: #b1b3cb;
}

.input::placeholder {
  color: #b1b3cb;
}

.input.card-protected-page {
  margin-bottom: 32px;
}

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

.input.discounts {
  width: 100%;
  height: 46px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.footer-newsletter {
  margin-bottom: 18px;
}

.input.cta-v2-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.cta-v3-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.newsletter-form-input {
  min-height: 87px;
  padding-right: 240px;
}

.input.blog-v3-hero-form-input {
  min-height: 87px;
  padding-right: 240px;
}

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

.utility-page-content-404 {
  max-width: 597px;
  margin-bottom: 0px;
  text-align: center;
}

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

.container-medium-761px.changelog {
  margin-top: -200px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

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

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

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

.divider.card-blog-v1-post-content-divider {
  margin-top: 28px;
  margin-bottom: 35px;
}

.divider.post-featured-item-v1 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divider.card-blog-v3-featured {
  margin-top: 44px;
  margin-bottom: 44px;
}

.divider.card-blog-v3-featured-bottom {
  margin-top: 40px;
  margin-bottom: 32px;
}

.divider.blog-post {
  max-width: 792px;
  margin: 55px auto 97px;
}

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

.divider.job-post {
  margin-bottom: 87px;
}

.divider.card-help-center-article {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.sign-up {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.terms-conditions {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.demo {
  margin-top: 45px;
  margin-bottom: 45px;
}

.paragraph {
  font-family: Asap, sans-serif;
  font-weight: 400;
}

.paragraph.card-protected-page {
  margin-bottom: 31px;
}

.paragraph.not-found {
  max-width: 534px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

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

.paragraph.home-hero {
  max-width: 610px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #4457ff;
  font-size: 22px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.paragraph.footer-main-content-paragraph {
  margin-bottom: 44px;
}

.paragraph.home-hero-v2 {
  max-width: 100%;
  margin-bottom: 50px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.paragraph.home-hero-v2.center-aligned {
  max-width: 100%;
  text-align: center;
}

.paragraph.home-hero-v2.center-aligned.lf {
  font-weight: 600;
}

.paragraph.home-hero-v2.center-aligned.kontak {
  max-width: 100%;
}

.paragraph.home-hero-v2.main-content {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.paragraph.card-testimonial-v2 {
  margin-bottom: 32px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph.home-hero-v3 {
  margin-bottom: 36px;
}

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

.paragraph.home-perks-v2-content-top-paragraph {
  margin-bottom: 25px;
}

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

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

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

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

.paragraph.card-testimonials-v3 {
  margin-bottom: 28px;
}

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

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

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

.paragraph.story-content-top-paragraph {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

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

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

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

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

.paragraph.post-featured-item-v1-excerpt {
  margin-bottom: 0px;
}

.paragraph.category-item-v1-description {
  margin-bottom: 32px;
}

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

.paragraph.blog-v3-hero {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.card-blog-v3-featured-excerpt {
  margin-bottom: 0px;
}

.paragraph.card-blog-v3-featured-bottom-excerpt {
  margin-bottom: 0px;
}

.paragraph.card-blog-v3-post-excerpt {
  margin-bottom: 0px;
}

.paragraph.blog-post-excerpt {
  max-width: 466px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

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

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

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

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

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

.paragraph.feature-v3 {
  margin-bottom: 40px;
}

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

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

.paragraph.plans-comparison {
  margin-bottom: 0px;
}

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

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

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

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

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

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

.paragraph.card-contact-link {
  margin-bottom: 25px;
}

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

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

.paragraph.careers-hero {
  max-width: 484px;
  margin-bottom: 42px;
  font-family: Asap, sans-serif;
  font-weight: 400;
}

.paragraph.careers-perks {
  max-width: 551px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph.card-job-opening-item {
  margin-bottom: 38px;
}

.paragraph.job-post {
  margin-bottom: 35px;
}

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

.paragraph.card-help-center-category {
  margin-bottom: 32px;
}

.paragraph.help-center-category-description {
  margin-bottom: 0px;
}

.paragraph.help-center-category-content-bottom-paragraph {
  max-width: 417px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.card-help-center-article {
  margin-bottom: 0px;
}

.paragraph.help-center-article-excerpt {
  margin-bottom: 38px;
}

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

.paragraph.card-reset-password {
  max-width: 463px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

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

.paragraph.confirm-email {
  margin-bottom: 36px;
}

.paragraph.demo {
  margin-bottom: 29px;
}

.paragraph.landing-page-hero {
  margin-bottom: 26px;
}

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

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

.paragraph.customers {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph.customers.center-aligned {
  text-align: center;
}

.paragraph.customers.takk {
  margin-bottom: 40px;
  font-size: 22px;
}

.paragraph.subtitle {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
}

.paragraph.villkar {
  margin-bottom: 60px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}

.paragraph.villkar.villkar2 {
  color: #5d5e72;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.8em;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.changelog {
  margin-bottom: 40px;
  padding: 60px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  text-align: center;
}

.card.checkout {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
}

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

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

.card.home-features {
  padding: 48px 32px 72px;
}

.card.home-perks-content-bottom-perk {
  padding: 39px 34px;
  text-align: center;
}

.card.integration-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.integration-v1:hover {
  box-shadow: 0 12px 24px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #7a7d9c;
}

.card.home-teams {
  margin-bottom: 66px;
  padding: 59px 51px;
  border-radius: 31px;
}

.card.home-testimonial {
  padding: 37px 48px 56px;
}

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

.card.faq:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.blog-v2-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 556px;
  min-width: 484px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v2-featured:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.testimonial-v2 {
  max-width: 972px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f5ff;
  border-radius: 50px;
  background-image: none;
  box-shadow: 0 24px 50px 20px rgba(20, 20, 43, 0.04);
}

.card.blog-v1-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v1-post:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-v2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 48px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.integration-v2-item:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-align: center;
  text-decoration: none;
}

.card.integration-v3:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.home-team-v2 {
  padding: 60px 64px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, #fff), color-stop(0, #f3f5ff));
  background-image: linear-gradient(90deg, #fff 65%, #f3f5ff 0);
}

.card.testimonials-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card.post-item-v2:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.faq-v2 {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding: 36px 56px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  cursor: pointer;
}

.card.story-content-bottom-info {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 628px;
  padding: 71px 59px 66px;
}

.card.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 54px 64px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 25px 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.card.team-item:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.about-office {
  padding: 51px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.about-office:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.post-featured-item-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.post-featured-item-v1:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.category-item-v1-card {
  display: block;
  padding: 48px 32px 79px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.category-item-v1-card:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-featured:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-post:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.blog-v3-featured-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.blog-v3-featured-bottom:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding: 50px 68px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.author:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card.features-v1 {
  padding: 48px 32px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.feature-v2 {
  padding: 48px 32px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  text-align: center;
}

.card.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  min-height: 100%;
  padding: 40px 40px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.plan:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.plan.popular {
  background-color: #4457ff;
  color: #fff;
}

.card.plan.popular:hover {
  color: #fff;
}

.card.plans-comparison {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.upgrade-plan {
  min-height: 646px;
  padding: 79px 68px;
  border-radius: 24px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.plan-perk {
  padding: 48px 32px 72px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.contact-form-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 712px;
  padding: 64px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.contact-link {
  padding: 48px 32px 79px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.contact-link:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.integration-about {
  padding: 89px 91px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.job-opening-item-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.job-opening-item-card:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.job-post {
  padding: 87px 100px 103px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 31px;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.help-center-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 65px 25px 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-align: center;
  text-decoration: none;
}

.card.help-center-category:hover {
  box-shadow: 0 48px 44px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.help-center-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 64px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
}

.card.help-center-article:hover {
  box-shadow: 0 12px 12px 0 rgba(20, 20, 43, 0.08);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #7a7d9c;
}

.card.help-center-article-page {
  padding: 80px 76px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.forgot-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 797px;
  padding: 64px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.reset-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 62px 70px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.confirm-email {
  padding: 54px 70px 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  text-align: center;
}

.card.demo {
  padding: 78px 37px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.landing-page-form {
  padding: 58px 37px;
}

.card.landing-page-form {
  padding: 58px 37px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.protected-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-bottom: 0px;
  padding: 100px 69px 106px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 31px;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.default {
  padding: 48px 32px 58px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.04);
}

.card.team-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 958px;
  margin-top: -203px;
  padding: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
}

.card.home-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 19px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  box-shadow: 0 8px 18px 0 rgba(20, 20, 43, 0.04);
}

.card.home-page {
  padding: 28px 28px 36px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #0b0a33;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.home-page:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

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

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

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

.title.order-item-title {
  color: #0b0a33;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

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

.title.home-hero {
  background-image: none;
  font-family: Lato, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.title.card-home-features {
  margin-bottom: 10px;
}

.title.home-perks-content-top-title {
  margin-bottom: 38px;
}

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

.title.h5-size.home-perks-content-top-perk {
  margin-bottom: 5px;
}

.title.h5-size.card-testimonial-v2-content-author-name {
  margin-bottom: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-weight: 700;
}

.title.h5-size.card-testimonials-v3-name {
  margin-bottom: 6px;
}

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

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

.title.h4-size {
  color: #0b0a33;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 700;
}

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

.title.h4-size.card-home-testimonial {
  margin-bottom: 4px;
}

.title.h4-size.home-feature-v3 {
  margin-bottom: 6px;
}

.title.h4-size.about-hero-achievement {
  margin-bottom: 8px;
}

.title.h4-size.card-post-item-v2 {
  margin-bottom: 34px;
  font-size: 20px;
}

.title.h4-size.blog-post-author-name {
  margin-bottom: 7px;
}

.title.h4-size.demo-companies {
  margin-bottom: 24px;
}

.title.card-home-teams {
  margin-bottom: 14px;
}

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

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

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

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

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

.title.text-color-neutral-100.cta {
  margin-bottom: 28px;
}

.title.text-color-neutral-100.cta-v2 {
  max-width: 473px;
  min-width: 330px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.text-color-neutral-100.cta-v3 {
  margin-bottom: 32px;
}

.title.text-color-neutral-100.cta-v4 {
  max-width: 473px;
  min-width: 330px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.text-color-neutral-100.newsletter {
  max-width: 475px;
  min-width: 314px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.card-blog-v2-featured {
  margin-bottom: 3px;
}

.title.blog-v2-sidebar-featured-item-title {
  margin-bottom: 0px;
}

.title.footer-menu-title {
  margin-bottom: 48px;
  color: #4457ff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.title.dropdown {
  margin-bottom: 48px;
  color: #4457ff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.title.home-hero-v2 {
  font-family: Lato, sans-serif;
  color: #0400a0;
  font-size: 50px;
  text-align: center;
}

.title.home-hero-v2.center-aligned {
  text-align: center;
}

.title.home-hero-v2.center-aligned.lf {
  font-size: 45px;
  line-height: 50px;
}

.title.integrations-v2 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-weight: 700;
}

.title.integrations-v2.white {
  color: #fff;
}

.title.testimonials-v2 {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

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

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

.title.home-perks-v2-content-top-title {
  margin-bottom: 18px;
}

.title.home-perks-v2-content-bottom-title {
  margin-bottom: 39px;
}

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

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

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

.title.testimonials-v3 {
  margin-bottom: 0px;
}

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

.title.faqs-v2 {
  margin-bottom: 0px;
}

.title.card-faq-v2 {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.about-hero {
  margin-bottom: 16px;
}

.title.story-content-top-title {
  margin-bottom: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #142194;
  font-weight: 800;
}

.title.story-content-top-title.center {
  text-align: center;
}

.title.story-content-bottom-title {
  margin-bottom: 18px;
}

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

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

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

.title.card-team-item-name {
  margin-bottom: 5px;
}

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

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

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

.title.blog-v1-hero-categories {
  margin-bottom: 38px;
  text-align: center;
}

.title.h3-size {
  color: #0b0a33;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 700;
}

.title.h3-size.post-featured-item-v1 {
  margin-bottom: 12px;
}

.title.h3-size.card-blog-v3-featured {
  margin-bottom: 12px;
}

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

.title.h3-size.card-plan-popular {
  margin-bottom: 0px;
  color: #fff;
}

.title.h3-size.card-upgrade-plan {
  margin-bottom: 10px;
}

.title.h3-size.plan-price {
  margin-bottom: 15px;
}

.title.category-item-v1-title {
  margin-bottom: 10px;
}

.title.blog-v1 {
  margin-right: 40px;
  margin-bottom: 0px;
}

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

.title.blog-v2 {
  margin-right: 40px;
  margin-bottom: 0px;
}

.title.blog-v3 {
  margin-right: 40px;
  margin-bottom: 0px;
}

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

.title.card-blog-v3-featured-bottom {
  margin-bottom: 12px;
}

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

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

.title.card-author {
  margin-bottom: 2px;
  color: #0b0a33;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
}

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

.title.card-features-v1 {
  margin-bottom: 10px;
}

.title.main-feature {
  margin-bottom: 14px;
}

.title.feature-v2 {
  margin-bottom: 0px;
}

.title.card-feature-v2 {
  margin-bottom: 10px;
}

.title.feature-v3 {
  max-width: 460px;
}

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

.title.h2-size {
  color: #0b0a33;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.h2-size.sign-in {
  margin-bottom: 16px;
}

.title.h2-size.sign-up {
  margin-bottom: 16px;
}

.title.h2-size.card-forgot-password {
  margin-bottom: 18px;
}

.title.h2-size.card-reset-password {
  margin-bottom: 16px;
}

.title.h2-size.confirm-email {
  margin-bottom: 14px;
}

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

.title.card-plan-price {
  margin-right: 6px;
  color: #0b0a33;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.card-plan-price.popular {
  color: #fff;
}

.title.card-plans-comparison-row-title {
  margin-bottom: 0px;
}

.title.card-plans-comparison-plan {
  margin-bottom: 0px;
}

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

.title.h1-size {
  color: #0b0a33;
  font-size: 58px;
  line-height: 1.276em;
  font-weight: 700;
}

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

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

.title.plan-perks {
  margin-bottom: 10px;
}

.title.card-plan-perk {
  margin-bottom: 10px;
}

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

.title.contact-more-links {
  margin-bottom: 13px;
}

.title.contact-offices {
  margin-bottom: 0px;
}

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

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

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

.title.integration {
  margin-bottom: 0px;
}

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

.title.careers-hero {
  margin-bottom: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #142194;
  font-weight: 800;
}

.title.careers-hero.mer {
  margin-bottom: 60px;
}

.title.card-job-opening-item {
  margin-bottom: 13px;
}

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

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

.title.help-center-hero {
  margin-bottom: 12px;
}

.title.help-center-categories {
  position: relative;
  z-index: 1;
  margin-bottom: 93px;
  text-align: center;
}

.title.card-help-center-category {
  margin-bottom: 9px;
}

.title.help-center-category {
  margin-bottom: 12px;
}

.title.help-center-category-content-bottom-title {
  margin-bottom: 9px;
}

.title.help-center-more-categories {
  margin-bottom: 0px;
}

.title.card-help-center-article {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.538em;
  font-weight: 700;
}

.title.help-center-article {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}

.title.terms-conditions-hero {
  margin-bottom: 16px;
}

.title.demo {
  margin-bottom: 19px;
}

.title.landing-page-hero {
  margin-bottom: 13px;
}

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

.title.style-guide-subheader-title {
  margin-bottom: 0px;
}

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

.title.card-team-page-name {
  margin-bottom: 5px;
}

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

.title.standard {
  margin-bottom: 40px;
  font-family: Asap, sans-serif;
  color: #142194;
  font-weight: 500;
}

.title.standard.small-title {
  color: #7a7d9c;
  font-size: 30px;
}

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

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

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

.split-content.home-perks-content-top-left {
  max-width: 512px;
  min-width: 429px;
  margin-top: 62px;
  margin-right: 30px;
}

.split-content.home-perks-content-top-right {
  position: relative;
  width: 100%;
  max-width: 586px;
  padding-top: 88px;
}

.split-content.home-perks-content-bottom-left {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin-right: 30px;
  padding-bottom: 72px;
}

.split-content.home-perks-content-bottom-right {
  max-width: 512px;
  min-width: 449px;
}

.split-content.home-integrations-content-top-left {
  max-width: 510px;
}

.split-content.home-integrations-content-top-right {
  margin-bottom: 25px;
}

.split-content.card-home-teams-left {
  max-width: 407px;
  margin-right: 30px;
}

.split-content.card-home-teams-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 459px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-testimonials-content-top-left {
  max-width: 510px;
}

.split-content.home-testimonials-content-top-right {
  margin-bottom: 25px;
}

.split-content.home-blog-content-top-left {
  max-width: 510px;
}

.split-content.cta-left {
  max-width: 477px;
  margin-right: 30px;
  margin-bottom: -50px;
}

.split-content.cta-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 529px;
  margin-top: -36px;
}

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

.split-content.home-hero-v2-content {
  position: relative;
  z-index: 1;
  max-width: 49%;
  min-width: 503px;
  margin-top: 0px;
  margin-right: 30px;
}

.split-content.home-hero-v2-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 817px;
  margin-right: -262px;
  padding-bottom: 47px;
  padding-left: 62px;
}

.split-content.cta-v3-left {
  width: 100%;
  max-width: 540px;
  min-width: 406px;
  margin-right: 30px;
  margin-bottom: -50px;
}

.split-content.cta-v3-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 473px;
  margin-top: -46px;
}

.split-content.home-hero-v3-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 495px;
  min-width: 495px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content.home-hero-v3-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77%;
  margin-right: -277px;
  padding-bottom: 60px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-perks-v2-content-top-left {
  max-width: 512px;
  min-width: 429px;
  margin-right: 30px;
}

.split-content.home-perks-v2-content-top-right {
  position: relative;
  width: 100%;
  max-width: 586px;
  padding-top: 88px;
}

.split-content.home-perks-v2-content-bottom-left {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin-right: 30px;
  padding-bottom: 72px;
}

.split-content.home-perks-v2-content-bottom-right {
  max-width: 512px;
  min-width: 449px;
}

.split-content.integrations-v3-content-top-left {
  max-width: 510px;
}

.split-content.card-home-team-v2-content {
  max-width: 46%;
  margin-right: 30px;
}

.split-content.card-home-team-v2-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 459px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.testimonials-v3-content-top-left {
  max-width: 510px;
}

.split-content.about-hero-images-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 610px;
  padding-top: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.split-content.about-hero-images-right {
  width: 100%;
  max-width: 558px;
}

.split-content.story-content-top-left {
  max-width: 45.5%;
  min-width: 459px;
  margin-right: 30px;
}

.split-content.story-content-top-left.right {
  margin-right: 0px;
  margin-left: 30px;
}

.split-content.values-content-top-left {
  max-width: 510px;
}

.split-content.about-offices-content-top-left {
  max-width: 510px;
  margin-right: 30px;
}

.split-content.about-offices-content-top-right {
  max-width: 484px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.blog-v1-hero-content-top-left {
  max-width: 531px;
}

.split-content.blog-v2-hero-content-top-left {
  margin-right: 60px;
}

.split-content.blog-v2-hero-content-top-right {
  max-width: 484px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.card-author-name-wrapper {
  color: #7a7d9c;
  text-decoration: none;
}

.split-content.card-author-name-wrapper:hover {
  color: #7a7d9c;
}

.split-content.card-author-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.analytics-v1-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 586px;
  margin-right: 40px;
  padding-top: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.analytics-v1-right {
  position: relative;
  z-index: 1;
  max-width: 42%;
}

.split-content.reports-v1-left {
  position: relative;
  z-index: 1;
  max-width: 42%;
  margin-right: 40px;
}

.split-content.reports-v1-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 586px;
  padding-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.integrations-v1-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 573px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.integrations-v1-right {
  position: relative;
  z-index: 1;
  max-width: 42%;
}

.split-content.feature-v3-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 629px;
  padding: 63px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 29px;
  background-color: #f3f5ff;
}

.split-content.feature-v3-content {
  max-width: 505px;
  min-width: 458px;
}

.split-content.plan-left {
  max-width: 438px;
  margin-top: 31px;
  margin-right: 30px;
}

.split-content.plan-right {
  max-width: 586px;
}

.split-content.contact-left {
  max-width: 485px;
  margin-right: 30px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 639px;
  min-width: 527px;
}

.split-content.contact-offices-content-top-left {
  max-width: 510px;
}

.split-content.integrations-hero-left {
  max-width: 484px;
  margin-right: 30px;
}

.split-content.integrations-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 467px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.integration-hero-left {
  max-width: 484px;
  margin-right: 40px;
}

.split-content.integration-hero-right {
  max-width: 874px;
  margin-right: -282px;
}

.split-content.careers-hero-left {
  max-width: 49%;
}

.split-content.careers-hero-right {
  max-width: 1219px;
  margin-right: -474px;
}

.split-content.more-jobs-left {
  margin-right: 40px;
}

.split-content.sign-in-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.sign-in-right {
  width: 100%;
  max-width: 40%;
}

.split-content.sign-up-left {
  width: 100%;
  max-width: 40%;
}

.split-content.sign-up-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.terms-conditions-left {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.demo-left {
  max-width: 36%;
}

.split-content.demo-right {
  width: 100%;
  max-width: 49%;
}

.split-content.landing-page-hero-left {
  max-width: 510px;
  margin-top: 67px;
  margin-right: 20px;
}

.split-content.landing-page-hero-right {
  width: 100%;
  max-width: 586px;
  min-width: 544px;
}

.split-content.team-articles-content-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 28px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content.team-articles-content-top-right {
  margin-bottom: 28px;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #0b0a33;
}

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

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

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

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

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

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

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

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

.image-wrapper.card-integration-v1-item {
  max-width: 86px;
  margin-right: 20px;
  border-radius: 25px;
}

.image-wrapper.card-home-testimonial {
  width: 98px;
  max-height: 98px;
  min-height: 98px;
  min-width: 98px;
  margin-right: 15px;
  border-radius: 10000000px;
}

.image-wrapper.card-blog-v2-featured {
  margin-right: -1px;
}

.image-wrapper.blog-v2-sidebar-featured-item-image {
  width: 100%;
  max-width: 293px;
  min-height: 187px;
  margin-right: 33px;
  border-radius: 20px;
}

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

.image-wrapper.card-integration-v3-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 32px;
  border-radius: 25px;
}

.image-wrapper.card-testimonials-v3 {
  position: relative;
  width: 100%;
  max-width: 56%;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
}

.image-wrapper.story-content-top-image {
  max-width: 49%;
  border-radius: 20px;
}

.image-wrapper.story-content-bottom-image {
  max-width: 66%;
  margin-bottom: 75px;
  border-radius: 20px;
}

.image-wrapper.card-team-item {
  max-width: 156px;
  margin-bottom: 28px;
  border-radius: 30px;
}

.image-wrapper.card-about-office-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-bottom: 24px;
  border-radius: 19px;
}

.image-wrapper.post-featured-item-v1-image {
  max-width: 57%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper.category-item-v1-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 20px;
}

.image-wrapper.card-blog-v3-featured {
  max-width: 688px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper.blog-post {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
}

.image-wrapper.card-author-image {
  width: 190px;
  max-height: 190px;
  min-height: 190px;
  min-width: 190px;
  margin-right: 31px;
  border-radius: 10000000px;
}

.image-wrapper.blog-post-author-image {
  width: 84px;
  max-height: 84px;
  min-height: 84px;
  min-width: 84px;
  margin-right: 19px;
  border-radius: 10000000px;
}

.image-wrapper.card-plan-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 20px;
  padding: 11px 14px;
  border-radius: 17px;
  background-color: #e1e4ff;
}

.image-wrapper.card-plan-icon.popular {
  background-color: #fff;
}

.image-wrapper.contact-link-icon {
  width: 58px;
  max-height: 58px;
  min-height: 58px;
  min-width: 58px;
  margin-right: 18px;
  border-radius: 17px;
}

.image-wrapper.card-contact-link-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 25px;
}

.image-wrapper.integration {
  border-radius: 32px;
}

.image-wrapper.card-job-opening-item-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-bottom: 18px;
  border-radius: 14px;
}

.image-wrapper.card-help-center-category-icon {
  width: 123px;
  max-height: 123px;
  min-height: 123px;
  min-width: 123px;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  border-radius: 32px;
}

.image-wrapper.help-center-article-author {
  width: 76px;
  max-height: 76px;
  min-height: 76px;
  min-width: 76px;
  margin-right: 20px;
  border-radius: 100000000px;
}

.image-wrapper.team-cover {
  border-radius: 31px;
}

.image-wrapper.card-team-page {
  max-width: 263px;
  margin-right: 40px;
  border-radius: 100000000px;
}

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

.image.card-home-features-icon {
  max-width: 86px;
  margin-bottom: 32px;
  border-radius: 25px;
}

.image.home-perks-content-top-icon {
  max-width: 52px;
  margin-right: 21px;
  border-radius: 12px;
}

.image.home-perks-content-top-1 {
  max-width: 64%;
  border-radius: 31px;
  box-shadow: 0 11px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.home-perks-content-top-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 51%;
  border-radius: 31px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

.image.home-perks-content-bottom-1 {
  max-width: 70%;
  border-radius: 31px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.home-perks-content-bottom-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 52%;
  border-radius: 31px;
  box-shadow: 0 4px 60px 0 rgba(32, 36, 138, 0.09);
}

.image.home-teams-tab-link-icon {
  max-width: 52px;
  margin-right: 16px;
  border-radius: 13px;
}

.image.home-teams-engineering-1 {
  max-width: 76%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

.image.home-teams-engineering-2 {
  position: absolute;
  left: 0px;
  max-width: 76%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  box-shadow: 0 39px 85px 0 rgba(32, 36, 138, 0.09);
}

.image.marketing-teams {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

.image.design-teams-1 {
  max-width: 72%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

.image.design-teams-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 64%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 39px 85px 0 rgba(32, 36, 138, 0.09);
}

.image.cta-1 {
  position: relative;
  z-index: 1;
  max-width: 71%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 23px;
  box-shadow: 0 3px 28px 0 rgba(32, 36, 138, 0.06);
}

.image.cta-2 {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  max-width: 45%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 25px;
  box-shadow: 0 34px 87px 0 rgba(32, 36, 138, 0.09);
}

.image.cta-bg-1 {
  position: absolute;
  left: -21px;
  top: 86px;
  max-width: 143px;
}

.image.cta-bg-2 {
  position: absolute;
  right: -42px;
  bottom: 95.719px;
  max-width: 143px;
}

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

.image.blog-v2-sidebar-featured-item-image {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-v2-shape-1 {
  position: absolute;
  left: -33px;
  bottom: -33px;
}

.image.cta-v2-shape-2 {
  position: absolute;
  left: 70px;
  bottom: -42px;
}

.image.cta-v2-shape-3 {
  position: absolute;
  top: -87px;
}

.image.cta-v2-shape-4 {
  position: absolute;
  right: 388px;
  bottom: -71px;
}

.image.cta-v2-shape-5 {
  position: absolute;
  top: -46px;
  right: -21px;
}

.image.cta-v2-shape-6 {
  position: absolute;
  top: -9px;
  right: -21px;
}

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

.image.card-testimonial-v2-content-author {
  width: auto;
  max-height: 50px;
  max-width: none;
  min-height: 50px;
  min-width: auto;
  margin-right: 16px;
  border-radius: 0px;
}

.image.cta-v3-bg-1 {
  position: absolute;
  left: -33px;
  top: 77px;
  max-width: 143px;
}

.image.cta-v3-bg-2 {
  position: absolute;
  right: -18px;
  bottom: 35px;
  max-width: 143px;
}

.image.cta-v3-image-1 {
  position: relative;
  z-index: 1;
  max-width: 376px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 23px;
  box-shadow: 0 3px 28px 0 rgba(32, 36, 138, 0.06);
}

.image.cta-v3-image-2 {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  max-width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 25px;
  box-shadow: 0 34px 87px 0 rgba(32, 36, 138, 0.09);
}

.image.home-hero-v3-image-1 {
  position: relative;
  z-index: 1;
}

.image.home-hero-v3-image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 23%;
  border-radius: 28px;
  box-shadow: 0 40px 102px 0 rgba(32, 36, 138, 0.09);
}

.image.home-hero-v3-bg-1 {
  position: absolute;
  left: 54px;
  top: 39px;
}

.image.home-hero-v3-bg-2 {
  position: absolute;
  bottom: 0px;
}

.image.rating-logo {
  margin-bottom: 30px;
}

.image.rating-stars {
  margin-bottom: 15px;
}

.image.home-perks-v2-content-top-1 {
  max-width: 64%;
  border-radius: 31px;
  box-shadow: 0 11px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.home-perks-v2-content-top-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 51%;
  border-radius: 31px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

.image.home-perks-v2-content-bottom-1 {
  max-width: 70%;
  border-radius: 31px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.home-perks-v2-content-bottom-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 52%;
  border-radius: 31px;
  box-shadow: 0 4px 60px 0 rgba(32, 36, 138, 0.09);
}

.image.cta-v4-shape-1 {
  position: absolute;
  left: -5px;
  top: -35px;
}

.image.cta-v4-shape-2 {
  position: absolute;
  left: 75px;
  top: -48px;
}

.image.cta-v4-shape-3 {
  position: absolute;
  bottom: -38px;
}

.image.cta-v4-shape-4 {
  position: absolute;
  left: 458px;
  bottom: -72px;
}

.image.cta-v4-shape-5 {
  position: absolute;
  top: -98px;
  right: 374px;
}

.image.cta-v4-shape-6 {
  position: absolute;
  right: 0px;
  bottom: -36px;
}

.image.cta-v4-shape-7 {
  position: absolute;
  right: 18px;
  bottom: -36px;
}

.image.home-perks-v2-content-top-feature-icon {
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 14px;
  border-radius: 12px;
}

.image.home-perks-v2-content-bottom-feature-icon {
  width: 52px;
  max-height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 18px;
  border-radius: 12px;
}

.image.home-feature-v3-icon {
  width: 58px;
  max-height: 58px;
  min-height: 58px;
  min-width: 58px;
  margin-right: 25px;
  margin-bottom: 20px;
  border-radius: 17px;
}

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

.image.home-teams-v2-tab-link-icon {
  max-width: 18px;
  margin-right: 10px;
}

.image.home-teams-v2-engineering-teams-1 {
  max-width: 76%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

.image.home-teams-v2-engineering-teams-2 {
  position: absolute;
  left: 0px;
  max-width: 76%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  box-shadow: 0 39px 85px 0 rgba(32, 36, 138, 0.09);
}

.image.card-home-team-v2-icon {
  width: 74px;
  max-height: 74px;
  min-height: 74px;
  min-width: 74px;
  margin-bottom: 47px;
  border-radius: 17px;
}

.image.card-home-team-v2-marketing-teams {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

.image.card-home-team-v2-design-teams-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 64%;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 39px 85px 0 rgba(32, 36, 138, 0.09);
}

.image.card-home-team-v2-design-teams-1 {
  max-width: 72%;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 30px 54px 0 rgba(32, 36, 138, 0.06);
}

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

.image.card-testimonials-v3-logo {
  max-width: 146px;
  margin-bottom: 23px;
}

.image.card-testimonials-v3-avatar {
  width: 65px;
  max-height: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 18px;
  border-radius: 1000000px;
}

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

.image.about-hero-1 {
  margin-bottom: 29px;
  border-radius: 23px;
}

.image.about-hero-2 {
  max-width: 74%;
  border-radius: 23px;
}

.image.about-hero-3 {
  max-width: 68%;
  margin-bottom: 29px;
  border-radius: 23px;
}

.image.about-hero-4 {
  border-radius: 23px;
}

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

.image.story-content-bottom-image {
  width: 100%;
}

.image.card-value-icon {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 26px;
  border-radius: 19px;
}

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

.image.about-offices-map {
  margin-top: -59px;
}

.image.card-about-office-link-icon {
  max-width: 22px;
  margin-right: 12px;
}

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

.image.post-featured-item-v1-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 100000000px;
}

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

.image.newsletter-shape-1 {
  position: absolute;
  left: -11px;
  top: 37px;
}

.image.newsletter-shape-2 {
  position: absolute;
  top: -121px;
}

.image.newsletter-shape-3 {
  position: absolute;
  left: 567px;
  top: -46px;
}

.image.newsletter-shape-4 {
  position: absolute;
  right: 60px;
  bottom: -45px;
}

.image.newsletter-shape-5 {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.image.card-blog-v3-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-blog-v3-featured-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 1000000000px;
}

.image.card-blog-v3-featured-bottom {
  width: 100%;
}

.image.card-blog-v3-featured-bottom-author {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 11px;
  border-radius: 100000000px;
}

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

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

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

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

.image.card-features-v1-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 25px;
}

.image.analytics-v1-image-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 373px;
  margin-right: auto;
  border-radius: 31px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.analytics-v1-image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  max-width: 298px;
  border-radius: 30px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

.image.reports-v1-image-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 408px;
  margin-right: auto;
  border-radius: 31px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.reports-v1-image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  max-width: 306px;
  border-radius: 30px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

.image.integrations-v1-image-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 436px;
  margin-left: auto;
  border-radius: 37px;
  box-shadow: 0 12px 60px 0 rgba(32, 36, 138, 0.06);
}

.image.integrations-v1-image-2 {
  position: absolute;
  left: 0px;
  bottom: 60px;
  z-index: 2;
  width: 100%;
  max-width: 317px;
  border-radius: 30px;
  box-shadow: 0 11px 24px 0 rgba(32, 36, 138, 0.09);
}

.image.card-feature-v2-icon {
  display: inline-block;
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 25px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image.feature-v3-grid-feature-icon {
  width: 52px;
  max-height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 18px;
  border-radius: 12px;
}

.image.analytics-v3-image-1 {
  width: 100%;
  max-width: 64%;
  border-radius: 26px;
  box-shadow: 0 10px 50px 0 rgba(32, 36, 138, 0.06);
}

.image.analytics-v3-image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 51%;
  border-radius: 26px;
  box-shadow: 0 9px 20px 0 rgba(32, 36, 138, 0.09);
}

.image.reports-v3-image-1 {
  width: 100%;
  max-width: 70%;
  border-radius: 24px;
  box-shadow: 0 10px 50px 0 rgba(32, 36, 138, 0.06);
}

.image.reports-v3-image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 52%;
  border-radius: 24px;
  box-shadow: 0 9px 20px 0 rgba(32, 36, 138, 0.09);
}

.image.integrations-v3-image-1 {
  width: 100%;
  max-width: 76%;
  margin-left: auto;
  border-radius: 31px;
  box-shadow: 0 10px 50px 0 rgba(32, 36, 138, 0.06);
}

.image.integrations-v3-image-2 {
  position: absolute;
  width: 100%;
  max-width: 55%;
  border-radius: 25px;
  box-shadow: 0 9px 20px 0 rgba(32, 36, 138, 0.09);
}

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

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

.image.card-plans-comparison-feature-check {
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 9px;
}

.image.card-plans-comparison-feature-check.hidden {
  display: none;
}

.image.card-plan-perk-icon {
  width: 86px;
  max-height: 86px;
  min-height: 86px;
  min-width: 86px;
  margin-bottom: 34px;
  border-radius: 25px;
}

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

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

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

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

.image.integration-icon {
  width: 87px;
  max-height: 87px;
  min-height: 87px;
  min-width: 87px;
  margin-right: 30px;
  border-radius: 25px;
}

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

.image.job-post-icon {
  width: 98px;
  max-height: 98px;
  min-height: 98px;
  min-width: 98px;
  margin-bottom: 21px;
  border-radius: 22px;
}

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

.image.help-center-hero-image-1 {
  position: absolute;
  left: -125px;
  bottom: -370px;
  width: 29%;
}

.image.help-center-hero-image-2 {
  position: absolute;
  right: -160px;
  bottom: -423px;
  width: 40%;
}

.image.help-center-hero-image-3 {
  position: absolute;
  left: 0px;
  top: -291px;
}

.image.help-center-hero-image-4 {
  position: absolute;
  top: -338px;
}

.image.help-center-hero-image-5 {
  position: absolute;
  top: -192px;
  right: -125px;
}

.image.help-center-category-icon {
  width: 118px;
  max-height: 118px;
  min-height: 118px;
  min-width: 118px;
  margin-bottom: 30px;
  border-radius: 28px;
}

.image.card-help-center-article-author {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 14px;
  border-radius: 10000000px;
}

.image.help-center-article-author {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.social-media-button-icon {
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
  margin-right: 12px;
}

.image.sign-in-1 {
  margin-bottom: 156px;
}

.image.sign-in-2 {
  position: absolute;
  bottom: 0px;
  max-width: 257px;
  margin-left: 39px;
}

.image.sign-up-1 {
  margin-bottom: 56px;
}

.image.sign-up-2 {
  position: absolute;
  bottom: 0px;
  max-width: 48%;
  margin-left: 26px;
}

.image.card-forgot-password-icon {
  width: 100%;
  max-width: 181px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-confirm-email-icon {
  max-width: 180px;
  margin-bottom: 22px;
}

.image.feature-icon {
  width: 27px;
  max-height: 27px;
  min-height: 27px;
  min-width: 27px;
  margin-right: 15px;
  border-radius: 9px;
}

.image.demo-company {
  margin-right: 20px;
}

.image.demo-company.google {
  max-width: 92px;
}

.image.demo-company.facebook {
  max-width: 116px;
}

.image.demo-company.youtube {
  max-width: 111px;
}

.image.landing-page-hero-company {
  margin-right: 30px;
  margin-bottom: 30px;
}

.image.not-found {
  margin-bottom: 42px;
}

.image.card-protected-page-icon {
  max-width: 181px;
  margin-bottom: 32px;
}

.image.style-guide-icon {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 20px;
}

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

.image.varekunder {
  border-radius: 50px;
}

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

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

.order-item-price {
  color: #0b0a33;
  font-weight: 600;
}

.order-item-result {
  color: #0b0a33;
  font-weight: 600;
}

.apple-pay {
  height: 56px;
  border-radius: 100000000px;
}

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

.order-summary-subtotal {
  margin-left: 10px;
  color: #0b0a33;
  font-weight: 500;
}

.order-summary-total {
  margin-left: 10px;
  color: #0b0a33;
  font-size: 20px;
}

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

.paypal {
  margin-bottom: 15px;
}

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

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

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #0b0a33;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.cart-button:hover {
  color: #4457ff;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #4457ff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.cart-container {
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(20, 20, 43, 0.04);
}

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

.licenses-link-image-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #0b0a33;
}

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

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

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

.container-medium-750px.home-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1246px;
  margin-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 68%;
  border-bottom: 250px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.home-hero.home {
  min-height: 85%;
}

.bg.home-features {
  width: 69%;
  min-height: 67%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, -15deg);
  -ms-transform: skew(0deg, -15deg);
  transform: skew(0deg, -15deg);
}

.bg.skew-top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 100px solid transparent;
  border-left: 100vw solid #fff;
}

.bg.skew-top._150px {
  border-bottom-width: 150px;
}

.bg.skew-bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #fff;
}

.bg.skew-bottom._120px {
  border-top-width: 120px;
}

.bg.skew-bottom.cta-v4 {
  padding-bottom: 143px;
}

.bg.skew-bottom.blog-v2-newsletter {
  padding-bottom: 257px;
}

.bg.home-integrations {
  width: 69%;
  min-height: 127%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.home-teams {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 65%;
  border-top: 232px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.home-testimonials {
  width: 69%;
  min-height: 123%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.faqs {
  width: 58%;
  min-height: 110%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.home-hero-v3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 33%;
  background-color: #f3f5ff;
}

.bg.card-testimonials-v3-image-filter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #4457ff;
  opacity: 0.56;
}

.bg.faqs-v2 {
  width: 90%;
  min-height: 110%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.about-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 63%;
  border-bottom: 250px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.story {
  width: 69%;
  min-height: 60%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}

.bg.about-team {
  width: 69%;
  min-height: 115%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}

.bg.blog-v1-hero {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 67%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.blog-v3-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  min-height: 50%;
  border-bottom: 100px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.blog-post {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 25%;
  border-bottom: 140px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.analytics-v1-images {
  top: -40px;
  width: 75%;
  min-height: 115%;
  border-radius: 30px;
  background-color: #f3f5ff;
}

.bg.reports-v1-images {
  top: -40px;
  width: 75%;
  min-height: 115%;
  border-radius: 30px;
  background-color: #f3f5ff;
}

.bg.integrations-v1-images {
  top: -40px;
  width: 75%;
  min-height: 115%;
  border-radius: 30px;
  background-color: #f3f5ff;
}

.bg.pricing {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 705px;
  border-bottom: 100px solid #fff;
  border-left: 100vw solid #f3f5ff;
}

.bg.plan {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 85%;
  border-bottom: 100px solid #fff;
  border-left: 100vw solid #f3f5ff;
}

.bg.contact-offices {
  width: 69%;
  min-height: 125%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.integrations-hero-skew {
  width: 76%;
  min-height: 72%;
  border-radius: 21px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}

.bg.integrations-hero-1 {
  top: -8px;
  right: 7px;
}

.bg.integrations-hero-2 {
  left: -6px;
  bottom: 26px;
}

.bg.integration-about {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 76%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.job-post {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 1113px;
  border-top: 113px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.help-center-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 63px;
  background-color: #f3f5ff;
}

.bg.help-center-hero.contact {
  bottom: 0px;
}

.bg.help-center-hero.white {
  background-color: #fff;
}

.bg.help-center-categories {
  width: 69%;
  min-height: 110%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.bg.help-center-category {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 61%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.help-center-article {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 70%;
  border-top: 100px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.sign-in {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #f3f5ff;
}

.bg.sign-up {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-color: #f3f5ff;
}

.bg.utility-page {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 80%;
  border-top: 234px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.demo {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 53%;
  background-color: #f3f5ff;
}

.bg.landing-page-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 60%;
  border-bottom: 100px solid transparent;
  border-left: 100vw solid #f3f5ff;
}

.bg.card-protected-page {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 65%;
  border-top: 233px solid transparent;
  border-right: 100vw solid #f3f5ff;
}

.bg.pricing-category {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 705px;
  border-bottom: 100px solid #fff;
  border-left: 100vw solid #f3f5ff;
}

.home-hero-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-primary-arrow {
  margin-left: 12px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-primary-arrow.small {
  margin-left: 8px;
}

.button-primary-arrow.form-button-arrow {
  position: absolute;
  right: 35px;
  margin-left: 0px;
  color: #fff;
  line-height: 1.111em;
}

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

.container-medium-634px.home-features {
  margin-bottom: 58px;
  text-align: center;
}

.container-medium-634px.home-features-v3 {
  margin-bottom: 50px;
  text-align: center;
}

.container-medium-634px.terms-conditions-hero {
  text-align: center;
}

.home-features-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc.home-features {
  margin-top: 55px;
}

.flex-vc.home-teams {
  margin-top: 90px;
}

.flex-vc.faqs {
  margin-top: 108px;
}

.flex-vc.testimonials-v2 {
  margin-top: 64px;
}

.flex-vc.home-features-v3 {
  margin-top: 70px;
}

.flex-vc.home-v3-blog {
  margin-top: 55px;
}

.flex-vc.faqs-v2 {
  position: relative;
  z-index: 1;
  margin-top: 130px;
}

.flex-vc.pricing {
  margin-top: 54px;
}

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

._2-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 14px 24px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  color: #4457ff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

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

.badge.top-left {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
}

.badge.top-left.shadow {
  background-color: #ff5f85;
  box-shadow: 0 4px 8px 0 rgba(11, 10, 51, 0.1);
  color: #fff;
}

.home-perks-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 103px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.home-perks-content-top-grid {
  max-width: 455px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-perks-content-top-perk-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-perks-content-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-perks-content-bottom-perk-number {
  font-size: 52px;
  line-height: 1.231em;
  font-weight: 700;
}

.card-home-perks-content-bottom-perk-number._1 {
  color: #596aff;
}

.card-home-perks-content-bottom-perk-number._2 {
  color: #ff5f85;
}

.card-home-perks-content-bottom-perk-text {
  margin-top: -5px;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.home-integrations {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}

.content-top.home-testimonials {
  position: relative;
  z-index: 1;
  margin-bottom: 126px;
}

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

.content-top.integrations-v3 {
  margin-bottom: 48px;
}

.content-top.testimonials-v3 {
  margin-bottom: 24px;
}

.content-top.values {
  margin-bottom: 38px;
}

.content-top.about-offices {
  margin-bottom: 57px;
}

.content-top.blog-v1-hero {
  margin-bottom: 35px;
}

.content-top.blog-v1 {
  margin-bottom: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-v2-hero {
  margin-bottom: 61px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-v2 {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-v3 {
  margin-bottom: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.latest-posts {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.contact-offices {
  margin-bottom: 89px;
}

.content-top.integrations {
  margin-bottom: 49px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.more-integrations {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.more-jobs {
  margin-bottom: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.help-center-more-categories {
  margin-bottom: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.integrations-category {
  margin-bottom: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-category {
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.team-articles {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-integrations-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integrations-slider-v1 {
  z-index: 1;
  height: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.integrations-slider-v1-mask {
  overflow: visible;
  max-width: 382px;
}

.integration-slide-v1 {
  margin-right: 34px;
}

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

.container-small-558px.home-teams {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  text-align: center;
}

.container-small-558px.home-v3-blog {
  margin-bottom: 50px;
  text-align: center;
}

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

.container-large-1094px.home-teams {
  position: relative;
  z-index: 1;
}

.card-integration-v1-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4457ff;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.link-arrow:hover {
  color: #4457ff;
}

.link-arrow.card-blog-v1-post {
  margin-bottom: 15px;
}

.link-arrow.card-post-item-v2 {
  margin-top: auto;
}

.link-arrow.card-job-opening-item {
  margin-top: auto;
}

.link-arrow.card-help-center-category {
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-arrow-text {
  margin-right: 12px;
}

.link-arrow-icon {
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.card-integration-v1-item-category {
  font-size: 20px;
  line-height: 1.1em;
}

.card-home-teams-left-icon {
  width: 73px;
  max-height: 73px;
  min-height: 73px;
  min-width: 73px;
  margin-bottom: 40px;
  border-radius: 17px;
}

.home-teams-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1.5px solid #d9dbe9;
}

.home-teams-tab-link {
  top: -1.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid transparent;
  background-color: transparent;
  opacity: 0.4;
}

.home-teams-tab-link.w--current {
  border-top-color: #4457ff;
  background-color: transparent;
  opacity: 1;
}

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

.home-testimonials-grid {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-testimonial-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-home-testimonial-rol {
  color: #4457ff;
  font-size: 20px;
  line-height: 1.1em;
}

.blog-v2-featured-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container-small-597px.faqs {
  position: relative;
  z-index: 1;
  margin-bottom: 76px;
  text-align: center;
}

.container-small-597px.testimonials-v2 {
  margin-bottom: 40px;
  text-align: center;
}

.container-small-597px.about-team {
  margin-bottom: 116px;
  text-align: center;
}

.faqs-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 39px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.card-faq-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-right: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #4457ff;
}

.card-faq-content-bottom {
  margin-left: 61px;
}

.space.card-faq {
  min-height: 8px;
}

.space.card-faq-v2 {
  min-height: 8px;
}

.space.feature-v3 {
  min-width: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.card-faq-icon-1 {
  position: absolute;
  width: 23px;
  min-height: 2px;
  border-radius: 1000000px;
  background-color: #fff;
}

.card-faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 23px;
  border-radius: 1000000px;
  background-color: #fff;
}

.faqs-main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
  margin-top: 36px;
  padding-right: 79px;
  padding-bottom: 40px;
  padding-left: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4457ff;
}

.card-blog-v2-featured-content {
  padding: 45px 45px 72px;
}

.card-blog-v2-featured-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v2-featured-category {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 100000px;
  background-color: #f3f5ff;
  color: #4457ff;
  line-height: 1.111em;
  text-align: center;
}

.card-blog-v2-featured-date {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.blog-v2-sidebar-featured-grid {
  display: -ms-grid;
  display: grid;
  min-height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-v2-sidebar-featured-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-decoration: none;
}

.blog-v2-sidebar-featured-item-wrapper:hover {
  color: #7a7d9c;
}

.blog-v2-sidebar-featured-item-content {
  width: 100%;
  max-width: 243px;
}

.blog-v2-sidebar-featured-item-date {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.1em;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9dbe9;
}

.footer-main-content {
  max-width: 439px;
  margin-right: 40px;
}

.footer-field-label {
  margin-bottom: 30px;
}

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

.footer-menu-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 642px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-small-print {
  max-width: 55%;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  line-height: 1.6em;
  font-weight: 600;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-media-wrapper.social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-media-wrapper.social.kontakt {
  margin-right: -18px;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-right: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(11, 10, 51, 0.03), 0 2px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.social-media-link:hover {
  box-shadow: 0 8px 4px 0 rgba(11, 10, 51, 0.03), 0 8px 14px 0 rgba(68, 87, 255, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.empty-state {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.04);
  color: #0b0a33;
  font-weight: 600;
  text-align: center;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.footer-menu-wrapper.pages {
  width: 100%;
  max-width: 382px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #4457ff;
}

.cart-button-parentheses {
  color: #4457ff;
  font-weight: 700;
}

.dropdown-nav-item {
  margin-bottom: 26px;
  line-height: 1.111em;
}

.nav-link-dropdown {
  display: block;
  line-height: 1em;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-arrow {
  display: block;
  margin-left: 8px;
  font-family: 'Icons Saas X Template', sans-serif;
  color: #4457ff;
  font-size: 8px;
  line-height: 1em;
  font-weight: 400;
}

.dropdown-arrow.white {
  color: #fff;
}

.dropdown-list {
  left: -485px;
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-nav {
  margin-right: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

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

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 14px 42px 0 rgba(32, 36, 138, 0.09);
}

.dropdown-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #7a7d9c;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  color: #4457ff;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #4457ff;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.success-message.light {
  background-color: #f3f5ff;
  color: #0b0a33;
}

.error-message {
  padding: 20px;
  border-radius: 20px;
  background-color: #ff5f5f;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.error-message.protected-page {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form-button-arrow-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.form-button-arrow-wrapper:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.form-button-arrow-main-wrapper {
  display: inline-block;
}

.form-button-arrow-main-wrapper.cta-v2-form-button {
  position: absolute;
  right: 12px;
}

.form-button-arrow-main-wrapper.cta-v3-form-button {
  position: absolute;
  right: 12px;
}

.form-button-arrow-main-wrapper.newsletter-form-button {
  position: absolute;
  right: 14px;
}

.form-button-arrow-main-wrapper.blog-v3-hero-form-button {
  position: absolute;
  right: 10px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(4, 3, 17, 0.9);
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #d9dbe9;
}

.integrations-slider-right-arrow {
  right: -58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 31px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.integrations-slider-right-arrow:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.integrations-slider-left-arrow {
  left: -58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 31px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.integrations-slider-left-arrow:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.blog-v2-sidebar-featured-collection-list-wrapper {
  max-width: 569px;
  margin-left: auto;
}

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

.input-wrapper {
  max-width: 100%;
}

.home-hero-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-small-589px.home-teams-v2 {
  margin-bottom: 54px;
  text-align: center;
}

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

.cta-v2-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 124px 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4457ff;
}

.cta-v2-form-block {
  width: 100%;
  max-width: 544px;
  margin-bottom: 0px;
}

.cta-v2-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v2-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-small-569px.integrations-v2 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-bottom: 40px;
  text-align: center;
}

.testimonials-v2-slider {
  height: 100%;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
}

.testimonials-v2-slide-left-arrow {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 1000000px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 1px 3px 0 rgba(68, 87, 255, 0.02), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  color: #4457ff;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
}

.testimonials-v2-slide-left-arrow:hover {
  box-shadow: 0 1px 1px 0 rgba(11, 10, 51, 0.01), 0 1px 1px 0 rgba(68, 87, 255, 0.02), 0 1px 1px 0 rgba(68, 87, 255, 0.06);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonials-v2-slide-right-arrow {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 1000000px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 1px 3px 0 rgba(68, 87, 255, 0.02), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  color: #4457ff;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
}

.testimonials-v2-slide-right-arrow:hover {
  box-shadow: 0 1px 1px 0 rgba(11, 10, 51, 0.01), 0 1px 1px 0 rgba(68, 87, 255, 0.02), 0 1px 1px 0 rgba(68, 87, 255, 0.06);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

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

.card-testimonial-v2-content {
  max-width: 100%;
  min-width: 447px;
  padding: 93px 100px;
}

.card-testimonial-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-blog-v1-post-content {
  padding: 48px 37px 44px;
}

.card-testimonial-v2-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v1-post-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v1-post-date {
  margin-right: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.1em;
}

.card-blog-v1-post-category {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 14px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  color: #3e395f;
  line-height: 1.111em;
}

.card-testimonial-v2-content-author-text-wrapper {
  text-align: center;
}

.card-testimonial-v2-content-author-rol {
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.cta-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
  margin-top: 46px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4457ff;
}

.cta-v3-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.cta-v3-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.ratings-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-perks-v2-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 103px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-v2-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v4-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 110px 54px 136px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4457ff;
}

.cta-v4-button-primary-text {
  margin-right: 27px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
}

.cta-v4-button-secondary-text {
  margin-right: 27px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
}

.cta-v4-button-arrow {
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.home-perks-v2-content-top-features-grid {
  margin-bottom: 48px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-perks-v2-content-bottom-features-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-perks-v2-content-top-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-v2-content-top-feature-text {
  color: #0b0a33;
  font-weight: 700;
}

.home-perks-v2-content-bottom-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-perks-v2-content-bottom-feature-text {
  color: #3e395f;
  font-weight: 700;
}

.home-features-v3-grid {
  grid-column-gap: 72px;
  grid-row-gap: 89px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-feature-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-feature-v3-content {
  width: 100%;
  max-width: 268px;
  min-width: 206px;
}

.integrations-v3-slider {
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.integrations-v3-mask {
  overflow: visible;
  max-width: 373px;
}

.integration-v3-slide {
  margin-right: 38px;
}

.card-integration-v3-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-teams-v2-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.home-teams-v2-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 22px 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 1000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #4457ff;
  line-height: 1.111em;
}

.home-teams-v2-tab-link:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
}

.home-teams-v2-tab-link.w--current {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
}

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

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

.card-testimonials-v3-content {
  max-width: 435px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-testimonials-v3-video-button {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 102px;
  max-height: 102px;
  min-height: 102px;
  min-width: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 5px 36px 0 rgba(11, 10, 51, 0.07);
}

.card-testimonials-v3-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-testimonials-v3-rol {
  color: #4457ff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.home-v3-blog-slider {
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.home-v3-blog-mask {
  overflow: visible;
  max-width: 382px;
}

.home-v3-blog-slide {
  margin-right: 26px;
}

.card-post-item-v2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 51px 14px 49px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-post-item-v2-date {
  margin-bottom: 20px;
  line-height: 1.111em;
}

.home-v3-blog-slider-left-arrow {
  left: -58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #4457ff;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 31px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home-v3-blog-slider-left-arrow:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.home-v3-blog-slider-right-arrow {
  right: -58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 82px;
  max-height: 82px;
  min-height: 82px;
  min-width: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000000px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 31px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home-v3-blog-slider-right-arrow:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

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

.container-small-394px.faqs-v2 {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
  text-align: center;
}

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

.faqs-v2-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-v2-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-v2-content-bottom {
  max-width: 551px;
}

.card-faq-v2-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  max-height: 44px;
  min-height: 44px;
  min-width: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #4457ff;
}

.card-faq-v2-icon-1 {
  position: absolute;
  width: 22px;
  min-height: 2px;
  border-radius: 100000000px;
  background-color: #fff;
}

.card-faq-v2-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 22px;
  border-radius: 100000000px;
  background-color: #fff;
}

.home-hero-v3-update-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding: 8px 34px 8px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000000000000px;
  background-color: #f3f5ff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-v3-update-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #4457ff;
}

.home-hero-v3-update-link-badge {
  margin-right: 19px;
  padding: 10px 20px;
  border-radius: 10000000px;
  background-color: #4457ff;
  color: #fff;
  font-size: 14px;
  line-height: 1.143em;
}

.home-hero-v3-update-link-text {
  margin-right: 11px;
}

.home-hero-v3-update-link-arrow {
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.container-medium-658px.about-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  text-align: center;
}

.container-medium-658px.help-center-hero {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero-achievements-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-images-grid {
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-hero-achievement-wrapper {
  width: 100%;
  max-width: 257px;
  min-width: 226px;
  text-align: center;
}

.large-number {
  color: #0b0a33;
  font-size: 56px;
  line-height: 1.071em;
  font-weight: 700;
}

.large-number.about-hero-achievement {
  margin-bottom: 24px;
}

.text-accent-primary-1 {
  color: #4457ff;
}

.text-accent-secondary-2 {
  color: #ff5f85;
}

.text-accent-secondary-1 {
  color: #596aff;
}

.text-accent-secondary-3 {
  color: #ffc147;
}

.story-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-content-top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.story-content-top.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.story-content-bottom {
  position: relative;
  z-index: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.values-grid {
  grid-column-gap: 37px;
  grid-row-gap: 38px;
}

.about-team-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-team-item-rol {
  font-size: 22px;
  line-height: 1.091em;
}

.card-team-item-name-wrapper {
  margin-bottom: 32px;
  color: #7a7d9c;
  text-decoration: none;
}

.card-team-item-name-wrapper:hover {
  color: #7a7d9c;
}

.card-team-item-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-offices-grid {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 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;
}

.card-about-office-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-about-office-links-grid {
  margin-bottom: 34px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-office-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  line-height: 1.111em;
  text-decoration: none;
}

.blog-v1-hero-content-top {
  margin-bottom: 120px;
}

.post-featured-item-v1-content {
  max-width: 510px;
  padding: 51px 44px 51px 46px;
}

.post-featured-item-v1-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-item-v1-category {
  padding: 12px 20px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  color: #4457ff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.post-featured-item-v1-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-featured-item-v1-author-name {
  margin-bottom: 6px;
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

.post-featured-item-v1-date {
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
}

.blog-v1-hero-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  margin-right: 24px;
}

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

.category-button {
  margin-bottom: 20px;
  padding: 18px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 1000000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.category-button:hover {
  border-color: #4457ff;
  background-color: #4457ff;
  color: #fff;
}

.category-button.w--current {
  border-color: #4457ff;
  background-color: #4457ff;
  color: #fff;
  font-weight: 700;
}

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

.blog-v2-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 114px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4457ff;
}

.newsletter-form-block {
  width: 100%;
  max-width: 548px;
  margin-bottom: 0px;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-medium-700px.blog-v3-hero {
  position: relative;
  z-index: 1;
  margin-bottom: 98px;
  text-align: center;
}

.blog-v3-hero-featured-grid {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.blog-v3-hero-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-content {
  max-width: 510px;
  padding: 51px 44px 51px 46px;
}

.card-blog-v3-featured-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-category {
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 100000000px;
  background-color: #f3f5ff;
  color: #4457ff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
}

.card-blog-v3-featured-author-name {
  margin-bottom: 6px;
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-date {
  font-size: 16px;
  line-height: 1.125em;
}

.blog-v3-featured-bottom-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-blog-v3-featured-bottom-content {
  padding: 40px 40px 32px;
}

.card-blog-v3-featured-bottom-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-bottom-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-blog-v3-featured-bottom-category {
  padding: 12px 20px;
  border-radius: 1000000000px;
  background-color: #f3f5ff;
  color: #4457ff;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-bottom-author-name {
  margin-bottom: 6px;
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

.card-blog-v3-featured-bottom-date {
  font-size: 16px;
  line-height: 1.125em;
}

.card-blog-v3-post-content {
  padding: 41px 34px 66px;
}

.card-blog-v3-post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.111em;
}

.card-blog-v3-post-content-top-divider {
  width: 24px;
  min-height: 1px;
  margin-right: 26px;
  margin-left: 26px;
  background-color: #b1b3cb;
}

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

.container-large-1026px.blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  text-align: center;
}

.container-medium-918px {
  position: relative;
  z-index: 1;
  max-width: 918px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

.blog-post-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text h2 {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text p {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text ol {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

.rich-text h3 {
  max-width: 792px;
  margin: 48px auto 24px;
}

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

.rich-text figure {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text h4 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text ul {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

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

.rich-text h5 {
  max-width: 792px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 792px;
  margin: 48px auto 16px;
}

.blog-post-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-decoration: none;
}

.blog-post-author-wrapper:hover {
  color: #7a7d9c;
}

.card-author-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-author-rol {
  color: #4457ff;
  line-height: 1.111em;
}

.blog-post-date {
  font-size: 20px;
  line-height: 1.1em;
}

.card-author-content-bottom {
  color: #7a7d9c;
  text-decoration: none;
}

.card-author-content-bottom:hover {
  color: #7a7d9c;
}

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

.container-medium-610px.features-hero {
  margin-bottom: 47px;
  text-align: center;
}

.features-navigation-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-bottom: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 22px 44px 22px 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000000px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(11, 10, 51, 0.01), 0 1px 3px 0 rgba(68, 87, 255, 0.02), 0 4px 11px 0 rgba(68, 87, 255, 0.06);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  line-height: 1.111em;
  text-decoration: none;
}

.features-navigation-button:hover {
  border-color: #4457ff;
  background-color: #4457ff;
  box-shadow: none;
  color: #fff;
}

.features-navigation-button.w--current {
  border-color: #4457ff;
  background-color: #4457ff;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}

.features-navigation-button-icon {
  margin-right: 14px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 21px;
  line-height: 1em;
  font-weight: 400;
}

.features-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 108px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-v1-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reports-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 108px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integrations-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 117px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-small-532px.feature-v2 {
  margin-bottom: 40px;
  text-align: center;
}

.feature-v2-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.feature-v3-grid-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-v3-grid-feature-text {
  color: #0b0a33;
  line-height: 1.4em;
  font-weight: 700;
}

.analytics-v3-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 486px;
  padding-top: 73px;
}

.reports-v3-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 459px;
  padding-bottom: 57px;
}

.integrations-v3-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-medium-600px.pricing {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  text-align: center;
}

.container-medium-600px.plans-comparison {
  margin-bottom: 64px;
  text-align: center;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
}

.card-plan-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-content-bottom-button-wrapper {
  margin-top: auto;
  margin-bottom: 15px;
}

.card-plan-features-grid {
  margin-bottom: 50px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 12px;
  border-radius: 9px;
}

.plan-feature-text {
  color: #3e395f;
  line-height: 1.111em;
  font-weight: 700;
}

.plan-feature-text.popular {
  color: #fff;
}

.card-plan-message {
  text-align: center;
}

.card-plans-comparison-titles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #d9dbe9;
  background-color: #fff;
}

.card-plans-comparison-grid {
  width: 100%;
  max-width: 72%;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plans-comparison-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dbe9;
}

.card-plans-comparison-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 286px;
  min-height: 95px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-plans-comparison-box.popular {
  background-color: #f3f5ff;
}

.card-plans-comparison-box.large {
  min-height: 130px;
}

.card-plans-comparison-box.buttons {
  min-height: 130px;
}

.card-plans-comparison-row-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plans-comparison-row-feature-dot {
  width: 8px;
  max-height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-right: 10px;
  border-radius: 100000000px;
  background-color: #4457ff;
}

.card-plans-comparison-row-feature-text {
  line-height: 1.111em;
}

.card-plans-comparison-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-features-grid {
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-upgrade-plan-content-top {
  margin-bottom: 33px;
}

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

.select-wrapper {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 10000000px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.select-wrapper:hover {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.select-wrapper:focus {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.select-wrapper::-webkit-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper:-ms-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper::-ms-input-placeholder {
  color: #7a7d9c;
}

.select-wrapper::placeholder {
  color: #7a7d9c;
}

.select-wrapper.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.select {
  min-height: 73px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #7a7d9c;
  font-size: 18px;
  line-height: 1.111em;
}

.select:focus {
  color: #0b0a33;
}

.select::-webkit-input-placeholder {
  color: #7a7d9c;
}

.select:-ms-input-placeholder {
  color: #7a7d9c;
}

.select::-ms-input-placeholder {
  color: #7a7d9c;
}

.select::placeholder {
  color: #7a7d9c;
}

.add-cart-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-cart-option-list {
  margin-bottom: 35px;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

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

.container-small-551px.plan-perks {
  margin-bottom: 50px;
  text-align: center;
}

.container-small-551px.contact-more-links {
  margin-bottom: 31px;
  text-align: center;
}

.plan-perks-grid {
  grid-column-gap: 37px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-content-top {
  margin-bottom: 101px;
}

.contact-links-grid {
  justify-items: start;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 159px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 28px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(27, 25, 121, 0.05);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  color: #0b0a33;
  font-size: 18px;
  line-height: 1.111em;
}

.text-area:hover {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
}

.text-area:focus {
  border-color: #4457ff;
  box-shadow: 0 0 0 0 rgba(27, 25, 121, 0.05);
  color: #0b0a33;
}

.text-area::-webkit-input-placeholder {
  color: #7a7d9c;
}

.text-area:-ms-input-placeholder {
  color: #7a7d9c;
}

.text-area::-ms-input-placeholder {
  color: #7a7d9c;
}

.text-area::placeholder {
  color: #7a7d9c;
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b0a33;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.contact-more-links-grid {
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-offices-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integrations-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1147px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.integration-hero-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-medium-925px.integration-about {
  position: relative;
  z-index: 1;
}

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

.integration-about-tabs-menu {
  margin-right: -24px;
  margin-bottom: 46px;
  text-align: center;
}

.integration-about-tab-link {
  margin-right: 24px;
  padding: 20px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 100000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.integration-about-tab-link:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
}

.integration-about-tab-link.w--current {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
  font-weight: 700;
}

.card-integration-about-content-bottom {
  margin-top: 24px;
}

.rich-text-v2 h2 {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-v2 p {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-v2 ol {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 30px;
}

.rich-text-v2 h3 {
  max-width: 792px;
  margin: 48px auto 24px;
}

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

.rich-text-v2 figure {
  margin-top: 64px;
  margin-bottom: 48px;
}

.rich-text-v2 h4 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text-v2 ul {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 30px;
}

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

.rich-text-v2 h5 {
  max-width: 792px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-v2 h6 {
  max-width: 792px;
  margin: 48px auto 16px;
}

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

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

.container-medium-683px.careers-perks {
  position: relative;
  z-index: 1;
  margin-bottom: 99px;
  text-align: center;
}

.job-openings-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-job-opening-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-medium-797px {
  max-width: 797px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.container-medium-797px.job-post {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.container-medium-942px {
  position: relative;
  z-index: 1;
  max-width: 942px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.job-post-tabs-menu {
  margin-right: -24px;
  margin-bottom: 50px;
  text-align: center;
}

.job-post-tab-link {
  margin-right: 24px;
  padding: 20px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 100000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
}

.job-post-tab-link:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
}

.job-post-tab-link.w--current {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
  font-weight: 700;
}

.card-job-post-bottom {
  margin-top: 16px;
}

.help-center-categories-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-center-categories-collection-list-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-center-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-help-center-category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 278px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-center-hero-images-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backlink-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.backlink-wrapper.help-center-article {
  margin-bottom: 67px;
}

.help-center-category-content-top {
  max-width: 611px;
  margin-right: auto;
  margin-bottom: 63px;
  margin-left: auto;
  text-align: center;
}

.help-center-category-content-bottom {
  max-width: 463px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.help-center-articles-collection-list-wrapper {
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
}

.help-center-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4457ff;
  line-height: 1.111em;
  font-weight: 700;
  text-decoration: none;
}

.backlink:hover {
  color: #4457ff;
}

.backlink-arrow-icon {
  margin-right: 12px;
  font-family: 'Icons Saas X Template', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.card-help-center-article-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-help-center-article-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-help-center-article-author-name {
  margin-bottom: 8px;
  color: #0b0a33;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card-help-center-article-date {
  font-size: 16px;
  line-height: 1.125em;
}

.more-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-739px {
  max-width: 739px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.container-medium-739px.help-center-article {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-large-1042px {
  position: relative;
  z-index: 1;
  max-width: 1042px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.help-center-article-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7d9c;
  text-align: left;
  text-decoration: none;
}

.help-center-article-author-link:hover {
  color: #7a7d9c;
}

.help-center-article-author-name {
  margin-bottom: 6px;
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

.help-center-article-date {
  font-size: 16px;
  line-height: 1.125em;
}

.header-utility-page {
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9dbe9;
  background-color: transparent;
}

.footer-utility-page {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d9dbe9;
}

.footer-utility-page-logo-container {
  margin-right: 40px;
  margin-bottom: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-utility-page-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.header-utility-page-brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header-utility-page-brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-utility-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-utility-page-small-print {
  margin-bottom: 20px;
  line-height: 1.6em;
}

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

.sign-in-title-wrapper {
  margin-bottom: 40px;
}

.sign-in-form-block {
  min-height: 349px;
  margin-bottom: 24px;
}

.sign-in-links-wrapper {
  text-align: center;
}

.sign-in-divider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-top: 40px;
  margin-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-in-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-decoration-none {
  text-decoration: none;
}

.sign-in-links-text {
  margin-bottom: 8px;
}

.sign-in-divider-text {
  position: absolute;
  z-index: 1;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #fff;
}

.social-media-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.sign-up-title-wrapper {
  margin-bottom: 40px;
}

.sign-up-form-block {
  min-height: 391px;
}

.sign-up-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sign-up-link-text {
  margin-top: 40px;
  text-align: center;
}

.sign-up-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 0px;
  margin-right: 13px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.checkbox:hover {
  border-color: #4457ff;
}

.checkbox.w--redirected-checked {
  margin-top: 0px;
  margin-right: 13px;
  margin-left: 0px;
  border-color: #4457ff;
  background-color: #4457ff;
  background-size: auto;
}

.checkbox.w--redirected-focus {
  margin-top: 0px;
  margin-right: 13px;
  margin-left: 0px;
  border-color: #4457ff;
  box-shadow: none;
}

.sign-up-checkbox-label {
  color: #7a7d9c;
}

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

.container-medium-708px.forgot-password {
  position: relative;
  z-index: 1;
}

.container-medium-708px.reset-password {
  position: relative;
  z-index: 1;
}

.container-medium-708px.confirm-email {
  position: relative;
  z-index: 1;
}

.card-forgot-password-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-forgot-password-content-top {
  max-width: 470px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  text-align: center;
}

.forgot-password-form-block {
  margin-bottom: 32px;
}

.forgot-password-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.forgot-password-text-link {
  margin-top: auto;
  text-align: center;
}

.card-reset-password-icon {
  max-width: 185px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}

.card-reset-password-content-top {
  margin-bottom: 32px;
  text-align: center;
}

.card-reset-password-form-block {
  min-height: 349px;
  margin-bottom: 32px;
}

.card-reset-password-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-reset-password-text-bottom {
  text-align: center;
}

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

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

.terms-conditions-right {
  max-width: 690px;
}

.terms-conditions-button {
  margin-bottom: 20px;
  padding: 24px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dbe9;
  border-radius: 100000000px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #7a7d9c;
  line-height: 1.111em;
  text-align: center;
}

.terms-conditions-button:hover {
  border-color: #f3f5ff;
  background-color: #f3f5ff;
  color: #4457ff;
}

.terms-conditions-button.w--current {
  border-color: #4457ff;
  background-color: #4457ff;
  color: #fff;
  font-weight: 700;
}

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

.demo-features-grid {
  grid-row-gap: 21px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  color: #0b0a33;
  line-height: 1.111em;
  font-weight: 700;
}

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

.demo-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 499px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.demo-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 37px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.landing-page-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 102px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-page-hero-content-bottom {
  max-width: 1072px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-page-hero-companies-text {
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 1.083em;
}

.landing-page-hero-companies-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-page-hero-companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -30px;
  margin-bottom: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-page-hero-grid {
  grid-row-gap: 21px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rich-text-figure h2 {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-figure p {
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text-figure ol {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

.rich-text-figure h3 {
  max-width: 792px;
  margin: 48px auto 24px;
}

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

.rich-text-figure h4 {
  max-width: 792px;
  margin: 48px auto 24px;
}

.rich-text-figure ul {
  max-width: 792px;
  margin: 32px auto 48px;
  padding-left: 60px;
}

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

.rich-text-figure h5 {
  max-width: 792px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-figure h6 {
  max-width: 792px;
  margin: 48px auto 16px;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title-wrapper.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.integrations-category {
  margin-bottom: 28px;
}

.category-title-wrapper.blog-category {
  margin-bottom: 28px;
}

.team-page-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-page-content-bottom {
  max-width: 958px;
  margin-right: auto;
  margin-left: auto;
}

.card-team-page-content {
  max-width: 526px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-team-page-rol {
  margin-bottom: 20px;
}

.card-team-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-team-page-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-bottom: -18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-team-page-content-top {
  margin-bottom: 30px;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #d9dbe9;
}

.cart-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-subtotal {
  color: #0b0a33;
  font-size: 20px;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.remove-button {
  text-decoration: none;
}

.home-teams-tab-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-pages-cointainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.image-home-link {
  width: 100%;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.grid-2-columns.home-pages {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-2-columns.home-pages-container {
  margin-top: 32px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 33px;
  grid-row-gap: 48px;
}

.figma-logo {
  margin-bottom: 10px;
  border-radius: 140px;
  box-shadow: 0 2px 12px 0 rgba(11, 10, 51, 0.08);
}

.home-page-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 20px;
  box-shadow: 0 6px 9px 0 rgba(27, 25, 121, 0.05);
}

.bold-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

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

.bold-text.blue {
  color: #0012af;
  font-size: 40px;
}

.form-error {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.form-error.red {
  border-color: #ff4876;
  background-color: rgba(255, 72, 118, 0.1);
  color: #ff4876;
}

.contact-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper {
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.center {
  margin-bottom: -31px;
  text-align: center;
}

.wrapper.center.hoved11.hoved12 {
  margin-top: 34px;
  margin-bottom: -67px;
}

.wrapper.center.hoved11.hoved12.hoved17.hoved212 {
  height: 80px;
  margin-top: 40px;
  margin-bottom: auto;
  padding-bottom: 0px;
}

.field-label-2 {
  display: block;
  margin-top: 30px;
  margin-left: 5px;
  padding-left: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.25px;
}

.field-label-2.bestill-form {
  margin-top: 20px;
  margin-bottom: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.field-label-2.bestill-form.bestilling {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.heading-accent-2 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-accent-2.bestill {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0044e2;
  font-size: 25px;
  line-height: 40px;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.link-4 {
  color: #0012af;
  text-decoration: none;
}

.form-success {
  padding-left: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: left;
}

.form-success.center {
  padding-right: 0px;
  font-size: 16px;
  text-align: center;
}

.input-2 {
  height: 50px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 17px;
  line-height: 30px;
}

.input-2.contact-input {
  position: relative;
  right: auto;
  bottom: auto;
  height: 55px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-color: #d3d5da;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 10px 3px rgba(27, 25, 121, 0.05);
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  font-family: Asap, sans-serif;
  color: #33363c;
  font-weight: 400;
}

.input-2.contact-input:hover {
  border-color: #4457ff;
}

.input-2.contact-input.lf {
  width: 425px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.input-2.contact-input {
  position: relative;
  right: -2px;
  bottom: -2px;
  width: 500px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-2.contact-input.mail {
  right: 0px;
  bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

.bold-text-5 {
  color: #0044e2;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.25px;
}

.bold-text-5.hoved205 {
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  text-align: left;
}

.bold-text-5.hoved205.hoved207 {
  display: block;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #ff0101;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
}

.contact-window-2 {
  display: block;
  width: auto;
  max-width: 800px;
  margin: -200px auto 10px;
  padding: 50px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 50px;
  background-color: #fff;
  background-image: linear-gradient(55deg, #e8f5ff, #fff 51%);
  box-shadow: 0 0 24px 0 rgba(188, 210, 255, 0.55);
  font-family: 'Nunito Sans', sans-serif;
  color: #282b31;
}

.contact-window-2.hero {
  max-width: 570px;
  margin-top: 0px;
  background-image: none;
  box-shadow: none;
}

.contact-window-2.hero.best {
  max-width: 650px;
}

.field-label {
  margin-bottom: 0px;
  padding-left: 16px;
  float: none;
  font-family: Asap, sans-serif;
  color: #142194;
  font-weight: 400;
  text-align: left;
}

.field-label.bestill {
  margin-top: -45px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.field-label.bestill.hoved216 {
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #0044e2;
  font-size: 25px;
  line-height: 35px;
}

.field-label.bestill.hoved216 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0044e2;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  border-radius: 20%;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  border-radius: 20px;
}

.div-block-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 70px;
}

.div-block-6 {
  width: 85%;
  height: 5px;
  padding-bottom: 0px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa0000), to(#ffea00));
  background-image: linear-gradient(90deg, #fa0000, #ffea00);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.text-block-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.container {
  max-width: 1100px;
}

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

.grid-2.varekunder {
  margin-bottom: 16px;
}

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

.kunder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 10px 1px #eff0f6;
}

.kunder.featured {
  box-shadow: none;
}

.heading {
  display: block;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.kundliste {
  margin-bottom: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 600;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-footer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-logo-link {
  text-decoration: none;
}

.logo {
  display: block;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navigation-links {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.navigation-links:hover {
  color: #fff;
  text-decoration: underline;
}

.navigation-links.w--current {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

.logga {
  width: auto;
  height: 40px;
}

.featured-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-size: 20px;
  font-weight: 700;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 32px;
  padding-bottom: 29px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.bestill-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-window {
  display: block;
  width: 54%;
  margin: 60px auto 10px;
  padding: 70px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
  color: #282b31;
}

.contact-window.bestillform {
  margin-bottom: 9px;
  padding-bottom: 18px;
  background-color: #f8f9fa;
}

.contact-window.bestillform._3 {
  width: auto;
  border-radius: 50px;
  background-color: #fff;
  background-image: linear-gradient(63deg, rgba(89, 172, 255, 0.17), #fff);
}

.contact-window.bestillform._3.sub {
  background-color: rgba(255, 255, 255, 0.71);
  background-image: linear-gradient(63deg, rgba(89, 172, 255, 0.17), hsla(0, 0%, 100%, 0.65));
}

.checkbox-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-family: Asap, sans-serif;
  color: #7a7d9c;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.checkbox-label-2.sub {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
}

.gradient-button-2 {
  height: 50px;
  margin-top: -5px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.gradient-button-2:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px 0 rgba(40, 43, 49, 0.16);
}

.gradient-button-2.contact-button {
  position: static;
  left: -217px;
  top: -1px;
  bottom: -1px;
  overflow: visible;
  margin-top: 0px;
  clear: none;
}

.gradient-button-2.contact-button.bestill4 {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button-2.contact-button.bestill4.bestills {
  margin-top: 31px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
}

.gradient-button-2.contact-button.bestill4.bestills.hoved115 {
  margin-top: 20px;
}

.gradient-button-2.contact-button.bestill4.bestills.hoved115.rounded {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #07a31f;
  background-image: none;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.gradient-button-2.contact-button.bestill4.bestills.hoved115.rounded:hover {
  background-color: #00c310;
  background-image: none;
}

.contact-form-3 {
  display: block;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-menu-2 {
  border-radius: 0px;
  background-color: transparent;
}

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

.header-container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #c2d8ff #c2d8ff #00a1ff;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  border-bottom: 3px solid transparent;
  font-family: Asap, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.link:hover {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.link.color {
  color: #0b0a33;
}

.link.color:hover {
  color: #ff5f85;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 0, 0, 0);
}

.disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.brand-3 {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.link-5 {
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.link-5:hover {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.link-5.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.logo-3 {
  width: 75px;
}

.header-container-2 {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.link-6 {
  font-family: 'Nunito Sans', sans-serif;
  color: #0012af;
  font-weight: 600;
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.link-8 {
  color: #0012af;
  font-style: normal;
  text-decoration: none;
}

.lettfaktura {
  font-family: Asap, sans-serif;
  color: #4457ff;
  font-size: 35px;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-footer {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #7a7d9c;
  font-weight: 400;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: auto;
  max-width: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-37 {
  max-width: 450px;
  border-radius: 20px;
}

.left-arrow-6 {
  display: none;
}

.right-arrow-6 {
  display: none;
}

.field-label-3 {
  margin-bottom: 0px;
  padding-left: 16px;
  float: none;
  font-weight: 700;
}

.field-label-3.bestill_ok {
  margin-left: 5px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.field-label-3.bestill_ok.bestill50 {
  margin-left: 0px;
  padding-left: 0px;
}

.field-label-3.bestill_ok.bestill4 {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 3px;
}

.field-label-3.bestill_ok.bestill4.bestill52 {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
}

.field-label-3.bestill_ok.bestill4.bestill51 {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
}

.checkbox-label-4 {
  display: block;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25px;
}

.checkbox-label-4.best {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.text-span-2 {
  font-size: 16px;
  text-decoration: line-through;
}

.text-block-30 {
  color: red;
  font-weight: 800;
}

.text-span {
  color: red;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

.small-container {
  max-width: 650px;
  margin-bottom: 40px;
}

.white-bg {
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}

.checkbox-field {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.down-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-link {
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50px;
}

.down-icon {
  width: 4px;
  height: 25px;
  border-top: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
}

.villkartop {
  margin-top: 30px;
}

.link2 {
  text-decoration: none;
}

.fixed-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/geiranger123.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .button-primary.large.contact-form-button {
    line-height: 30px;
  }

  .footer {
    padding-top: 30px;
  }

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

  .section.utility-page {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.home-hero {
    padding-top: 250px;
    padding-bottom: 132px;
  }

  .section.bg-neutral-200.home-perks {
    padding-top: 274px;
    padding-bottom: 299px;
  }

  .section.bg-neutral-200.home-blog {
    padding-top: 286px;
    padding-bottom: 286px;
  }

  .section.bg-neutral-200.home-hero-v2 {
    padding-bottom: 179px;
  }

  .section.bg-neutral-200.testimonials-v2 {
    padding-top: 280px;
    padding-bottom: 290px;
    background-image: url('../images/geiranger.png');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.bg-neutral-200.home-perks-v2 {
    padding-top: 302px;
    padding-bottom: 158px;
  }

  .section.bg-neutral-200.integrations-v3 {
    padding-top: 293px;
    padding-bottom: 321px;
  }

  .section.bg-neutral-200.testimonials-v3 {
    padding-top: 275px;
    padding-bottom: 318px;
  }

  .section.bg-neutral-200.values {
    padding-top: 332px;
    padding-bottom: 321px;
  }

  .section.bg-neutral-200.blog-v2 {
    padding-top: 280px;
    padding-bottom: 160px;
  }

  .section.bg-neutral-200.blog-v2-newsletter {
    padding-bottom: 140px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 224px;
    padding-bottom: 198px;
  }

  .section.bg-neutral-200.contact-more-links {
    padding-top: 238px;
    padding-bottom: 246px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 166px;
  }

  .section.bg-neutral-200.careers-mission {
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .section.bg-neutral-200.terms-conditions-hero {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.home-integrations {
    padding-bottom: 275px;
  }

  .section.home-teams {
    padding-top: 186px;
    padding-bottom: 243px;
  }

  .section.home-testimonials {
    padding-top: 200px;
    padding-bottom: 307px;
  }

  .section.cta {
    padding-bottom: 160px;
  }

  .section.home-hero-v3 {
    padding-top: 119px;
    padding-bottom: 123px;
  }

  .section.ratings {
    padding-top: 141px;
    padding-bottom: 116px;
  }

  .section.home-features-v3 {
    padding-top: 198px;
    padding-bottom: 188px;
  }

  .section.home-teams-v2 {
    padding-top: 161px;
    padding-bottom: 176px;
  }

  .section.home-v3-blog {
    padding-top: 171px;
  }

  .section.faqs-v2 {
    padding-bottom: 151px;
  }

  .section.about-hero {
    padding-top: 214px;
    padding-bottom: 133px;
  }

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

  .section.about-team {
    padding-top: 214px;
    padding-bottom: 294px;
  }

  .section.about-offices {
    padding-top: 192px;
    padding-bottom: 107px;
  }

  .section.blog-v1-hero {
    padding-top: 263px;
    padding-bottom: 277px;
  }

  .section.blog-v1 {
    padding-top: 194px;
    padding-bottom: 160px;
  }

  .section.blog-v2-hero {
    padding-top: 251px;
    padding-bottom: 146px;
  }

  .section.blog-v3-hero {
    padding-top: 231px;
    padding-bottom: 160px;
  }

  .section.blog-v3 {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section.blog-post {
    padding-top: 214px;
    padding-bottom: 121px;
  }

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

  .section.analytics-v1 {
    padding-top: 126px;
    padding-bottom: 180px;
  }

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

  .section.integrations-v1 {
    padding-top: 180px;
    padding-bottom: 142px;
  }

  .section.analytics-v2 {
    padding-top: 96px;
    padding-bottom: 160px;
  }

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

  .section.analytics-v3 {
    padding-top: 124px;
    padding-bottom: 160px;
  }

  .section.integrations-v3 {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section.pricing {
    padding-top: 215px;
    padding-bottom: 160px;
  }

  .section.plans-comparison {
    padding-top: 160px;
    padding-bottom: 206px;
  }

  .section.plan {
    padding-top: 214px;
  }

  .section.plan-perks {
    padding-bottom: 164px;
  }

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

  .section.contact-faqs {
    padding-top: 125px;
    padding-bottom: 248px;
  }

  .section.integrations-hero {
    padding-top: 208px;
    padding-bottom: 121px;
  }

  .section.integrations {
    padding-top: 121px;
    padding-bottom: 165px;
  }

  .section.integration-about {
    padding-top: 166px;
    padding-bottom: 159px;
  }

  .section.more-integrations {
    padding-top: 166px;
    padding-bottom: 176px;
  }

  .section.careers-hero {
    padding-top: 202px;
    padding-bottom: 101px;
  }

  .section.job-post {
    padding-top: 226px;
    padding-bottom: 194px;
  }

  .section.more-jobs {
    padding-top: 160px;
    padding-bottom: 126px;
  }

  .section.help-center-categories {
    padding-top: 160px;
  }

  .section.help-center-category {
    padding-bottom: 178px;
  }

  .section.help-center-article {
    padding-bottom: 180px;
  }

  .section.sign-in {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .section.sign-up {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .section.forgot-password {
    padding-top: 135px;
    padding-bottom: 160px;
  }

  .section.reset-password {
    padding-top: 135px;
    padding-bottom: 160px;
  }

  .section.terms-conditions {
    padding-top: 117px;
    padding-bottom: 164px;
  }

  .section.confirm-email {
    padding-top: 135px;
    padding-bottom: 161px;
  }

  .section.demo {
    padding-top: 116px;
    padding-bottom: 142px;
  }

  .section.integrations-category {
    padding-top: 100px;
    padding-bottom: 165px;
  }

  .section.blog-category {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.team-page-section {
    padding-top: 175px;
    padding-bottom: 160px;
  }

  .section.blog-v1-newsletter {
    padding-bottom: 140px;
  }

  .section.gradient-circles {
    background-image: none;
  }

  .utility-page-wrap {
    padding-top: 219px;
    padding-bottom: 160px;
  }

  .divider.terms-conditions {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .paragraph.home-hero-v2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
  }

  .paragraph.card-testimonial-v2 {
    color: #000;
  }

  .paragraph.customers {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
  }

  .card.testimonial-v2 {
    background-image: none;
  }

  .title.h5-size.card-testimonial-v2-content-author-name {
    color: #0012af;
  }

  .title.home-hero-v2 {
    text-transform: uppercase;
  }

  .title.integrations-v2 {
    font-family: 'Nunito Sans', sans-serif;
  }

  .title.testimonials-v2 {
    font-family: 'Nunito Sans', sans-serif;
  }

  .image.card-testimonial-v2-content-author {
    color: #0012af;
  }

  .flex-vc.faqs {
    position: relative;
    z-index: 1;
  }

  .footer-small-print {
    font-family: 'Nunito Sans', sans-serif;
  }

  .card-testimonial-v2-content-author-rol {
    color: #0012af;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .field-label-2.bestill-form {
    color: #000;
  }

  .link-4 {
    color: #0012af;
  }

  .input-2.contact-input {
    font-family: 'Nunito Sans', sans-serif;
  }

  .contact-window-2.hero {
    margin-top: 0px;
    box-shadow: none;
  }

  .paragraph-2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
  }

  .logo {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
  }

  .navigation-links.w--current {
    font-family: 'Nunito Sans', sans-serif;
  }

  .featured-text {
    font-family: 'Nunito Sans', sans-serif;
    color: #0012af;
  }

  .navbar-3 {
    font-family: 'Nunito Sans', sans-serif;
  }

  .link-6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h3 {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 66px 92px 78px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.blog-post {
    margin-bottom: 49px;
  }

  .style-guide-content {
    margin-left: 0px;
  }

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

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-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.full-width.add-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.header-button {
    margin-right: 15px;
  }

  .button-primary.header-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .button-primary.header-button.mobile:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-primary.utility-page {
    padding-right: 43px;
    padding-left: 43px;
  }

  .button-secondary.full-width.buy-now {
    margin-top: 0px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 29px;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 100px;
  }

  .nav-link {
    font-size: 23px;
  }

  .nav-link.login {
    margin-right: 20px;
    font-size: 16px;
  }

  .menu-button {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 10000000px;
    background-color: #4457ff;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #4457ff;
  }

  .nav-menu {
    width: 100%;
    max-width: 100vw;
    padding-top: 130px;
    padding-bottom: 36px;
    background-color: #fff;
  }

  .footer {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 20px;
  }

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

  .section.utility-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    padding-top: 160px;
    padding-bottom: 85px;
  }

  .section.bg-neutral-200.home-perks {
    padding-top: 176px;
    padding-bottom: 191px;
  }

  .section.bg-neutral-200.home-blog {
    padding-top: 183px;
    padding-bottom: 183px;
  }

  .section.bg-neutral-200.home-hero-v2 {
    padding-top: 160px;
  }

  .section.bg-neutral-200.home-hero-v2.full-width {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.home-hero-v2.v4 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.bg-neutral-200.testimonials-v2 {
    padding-top: 179px;
    padding-bottom: 186px;
    background-color: rgba(243, 245, 255, 0);
    background-image: none;
  }

  .section.bg-neutral-200.home-perks-v2 {
    padding-top: 176px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.integrations-v3 {
    padding-top: 187px;
    padding-bottom: 206px;
  }

  .section.bg-neutral-200.testimonials-v3 {
    padding-top: 176px;
    padding-bottom: 203px;
  }

  .section.bg-neutral-200.values {
    padding-top: 213px;
    padding-bottom: 206px;
  }

  .section.bg-neutral-200.blog-v2 {
    padding-top: 179px;
    padding-bottom: 102px;
  }

  .section.bg-neutral-200.blog-v2-newsletter {
    padding-bottom: 90px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 160px;
    padding-bottom: 126px;
  }

  .section.bg-neutral-200.contact-more-links {
    padding-top: 180px;
    padding-bottom: 158px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 160px;
  }

  .section.bg-neutral-200.careers-mission {
    padding-top: 171px;
    padding-bottom: 171px;
  }

  .section.bg-neutral-200.terms-conditions-hero {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.bg-neutral-200.utility-page-images-mobile {
    display: block;
    padding-top: 60px;
    padding-bottom: 86px;
  }

  .section.home-integrations {
    padding-bottom: 176px;
  }

  .section.home-teams {
    padding-top: 119px;
    padding-bottom: 155px;
  }

  .section.home-testimonials {
    padding-top: 128px;
    padding-bottom: 197px;
  }

  .section.cta {
    padding-bottom: 102px;
  }

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

  .section.ratings {
    padding-top: 90px;
    padding-bottom: 74px;
  }

  .section.home-features-v3 {
    padding-top: 126px;
    padding-bottom: 120px;
  }

  .section.home-teams-v2 {
    padding-top: 103px;
    padding-bottom: 113px;
  }

  .section.home-v3-blog {
    padding-top: 110px;
  }

  .section.faqs-v2 {
    padding-bottom: 97px;
  }

  .section.about-hero {
    padding-top: 160px;
    padding-bottom: 85px;
  }

  .section.padding-164px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .section.about-team {
    padding-top: 137px;
    padding-bottom: 188px;
  }

  .section.about-offices {
    padding-top: 123px;
    padding-bottom: 69px;
  }

  .section.blog-v1-hero {
    padding-top: 160px;
    padding-bottom: 178px;
  }

  .section.blog-v1 {
    padding-top: 124px;
    padding-bottom: 102px;
  }

  .section.blog-v2-hero {
    padding-top: 160px;
    padding-bottom: 94px;
  }

  .section.blog-v3-hero {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .section.blog-v3 {
    padding-top: 102px;
    padding-bottom: 115px;
  }

  .section.blog-post {
    padding-top: 160px;
    padding-bottom: 78px;
  }

  .section.padding-160px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.analytics-v1 {
    padding-top: 81px;
    padding-bottom: 115px;
  }

  .section.padding-180px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.integrations-v1 {
    padding-top: 115px;
    padding-bottom: 91px;
  }

  .section.analytics-v2 {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .section.integrations-v2 {
    padding-top: 102px;
    padding-bottom: 90px;
  }

  .section.analytics-v3 {
    padding-top: 79px;
    padding-bottom: 102px;
  }

  .section.integrations-v3 {
    padding-top: 102px;
    padding-bottom: 115px;
  }

  .section.pricing {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .section.plans-comparison {
    padding-top: 102px;
    padding-bottom: 132px;
  }

  .section.plan {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .section.plan-perks {
    padding-top: 48px;
    padding-bottom: 105px;
  }

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

  .section.contact-faqs {
    padding-top: 80px;
    padding-bottom: 158px;
  }

  .section.integrations-hero {
    padding-top: 160px;
    padding-bottom: 78px;
  }

  .section.integrations {
    padding-top: 78px;
    padding-bottom: 106px;
  }

  .section.integration-about {
    padding-top: 106px;
    padding-bottom: 102px;
  }

  .section.more-integrations {
    padding-top: 106px;
    padding-bottom: 113px;
  }

  .section.careers-hero {
    padding-top: 160px;
    padding-bottom: 65px;
  }

  .section.job-post {
    padding-top: 160px;
    padding-bottom: 124px;
  }

  .section.more-jobs {
    padding-top: 102px;
    padding-bottom: 80px;
  }

  .section.help-center-hero {
    padding-top: 154px;
    padding-bottom: 363px;
  }

  .section.help-center-categories {
    padding-top: 102px;
  }

  .section.help-center-category {
    padding-top: 150px;
    padding-bottom: 114px;
  }

  .section.help-center-article {
    padding-top: 150px;
    padding-bottom: 115px;
  }

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

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

  .section.forgot-password {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .section.reset-password {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .section.terms-conditions {
    padding-top: 75px;
    padding-bottom: 110px;
  }

  .section.confirm-email {
    padding-top: 60px;
    padding-bottom: 103px;
  }

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

  .section.landing-page-hero {
    padding-top: 60px;
    padding-bottom: 95px;
  }

  .section.integrations-category {
    padding-top: 64px;
    padding-bottom: 106px;
  }

  .section.blog-category {
    padding-top: 64px;
    padding-bottom: 102px;
  }

  .section.team-page-section {
    padding-top: 130px;
    padding-bottom: 102px;
  }

  .section.blog-v1-newsletter {
    padding-bottom: 90px;
  }

  .utility-page-wrap {
    padding-top: 160px;
    padding-bottom: 102px;
  }

  .input.footer-newsletter {
    margin-bottom: 0px;
  }

  .container-medium-761px.changelog {
    margin-top: -155px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

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

  .divider.card-plan {
    width: 1px;
    min-height: 100%;
    margin: 0px 40px;
  }

  .divider.job-post {
    margin-bottom: 73px;
  }

  .divider.card-help-center-article {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .divider.terms-conditions {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .divider.demo {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph.footer-main-content-paragraph {
    max-width: 439px;
    margin-bottom: 40px;
  }

  .paragraph.home-hero-v2 {
    max-width: 651px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.home-hero-v2.center-aligned.lf {
    font-size: 32px;
  }

  .paragraph.post-featured-item-v1-excerpt {
    max-width: 569px;
  }

  .paragraph.card-blog-v3-featured-excerpt {
    max-width: 517px;
  }

  .paragraph.feature-v3 {
    max-width: 500px;
  }

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

  .paragraph.help-center-category-content-bottom-paragraph {
    margin-bottom: 35px;
  }

  .paragraph.demo {
    max-width: 428px;
  }

  .card.home-features {
    padding-bottom: 60px;
  }

  .card.home-teams {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.home-testimonial {
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .card.blog-v2-featured {
    min-width: auto;
  }

  .card.integration-v2-item {
    padding: 40px 40px 45px;
  }

  .card.home-team-v2 {
    padding: 64px 53px 71px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(0, #f3f5ff));
    background-image: linear-gradient(180deg, #fff 65%, #f3f5ff 0);
  }

  .card.testimonials-v3 {
    max-width: 576px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.faq-v2 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .card.story-content-bottom-info {
    max-width: 67%;
    padding: 59px 49px 55px;
  }

  .card.value {
    padding: 45px 45px 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-item {
    padding-top: 40px;
    padding-bottom: 71px;
  }

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

  .card.post-featured-item-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.category-item-v1-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-bottom: 66px;
    padding-left: 60px;
  }

  .card.blog-v3-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.author {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .card.feature-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .card.plan {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.upgrade-plan {
    min-height: 541px;
    padding: 66px 57px;
  }

  .card.plan-perk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .card.contact-form-card {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .card.integration-about {
    padding: 74px 76px;
  }

  .card.job-opening-item-card {
    padding: 50px 47px;
  }

  .card.job-post {
    padding: 73px 60px 82px;
  }

  .card.help-center-category {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .card.help-center-article {
    padding-right: 53px;
    padding-left: 53px;
  }

  .card.help-center-article-page {
    padding: 67px 40px 33px;
  }

  .card.forgot-password {
    min-height: 749px;
    padding: 53px 60px 67px;
  }

  .card.reset-password {
    padding: 52px 58px 67px;
  }

  .card.confirm-email {
    padding: 45px 58px 67px;
  }

  .card.demo {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .card.protected-page {
    padding: 80px 58px 85px;
  }

  .card.team-page {
    max-width: 780px;
    margin-top: -125px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.home-page {
    padding: 18px 18px 32px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.home-hero {
    max-width: 552px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.home-perks-content-top-title {
    max-width: 461px;
  }

  .title.home-teams {
    max-width: 459px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.h4-size.about-hero-achievement {
    margin-bottom: 5px;
  }

  .title.h4-size.demo-companies {
    margin-bottom: 20px;
  }

  .title.card-home-teams {
    margin-bottom: 10px;
  }

  .title.text-color-neutral-100.cta-v2 {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.text-color-neutral-100.cta-v4 {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.text-color-neutral-100.newsletter {
    max-width: 428px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

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

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

  .title.home-hero-v2 {
    max-width: 478px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .title.home-hero-v2.center-aligned.lf {
    font-size: 40px;
    line-height: 45px;
  }

  .title.integrations-v2 {
    max-width: 417px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.testimonials-v2 {
    max-width: 439px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.card-blog-v1-post {
    font-size: 24px;
  }

  .title.home-hero-v3 {
    max-width: 446px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.home-perks-v2-content-top-title {
    max-width: 410px;
    margin-bottom: 10px;
  }

  .title.home-perks-v2-content-bottom-title {
    max-width: 410px;
  }

  .title.home-teams-v2 {
    max-width: 433px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.home-v3-blog {
    max-width: 459px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.about-hero {
    margin-bottom: 10px;
  }

  .title.story-content-top-title {
    max-width: 486px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.story-content-bottom-title {
    margin-bottom: 10px;
  }

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

  .title.about-team {
    max-width: 439px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .title.h3-size.post-featured-item-v1 {
    max-width: 569px;
    margin-bottom: 10px;
  }

  .title.h3-size.card-blog-v3-featured {
    margin-bottom: 10px;
  }

  .title.category-item-v1-title {
    margin-bottom: 5px;
  }

  .title.blog-v1 {
    margin-bottom: 28px;
  }

  .title.blog-v2 {
    margin-bottom: 28px;
  }

  .title.blog-v3 {
    margin-bottom: 28px;
  }

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

  .title.card-blog-v3-featured-bottom {
    margin-bottom: 10px;
  }

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

  .title.features-hero {
    margin-bottom: 10px;
  }

  .title.main-feature {
    max-width: 410px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .title.feature-v3 {
    max-width: 400px;
  }

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

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 10px;
  }

  .title.h2-size.sign-up {
    margin-bottom: 10px;
  }

  .title.h2-size.card-forgot-password {
    margin-bottom: 10px;
  }

  .title.h2-size.card-reset-password {
    margin-bottom: 10px;
  }

  .title.h2-size.confirm-email {
    margin-bottom: 10px;
  }

  .title.h2-size.card-protected-page {
    margin-bottom: 10px;
  }

  .title.card-plans-comparison-plan {
    font-size: 24px;
  }

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

  .title.contact-more-links {
    margin-bottom: 10px;
  }

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

  .title.integrations {
    margin-right: 40px;
    margin-bottom: 28px;
  }

  .title.careers-hero {
    margin-bottom: 10px;
  }

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

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

  .title.help-center-hero {
    margin-bottom: 10px;
  }

  .title.help-center-categories {
    margin-bottom: 78px;
  }

  .title.card-help-center-category {
    margin-bottom: 5px;
  }

  .title.help-center-category {
    margin-bottom: 10px;
  }

  .title.help-center-article {
    max-width: 484px;
  }

  .title.terms-conditions-hero {
    margin-bottom: 10px;
  }

  .title.demo {
    max-width: 342px;
    margin-bottom: 10px;
  }

  .title.landing-page-hero {
    margin-bottom: 10px;
  }

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

  .title.category {
    margin-right: 12px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .split-content.header-right {
    position: relative;
    z-index: 2;
  }

  .split-content.header-left {
    position: relative;
    z-index: 2;
  }

  .split-content.home-perks-content-top-left {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.home-perks-content-top-right {
    max-width: 512px;
    padding-top: 73px;
  }

  .split-content.home-perks-content-bottom-left {
    max-width: 512px;
    margin-right: 0px;
    padding-bottom: 60px;
  }

  .split-content.home-perks-content-bottom-right {
    min-width: auto;
    margin-bottom: 70px;
  }

  .split-content.home-integrations-content-top-left {
    max-width: 430px;
    margin-right: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .split-content.card-home-teams-left {
    max-width: 459px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.home-testimonials-content-top-left {
    max-width: 430px;
    margin-right: 50px;
  }

  .split-content.home-blog-content-top-left {
    max-width: 430px;
    margin-bottom: 28px;
  }

  .split-content.cta-left {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.cta-right {
    margin-top: 0px;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.home-hero-v2-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 700px;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.home-hero-v2-content.top {
    margin-bottom: 10px;
  }

  .split-content.home-hero-v2-images-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .split-content.cta-v3-left {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.cta-v3-right {
    margin-top: 0px;
  }

  .split-content.home-hero-v3-content {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .split-content.home-hero-v3-images-wrapper {
    max-width: 726px;
    margin-right: 0px;
  }

  .split-content.home-perks-v2-content-top-left {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.home-perks-v2-content-top-right {
    max-width: 512px;
    padding-top: 73px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    max-width: 512px;
    margin-right: 0px;
    padding-bottom: 60px;
  }

  .split-content.home-perks-v2-content-bottom-right {
    width: 100%;
    min-width: auto;
    margin-bottom: 70px;
  }

  .split-content.integrations-v3-content-top-left {
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .split-content.card-home-team-v2-content {
    max-width: 753px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.card-home-team-v2-images-wrapper {
    max-width: 553px;
  }

  .split-content.testimonials-v3-content-top-left {
    max-width: 400px;
    margin-bottom: 28px;
  }

  .split-content.about-hero-images-left {
    padding-top: 45px;
  }

  .split-content.story-content-top-left {
    max-width: 648px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.values-content-top-left {
    max-width: 350px;
  }

  .split-content.about-offices-content-top-left {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .split-content.blog-v1-hero-content-top-left {
    margin-right: 40px;
  }

  .split-content.blog-v2-hero-content-top-left {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .split-content.blog-v2-hero-content-top-right {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.latest-posts-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.analytics-v1-left {
    margin-right: 0px;
    padding-top: 73px;
  }

  .split-content.analytics-v1-right {
    max-width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }

  .split-content.reports-v1-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
    text-align: center;
  }

  .split-content.reports-v1-right {
    padding-bottom: 60px;
  }

  .split-content.integrations-v1-left {
    margin-right: 0px;
  }

  .split-content.integrations-v1-right {
    max-width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }

  .split-content.feature-v3-images-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .split-content.feature-v3-content {
    width: 100%;
    max-width: 629px;
    min-width: auto;
  }

  .split-content.plan-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.plan-right {
    max-width: 100%;
  }

  .split-content.contact-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.contact-right {
    max-width: 100%;
    min-width: auto;
  }

  .split-content.contact-offices-content-top-left {
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .split-content.integrations-hero-left {
    max-width: 660px;
    margin-right: 0px;
    margin-bottom: 70px;
    text-align: center;
  }

  .split-content.integrations-hero-right {
    max-width: 650px;
  }

  .split-content.integration-hero-left {
    max-width: 660px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    text-align: center;
  }

  .split-content.integration-hero-right {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.more-integrations-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.careers-hero-left {
    max-width: 660px;
    margin-bottom: 80px;
    text-align: center;
  }

  .split-content.careers-hero-right {
    margin-right: 0px;
  }

  .split-content.help-center-more-categories-content-top-left {
    margin-bottom: 28px;
  }

  .split-content.sign-in-left {
    display: none;
    max-width: 514px;
  }

  .split-content.sign-in-left.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.sign-in-right {
    max-width: 484px;
  }

  .split-content.sign-up-left {
    max-width: 484px;
  }

  .split-content.sign-up-right {
    display: none;
    max-width: 510px;
  }

  .split-content.sign-up-right.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.demo-left {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.demo-right {
    max-width: 100%;
  }

  .split-content.landing-page-hero-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.landing-page-hero-right {
    max-width: 100%;
    min-width: auto;
  }

  .split-content.team-articles-content-top-left {
    margin-right: 0px;
  }

  .image-wrapper.card-home-testimonial {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    min-height: auto;
  }

  .image-wrapper.card-testimonials-v3 {
    max-width: 100%;
    margin-right: 0px;
  }

  .image-wrapper.story-content-top-image {
    max-width: 100%;
  }

  .image-wrapper.story-content-bottom-image {
    max-width: 100%;
    margin-bottom: 117px;
  }

  .image-wrapper.card-about-office-icon {
    margin-right: 40px;
  }

  .image-wrapper.post-featured-item-v1-image {
    max-width: 100%;
  }

  .image-wrapper.category-item-v1-icon {
    margin-right: 40px;
  }

  .image-wrapper.card-blog-v3-featured {
    max-width: 100%;
  }

  .image-wrapper.card-contact-link-icon {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image-wrapper.card-help-center-category-icon {
    margin-bottom: 24px;
  }

  .image-wrapper.team-cover {
    min-height: 378px;
  }

  .image-wrapper.card-team-page {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .image.home-teams-tab-link-icon {
    max-width: 43px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.cta-v2-shape-1 {
    bottom: -58px;
  }

  .image.cta-v2-shape-2 {
    bottom: -73px;
  }

  .image.cta-v2-shape-3 {
    left: 60px;
    top: -105px;
  }

  .image.cta-v2-shape-4 {
    right: 40px;
    bottom: -91px;
  }

  .image.cta-v2-shape-5 {
    top: -68px;
  }

  .image.cta-v2-shape-6 {
    right: -49px;
  }

  .image.cta-v3-bg-2 {
    right: -48px;
  }

  .image.cta-v4-shape-3 {
    left: 0px;
  }

  .image.cta-v4-shape-4 {
    left: 63px;
  }

  .image.cta-v4-shape-5 {
    right: 40px;
  }

  .image.home-feature-v3-icon {
    margin-right: 0px;
  }

  .image.card-home-team-v2-icon {
    margin-bottom: 40px;
  }

  .image.about-hero-1 {
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.about-hero-2 {
    border-radius: 20px;
  }

  .image.about-hero-3 {
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.about-hero-4 {
    border-radius: 20px;
  }

  .image.card-value-icon {
    margin-bottom: 20px;
  }

  .image.about-offices-map {
    margin-top: 60px;
  }

  .image.newsletter-shape-3 {
    left: auto;
    top: -74px;
  }

  .image.newsletter-shape-4 {
    bottom: -69px;
  }

  .image.card-features-v1-icon {
    margin-right: 40px;
  }

  .image.card-feature-v2-icon {
    margin-right: 40px;
  }

  .image.card-plan-perk-icon {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image.contact {
    max-width: 45%;
  }

  .image.integration-icon {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image.help-center-hero-image-1 {
    left: 0px;
    bottom: -464px;
    width: 261px;
  }

  .image.help-center-hero-image-2 {
    right: 0px;
    bottom: -515px;
    width: 335px;
  }

  .image.help-center-hero-image-3 {
    top: -251px;
  }

  .image.help-center-hero-image-4 {
    top: -279px;
  }

  .image.help-center-hero-image-5 {
    top: -165px;
    right: -43px;
  }

  .image.sign-in-1 {
    margin-bottom: 125px;
  }

  .image.sign-in-2 {
    max-width: 53%;
  }

  .image.landing-page-hero-company {
    margin-bottom: 20px;
  }

  .image.card-protected-page-icon {
    margin-bottom: 27px;
  }

  .container-medium-750px.home-hero {
    margin-bottom: 78px;
  }

  .bg.home-features {
    width: 80%;
    min-height: 80%;
  }

  .bg.skew-top {
    border-bottom-width: 83px;
  }

  .bg.skew-top._150px {
    border-bottom-width: 120px;
  }

  .bg.skew-bottom {
    border-top-width: 83px;
  }

  .bg.skew-bottom._120px {
    border-top-width: 100px;
  }

  .bg.home-integrations {
    width: 80%;
    min-height: 120%;
  }

  .bg.home-teams {
    min-height: 60%;
    border-top-width: 200px;
  }

  .bg.home-testimonials {
    width: 80%;
    min-height: 113%;
  }

  .bg.faqs {
    width: 80%;
    min-height: 105%;
  }

  .bg.home-hero-v3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    min-height: 30%;
  }

  .bg.faqs-v2 {
    min-height: 105%;
  }

  .bg.about-hero {
    min-height: 55%;
    border-bottom-width: 200px;
  }

  .bg.story {
    display: none;
  }

  .bg.about-team {
    width: 80%;
    min-height: 105%;
  }

  .bg.blog-post {
    min-height: 20%;
  }

  .bg.analytics-v1-images {
    top: -26px;
    min-height: 110%;
  }

  .bg.reports-v1-images {
    top: -26px;
    min-height: 110%;
  }

  .bg.integrations-v1-images {
    top: -26px;
    min-height: 110%;
  }

  .bg.pricing {
    min-height: 35%;
    border-bottom-width: 200px;
  }

  .bg.plan {
    border-bottom-width: 200px;
  }

  .bg.contact-offices {
    width: 80%;
    min-height: 108%;
  }

  .bg.integrations-hero-1 {
    right: 58px;
  }

  .bg.integrations-hero-2 {
    left: 51px;
  }

  .bg.help-center-categories {
    width: 80%;
    min-height: 106%;
  }

  .bg.sign-in {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    min-height: 50%;
  }

  .bg.sign-up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    min-height: 50%;
  }

  .bg.utility-page {
    border-top-width: 187px;
  }

  .bg.demo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    min-height: 40%;
  }

  .bg.pricing-category {
    border-bottom-width: 200px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 100px;
  }

  .container-medium-634px.home-features {
    margin-bottom: 48px;
  }

  .flex-vc.home-teams {
    margin-top: 75px;
  }

  .flex-vc.faqs {
    margin-top: 90px;
  }

  .flex-vc.testimonials-v2 {
    margin-top: 60px;
  }

  .flex-vc.faqs-v2 {
    margin-top: 100px;
  }

  .flex-vc.pricing {
    margin-top: 50px;
  }

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

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

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

  .badge {
    margin-bottom: 20px;
  }

  .home-perks-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-perks-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-perks-content-top-grid {
    grid-row-gap: 32px;
  }

  .content-top.home-integrations {
    margin-bottom: 68px;
  }

  .content-top.home-testimonials {
    margin-bottom: 100px;
  }

  .content-top.home-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.testimonials-v3 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.about-offices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.blog-v1 {
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-v2-hero {
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 51px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.blog-v2 {
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-v3 {
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.latest-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.contact-offices {
    margin-bottom: 74px;
  }

  .content-top.integrations {
    margin-bottom: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.more-integrations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.help-center-more-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.integrations-category {
    margin-bottom: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-category {
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.team-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .integrations-slider-v1 {
    padding-bottom: 100px;
  }

  .home-teams-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card-home-teams-left-icon {
    margin-bottom: 33px;
  }

  .home-teams-tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-home-testimonial-content-top {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-v2-featured-grid {
    max-width: 556px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-small-597px.faqs {
    margin-bottom: 63px;
  }

  .container-small-597px.about-team {
    margin-bottom: 93px;
  }

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

  .space.feature-v3 {
    min-height: 60px;
  }

  .faqs-main-wrapper {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-wrapper {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 52px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-blog-v2-featured-content {
    padding-bottom: 60px;
  }

  .footer-content-top {
    margin-bottom: 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-main-content {
    width: 100%;
    max-width: 642px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .footer-field-label {
    margin-bottom: 25px;
  }

  .footer-newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-small-print {
    max-width: 472px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .footer-social-media-wrapper {
    display: none;
  }

  .footer-social-media-wrapper.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .cart {
    z-index: 3;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-bottom: 8px;
    margin-left: 18px;
  }

  .integrations-slider-right-arrow {
    left: 100px;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 74px;
    max-height: 74px;
    min-height: 74px;
    min-width: 74px;
    font-size: 26px;
  }

  .integrations-slider-left-arrow {
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 74px;
    max-height: 74px;
    min-height: 74px;
    min-width: 74px;
    font-size: 26px;
  }

  .input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home-hero-v2-wrapper {
    margin-bottom: 83px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-teams-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-v2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-v2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container-small-569px.integrations-v2 {
    margin-bottom: 56px;
  }

  .blog-v1-grid {
    grid-column-gap: 30px;
  }

  .card-testimonial-v2-content {
    padding: 50px 40px;
  }

  .card-testimonial-v2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-blog-v1-post-content {
    padding: 40px 25px 37px;
  }

  .card-blog-v1-post-date {
    margin-right: 20px;
    font-size: 18px;
  }

  .card-blog-v1-post-category {
    top: 25px;
    right: 25px;
    text-align: left;
  }

  .cta-v3-wrapper {
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 52px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-hero-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ratings-grid {
    grid-column-gap: 30px;
  }

  .home-perks-v2-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-perks-v2-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cta-v4-wrapper {
    padding-top: 92px;
    padding-bottom: 113px;
  }

  .home-features-v3-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 60px;
    grid-row-gap: 74px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-feature-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home-feature-v3-content {
    min-width: auto;
  }

  .integrations-v3-slider {
    padding-bottom: 100px;
  }

  .home-teams-v2-menu {
    margin-right: -20px;
  }

  .home-teams-v2-tab-link {
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }

  .card-home-team-v2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-testimonials-v3-content {
    max-width: none;
    margin-bottom: 60px;
  }

  .home-v3-blog-slider {
    padding-bottom: 100px;
  }

  .home-v3-blog-slider-left-arrow {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 74px;
    max-height: 74px;
    min-height: 74px;
    min-width: 74px;
    font-size: 26px;
  }

  .home-v3-blog-slider-right-arrow {
    left: 100px;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 74px;
    max-height: 74px;
    min-height: 74px;
    min-width: 74px;
    font-size: 26px;
  }

  .container-small-394px.faqs-v2 {
    margin-bottom: 68px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 22px;
    text-align: left;
  }

  .container-medium-658px.about-hero {
    margin-bottom: 60px;
  }

  .about-hero-achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .about-hero-images-grid {
    margin-bottom: 80px;
    grid-column-gap: 20px;
  }

  .large-number.about-hero-achievement {
    margin-bottom: 20px;
    font-size: 47px;
  }

  .story-wrapper {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
  }

  .story-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story-content-top.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .about-offices-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .blog-v1-hero-content-top {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .blog-v1-hero-content-bottom {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .post-featured-item-v1-content {
    max-width: 100%;
    padding-top: 44px;
    padding-left: 44px;
  }

  .blog-v1-hero-categories-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .newsletter-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 82px;
  }

  .blog-v3-grid {
    grid-column-gap: 26px;
    grid-row-gap: 40px;
  }

  .card-blog-v3-featured-content {
    max-width: 100%;
    padding: 43px 40px;
  }

  .blog-v3-featured-bottom-grid {
    grid-column-gap: 26px;
  }

  .card-blog-v3-featured-bottom-content {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-blog-v3-featured-bottom-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-bottom-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-blog-v3-featured-bottom-category {
    margin-bottom: 20px;
  }

  .card-blog-v3-post-content {
    padding-bottom: 55px;
  }

  .card-blog-v3-post-content-top-divider {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 60px;
  }

  .latest-posts-grid {
    max-width: 504px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .rich-text ol {
    padding-left: 50px;
  }

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

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

  .rich-text ul {
    padding-left: 50px;
  }

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

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

  .features-v1-wrapper {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .features-v1-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reports-v1-wrapper {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integrations-v1-wrapper {
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-v2-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-v3-wrapper.reports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-v3-grid {
    max-width: 550px;
  }

  .analytics-v3-images-wrapper {
    padding-top: 61px;
  }

  .reports-v3-images-wrapper {
    padding-bottom: 48px;
  }

  .container-medium-600px.pricing {
    margin-bottom: 53px;
  }

  .container-medium-600px.plans-comparison {
    margin-bottom: 53px;
  }

  .pricing-wrapper {
    margin-right: 0px;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-item {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .card-plan-content-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plan-content-bottom {
    max-width: 390px;
  }

  .card-plan-features-grid {
    margin-bottom: 40px;
  }

  .card-plan-price-wrapper {
    margin-bottom: 10px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 30px;
  }

  .card-plans-comparison-grid.buttons {
    max-width: 100%;
  }

  .card-plans-comparison-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-plans-comparison-row-feature-wrapper {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-plans-comparison-row-feature-wrapper.space-buttons {
    display: none;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .card-upgrade-plan-content-top {
    max-width: 480px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 40px;
  }

  .plan-perks-grid {
    grid-row-gap: 37px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-plan-perk-content {
    margin-right: 20px;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-content-top {
    max-width: 485px;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .contact-more-links-grid {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 38px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-contact-link-content {
    max-width: 392px;
  }

  .integrations-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .integration-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .integration-hero-content-top {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more-integrations-grid {
    overflow: visible;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-about-tab-link {
    padding-right: 40px;
    padding-left: 40px;
  }

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

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

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

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

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

  .careers-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-683px.careers-perks {
    margin-bottom: 79px;
  }

  .job-openings-grid {
    grid-row-gap: 40px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 70px;
  }

  .job-post-tabs-menu {
    margin-bottom: 40px;
  }

  .job-post-tab-link {
    padding-right: 40px;
    padding-left: 40px;
  }

  .help-center-categories-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .backlink-wrapper {
    margin-bottom: 60px;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 56px;
  }

  .help-center-category-content-top {
    margin-bottom: 60px;
  }

  .more-categories-grid {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 60px;
  }

  .footer-utility-page-logo-container {
    margin-right: 0px;
  }

  .footer-utility-page-logo-container.w--current {
    margin-bottom: 20px;
  }

  .footer-utility-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .sign-in-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sign-up-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-forgot-password-content-top {
    margin-bottom: 32px;
  }

  .terms-conditions-right {
    min-width: 450px;
  }

  .demo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .demo-content-bottom {
    max-width: 428px;
  }

  .landing-page-hero-wrapper {
    margin-bottom: 82px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landing-page-hero-companies-text {
    font-size: 22px;
  }

  .landing-page-hero-companies-main-wrapper {
    max-width: 576px;
    margin-right: auto;
    margin-left: auto;
  }

  .landing-page-hero-companies-wrapper {
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .rich-text-figure ol {
    padding-left: 50px;
  }

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

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

  .rich-text-figure ul {
    padding-left: 50px;
  }

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

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

  .team-page-content-top {
    margin-bottom: 70px;
  }

  .card-team-page-content {
    max-width: 518px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-team-page-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .home-page-image-wrapper {
    border-radius: 16px;
  }

  .bold-text.center-aligned {
    font-size: 40px;
    line-height: 1.01em;
  }

  .form-error {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .contact-form-2 {
    margin-bottom: 32px;
  }

  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper.center {
    margin-top: -66px;
    padding: 30px 10px 1px;
  }

  .field-label-2.bestill-form.bestilling {
    margin-bottom: 10px;
  }

  .form-success.center {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .input-2 {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input-2.contact-input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input-2.contact-input.lf {
    width: 385px;
  }

  .input-2.contact-input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-5.hoved205.hoved207 {
    font-size: 30px;
    line-height: 35px;
  }

  .contact-window-2 {
    width: 85%;
    margin-top: 83px;
    margin-bottom: 140px;
    padding: 40px;
  }

  .contact-window-2.hero {
    width: auto;
    margin-bottom: 0px;
  }

  .field-label.bestill {
    margin-top: -15px;
  }

  .field-label.bestill.hoved216 {
    padding-left: 0px;
  }

  .field-label.bestill.hoved216 {
    padding-left: 0px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kunder {
    padding: 10px;
  }

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

  .contact-window {
    width: 70%;
    margin-top: 83px;
    margin-bottom: 140px;
    padding: 40px;
  }

  .gradient-button-2 {
    height: 45px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button-2.contact-button.bestill4.bestills.hoved115 {
    margin-top: 0px;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    min-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 10px;
    border: 1px none #000;
    background-image: linear-gradient(309deg, #31cfff, #7b14db);
  }

  .nav-menu-2.secondary {
    background-image: none;
  }

  .menu.w--open {
    z-index: 2;
    border-radius: 100px;
    background-color: #ff5f85;
  }

  .menu.bg-secondary-3 {
    background-color: rgba(255, 193, 71, 0);
  }

  .header-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-icon {
    color: #fff;
  }

  .menu-icon.color {
    font-family: Lato, sans-serif;
    color: #0012af;
    font-size: 28px;
  }

  .link.color:hover {
    border-bottom: 1px none #000;
  }

  .nav-menu-4 {
    padding-bottom: 10px;
    background-color: #f3f5ff;
  }

  .link-5 {
    color: #0012af;
  }

  .link-5:hover {
    border-bottom-style: solid;
    border-bottom-color: #0012af;
    color: #142194;
  }

  .link-5.w--current {
    border-bottom-color: #0012af;
    color: #0012af;
  }

  .header-container-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-2.w--open {
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.13);
  }

  .image-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-37 {
    padding: 10px;
  }

  .field-label-3.bestill_ok.bestill50 {
    margin-left: 0px;
    padding-left: 9px;
  }

  .field-label-3.bestill_ok.bestill4 {
    margin-left: auto;
    padding-left: 9px;
  }

  .div-block-8 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 5px;
    font-size: 28px;
  }

  h3 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 53px 35px 62px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 20px;
  }

  .container-default.blog-post {
    margin-bottom: 40px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

  .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.large {
    padding-right: 68px;
    padding-left: 68px;
  }

  .button-primary.button-white.cta-v4 {
    max-width: 100%;
    margin-right: 0px;
    padding: 28px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .button-primary._2-buttons {
    margin-right: 22px;
  }

  .button-primary._2-buttons.integration {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.blog-post-category {
    margin-bottom: 20px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .button-primary.card-plans-comparison {
    max-width: 598px;
  }

  .button-primary.utility-page {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary.villkar._2buttons {
    margin-right: 0px;
  }

  .button-secondary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-secondary.large {
    padding-right: 68px;
    padding-left: 68px;
  }

  .button-secondary.button-secondary-1.cta-v4 {
    max-width: 100%;
    padding: 28px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-secondary.button-secondary-1.cta-v4:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-secondary.bold.card-plans-comparison {
    max-width: 598px;
  }

  .header-logo {
    width: 170px;
  }

  .footer-logo-container.w--current {
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 180px;
  }

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

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

  .section.home-hero {
    padding-top: 150px;
    padding-bottom: 68px;
  }

  .section.bg-neutral-200.home-perks {
    padding-top: 141px;
    padding-bottom: 153px;
  }

  .section.bg-neutral-200.home-blog {
    padding-top: 147px;
    padding-bottom: 147px;
  }

  .section.bg-neutral-200.home-hero-v2 {
    padding-top: 150px;
    padding-bottom: 114px;
  }

  .section.bg-neutral-200.testimonials-v2 {
    padding-top: 143px;
    padding-bottom: 148px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section.bg-neutral-200.home-perks-v2 {
    padding-top: 141px;
    padding-bottom: 80px;
  }

  .section.bg-neutral-200.integrations-v3 {
    padding-top: 150px;
    padding-bottom: 164px;
  }

  .section.bg-neutral-200.testimonials-v3 {
    padding-top: 141px;
    padding-bottom: 163px;
  }

  .section.bg-neutral-200.values {
    padding-top: 170px;
    padding-bottom: 164px;
  }

  .section.bg-neutral-200.blog-v2 {
    padding-top: 143px;
    padding-bottom: 82px;
  }

  .section.bg-neutral-200.blog-v2-newsletter {
    padding-bottom: 72px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.contact-more-links {
    padding-top: 150px;
    padding-bottom: 126px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 150px;
  }

  .section.bg-neutral-200.careers-mission {
    padding-top: 140px;
    padding-bottom: 137px;
  }

  .section.bg-neutral-200.terms-conditions-hero {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .section.bg-neutral-200.utility-page-images-mobile {
    padding-bottom: 68px;
  }

  .section.home-integrations {
    padding-bottom: 141px;
  }

  .section.home-teams {
    padding-top: 95px;
    padding-bottom: 124px;
  }

  .section.home-testimonials {
    padding-top: 100px;
    padding-bottom: 157px;
  }

  .section.cta {
    padding-bottom: 82px;
  }

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

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

  .section.home-features-v3 {
    padding-top: 100px;
    padding-bottom: 96px;
  }

  .section.home-teams-v2 {
    padding-top: 83px;
    padding-bottom: 90px;
  }

  .section.home-v3-blog {
    padding-top: 88px;
  }

  .section.faqs-v2 {
    padding-bottom: 77px;
  }

  .section.about-hero {
    padding-top: 150px;
    padding-bottom: 68px;
  }

  .section.padding-164px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

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

  .section.about-offices {
    padding-top: 99px;
    padding-bottom: 60px;
  }

  .section.blog-v1-hero {
    padding-top: 150px;
    padding-bottom: 142px;
  }

  .section.blog-v1 {
    padding-top: 99px;
    padding-bottom: 82px;
  }

  .section.blog-v2-hero {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .section.blog-v3-hero {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .section.blog-v3 {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .section.blog-post {
    padding-top: 150px;
    padding-bottom: 62px;
  }

  .section.padding-160px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.analytics-v1 {
    padding-top: 65px;
    padding-bottom: 92px;
  }

  .section.padding-180px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.integrations-v1 {
    padding-top: 92px;
    padding-bottom: 73px;
  }

  .section.analytics-v2 {
    padding-bottom: 82px;
  }

  .section.integrations-v2 {
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .section.analytics-v3 {
    padding-top: 60px;
    padding-bottom: 82px;
  }

  .section.integrations-v3 {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  .section.pricing {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .section.plans-comparison {
    padding-top: 82px;
    padding-bottom: 106px;
  }

  .section.plan {
    padding-top: 150px;
  }

  .section.plan-perks {
    padding-bottom: 84px;
  }

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

  .section.contact-faqs {
    padding-top: 70px;
    padding-bottom: 127px;
  }

  .section.integrations-hero {
    padding-top: 150px;
    padding-bottom: 62px;
  }

  .section.integrations {
    padding-top: 62px;
    padding-bottom: 84px;
  }

  .section.integration-about {
    padding-top: 85px;
    padding-bottom: 81px;
  }

  .section.more-integrations {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .section.careers-hero {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.job-post {
    padding-top: 150px;
    padding-bottom: 99px;
  }

  .section.more-jobs {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .section.help-center-hero {
    padding-top: 100px;
    padding-bottom: 319px;
  }

  .section.help-center-hero.contact.contact-hero {
    padding-top: 160px;
  }

  .section.help-center-categories {
    padding-top: 82px;
  }

  .section.help-center-category {
    padding-top: 140px;
    padding-bottom: 91px;
  }

  .section.help-center-article {
    padding-top: 140px;
    padding-bottom: 92px;
  }

  .section.sign-in {
    padding-top: 50px;
  }

  .section.sign-up {
    padding-top: 50px;
  }

  .section.forgot-password {
    padding-top: 50px;
    padding-bottom: 82px;
  }

  .section.reset-password {
    padding-top: 50px;
    padding-bottom: 82px;
  }

  .section.terms-conditions {
    padding-top: 60px;
    padding-bottom: 88px;
  }

  .section.confirm-email {
    padding-top: 50px;
    padding-bottom: 82px;
  }

  .section.demo {
    padding-top: 50px;
    padding-bottom: 73px;
  }

  .section.landing-page-hero {
    padding-top: 50px;
    padding-bottom: 76px;
  }

  .section.integrations-category {
    padding-top: 51px;
    padding-bottom: 84px;
  }

  .section.blog-category {
    padding-top: 51px;
    padding-bottom: 82px;
  }

  .section.team-page-section {
    padding-top: 120px;
    padding-bottom: 82px;
  }

  .section.blog-v1-newsletter {
    padding-bottom: 72px;
  }

  .utility-page-wrap {
    padding-top: 150px;
    padding-bottom: 82px;
  }

  .input {
    padding-right: 27px;
    padding-left: 27px;
  }

  .input.card-protected-page {
    margin-bottom: 27px;
  }

  .input.footer-newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input.cta-v2-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input.cta-v3-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input.newsletter-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .input.blog-v3-hero-form-input {
    padding-right: 205px;
    padding-left: 20px;
  }

  .container-medium-761px.changelog {
    margin-top: -120px;
  }

  .divider.card-blog-v1-post-content-divider {
    margin-top: 23px;
    margin-bottom: 28px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .divider.card-blog-v3-featured {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .divider.card-blog-v3-featured-bottom {
    margin-top: 33px;
    margin-bottom: 27px;
  }

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

  .divider.card-plan {
    width: 100%;
    min-height: 1px;
    margin: 33px 0px;
  }

  .divider.card-help-center-article {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .divider.sign-up {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.terms-conditions {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider.demo {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .paragraph.card-protected-page {
    margin-bottom: 26px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
  }

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

  .paragraph.card-integration-v1-item {
    max-width: none;
    margin-bottom: 30px;
  }

  .paragraph.footer-main-content-paragraph {
    margin-bottom: 33px;
  }

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

  .paragraph.home-hero-v2.center-aligned.lf {
    font-size: 28px;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 30px;
  }

  .paragraph.home-perks-v2-content-top-paragraph {
    margin-bottom: 20px;
  }

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

  .paragraph.card-testimonials-v3 {
    margin-bottom: 23px;
  }

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

  .paragraph.category-item-v1-description {
    margin-bottom: 27px;
  }

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

  .paragraph.card-blog-v3-featured-bottom-excerpt {
    max-width: 517px;
  }

  .paragraph.card-blog-v3-post-excerpt {
    max-width: 517px;
  }

  .paragraph.feature-v3 {
    margin-bottom: 35px;
  }

  .paragraph.card-contact-link {
    margin-bottom: 20px;
  }

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

  .paragraph.integration-description {
    margin-bottom: 35px;
  }

  .paragraph.careers-hero {
    margin-bottom: 35px;
  }

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

  .paragraph.job-post {
    margin-bottom: 30px;
  }

  .paragraph.card-help-center-category {
    margin-bottom: 27px;
  }

  .paragraph.help-center-category-description {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.help-center-category-content-bottom-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.help-center-article-excerpt {
    margin-bottom: 32px;
  }

  .paragraph.confirm-email {
    margin-bottom: 30px;
  }

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

  .paragraph.landing-page-hero {
    margin-bottom: 22px;
  }

  .card.changelog {
    padding: 50px 35px;
  }

  .card.home-features {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .card.home-perks-content-bottom-perk {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.integration-v1 {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.home-teams {
    margin-top: 30px;
    padding: 48px 35px;
  }

  .card.home-testimonial {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.faq {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.testimonial-v2 {
    border-radius: 26px;
  }

  .card.integration-v2-item {
    padding: 33px 35px 38px;
  }

  .card.integration-v3 {
    padding-top: 40px;
    padding-bottom: 57px;
  }

  .card.home-team-v2 {
    max-width: 475px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(0, #f3f5ff));
    background-image: linear-gradient(180deg, #fff 70%, #f3f5ff 0);
  }

  .card.testimonials-v3 {
    padding: 40px 35px;
  }

  .card.faq-v2 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.story-content-bottom-info {
    position: static;
    max-width: 100%;
    padding-top: 33px;
    padding-right: 35px;
    padding-left: 35px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .card.value {
    padding: 38px 35px 44px;
  }

  .card.team-item {
    padding-top: 33px;
    padding-bottom: 60px;
  }

  .card.about-office {
    padding: 43px 35px;
  }

  .card.category-item-v1-card {
    padding: 40px 40px 55px;
  }

  .card.author {
    margin-top: 40px;
    padding: 42px 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card.features-v1 {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.feature-v2 {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.plan {
    width: 100%;
    padding: 33px 33px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.upgrade-plan {
    min-height: 497px;
    padding: 55px 35px;
  }

  .card.plan-perk {
    padding-top: 33px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-form-card {
    padding: 44px 35px;
  }

  .card.contact-link {
    padding-top: 33px;
    padding-bottom: 46px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.integration-about {
    padding: 50px 35px;
  }

  .card.job-opening-item-card {
    padding: 42px 35px;
  }

  .card.job-post {
    padding: 61px 35px 68px;
  }

  .card.help-center-category {
    padding-top: 45px;
    padding-bottom: 53px;
  }

  .card.help-center-article {
    padding: 40px 35px 30px;
  }

  .card.help-center-article-page {
    padding: 56px 35px 28px;
  }

  .card.forgot-password {
    min-height: 704px;
    padding: 44px 35px 56px;
  }

  .card.reset-password {
    padding: 43px 35px 56px;
  }

  .card.confirm-email {
    padding: 38px 35px 56px;
  }

  .card.demo {
    padding: 54px 35px;
  }

  .card.landing-page-form {
    padding: 48px 35px;
  }

  .card.protected-page {
    padding: 64px 35px 68px;
  }

  .card.default {
    padding-top: 40px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.team-page {
    margin-top: -90px;
    padding: 42px 35px 50px;
  }

  .card.home-pages {
    padding: 62px 25px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.home-hero {
    max-width: 482px;
  }

  .title.card-home-features {
    margin-bottom: 5px;
  }

  .title.home-perks-content-top-title {
    max-width: 358px;
    margin-bottom: 32px;
  }

  .title.home-perks-content-bottom-title {
    max-width: 384px;
  }

  .title.home-teams {
    max-width: 383px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-post-item-v2 {
    margin-bottom: 28px;
  }

  .title.h4-size.blog-post-author-name {
    margin-bottom: 4px;
  }

  .title.h4-size.demo-companies {
    margin-bottom: 15px;
  }

  .title.card-home-teams {
    margin-bottom: 5px;
  }

  .title.home-blog {
    max-width: 344px;
  }

  .title.card-faq {
    font-size: 22px;
    line-height: 1.4em;
  }

  .title.text-color-neutral-100.cta-v2 {
    max-width: 362px;
    margin-bottom: 35px;
  }

  .title.text-color-neutral-100.cta-v3 {
    margin-bottom: 25px;
  }

  .title.text-color-neutral-100.cta-v4 {
    max-width: 362px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .title.text-color-neutral-100.newsletter {
    max-width: 362px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

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

  .title.dropdown {
    margin-bottom: 33px;
  }

  .title.home-hero-v2 {
    max-width: 400px;
    font-size: 40px;
  }

  .title.home-hero-v2.center-aligned.lf {
    font-size: 35px;
    line-height: 35px;
  }

  .title.integrations-v2 {
    max-width: 360px;
  }

  .title.testimonials-v2 {
    max-width: 384px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .title.card-blog-v1-post {
    max-width: 438px;
    font-size: 22px;
  }

  .title.home-hero-v3 {
    max-width: 347px;
  }

  .title.home-perks-v2-content-top-title {
    max-width: 358px;
    margin-bottom: 5px;
  }

  .title.home-perks-v2-content-bottom-title {
    max-width: 384px;
    margin-bottom: 33px;
  }

  .title.home-teams-v2 {
    max-width: 400px;
  }

  .title.home-v3-blog {
    max-width: 357px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title.about-hero {
    margin-bottom: 5px;
  }

  .title.story-content-top-title {
    max-width: 360px;
    margin-bottom: 5px;
  }

  .title.story-content-bottom-title {
    max-width: 360px;
    margin-bottom: 5px;
  }

  .title.about-team {
    max-width: 380px;
  }

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

  .title.blog-v1-hero-categories {
    margin-bottom: 32px;
  }

  .title.h3-size {
    font-size: 24px;
  }

  .title.h3-size.post-featured-item-v1 {
    margin-bottom: 5px;
  }

  .title.h3-size.card-blog-v3-featured {
    margin-bottom: 5px;
  }

  .title.h3-size.card-upgrade-plan {
    margin-bottom: 5px;
  }

  .title.blog-v1 {
    margin-right: 0px;
  }

  .title.blog-v2 {
    margin-right: 0px;
  }

  .title.blog-v3 {
    margin-right: 0px;
  }

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

  .title.card-blog-v3-featured-bottom {
    margin-bottom: 5px;
  }

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

  .title.card-features-v1 {
    margin-bottom: 5px;
  }

  .title.main-feature {
    max-width: 350px;
    margin-bottom: 5px;
  }

  .title.feature-v2 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.card-feature-v2 {
    margin-bottom: 5px;
  }

  .title.feature-v3 {
    max-width: 350px;
  }

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

  .title.h2-size {
    font-size: 28px;
  }

  .title.h2-size.sign-in {
    margin-bottom: 5px;
  }

  .title.h2-size.sign-up {
    margin-bottom: 5px;
  }

  .title.h2-size.card-forgot-password {
    margin-bottom: 5px;
  }

  .title.h2-size.card-reset-password {
    margin-bottom: 5px;
  }

  .title.h2-size.confirm-email {
    margin-bottom: 5px;
  }

  .title.card-plan-price {
    font-size: 25px;
  }

  .title.card-plans-comparison-row-title {
    font-size: 16px;
  }

  .title.card-plans-comparison-plan {
    font-size: 18px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 40px;
  }

  .title.plan-perks {
    margin-bottom: 5px;
  }

  .title.card-plan-perk {
    margin-bottom: 5px;
  }

  .title.contact-more-links {
    margin-bottom: 5px;
  }

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

  .title.integrations {
    margin-right: 0px;
  }

  .title.careers-hero {
    max-width: 438px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.card-job-opening-item {
    margin-bottom: 5px;
  }

  .title.help-center-categories {
    margin-bottom: 65px;
  }

  .title.help-center-category-content-bottom-title {
    margin-bottom: 5px;
  }

  .title.card-help-center-article {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .title.help-center-article {
    max-width: 364px;
  }

  .title.terms-conditions-hero {
    margin-bottom: 5px;
  }

  .title.demo {
    max-width: 286px;
    margin-bottom: 5px;
  }

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

  .title.category {
    margin-right: 10px;
  }

  .split-content.home-perks-content-top-left {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .split-content.home-perks-content-top-right {
    padding-top: 40px;
  }

  .split-content.home-perks-content-bottom-left {
    padding-bottom: 40px;
  }

  .split-content.home-perks-content-bottom-right {
    margin-bottom: 60px;
  }

  .split-content.home-integrations-content-top-left {
    max-width: 360px;
    margin-right: 40px;
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .split-content.home-integrations-content-top-right {
    margin-bottom: 28px;
  }

  .split-content.card-home-teams-left {
    margin-bottom: 50px;
  }

  .split-content.home-testimonials-content-top-left {
    max-width: 360px;
    margin-right: 40px;
    margin-bottom: 28px;
  }

  .split-content.home-testimonials-content-top-right {
    margin-bottom: 28px;
  }

  .split-content.cta-left {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v2-content {
    margin-bottom: 70px;
  }

  .split-content.home-hero-v2-images-wrapper {
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .split-content.cta-v3-left {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v3-content {
    margin-bottom: 50px;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 50px;
    padding-left: 38px;
  }

  .split-content.home-perks-v2-content-top-left {
    margin-bottom: 60px;
  }

  .split-content.home-perks-v2-content-top-right {
    padding-top: 40px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    padding-bottom: 40px;
  }

  .split-content.home-perks-v2-content-bottom-right {
    margin-bottom: 60px;
  }

  .split-content.integrations-v3-content-top-left {
    max-width: 364px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .split-content.card-home-team-v2-content {
    margin-bottom: 50px;
  }

  .split-content.card-home-team-v2-images-wrapper {
    max-width: 100%;
  }

  .split-content.testimonials-v3-content-top-left {
    max-width: 380px;
  }

  .split-content.story-content-top-left {
    margin-bottom: 50px;
  }

  .split-content.values-content-top-left {
    margin-right: 40px;
    margin-bottom: 28px;
  }

  .split-content.values-content-top-right {
    margin-bottom: 28px;
  }

  .split-content.about-offices-content-top-left {
    max-width: 408px;
    margin-bottom: 5px;
  }

  .split-content.blog-v1-hero-content-top-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.blog-v2-hero-content-top-left {
    margin-bottom: 5px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 15px;
  }

  .split-content.analytics-v1-left {
    padding-top: 61px;
  }

  .split-content.analytics-v1-right {
    margin-bottom: 70px;
  }

  .split-content.reports-v1-left {
    margin-bottom: 70px;
  }

  .split-content.reports-v1-right {
    padding-bottom: 50px;
  }

  .split-content.integrations-v1-right {
    margin-bottom: 70px;
  }

  .split-content.feature-v3-images-wrapper {
    padding: 53px 35px;
    border-radius: 24px;
  }

  .split-content.plan-left {
    margin-bottom: 60px;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.contact-offices-content-top-left {
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .split-content.integrations-hero-left {
    max-width: 514px;
    margin-bottom: 60px;
  }

  .split-content.integration-hero-left {
    margin-bottom: 50px;
  }

  .split-content.careers-hero-left {
    margin-bottom: 70px;
  }

  .split-content.more-jobs-left {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .split-content.terms-conditions-left {
    position: static;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.demo-left {
    margin-bottom: 64px;
  }

  .split-content.landing-page-hero-left {
    margin-bottom: 50px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
  }

  .image-wrapper.card-integration-v1-item {
    max-width: 80px;
    margin-right: 15px;
    border-radius: 20px;
  }

  .image-wrapper.card-home-testimonial {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    min-height: 148px;
    margin-right: 28px;
  }

  .image-wrapper.card-integration-v3-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 27px;
  }

  .image-wrapper.card-testimonials-v3 {
    border-radius: 20px;
  }

  .image-wrapper.story-content-bottom-image {
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .image-wrapper.card-team-item {
    margin-bottom: 20px;
  }

  .image-wrapper.category-item-v1-icon {
    width: 72px;
    max-height: 72px;
    min-height: 72px;
    min-width: 72px;
  }

  .image-wrapper.card-author-image {
    width: 152px;
    max-height: 152px;
    min-height: 152px;
    min-width: 152px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.blog-post-author-image {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .image-wrapper.card-plan-icon {
    margin-right: 15px;
  }

  .image-wrapper.contact-link-icon {
    width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
    border-radius: 13px;
  }

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

  .image-wrapper.integration {
    border-radius: 25px;
  }

  .image-wrapper.card-job-opening-item-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-help-center-category-icon {
    width: 103px;
    max-height: 103px;
    min-height: 103px;
    min-width: 103px;
    margin-bottom: 20px;
    border-radius: 27px;
  }

  .image-wrapper.help-center-article-author {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 15px;
  }

  .image-wrapper.team-cover {
    min-height: 302px;
  }

  .image-wrapper.card-team-page {
    max-width: 210px;
    margin-bottom: 30px;
  }

  .image.card-home-features-icon {
    margin-bottom: 25px;
  }

  .image.home-perks-content-top-icon {
    margin-right: 18px;
  }

  .image.home-perks-content-top-1 {
    border-radius: 26px;
  }

  .image.home-perks-content-top-2 {
    border-radius: 26px;
  }

  .image.home-perks-content-bottom-1 {
    border-radius: 26px;
  }

  .image.home-perks-content-bottom-2 {
    border-radius: 26px;
  }

  .image.home-teams-tab-link-icon {
    max-width: 40px;
  }

  .image.home-teams-engineering-1 {
    border-radius: 26px;
  }

  .image.home-teams-engineering-2 {
    border-radius: 20px;
  }

  .image.marketing-teams {
    border-radius: 26px;
  }

  .image.design-teams-1 {
    border-radius: 26px;
  }

  .image.design-teams-2 {
    border-radius: 26px;
  }

  .image.cta-1 {
    border-radius: 20px;
  }

  .image.cta-2 {
    bottom: 20px;
    border-radius: 20px;
  }

  .image.cta-bg-1 {
    top: 44px;
    max-width: 27%;
  }

  .image.cta-bg-2 {
    max-width: 27%;
  }

  .image.cta-v2-shape-2 {
    left: 45px;
    bottom: -95px;
    display: none;
  }

  .image.cta-v2-shape-3 {
    left: 0px;
    top: -117px;
  }

  .image.cta-v2-shape-4 {
    right: 20px;
    bottom: -95px;
  }

  .image.cta-v2-shape-5 {
    top: -96px;
    display: none;
  }

  .image.cta-v2-shape-6 {
    top: -75px;
  }

  .image.card-testimonial-v2-content-author {
    width: 63px;
    max-height: 63px;
    min-width: 63px;
  }

  .image.cta-v3-bg-1 {
    left: 7px;
    top: 44px;
    max-width: 27%;
  }

  .image.cta-v3-bg-2 {
    right: -13px;
    max-width: 27%;
  }

  .image.cta-v3-image-1 {
    max-width: 79%;
    border-radius: 20px;
  }

  .image.cta-v3-image-2 {
    bottom: 20px;
    border-radius: 20px;
  }

  .image.home-hero-v3-image-2 {
    border-radius: 15px;
  }

  .image.home-hero-v3-bg-1 {
    left: 36px;
    top: 25px;
    width: 16%;
  }

  .image.home-hero-v3-bg-2 {
    width: 16%;
  }

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

  .image.rating-stars {
    margin-bottom: 10px;
  }

  .image.home-perks-v2-content-top-1 {
    border-radius: 26px;
  }

  .image.home-perks-v2-content-top-2 {
    border-radius: 26px;
  }

  .image.home-perks-v2-content-bottom-1 {
    border-radius: 26px;
  }

  .image.home-perks-v2-content-bottom-2 {
    border-radius: 26px;
  }

  .image.cta-v4-shape-1 {
    top: -53px;
  }

  .image.cta-v4-shape-2 {
    display: none;
  }

  .image.cta-v4-shape-3 {
    left: -54px;
  }

  .image.cta-v4-shape-4 {
    bottom: -100px;
  }

  .image.cta-v4-shape-6 {
    bottom: -87px;
  }

  .image.cta-v4-shape-7 {
    display: none;
  }

  .image.home-perks-v2-content-bottom-feature-icon {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }

  .image.home-feature-v3-icon {
    margin-bottom: 15px;
  }

  .image.home-teams-v2-engineering-teams-1 {
    border-radius: 26px;
  }

  .image.home-teams-v2-engineering-teams-2 {
    max-width: 60%;
    border-radius: 20px;
  }

  .image.card-home-team-v2-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 30px;
  }

  .image.card-home-team-v2-marketing-teams {
    border-radius: 26px;
  }

  .image.card-home-team-v2-design-teams-2 {
    border-radius: 26px;
  }

  .image.card-home-team-v2-design-teams-1 {
    border-radius: 26px;
  }

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

  .image.card-testimonials-v3-video-button-icon {
    max-width: 30%;
  }

  .image.about-hero-1 {
    margin-bottom: 15px;
  }

  .image.about-hero-3 {
    margin-bottom: 15px;
  }

  .image.about-offices-map {
    margin-top: 50px;
  }

  .image.newsletter-shape-1 {
    display: none;
  }

  .image.newsletter-shape-2 {
    left: -38px;
  }

  .image.newsletter-shape-3 {
    left: 23px;
    top: -98px;
  }

  .image.card-features-v1-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .image.analytics-v1-image-1 {
    max-width: 64%;
    border-radius: 20px;
  }

  .image.analytics-v1-image-2 {
    max-width: 51%;
    border-radius: 20px;
  }

  .image.reports-v1-image-1 {
    max-width: 70%;
    border-radius: 20px;
  }

  .image.reports-v1-image-2 {
    max-width: 52%;
    border-radius: 20px;
  }

  .image.integrations-v1-image-1 {
    max-width: 76%;
    border-radius: 20px;
  }

  .image.integrations-v1-image-2 {
    max-width: 55%;
    border-radius: 20px;
  }

  .image.card-feature-v2-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .image.feature-v3-grid-feature-icon {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }

  .image.analytics-v3-image-1 {
    border-radius: 20px;
  }

  .image.analytics-v3-image-2 {
    border-radius: 20px;
  }

  .image.reports-v3-image-1 {
    border-radius: 20px;
  }

  .image.reports-v3-image-2 {
    border-radius: 20px;
  }

  .image.integrations-v3-image-1 {
    border-radius: 20px;
  }

  .image.integrations-v3-image-2 {
    border-radius: 20px;
  }

  .image.card-plan-perk-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.contact {
    max-width: 100%;
  }

  .image.integration-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.job-post-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-bottom: 18px;
  }

  .image.help-center-hero-image-1 {
    left: -80px;
    bottom: -436px;
  }

  .image.help-center-hero-image-2 {
    right: -127px;
    bottom: -474px;
  }

  .image.help-center-hero-image-3 {
    top: -233px;
  }

  .image.help-center-hero-image-4 {
    top: -252px;
    right: 0px;
  }

  .image.help-center-hero-image-5 {
    display: none;
  }

  .image.help-center-category-icon {
    width: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.card-help-center-article-author {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .image.sign-in-1 {
    margin-bottom: 100px;
  }

  .image.sign-up-1 {
    margin-bottom: 48px;
  }

  .image.card-confirm-email-icon {
    margin-bottom: 20px;
  }

  .image.landing-page-hero-company {
    width: 23%;
  }

  .image.not-found {
    margin-bottom: 35px;
  }

  .image.card-protected-page-icon {
    margin-bottom: 23px;
  }

  .container-medium-750px.home-hero {
    margin-bottom: 65px;
  }

  .bg.home-hero {
    min-height: 65%;
    border-bottom-width: 150px;
  }

  .bg.home-features {
    width: 90%;
    min-height: 90%;
    border-radius: 20px;
  }

  .bg.skew-top {
    border-bottom-width: 64px;
  }

  .bg.skew-top._150px {
    border-bottom-width: 96px;
  }

  .bg.skew-bottom {
    border-top-width: 64px;
  }

  .bg.skew-bottom._120px {
    border-top-width: 80px;
  }

  .bg.home-integrations {
    width: 90%;
    min-height: 80%;
    border-radius: 20px;
  }

  .bg.home-teams {
    min-height: 50%;
    border-top-width: 180px;
  }

  .bg.home-testimonials {
    width: 90%;
    min-height: 105%;
    border-radius: 20px;
  }

  .bg.faqs {
    width: 90%;
    min-height: 90%;
    border-radius: 20px;
  }

  .bg.faqs-v2 {
    border-radius: 20px;
  }

  .bg.about-hero {
    border-bottom-width: 150px;
  }

  .bg.story {
    width: 90%;
    min-height: 90%;
    border-radius: 20px;
  }

  .bg.about-team {
    width: 100%;
    max-width: 647px;
    min-height: 90%;
    border-radius: 20px;
  }

  .bg.blog-v3-hero {
    min-height: 40%;
  }

  .bg.blog-post {
    min-height: 16%;
    border-bottom-width: 100px;
  }

  .bg.integrations-v1-images {
    top: -14px;
  }

  .bg.pricing {
    border-bottom-width: 150px;
  }

  .bg.plan {
    border-bottom-width: 150px;
  }

  .bg.contact-offices {
    width: 90%;
    min-height: 80%;
    border-radius: 20px;
  }

  .bg.integrations-hero-1 {
    right: 0px;
  }

  .bg.integrations-hero-2 {
    left: 0px;
  }

  .bg.help-center-categories {
    width: 90%;
    min-height: 102%;
    border-radius: 20px;
  }

  .bg.sign-up {
    min-height: 38%;
  }

  .bg.utility-page {
    border-top-width: 150px;
  }

  .bg.pricing-category {
    border-bottom-width: 150px;
  }

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

  .button-primary-arrow.form-button-arrow {
    right: 31px;
  }

  .container-medium-634px.home-features {
    margin-bottom: 40px;
  }

  .container-medium-634px.home-features-v3 {
    margin-bottom: 40px;
  }

  .home-features-wrapper {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-vc.home-teams {
    margin-top: 63px;
  }

  .flex-vc.faqs {
    margin-top: 75px;
  }

  .flex-vc.testimonials-v2 {
    margin-top: 50px;
  }

  .flex-vc.home-features-v3 {
    margin-top: 60px;
  }

  .flex-vc.home-v3-blog {
    margin-top: 40px;
  }

  .flex-vc.faqs-v2 {
    margin-top: 80px;
  }

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

  ._2-buttons-wrapper.cta-v4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .badge {
    margin-bottom: 15px;
  }

  .home-perks-content-top-grid {
    grid-row-gap: 27px;
  }

  .home-perks-content-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-home-perks-content-bottom-perk-number {
    font-size: 43px;
  }

  .content-top.home-integrations {
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.home-testimonials {
    margin-bottom: 52px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.integrations-v3 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-top.values {
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.about-offices {
    margin-bottom: 48px;
  }

  .content-top.blog-v1-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-v1 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-v2-hero {
    margin-bottom: 40px;
  }

  .content-top.blog-v2 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.blog-v3 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.latest-posts {
    margin-bottom: 40px;
  }

  .content-top.contact-offices {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-top.integrations {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-top.more-integrations {
    margin-bottom: 40px;
  }

  .content-top.more-jobs {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.help-center-more-categories {
    margin-bottom: 40px;
  }

  .content-top.integrations-category {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content-top.blog-category {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.team-articles {
    margin-bottom: 12px;
  }

  .integration-slide-v1 {
    margin-right: 28px;
  }

  .container-small-558px.home-teams {
    margin-bottom: 40px;
  }

  .container-small-558px.home-v3-blog {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: left;
  }

  .card-integration-v1-item-content-top {
    margin-bottom: 15px;
  }

  .link-arrow.card-help-center-article {
    margin-bottom: 20px;
  }

  .card-integration-v1-item-category {
    font-size: 18px;
  }

  .card-home-teams-left-icon {
    margin-bottom: 20px;
  }

  .home-teams-tabs-menu {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 0px;
  }

  .home-teams-tab-link {
    top: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #d9dbe9;
    border-top-width: 0px;
  }

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

  .card-home-testimonial-content-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-home-testimonial-rol {
    font-size: 18px;
  }

  .container-small-597px.faqs {
    margin-bottom: 40px;
  }

  .container-small-597px.testimonials-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 130px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .container-small-597px.about-team {
    margin-bottom: 40px;
  }

  .card-faq-icon-wrapper {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .card-faq-content-bottom {
    margin-left: 57px;
  }

  .space.feature-v3 {
    min-height: 50px;
  }

  .card-faq-icon-1 {
    width: 20px;
  }

  .card-faq-icon-2 {
    min-height: 20px;
  }

  .cta-wrapper {
    padding: 67px 35px 50px;
    border-radius: 42px;
  }

  .card-blog-v2-featured-content {
    padding: 38px 35px 50px;
  }

  .card-blog-v2-featured-category {
    margin-bottom: 15px;
  }

  .card-blog-v2-featured-date {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .blog-v2-sidebar-featured-item-date {
    margin-bottom: 10px;
  }

  .footer-content-top {
    margin-bottom: 70px;
  }

  .footer-content-bottom {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-main-content {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .footer-field-label {
    margin-bottom: 20px;
  }

  .footer-menu-nav-main-wrapper {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-small-print {
    max-width: 432px;
    margin-top: 30px;
    font-size: 17px;
    text-align: left;
  }

  .footer-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu-wrapper.pages {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .dropdown-nav {
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .form-button-arrow-main-wrapper.cta-v2-form-button {
    right: 15px;
  }

  .form-button-arrow-main-wrapper.cta-v3-form-button {
    right: 15px;
  }

  .form-button-arrow-main-wrapper.newsletter-form-button {
    right: 15px;
  }

  .form-button-arrow-main-wrapper.blog-v3-hero-form-button {
    right: 15px;
  }

  .integrations-slider-right-arrow {
    left: 90px;
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    font-size: 22px;
  }

  .integrations-slider-left-arrow {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    font-size: 22px;
  }

  .home-hero-v2-wrapper {
    margin-bottom: 66px;
  }

  .container-small-589px.home-teams-v2 {
    margin-bottom: 40px;
  }

  .cta-v2-wrapper {
    padding: 80px 35px;
    border-radius: 42px;
  }

  .cta-v2-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-small-569px.integrations-v2 {
    margin-bottom: 48px;
  }

  .testimonials-v2-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials-v2-slide-left-arrow {
    left: 0px;
    top: -95px;
    right: 100px;
    bottom: auto;
  }

  .testimonials-v2-slide-right-arrow {
    left: 100px;
    top: -95px;
    right: 0px;
    bottom: auto;
  }

  .blog-v1-grid {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-testimonial-v2-content {
    min-width: auto;
    padding: 33px 35px 44px;
  }

  .card-blog-v1-post-content {
    padding-top: 33px;
    padding-bottom: 32px;
  }

  .card-blog-v1-post-category {
    top: 20px;
    right: 20px;
  }

  .cta-v3-wrapper {
    padding: 67px 35px 50px;
    border-radius: 42px;
  }

  .ratings-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 70px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .cta-v4-wrapper {
    padding: 80px 25px;
    border-radius: 42px;
  }

  .cta-v4-button-primary-text {
    margin-right: 10px;
    font-size: 20px;
  }

  .cta-v4-button-secondary-text {
    margin-right: 10px;
    font-size: 20px;
  }

  .cta-v4-button-arrow {
    position: relative;
    top: -3px;
    font-size: 17px;
    line-height: 1em;
  }

  .home-perks-v2-content-top-features-grid {
    margin-bottom: 40px;
  }

  .home-perks-v2-content-bottom-features-grid {
    grid-row-gap: 16px;
  }

  .home-features-v3-grid {
    grid-column-gap: 30px;
  }

  .home-teams-v2-menu {
    width: 100%;
    max-width: 475px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-teams-v2-tab-link {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-testimonials-v3-content {
    margin-bottom: 50px;
  }

  .card-testimonials-v3-video-button {
    width: 21%;
    max-height: 38%;
    min-height: 38%;
    min-width: 21%;
    border-radius: 23px;
  }

  .card-post-item-v2-content {
    max-width: 431px;
    padding-top: 43px;
    padding-bottom: 41px;
  }

  .card-post-item-v2-date {
    margin-bottom: 15px;
  }

  .home-v3-blog-slider-left-arrow {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    font-size: 22px;
  }

  .home-v3-blog-slider-right-arrow {
    left: 90px;
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    font-size: 22px;
  }

  .container-small-394px.faqs-v2 {
    margin-bottom: 57px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .container-medium-658px.about-hero {
    margin-bottom: 50px;
  }

  .about-hero-achievements-grid {
    grid-row-gap: 50px;
  }

  .about-hero-images-grid {
    margin-bottom: 64px;
    grid-column-gap: 15px;
  }

  .about-hero-achievement-wrapper {
    min-width: auto;
  }

  .large-number.about-hero-achievement {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .story-content-top {
    margin-bottom: 60px;
  }

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

  .team-grid {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-team-item-rol {
    font-size: 20px;
  }

  .card-team-item-name-wrapper {
    margin-bottom: 27px;
  }

  .about-offices-grid {
    max-width: 484px;
  }

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

  .blog-v1-hero-content-top {
    margin-bottom: 80px;
  }

  .post-featured-item-v1-content {
    padding: 35px 25px 43px;
  }

  .post-featured-item-v1-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-item-v1-category {
    margin-bottom: 20px;
  }

  .post-featured-item-v1-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .category-item-v1-content {
    max-width: 454px;
  }

  .categories-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .categories-wrapper.integrations {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .category-button {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }

  .category-button.w--current {
    margin-right: 15px;
  }

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

  .newsletter-wrapper {
    padding: 64px 35px;
    border-radius: 42px;
  }

  .newsletter-form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .newsletter-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 68px;
  }

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

  .card-blog-v3-featured-content {
    padding: 36px 35px;
  }

  .blog-v3-featured-bottom-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-blog-v3-featured-bottom-content {
    padding-top: 33px;
    padding-bottom: 27px;
  }

  .card-blog-v3-post-content {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .card-blog-v3-post-content-top {
    margin-bottom: 15px;
  }

  .card-blog-v3-post-content-top-divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 50px;
  }

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

  .blog-post-content-top {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .rich-text ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

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

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .blog-post-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-author-content {
    max-width: 453px;
  }

  .card-author-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-date {
    font-size: 18px;
  }

  .container-medium-610px.features-hero {
    margin-bottom: 40px;
  }

  .features-navigation-buttons-wrapper {
    margin-right: -10px;
  }

  .features-navigation-button {
    margin-right: 10px;
    padding: 20px 30px;
  }

  .features-navigation-button-icon {
    margin-right: 10px;
    font-size: 20px;
  }

  .features-v1-wrapper {
    margin-bottom: 75px;
  }

  .reports-v1-wrapper {
    margin-bottom: 75px;
  }

  .integrations-v1-wrapper {
    margin-bottom: 75px;
  }

  .card-feature-v2-content {
    max-width: 588px;
  }

  .feature-v3-grid {
    grid-row-gap: 35px;
  }

  .analytics-v3-images-wrapper {
    padding-top: 51px;
  }

  .reports-v3-images-wrapper {
    padding-bottom: 40px;
  }

  .container-medium-600px.pricing {
    margin-bottom: 40px;
  }

  .container-medium-600px.plans-comparison {
    margin-bottom: 40px;
  }

  .card-plan-content-bottom {
    max-width: none;
  }

  .card-plan-features-grid {
    margin-bottom: 33px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 25px;
  }

  .card-plan-message {
    line-height: 1.4em;
  }

  .card-plans-comparison-grid.buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-plans-comparison-box {
    min-height: 90px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-plans-comparison-box.large {
    min-height: 104px;
  }

  .card-plans-comparison-box.buttons {
    max-width: 100%;
    min-height: 104px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-plans-comparison-row-feature-wrapper {
    width: 26%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-plans-comparison-row-feature-dot {
    display: none;
    margin-right: 6px;
  }

  .card-plans-comparison-row-feature-text {
    font-size: 14px;
  }

  .card-plans-comparison-buttons-wrapper {
    display: none;
  }

  .plan-content-top {
    margin-bottom: 27px;
  }

  .select-wrapper {
    padding-right: 27px;
    padding-left: 27px;
  }

  .add-cart-option-list {
    margin-bottom: 30px;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 35px;
  }

  .card-plan-perk-content {
    margin-right: 0px;
  }

  .contact-content-top {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .contact-links-grid {
    grid-row-gap: 15px;
  }

  .contact-form {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-area {
    padding-right: 27px;
    padding-left: 27px;
  }

  .contact-link-wrapper {
    font-size: 18px;
  }

  .card-contact-link-content {
    width: 100%;
  }

  .contact-offices-wrapper {
    max-width: 484px;
    margin-right: auto;
    margin-left: auto;
  }

  .integrations-grid {
    max-width: 571px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-hero-content-top {
    margin-bottom: 10px;
  }

  .more-integrations-grid {
    max-width: 571px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-about-tabs-menu {
    margin-bottom: 40px;
  }

  .integration-about-tab-link {
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .rich-text-v2 ol {
    margin-top: 27px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 figure {
    margin-top: 53px;
    margin-bottom: 40px;
  }

  .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 ul {
    margin-top: 27px;
    margin-bottom: 40px;
  }

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

  .rich-text-v2 h5 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .rich-text-v2 h6 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .container-medium-683px.careers-perks {
    margin-bottom: 66px;
  }

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

  .card-job-opening-item-content {
    max-width: 587px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 60px;
  }

  .container-medium-797px.mg-top-40px.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .job-post-tabs-menu {
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .job-post-tab-link {
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .help-center-categories-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .backlink-wrapper {
    margin-bottom: 50px;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 48px;
  }

  .help-center-category-content-top {
    margin-bottom: 50px;
  }

  .help-center-articles-collection-list-wrapper {
    margin-bottom: 40px;
  }

  .card-help-center-article-content-bottom {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-wrapper {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .card-help-center-article-author-name {
    margin-bottom: 5px;
  }

  .more-categories-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 50px;
  }

  .help-center-article-author-name {
    margin-bottom: 5px;
  }

  .header-utility-page-logo {
    width: 170px;
  }

  .footer-utility-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-utility-page-logo-container {
    margin-bottom: 15px;
  }

  .footer-utility-page-logo-container.w--current {
    margin-bottom: 15px;
  }

  .footer-utility-page-logo {
    width: 170px;
  }

  .footer-utility-page-small-print {
    max-width: 432px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }

  .sign-in-title-wrapper {
    margin-bottom: 35px;
  }

  .sign-in-divider-wrapper {
    margin-top: 33px;
    margin-bottom: 34px;
  }

  .sign-up-title-wrapper {
    margin-bottom: 35px;
  }

  .sign-up-text {
    line-height: 1.4em;
  }

  .sign-up-form-block {
    min-height: 530px;
  }

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

  .sign-up-link-text {
    margin-top: 35px;
    line-height: 1.4em;
  }

  .sign-up-checkbox-label {
    font-size: 16px;
  }

  .card-forgot-password-content-top {
    max-width: 496px;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
  }

  .forgot-password-form-block {
    margin-bottom: 28px;
  }

  .forgot-password-text-link {
    line-height: 1.4em;
  }

  .card-reset-password-icon {
    margin-bottom: 28px;
  }

  .card-reset-password-content-top {
    margin-bottom: 28px;
  }

  .card-reset-password-form-block {
    margin-bottom: 28px;
  }

  .card-reset-password-text-bottom {
    line-height: 1.4em;
  }

  .terms-conditions-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms-conditions-right {
    min-width: auto;
  }

  .demo-features-grid {
    grid-row-gap: 18px;
  }

  .demo-form-block {
    min-height: 931px;
  }

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

  .landing-page-hero-wrapper {
    margin-bottom: 68px;
  }

  .landing-page-hero-companies-text {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .landing-page-hero-grid {
    grid-row-gap: 18px;
  }

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

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

  .rich-text-figure ol {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text-figure h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-figure h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-figure ul {
    margin-top: 27px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

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

  .rich-text-figure h5 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .rich-text-figure h6 {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .team-page-content-top {
    margin-bottom: 60px;
  }

  .card-team-page-rol {
    margin-bottom: 15px;
  }

  .card-team-page-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-team-page-content-top {
    margin-bottom: 25px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .grid-2-columns.home-pages {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns.home-pages-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .figma-logo {
    width: 80px;
    margin-bottom: 18px;
  }

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

  .bold-text.center-aligned {
    font-size: 35px;
  }

  .bold-text.blue {
    font-size: 35px;
  }

  .contact-form-2 {
    margin-bottom: 31px;
    padding-bottom: 9px;
  }

  .wrapper.center {
    height: auto;
    margin-top: -184px;
    margin-bottom: 0px;
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .wrapper.center.hoved11 {
    margin-top: -172px;
  }

  .wrapper.center.hoved11.hoved12 {
    margin-top: -48px;
  }

  .wrapper.center.hoved11.hoved12.hoved17 {
    height: auto;
  }

  .wrapper.center.hoved11.hoved12.hoved17.hoved212 {
    padding-top: 20px;
  }

  .form-success.center {
    font-size: 14px;
  }

  .input-2 {
    padding-top: 9px;
    font-size: 16px;
  }

  .contact-window-2 {
    width: auto;
    margin-top: 44px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

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

  .paragraph-2.kundliste {
    margin-top: 40px;
  }

  .footer-content {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logo {
    margin-bottom: 20px;
  }

  .contact-window {
    width: auto;
    margin-top: 44px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-form-3 {
    margin-bottom: 31px;
    padding-bottom: 9px;
  }

  .nav-menu-2 {
    position: absolute;
    border-radius: 0px;
  }

  .nav-menu-4 {
    position: absolute;
    border-radius: 0px;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 42px 25px 50px;
    font-size: 20px;
  }

  figcaption {
    margin-top: 15px;
    font-size: 16px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 35px;
  }

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

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .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: 20px;
    padding-left: 20px;
  }

  .button-primary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.large.contact-form-button {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-primary.button-white.cta-v4 {
    max-width: 100%;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .button-primary._2-buttons {
    margin-right: 0px;
  }

  .button-primary._2-buttons.integration {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.form-button-arrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.form-button-arrow.cta {
    background-color: #fff;
    color: #4457ff;
  }

  .button-primary.blog-post-category {
    font-size: 16px;
  }

  .button-primary.sign-up {
    margin-top: 0px;
  }

  .button-primary.reset-password {
    margin-top: 0px;
  }

  .button-primary.utility-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.button-secondary-1.cta-v4 {
    max-width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .button-secondary.full-width.buy-now {
    margin-top: 15px;
    margin-left: 0px;
  }

  .button-secondary.button-white.social-media {
    font-size: 16px;
  }

  .header-logo {
    width: 150px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-link.login {
    margin-right: 15px;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    width: 170px;
  }

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

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

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

  .section.bg-neutral-200.home-perks {
    padding-top: 113px;
    padding-bottom: 122px;
  }

  .section.bg-neutral-200.home-blog {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .section.bg-neutral-200.home-hero-v2 {
    padding-top: 140px;
    padding-bottom: 92px;
  }

  .section.bg-neutral-200.testimonials-v2 {
    padding-top: 115px;
    padding-bottom: 119px;
  }

  .section.bg-neutral-200.home-perks-v2 {
    padding-top: 113px;
    padding-bottom: 65px;
  }

  .section.bg-neutral-200.integrations-v3 {
    padding-top: 120px;
    padding-bottom: 132px;
  }

  .section.bg-neutral-200.testimonials-v3 {
    padding-top: 113px;
    padding-bottom: 130px;
  }

  .section.bg-neutral-200.values {
    padding-top: 136px;
    padding-bottom: 132px;
  }

  .section.bg-neutral-200.blog-v2 {
    padding-top: 115px;
    padding-bottom: 66px;
  }

  .section.bg-neutral-200.blog-v2-newsletter {
    padding-bottom: 60px;
  }

  .section.bg-neutral-200.features-hero {
    padding-top: 140px;
  }

  .section.bg-neutral-200.contact-more-links {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.integration-hero {
    padding-top: 140px;
  }

  .section.bg-neutral-200.careers-mission {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section.bg-neutral-200.terms-conditions-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-integrations {
    padding-bottom: 113px;
  }

  .section.home-teams {
    padding-top: 76px;
    padding-bottom: 100px;
  }

  .section.home-testimonials {
    padding-top: 82px;
    padding-bottom: 125px;
  }

  .section.cta {
    padding-bottom: 66px;
  }

  .section.home-hero-v3 {
    padding-top: 40px;
  }

  .section.ratings {
    padding-top: 60px;
  }

  .section.home-features-v3 {
    padding-top: 81px;
    padding-bottom: 77px;
  }

  .section.home-teams-v2 {
    padding-top: 66px;
    padding-bottom: 72px;
  }

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

  .section.faqs-v2 {
    padding-bottom: 62px;
  }

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

  .section.padding-164px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .section.about-team {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .section.about-offices {
    padding-top: 79px;
  }

  .section.blog-v1-hero {
    padding-top: 140px;
    padding-bottom: 114px;
  }

  .section.blog-v1 {
    padding-top: 79px;
    padding-bottom: 66px;
  }

  .section.blog-v2-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.blog-v3-hero {
    padding-top: 140px;
    padding-bottom: 66px;
  }

  .section.blog-v3 {
    padding-top: 66px;
    padding-bottom: 74px;
  }

  .section.blog-post {
    padding-top: 140px;
  }

  .section.padding-160px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.analytics-v1 {
    padding-top: 52px;
    padding-bottom: 74px;
  }

  .section.padding-180px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.integrations-v1 {
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .section.analytics-v2 {
    padding-bottom: 66px;
  }

  .section.integrations-v2 {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .section.analytics-v3 {
    padding-bottom: 66px;
  }

  .section.integrations-v3 {
    padding-top: 66px;
    padding-bottom: 74px;
  }

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

  .section.plans-comparison {
    padding-top: 66px;
    padding-bottom: 84px;
  }

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

  .section.plan-perks {
    padding-bottom: 67px;
  }

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

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

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

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

  .section.integration-about {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section.more-integrations {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .section.careers-hero {
    padding-top: 140px;
  }

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

  .section.more-jobs {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .section.help-center-hero {
    padding-top: 80px;
    padding-bottom: 235px;
  }

  .section.help-center-categories {
    padding-top: 66px;
  }

  .section.help-center-category {
    padding-top: 130px;
    padding-bottom: 73px;
  }

  .section.help-center-article {
    padding-top: 130px;
    padding-bottom: 74px;
  }

  .section.sign-in {
    padding-top: 40px;
  }

  .section.sign-up {
    padding-top: 40px;
  }

  .section.forgot-password {
    padding-top: 40px;
    padding-bottom: 66px;
  }

  .section.reset-password {
    padding-top: 40px;
    padding-bottom: 66px;
  }

  .section.terms-conditions {
    padding-bottom: 70px;
  }

  .section.confirm-email {
    padding-top: 40px;
    padding-bottom: 66px;
  }

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

  .section.landing-page-hero {
    padding-top: 40px;
    padding-bottom: 61px;
  }

  .section.integrations-category {
    padding-top: 41px;
    padding-bottom: 68px;
  }

  .section.blog-category {
    padding-top: 41px;
    padding-bottom: 66px;
  }

  .section.team-page-section {
    padding-bottom: 66px;
  }

  .section.blog-v1-newsletter {
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding: 140px 16px 66px;
  }

  .input {
    padding-right: 25px;
    padding-left: 25px;
  }

  .input.card-protected-page {
    margin-bottom: 22px;
  }

  .input.cta-v2-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .input.cta-v3-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .input.newsletter-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .input.blog-v3-hero-form-input {
    min-height: 73px;
    padding-right: 20px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -100px;
  }

  .divider.card-blog-v1-post-content-divider {
    margin-top: 20px;
    margin-bottom: 23px;
  }

  .divider.post-featured-item-v1 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .divider.card-blog-v3-featured {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .divider.card-blog-v3-featured-bottom {
    margin-top: 28px;
    margin-bottom: 23px;
  }

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

  .divider.job-post {
    margin-bottom: 61px;
  }

  .divider.sign-up {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .divider.terms-conditions {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .divider.demo {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .paragraph.card-protected-page {
    margin-bottom: 22px;
  }

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

  .paragraph.home-hero {
    margin-bottom: 30px;
  }

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

  .paragraph.card-integration-v1-item {
    max-width: 356px;
    margin-bottom: 25px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph.home-hero-v2.center-aligned.lf {
    font-size: 26px;
  }

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

  .paragraph.home-hero-v3 {
    margin-bottom: 25px;
  }

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

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

  .paragraph.category-item-v1-description {
    margin-bottom: 23px;
  }

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

  .paragraph.features-hero {
    max-width: 417px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.feature-v3 {
    margin-bottom: 30px;
  }

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

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

  .paragraph.integration-description {
    margin-bottom: 30px;
  }

  .paragraph.careers-hero {
    margin-bottom: 30px;
  }

  .paragraph.careers-perks {
    max-width: 402px;
  }

  .paragraph.card-job-opening-item {
    margin-bottom: 28px;
  }

  .paragraph.job-post {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.card-help-center-category {
    margin-bottom: 23px;
  }

  .paragraph.help-center-category-description {
    max-width: 396px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.help-center-article-excerpt {
    margin-bottom: 27px;
  }

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

  .paragraph.landing-page-hero {
    margin-bottom: 20px;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.home-features {
    padding: 33px 25px 42px;
  }

  .card.home-perks-content-bottom-perk {
    padding: 28px 25px;
  }

  .card.integration-v1 {
    padding: 33px 25px 40px;
  }

  .card.home-teams {
    padding: 40px 25px;
    border-radius: 20px;
  }

  .card.home-testimonial {
    padding: 30px 25px 40px;
  }

  .card.faq {
    padding: 33px 25px;
  }

  .card.testimonial-v2 {
    border-radius: 20px;
  }

  .card.integration-v2-item {
    padding: 28px 25px 32px;
  }

  .card.integration-v3 {
    padding: 33px 25px 48px;
  }

  .card.home-team-v2 {
    padding: 44px 25px 49px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), color-stop(0, #f3f5ff));
    background-image: linear-gradient(180deg, #fff 80%, #f3f5ff 0);
  }

  .card.testimonials-v3 {
    padding: 33px 25px;
  }

  .card.faq-v2 {
    padding: 30px 25px;
  }

  .card.story-content-bottom-info {
    padding: 28px 25px 46px;
  }

  .card.value {
    padding: 32px 25px 37px;
  }

  .card.team-item {
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .card.about-office {
    padding: 36px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.category-item-v1-card {
    padding: 33px 25px 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.author {
    margin-top: 33px;
    padding: 35px 25px 33px;
  }

  .card.features-v1 {
    padding: 33px 25px 40px;
  }

  .card.feature-v2 {
    padding: 33px 25px 40px;
  }

  .card.plan {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.upgrade-plan {
    min-height: 571px;
    padding: 46px 25px;
  }

  .card.plan-perk {
    padding: 28px 25px 42px;
  }

  .card.contact-form-card {
    padding: 40px 25px;
  }

  .card.contact-link {
    padding: 28px 25px 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card.integration-about {
    padding: 42px 25px;
  }

  .card.job-opening-item-card {
    padding: 35px 25px;
  }

  .card.job-post {
    padding: 51px 25px 57px;
    border-radius: 20px;
  }

  .card.help-center-category {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .card.help-center-article {
    padding-top: 33px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.help-center-article-page {
    padding: 47px 25px 23px;
  }

  .card.forgot-password {
    min-height: 670px;
    padding: 37px 25px 47px;
    border-radius: 20px;
  }

  .card.reset-password {
    padding: 36px 25px 47px;
    border-radius: 20px;
  }

  .card.confirm-email {
    padding: 32px 25px 48px;
    border-radius: 20px;
  }

  .card.demo {
    padding: 45px 25px;
    border-radius: 20px;
  }

  .card.landing-page-form {
    padding: 40px 25px;
    border-radius: 20px;
  }

  .card.protected-page {
    padding: 51px 25px 54px;
    border-radius: 20px;
  }

  .card.default {
    padding: 33px 25px 40px;
  }

  .card.team-page {
    margin-top: -45px;
    padding: 35px 25px 42px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.order-item-title {
    font-size: 20px;
  }

  .title.home-hero {
    max-width: 416px;
  }

  .title.home-perks-content-top-title {
    max-width: 350px;
    margin-bottom: 28px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.card-testimonials-v3-name {
    margin-bottom: 4px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.card-post-item-v2 {
    margin-bottom: 24px;
  }

  .title.card-faq {
    font-size: 20px;
  }

  .title.text-color-neutral-100.cta-v3 {
    margin-bottom: 20px;
  }

  .title.text-color-neutral-100.cta-v4 {
    margin-bottom: 30px;
  }

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

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

  .title.home-hero-v2 {
    max-width: 349px;
    font-size: 35px;
    line-height: 35px;
  }

  .title.home-hero-v2.center-aligned.lf {
    font-size: 30px;
  }

  .title.integrations-v2 {
    max-width: 343px;
  }

  .title.testimonials-v2 {
    max-width: 349px;
  }

  .title.card-blog-v1-post {
    font-size: 20px;
  }

  .title.home-hero-v3 {
    max-width: 297px;
  }

  .title.home-perks-v2-content-top-title {
    max-width: 350px;
  }

  .title.home-perks-v2-content-bottom-title {
    margin-bottom: 28px;
  }

  .title.card-integration-v3 {
    margin-bottom: 5px;
  }

  .title.home-teams-v2 {
    max-width: 358px;
  }

  .title.card-faq-v2 {
    margin-right: 20px;
  }

  .title.about-team {
    max-width: 350px;
  }

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

  .title.blog-v1-hero-categories {
    margin-bottom: 30px;
  }

  .title.h3-size {
    font-size: 22px;
  }

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

  .title.main-feature {
    max-width: 330px;
  }

  .title.feature-v2 {
    max-width: 330px;
  }

  .title.h2-size {
    font-size: 27px;
  }

  .title.card-plan-price {
    font-size: 21px;
  }

  .title.card-plans-comparison-row-title {
    font-size: 14px;
  }

  .title.card-plans-comparison-plan {
    font-size: 10px;
  }

  .title.h1-size {
    font-size: 34px;
  }

  .title.help-center-categories {
    margin-bottom: 54px;
  }

  .title.card-help-center-article {
    font-size: 20px;
  }

  .title.demo {
    max-width: 258px;
  }

  .title.standard.small-title {
    font-size: 25px;
  }

  .split-content.home-perks-content-top-left {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .split-content.home-perks-content-top-right {
    padding-top: 33px;
  }

  .split-content.home-perks-content-bottom-left {
    padding-bottom: 33px;
  }

  .split-content.home-perks-content-bottom-right {
    margin-bottom: 50px;
  }

  .split-content.home-integrations-content-top-left {
    max-width: 350px;
    margin-right: 0px;
  }

  .split-content.card-home-teams-left {
    margin-bottom: 40px;
  }

  .split-content.home-testimonials-content-top-left {
    margin-right: 0px;
  }

  .split-content.home-testimonials-content-top-right {
    margin-bottom: 23px;
  }

  .split-content.home-blog-content-top-left {
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
  }

  .split-content.cta-right {
    max-width: 357px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.home-hero-v2-content {
    margin-bottom: 60px;
  }

  .split-content.home-hero-v2-images-wrapper {
    padding-bottom: 33px;
    padding-left: 0px;
  }

  .split-content.cta-v3-left {
    margin-bottom: 40px;
  }

  .split-content.cta-v3-right {
    max-width: 357px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.home-hero-v3-content {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.home-hero-v3-images-wrapper {
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .split-content.home-perks-v2-content-top-left {
    margin-bottom: 50px;
  }

  .split-content.home-perks-v2-content-top-right {
    padding-top: 33px;
  }

  .split-content.home-perks-v2-content-bottom-left {
    padding-bottom: 33px;
  }

  .split-content.home-perks-v2-content-bottom-right {
    margin-bottom: 50px;
  }

  .split-content.integrations-v3-content-top-left {
    max-width: 350px;
  }

  .split-content.testimonials-v3-content-top-left {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.about-hero-images-left {
    padding-top: 38px;
  }

  .split-content.story-content-top-left {
    margin-bottom: 40px;
  }

  .split-content.story-content-top-left.right {
    margin-left: 0px;
  }

  .split-content.values-content-top-left {
    margin-right: 0px;
  }

  .split-content.blog-v1-hero-content-top-left {
    margin-bottom: 25px;
  }

  .split-content.card-author-name-wrapper {
    margin-bottom: 10px;
  }

  .split-content.card-author-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
  }

  .split-content.analytics-v1-left {
    padding-top: 50px;
  }

  .split-content.analytics-v1-right {
    margin-bottom: 60px;
  }

  .split-content.reports-v1-left {
    margin-bottom: 60px;
  }

  .split-content.reports-v1-right {
    padding-bottom: 40px;
  }

  .split-content.integrations-v1-right {
    margin-bottom: 60px;
  }

  .split-content.feature-v3-images-wrapper {
    padding: 40px 25px;
    border-radius: 20px;
  }

  .split-content.plan-left {
    margin-bottom: 50px;
  }

  .split-content.contact-left {
    margin-bottom: 50px;
  }

  .split-content.integrations-hero-left {
    margin-bottom: 50px;
  }

  .split-content.integration-hero-left {
    margin-bottom: 40px;
  }

  .split-content.careers-hero-left {
    margin-bottom: 60px;
  }

  .split-content.sign-in-left {
    min-height: auto;
  }

  .split-content.terms-conditions-left {
    margin-bottom: 20px;
  }

  .split-content.demo-left {
    margin-bottom: 53px;
  }

  .split-content.landing-page-hero-left {
    margin-bottom: 40px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
  }

  .image-wrapper.card-integration-v1-item {
    max-width: 64px;
    border-radius: 15px;
  }

  .image-wrapper.card-home-testimonial {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.blog-v2-sidebar-featured-item-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-integration-v3-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image-wrapper.card-team-item {
    margin-bottom: 15px;
  }

  .image-wrapper.card-about-office-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-wrapper.category-item-v1-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .image-wrapper.card-author-image {
    width: 122px;
    max-height: 122px;
    min-height: 122px;
    min-width: 122px;
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-author-image {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.card-plan-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 13px;
  }

  .image-wrapper.contact-link-icon {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image-wrapper.card-contact-link-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .image-wrapper.integration {
    border-radius: 20px;
  }

  .image-wrapper.card-help-center-category-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    border-radius: 20px;
  }

  .image-wrapper.help-center-article-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .image-wrapper.team-cover {
    min-height: 242px;
    border-radius: 20px;
  }

  .image-wrapper.card-team-page {
    max-width: 168px;
    margin-bottom: 25px;
  }

  .image.card-home-features-icon {
    max-width: 72px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.home-perks-content-top-icon {
    max-width: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.home-perks-content-top-1 {
    border-radius: 20px;
  }

  .image.home-perks-content-top-2 {
    border-radius: 20px;
  }

  .image.home-perks-content-bottom-1 {
    border-radius: 20px;
  }

  .image.home-perks-content-bottom-2 {
    border-radius: 20px;
  }

  .image.home-teams-tab-link-icon {
    max-width: 35px;
  }

  .image.home-teams-engineering-1 {
    border-radius: 20px;
  }

  .image.home-teams-engineering-2 {
    max-width: 55%;
  }

  .image.marketing-teams {
    border-radius: 20px;
  }

  .image.design-teams-1 {
    max-width: 70%;
    border-radius: 20px;
  }

  .image.design-teams-2 {
    overflow: visible;
    max-width: 60%;
    border-radius: 20px;
  }

  .image.cta-1 {
    border-radius: 10px;
  }

  .image.cta-2 {
    border-radius: 10px;
  }

  .image.cta-bg-1 {
    left: -13px;
  }

  .image.cta-bg-2 {
    right: -15px;
  }

  .image.cta-v2-shape-1 {
    left: -41px;
  }

  .image.cta-v2-shape-3 {
    display: none;
  }

  .image.cta-v2-shape-4 {
    right: -39px;
    bottom: -94px;
  }

  .image.cta-v2-shape-6 {
    top: -81px;
    right: -41px;
  }

  .image.card-testimonial-v2-content-author {
    margin-right: 10px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image.cta-v3-bg-1 {
    top: 21px;
  }

  .image.cta-v3-bg-2 {
    right: -10px;
  }

  .image.cta-v3-image-1 {
    border-radius: 10px;
  }

  .image.cta-v3-image-2 {
    bottom: 15px;
    border-radius: 10px;
  }

  .image.home-hero-v3-image-2 {
    border-radius: 10px;
  }

  .image.home-hero-v3-bg-1 {
    left: 15px;
  }

  .image.rating-logo {
    margin-bottom: 15px;
  }

  .image.home-perks-v2-content-top-1 {
    border-radius: 20px;
  }

  .image.home-perks-v2-content-top-2 {
    border-radius: 20px;
  }

  .image.home-perks-v2-content-bottom-1 {
    border-radius: 20px;
  }

  .image.home-perks-v2-content-bottom-2 {
    border-radius: 20px;
  }

  .image.cta-v4-shape-1 {
    left: -19px;
    top: -75px;
  }

  .image.cta-v4-shape-3 {
    display: none;
  }

  .image.cta-v4-shape-4 {
    left: 28px;
  }

  .image.cta-v4-shape-5 {
    right: -45px;
  }

  .image.cta-v4-shape-6 {
    display: none;
  }

  .image.home-perks-v2-content-top-feature-icon {
    margin-right: 10px;
    border-radius: 8px;
  }

  .image.home-perks-v2-content-bottom-feature-icon {
    width: 42px;
    max-height: 42px;
    min-height: 42px;
    min-width: 42px;
    margin-right: 10px;
    border-radius: 8px;
  }

  .image.home-teams-v2-engineering-teams-1 {
    border-radius: 20px;
  }

  .image.home-teams-v2-engineering-teams-2 {
    max-width: 55%;
  }

  .image.card-home-team-v2-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .image.card-home-team-v2-marketing-teams {
    border-radius: 20px;
  }

  .image.card-home-team-v2-design-teams-2 {
    overflow: visible;
    max-width: 60%;
    border-radius: 20px;
  }

  .image.card-home-team-v2-design-teams-1 {
    max-width: 70%;
    border-radius: 20px;
  }

  .image.card-testimonials-v3-logo {
    margin-bottom: 15px;
  }

  .image.card-testimonials-v3-avatar {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    margin-right: 10px;
  }

  .image.about-hero-1 {
    border-radius: 10px;
  }

  .image.about-hero-2 {
    border-radius: 10px;
  }

  .image.about-hero-3 {
    border-radius: 10px;
  }

  .image.about-hero-4 {
    border-radius: 10px;
  }

  .image.card-value-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image.about-offices-map {
    margin-top: 40px;
  }

  .image.card-about-office-link-icon {
    margin-right: 10px;
  }

  .image.post-featured-item-v1-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.newsletter-shape-1 {
    left: -41px;
  }

  .image.newsletter-shape-3 {
    display: none;
  }

  .image.card-blog-v3-featured-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.card-blog-v3-featured-bottom-author {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.card-features-v1-icon {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .image.integrations-v1-image-2 {
    bottom: 40px;
  }

  .image.card-feature-v2-icon {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 23px;
    border-radius: 20px;
  }

  .image.feature-v3-grid-feature-icon {
    width: 42px;
    max-height: 42px;
    min-height: 42px;
    min-width: 42px;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.card-plans-comparison-feature-check {
    width: 27px;
    max-height: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .image.card-plan-perk-icon {
    width: 72px;
    max-height: 72px;
    min-height: 72px;
    min-width: 72px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.integration-icon {
    width: 75px;
    max-height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 15px;
  }

  .image.job-post-icon {
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .image.help-center-hero-image-1 {
    left: -33px;
    bottom: -371px;
    width: 48%;
  }

  .image.help-center-hero-image-2 {
    right: -42px;
    bottom: -396px;
    width: 60%;
  }

  .image.help-center-hero-image-3 {
    left: -57px;
    top: -220px;
  }

  .image.help-center-hero-image-4 {
    top: -237px;
    right: -59px;
  }

  .image.help-center-category-icon {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-bottom: 15px;
  }

  .image.card-help-center-article-author {
    width: 45px;
    max-height: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.social-media-button-icon {
    margin-right: 10px;
  }

  .image.sign-in-1 {
    margin-bottom: 80px;
  }

  .image.sign-in-2 {
    max-width: 50%;
  }

  .image.sign-up-1 {
    margin-bottom: 40px;
  }

  .image.card-forgot-password-icon {
    max-width: 148px;
    margin-bottom: 15px;
  }

  .image.card-confirm-email-icon {
    max-width: 144px;
  }

  .image.feature-icon {
    margin-right: 10px;
  }

  .image.demo-company {
    margin-bottom: 20px;
  }

  .image.landing-page-hero-company {
    width: 21%;
  }

  .image.not-found {
    margin-bottom: 30px;
  }

  .image.card-protected-page-icon {
    max-width: 145px;
    margin-bottom: 20px;
  }

  .image.style-guide-icon {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .container-medium-750px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-750px.home-hero {
    margin-bottom: 54px;
  }

  .bg.home-hero {
    min-height: 68%;
    border-bottom-width: 90px;
  }

  .bg.home-features {
    border-radius: 10px;
  }

  .bg.skew-top {
    border-bottom-width: 53px;
  }

  .bg.skew-top._150px {
    border-bottom-width: 77px;
  }

  .bg.skew-bottom {
    border-top-width: 53px;
  }

  .bg.skew-bottom._120px {
    border-top-width: 64px;
  }

  .bg.home-integrations {
    border-radius: 10px;
  }

  .bg.home-teams {
    border-top-width: 160px;
  }

  .bg.home-testimonials {
    min-height: 103%;
    border-radius: 10px;
  }

  .bg.faqs {
    border-radius: 10px;
  }

  .bg.home-hero-v3 {
    min-height: 25%;
  }

  .bg.faqs-v2 {
    min-height: 103%;
    border-radius: 10px;
  }

  .bg.about-hero {
    min-height: 45%;
    border-bottom-width: 90px;
  }

  .bg.story {
    border-radius: 10px;
  }

  .bg.about-team {
    width: 90%;
    max-width: none;
    border-radius: 10px;
  }

  .bg.blog-post {
    min-height: 13%;
    border-bottom-width: 80px;
  }

  .bg.analytics-v1-images {
    top: -14px;
    border-radius: 20px;
  }

  .bg.reports-v1-images {
    top: -14px;
    border-radius: 20px;
  }

  .bg.integrations-v1-images {
    border-radius: 20px;
  }

  .bg.pricing {
    border-bottom-width: 90px;
  }

  .bg.plan {
    border-bottom-width: 90px;
  }

  .bg.contact-offices {
    border-radius: 10px;
  }

  .bg.integrations-hero-1 {
    width: 25%;
  }

  .bg.integrations-hero-2 {
    bottom: 14px;
    width: 25%;
  }

  .bg.help-center-categories {
    border-radius: 10px;
  }

  .bg.sign-in {
    min-height: 47%;
  }

  .bg.sign-up {
    min-height: 35%;
  }

  .bg.utility-page {
    border-top-width: 120px;
  }

  .bg.pricing-category {
    border-bottom-width: 90px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 64px;
  }

  .button-primary-arrow {
    margin-left: 10px;
  }

  .button-primary-arrow.form-button-arrow {
    display: none;
  }

  .container-medium-634px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-vc.home-features {
    margin-top: 46px;
  }

  .flex-vc.home-teams {
    margin-top: 53px;
  }

  .flex-vc.testimonials-v2 {
    margin-top: 40px;
  }

  .flex-vc.home-features-v3 {
    margin-top: 50px;
  }

  .flex-vc.faqs-v2 {
    margin-top: 64px;
  }

  .flex-vc.pricing {
    margin-top: 40px;
  }

  .home-features-grid {
    grid-row-gap: 35px;
  }

  ._2-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .badge {
    font-size: 14px;
  }

  .home-perks-content-top {
    margin-bottom: 86px;
  }

  .home-perks-content-top-perk-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-perks-content-bottom-grid {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-perks-content-bottom-perk-number {
    font-size: 36px;
  }

  .card-home-perks-content-bottom-perk-text {
    font-size: 16px;
  }

  .content-top.home-integrations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.home-testimonials {
    margin-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.home-blog {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.integrations-v3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.testimonials-v3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.latest-posts {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.contact-offices {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.integrations {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-integrations {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .content-top.integrations-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.team-articles {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .integrations-slider-v1 {
    max-width: 100%;
  }

  .integrations-slider-v1-mask {
    max-width: 100%;
  }

  .integration-slide-v1 {
    margin-right: 20px;
  }

  .container-small-558px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1094px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .link-arrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow.card-contact-link {
    font-size: 16px;
  }

  .link-arrow-text {
    margin-right: 10px;
  }

  .card-integration-v1-item-category {
    font-size: 16px;
  }

  .card-home-teams-left-icon {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .card-home-testimonial-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-home-testimonial-rol {
    font-size: 16px;
  }

  .container-small-597px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-597px.testimonials-v2 {
    margin-bottom: 120px;
  }

  .card-faq-icon-wrapper {
    margin-right: 10px;
  }

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

  .space.feature-v3 {
    min-height: 40px;
  }

  .cta-wrapper {
    padding: 56px 25px 42px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 35px;
  }

  .card-blog-v2-featured-content {
    padding: 32px 25px 42px;
  }

  .card-blog-v2-featured-category {
    margin-right: 15px;
    font-size: 16px;
  }

  .card-blog-v2-featured-date {
    font-size: 16px;
  }

  .blog-v2-sidebar-featured-grid {
    min-height: auto;
    grid-row-gap: 40px;
  }

  .blog-v2-sidebar-featured-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-v2-sidebar-featured-item-content {
    max-width: 358px;
  }

  .footer-content-top {
    margin-bottom: 56px;
  }

  .footer-main-content {
    margin-bottom: 60px;
  }

  .footer-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-menu-nav-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-small-print {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
  }

  .footer-social-media-wrapper {
    margin-right: -15px;
    margin-bottom: -15px;
    padding-right: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-social-media-wrapper.social {
    padding-right: 0px;
  }

  .social-media-link {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .empty-state.cart-empty {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-menu-wrapper.pages {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .dropdown-nav {
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .brand {
    margin-right: 15px;
  }

  .form-button-arrow-main-wrapper {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.cta-v2-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.cta-v3-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.footer-newsletter-form-button {
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .form-button-arrow-main-wrapper.newsletter-form-button {
    position: static;
    margin-top: 18px;
  }

  .form-button-arrow-main-wrapper.blog-v3-hero-form-button {
    position: static;
    margin-top: 18px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-v2-sidebar-featured-collection-list-wrapper {
    max-width: 100%;
    margin-left: 0px;
  }

  .home-hero-v2-wrapper {
    margin-bottom: 55px;
  }

  .container-small-589px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-v2-wrapper {
    padding: 66px 25px;
    border-radius: 35px;
  }

  .cta-v2-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-small-569px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonials-v2-slide-left-arrow {
    font-size: 21px;
  }

  .testimonials-v2-slide-right-arrow {
    right: 0px;
    font-size: 21px;
  }

  .card-testimonial-v2-content {
    min-width: auto;
    padding: 30px 30px 38px;
  }

  .card-testimonial-v2-content-bottom {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v1-post-date {
    font-size: 16px;
  }

  .card-testimonial-v2-content-author-text-wrapper {
    margin-bottom: 10px;
  }

  .card-testimonial-v2-content-author-rol {
    font-size: 15px;
  }

  .cta-v3-wrapper {
    padding: 56px 25px 42px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 35px;
  }

  .cta-v3-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-large-1128px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ratings-grid {
    grid-row-gap: 60px;
  }

  .home-perks-v2-content-top {
    margin-bottom: 86px;
  }

  .cta-v4-wrapper {
    padding-top: 66px;
    padding-bottom: 66px;
    border-radius: 35px;
  }

  .home-perks-v2-content-top-features-grid {
    margin-bottom: 35px;
    grid-row-gap: 15px;
  }

  .home-perks-v2-content-top-feature-text {
    font-size: 16px;
  }

  .home-perks-v2-content-bottom-feature-text {
    font-size: 16px;
  }

  .home-features-v3-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integrations-v3-mask {
    max-width: 100%;
  }

  .home-teams-v2-tab-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-large-1168px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-testimonials-v3-content {
    margin-bottom: 40px;
  }

  .card-testimonials-v3-rol {
    font-size: 14px;
  }

  .home-v3-blog-mask {
    max-width: 100%;
  }

  .card-post-item-v2-content {
    padding-top: 36px;
    padding-bottom: 34px;
    padding-left: 25px;
  }

  .card-post-item-v2-date {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .container-small-394px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-394px.faqs-v2 {
    margin-bottom: 48px;
  }

  .container-medium-802px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-faq-v2-icon-wrapper {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .card-faq-v2-icon-1 {
    width: 18px;
  }

  .card-faq-v2-icon-2 {
    min-height: 18px;
  }

  .home-hero-v3-update-link {
    margin-bottom: 15px;
    padding-right: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .home-hero-v3-update-link-badge {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .home-hero-v3-update-link-text {
    margin-right: 8px;
  }

  .container-medium-658px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-658px.about-hero {
    margin-bottom: 40px;
  }

  .about-hero-achievements-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .about-hero-images-grid {
    margin-bottom: 53px;
  }

  .large-number.about-hero-achievement {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .story-content-top {
    margin-bottom: 50px;
  }

  .card-team-item-rol {
    font-size: 18px;
  }

  .card-team-item-name-wrapper {
    margin-bottom: 23px;
  }

  .card-about-office-links-grid {
    margin-bottom: 28px;
  }

  .card-about-office-link {
    font-size: 16px;
  }

  .blog-v1-hero-content-top {
    margin-bottom: 64px;
  }

  .post-featured-item-v1-content {
    padding-top: 29px;
    padding-bottom: 36px;
  }

  .post-featured-item-v1-category {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .post-featured-item-v1-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-featured-item-v1-author-content {
    margin-bottom: 10px;
  }

  .post-featured-item-v1-author-name {
    font-size: 16px;
  }

  .post-featured-item-v1-date {
    font-size: 14px;
  }

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

  .newsletter-wrapper {
    padding: 51px 25px;
    border-radius: 35px;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-700px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-700px.blog-v3-hero {
    margin-bottom: 57px;
  }

  .blog-v3-grid {
    grid-row-gap: 35px;
  }

  .blog-v3-hero-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-v3-featured-content {
    padding: 30px 25px;
  }

  .card-blog-v3-featured-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-category {
    font-size: 16px;
  }

  .card-blog-v3-featured-author-name-wrapper {
    margin-bottom: 10px;
  }

  .card-blog-v3-featured-author-name {
    font-size: 16px;
  }

  .card-blog-v3-featured-date {
    font-size: 14px;
  }

  .card-blog-v3-featured-bottom-content {
    padding: 28px 25px 23px;
  }

  .card-blog-v3-featured-bottom-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-blog-v3-featured-bottom-category {
    font-size: 16px;
  }

  .card-blog-v3-featured-bottom-author-name-wrapper {
    margin-bottom: 10px;
  }

  .card-blog-v3-featured-bottom-author-name {
    font-size: 16px;
  }

  .card-blog-v3-featured-bottom-date {
    font-size: 14px;
  }

  .card-blog-v3-post-content {
    padding: 28px 25px 38px;
  }

  .card-blog-v3-post-content-top {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .card-blog-v3-post-content-top-divider {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-large-1026px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1026px.blog-post {
    margin-bottom: 40px;
  }

  .container-medium-918px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

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

  .rich-text figure {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

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

  .rich-text h5 {
    margin-top: 33px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .blog-post-author-wrapper {
    margin-bottom: 10px;
  }

  .card-author-content-top {
    margin-bottom: 15px;
  }

  .blog-post-author-content {
    margin-bottom: 10px;
  }

  .blog-post-date {
    font-size: 16px;
  }

  .container-medium-610px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-610px.features-hero {
    margin-bottom: 35px;
  }

  .features-navigation-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .features-navigation-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .features-v1-wrapper {
    margin-bottom: 63px;
  }

  .reports-v1-wrapper {
    margin-bottom: 63px;
  }

  .integrations-v1-wrapper {
    margin-bottom: 63px;
  }

  .container-small-532px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .feature-v3-grid {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-v3-grid-feature-text {
    font-size: 16px;
  }

  .analytics-v3-images-wrapper {
    padding-top: 40px;
  }

  .reports-v3-images-wrapper {
    padding-bottom: 33px;
  }

  .container-medium-600px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-plan-features-grid {
    margin-bottom: 28px;
    grid-row-gap: 10px;
  }

  .card-plan-price-wrapper {
    font-size: 16px;
  }

  .card-plan-title-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-feature-icon-wrapper {
    width: 27px;
    max-height: 27px;
    min-height: 27px;
    min-width: 27px;
    margin-right: 10px;
  }

  .plan-feature-text {
    font-size: 16px;
  }

  .card-plan-message {
    font-size: 16px;
  }

  .card-plans-comparison-grid {
    max-width: 356px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plans-comparison-box {
    min-height: 72px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .card-plans-comparison-box.large {
    min-height: 83px;
  }

  .card-plans-comparison-row-feature-wrapper {
    width: 30%;
    margin-right: 20px;
  }

  .card-plans-comparison-row-feature-text {
    font-size: 13px;
  }

  .plan-features-grid {
    grid-row-gap: 10px;
  }

  .card-upgrade-plan-content-top {
    margin-bottom: 28px;
  }

  .plan-content-top {
    margin-bottom: 23px;
  }

  .select-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .add-cart-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .add-cart-option-list {
    margin-bottom: 25px;
  }

  .container-small-551px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-551px.plan-perks {
    margin-bottom: 30px;
  }

  .text-area {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-link-wrapper {
    font-size: 16px;
  }

  .container-medium-925px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .integration-about-tabs-menu {
    margin-right: 0px;
  }

  .integration-about-tab-link {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .card-integration-about-content-bottom {
    margin-top: 20px;
  }

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

  .rich-text-v2 ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-v2 h3 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

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

  .rich-text-v2 figure {
    margin-top: 44px;
    margin-bottom: 33px;
  }

  .rich-text-v2 h4 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text-v2 ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

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

  .rich-text-v2 h5 {
    margin-top: 33px;
  }

  .rich-text-v2 h6 {
    margin-top: 33px;
  }

  .container-medium-683px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-683px.careers-perks {
    margin-bottom: 55px;
  }

  .job-openings-grid {
    grid-row-gap: 35px;
  }

  .container-medium-797px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-797px.job-post {
    margin-bottom: 50px;
  }

  .container-medium-942px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .job-post-tabs-menu {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .job-post-tab-link {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .backlink-wrapper.help-center-article {
    margin-bottom: 40px;
  }

  .help-center-category-content-top {
    margin-bottom: 40px;
  }

  .backlink {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-wrapper {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-help-center-article-author-content {
    margin-bottom: 10px;
  }

  .container-medium-739px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-739px.help-center-article {
    margin-bottom: 40px;
  }

  .container-large-1042px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .help-center-article-author-link {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help-center-article-author-content {
    margin-bottom: 20px;
  }

  .help-center-article-author-name {
    font-size: 16px;
  }

  .help-center-article-date {
    font-size: 14px;
  }

  .header-utility-page-logo {
    width: 160px;
  }

  .footer-utility-page {
    text-align: left;
  }

  .footer-utility-page-logo {
    width: 160px;
  }

  .header-utility-page-brand {
    margin-right: 15px;
  }

  .footer-utility-page-small-print {
    font-size: 16px;
  }

  .sign-in-title-wrapper {
    margin-bottom: 30px;
  }

  .sign-in-form-block {
    min-height: 345px;
    margin-bottom: 20px;
  }

  .sign-in-links-wrapper {
    font-size: 16px;
  }

  .sign-in-divider-wrapper {
    margin-top: 26px;
    margin-bottom: 27px;
  }

  .sign-in-text {
    font-size: 16px;
  }

  .sign-in-form {
    grid-row-gap: 30px;
  }

  .sign-in-links-text {
    margin-bottom: 6px;
  }

  .sign-up-title-wrapper {
    margin-bottom: 30px;
  }

  .sign-up-text {
    font-size: 16px;
  }

  .sign-up-form-block {
    min-height: 522px;
  }

  .sign-up-link-text {
    margin-top: 30px;
    font-size: 16px;
  }

  .container-medium-708px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .forgot-password-form-block {
    min-height: 197px;
  }

  .forgot-password-form {
    grid-row-gap: 28px;
  }

  .forgot-password-text-link {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .card-reset-password-icon {
    max-width: 148px;
    margin-bottom: 23px;
  }

  .card-reset-password-form-block {
    min-height: 333px;
  }

  .card-reset-password-form {
    grid-row-gap: 28px;
  }

  .card-reset-password-text-bottom {
    font-size: 16px;
  }

  .container-large-1112px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .terms-conditions-button {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .demo-features-grid {
    grid-row-gap: 15px;
  }

  .feature-wrapper {
    font-size: 16px;
  }

  .demo-companies-wrapper {
    margin-bottom: -20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .demo-form-block {
    min-height: 895px;
  }

  .demo-form {
    grid-row-gap: 31px;
  }

  .landing-page-hero-wrapper {
    margin-bottom: 57px;
  }

  .landing-page-hero-companies-text {
    margin-bottom: 33px;
    font-size: 18px;
  }

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

  .rich-text-figure ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-figure h3 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

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

  .rich-text-figure h4 {
    margin-top: 33px;
    margin-bottom: 5px;
  }

  .rich-text-figure ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

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

  .rich-text-figure h5 {
    margin-top: 33px;
  }

  .rich-text-figure h6 {
    margin-top: 33px;
  }

  .team-page-content-top {
    margin-bottom: 50px;
  }

  .card-team-page-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-hero-v3-update-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-home-link-wrapper {
    max-width: 180px;
  }

  .grid-2-columns.home-pages {
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .bold-text.center-aligned {
    font-size: 30px;
    line-height: 1.2em;
  }

  .bold-text.blue {
    font-size: 30px;
    line-height: 50px;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .contact-form-2 {
    margin-bottom: 33px;
    padding-bottom: 0px;
  }

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

  .wrapper.center {
    height: auto;
    margin-top: -135px;
  }

  .wrapper.center.hoved11 {
    margin-top: -60px;
  }

  .heading-accent-2 {
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .input-2.contact-input.lf {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .bold-text-5.hoved205.hoved207 {
    font-size: 25px;
  }

  .contact-window-2 {
    margin-top: 78px;
    margin-bottom: 15px;
    padding: 30px 20px;
  }

  .field-label.bestill {
    margin-top: -11px;
    margin-bottom: 16px;
  }

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

  .paragraph-2.kundliste {
    margin-top: 40px;
  }

  .split-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo {
    line-height: 40px;
  }

  .navigation-links {
    padding-bottom: 15px;
    text-align: center;
  }

  .contact-window {
    margin-top: 78px;
    margin-bottom: 15px;
    padding: 30px 20px;
  }

  .gradient-button-2.contact-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-form-3 {
    margin-bottom: 33px;
    padding-bottom: 0px;
  }

  .contact-form-3.post-featured-item-v1-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-form-3.sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-container-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-37 {
    max-width: 100%;
  }
}

#w-node-b237e084-7805-caa6-b3f8-7b11e50d77ec-dbae62bf {
  -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-a31b8d9c-12cc-d6cc-2131-f7339f1db99d-dbae62bf {
  -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-c097c4f4-2c49-867a-40de-599e5e73ee4b-e1ae62c0 {
  -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-fcbf1f3b-0dcc-7f8e-4d8f-e22554bc3cf8-8dae62c3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8efca2b9-d2fd-628d-947d-4510802b5bf7-fcae62fd {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d2b17a04-5029-4a49-40cb-74d3de84d6eb-fcae62fd {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a0e2d7e8-092f-0c3a-60d0-d3eea2c347f4-fcae62fd {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f288b515-50d5-05f8-8b7e-7fb47ef6113b-8bae6300 {
  -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-bf6f65be-50c1-61d0-49ac-b25bc440df19-b3ae630a {
  -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-_00fd29d4-bf58-2342-60c5-3e06df8a4a44-b3ae630a {
  -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-e19b7cc9-32bc-5373-3113-fd6dd6039d56-b3ae630a {
  -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-b12acbf1-4401-ffa1-233f-a292ddc46c10-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-2dae630c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6e7c9151-760e-a3f9-85f4-552a0e40aa62-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-fb647547-1e01-2be7-15d9-5a3931cfd909-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a227b1fb-f6bb-e9ad-c596-f633a589838c-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9fbf2edf-4b3a-8b81-711b-a20f4989e252-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5eb04062-12af-c963-d867-9884a495d98f-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_67d693fa-c6e4-b728-c819-bb0295ac39ae-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_70ed4bca-26a7-a762-83ee-d7f89cf4d90f-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9240e453-8e3c-e5a8-c4c0-5d234ae71eb9-d154d441 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-b237e084-7805-caa6-b3f8-7b11e50d77ec-dbae62bf {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a31b8d9c-12cc-d6cc-2131-f7339f1db99d-dbae62bf {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c097c4f4-2c49-867a-40de-599e5e73ee4b-e1ae62c0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f288b515-50d5-05f8-8b7e-7fb47ef6113b-8bae6300 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bf6f65be-50c1-61d0-49ac-b25bc440df19-b3ae630a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_00fd29d4-bf58-2342-60c5-3e06df8a4a44-b3ae630a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e19b7cc9-32bc-5373-3113-fd6dd6039d56-b3ae630a {
    -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-a31b8d9c-12cc-d6cc-2131-f7339f1db99d-dbae62bf {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c097c4f4-2c49-867a-40de-599e5e73ee4b-e1ae62c0 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f288b515-50d5-05f8-8b7e-7fb47ef6113b-8bae6300 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Saas X Template';
  src: url('../fonts/icons-saas-x-template.woff2') format('woff2');
  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;
}