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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

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

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

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

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

body {
  color: #e8ebf3;
  background-color: #0e1425;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.222em;
}

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

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

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

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

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

p {
  margin-bottom: 16px;
}

a {
  color: #e8ebf3;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #b0b6c7;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

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

blockquote {
  color: #fff;
  text-align: center;
  background-color: #2a3246;
  border: 0 solid #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 68px 111px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.607em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

.page-wrapper.height-100vh {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet.hero-v34-grid {
  grid-template-columns: minmax(480px, 1fr) 1fr;
}

.grid-2-columns.hero-v1 {
  grid-column-gap: 20px;
  grid-template-columns: minmax(500px, .8fr) 1fr;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.hero-v15-grid {
  grid-row-gap: 100px;
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.cta-v1 {
  grid-template-columns: 1fr 1.15fr;
}

.grid-2-columns.stats-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
}

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid #454c5e;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.3fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 60px;
  grid-template-columns: 1.3fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.logo-strip-v1 {
  grid-template-columns: .4fr 1fr;
}

.grid-2-columns._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
  align-items: stretch;
}

.grid-2-columns.image-left---content-right {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.image-right---content-left {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns.slider-grid {
  grid-template-columns: .75fr 1fr;
}

.grid-2-columns.title-and-buttons {
  grid-template-columns: 1fr auto;
}

.grid-2-columns.cta-v2 {
  grid-template-columns: 1.4fr 1fr;
}

.grid-2-columns.stats-v1 {
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns._2-col-blog-post {
  grid-column-gap: 20px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.careers-grid {
  grid-column-gap: 16px;
  grid-template-columns: .35fr 1fr;
}

.grid-2-columns.demo-grid {
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns.hero-v30-grid {
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns.mg-top-28px {
  margin-top: 28px;
}

.grid-2-columns.align-stretch {
  align-items: stretch;
}

.grid-2-columns._2-col-mbl---1-col-mbp {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.grid-2-columns.cta-newsletter-v1 {
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.blog-v3-grid {
  grid-row-gap: 64px;
}

.grid-2-columns.blog-featured-bottom---grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2-columns.features-grid---image-right {
  grid-template-columns: .9fr 1fr;
  margin-bottom: 5em;
}

.grid-2-columns.features-grid---image-left {
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.cta-gallery-grid {
  grid-template-columns: 1fr minmax(400px, 1fr);
  justify-content: end;
  justify-items: end;
}

.grid-2-columns.careers-section---grid {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.hero-v20-grid {
  grid-template-columns: 1fr .8fr;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 1px 0 14px rgba(20, 20, 43, .06);
}

.style---main-wrapper {
  background-color: #0e1425;
}

.card {
  background-color: #101627;
  border: 1px solid rgba(91, 99, 124, .5);
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.card.form {
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 69px 45px;
  display: flex;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.team-v1 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.card.accordion-v1 {
  padding: 80px 63px;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 32px;
  display: flex;
}

.card.content-left.testimonial-twitter {
  min-height: 100%;
  justify-content: flex-start;
  padding: 45px 27px;
}

.card.content-left.pd-30px---58px {
  padding: 58px 30px;
}

.card.content-left.integration-item {
  min-height: 100%;
  color: #e8ebf3;
  justify-content: flex-start;
  align-items: stretch;
  padding: 45px 32px;
  text-decoration: none;
}

.card.content-left.integration-item:hover {
  color: #e8ebf3;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-home-page {
  text-align: center;
  transform-style: preserve-3d;
  border-color: #5b637c;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

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

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.card.content-left---image-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 60px 55px;
  display: grid;
}

.card.pd-content-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 78px 55px;
}

.card.content-left---gap-50-image-right {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: minmax(245px, 1.5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 78px 52px;
  display: grid;
}

.card.border---pd-32px---26px {
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 32px 26px;
  display: flex;
}

.card.icon---content-wrapper {
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 32px;
  display: flex;
}

.card.icon---content-wrapper.pd-40px---60px {
  padding: 60px 40px;
}

.card.icon---content-wrapper.pd-35px---60px {
  padding: 60px 35px;
}

.card.icon---content-wrapper.alt {
  padding-left: 30px;
  padding-right: 30px;
}

.card.icon---content-wrapper.value-item {
  padding: 60px 35px;
}

.card.icon---content-wrapper.help-center-category-item {
  min-height: 100%;
  color: #e8ebf3;
  padding: 58px 38px 50px;
  text-decoration: none;
}

.card.icon---content-wrapper.help-center-category-item:hover {
  color: #e8ebf3;
}

.card.image-center---bottom-cards {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 123px 75px 100px;
}

.card.grid-content-left---image-right {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 45px 36px;
  display: grid;
}

.card.content-center---image-center {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 44px 33px 0;
  display: flex;
}

.card.icon-center---content-center {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 32px;
  display: flex;
}

.card.icon-center---content-center.pd-48px {
  padding: 48px;
}

.card.card-integration {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(450px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 75px;
  display: grid;
}

.card.card-rich-text {
  padding: 70px 75px;
}

.card.author {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 48px;
  display: grid;
}

.card.border-left---content-left {
  background-color: rgba(0, 0, 0, 0);
  border-style: none none none solid;
  border-left-color: #5b637c;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 38px;
  padding-bottom: 28px;
  padding-left: 32px;
  display: flex;
  overflow: visible;
}

.card.pd-careers-wrapper {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 78px 70px;
}

.card.card-hero-v19 {
  background-image: url('../images/gradient-carrers-single-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 60px;
}

.card.cta-contact {
  background-image: url('../images/gradient-help-center-category-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: flex-start;
  padding: 58px 65px;
  display: flex;
}

.card.pd-60px---54px {
  padding: 20px;
}

.card.pd-64px---88px {
  padding: 88px 64px;
}

.card.webflow-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.pd-100px---90px {
  padding: 100px 90px;
}

.card.card-plan {
  width: 100%;
  max-width: 498px;
  padding: 55px 45px;
}

.card.pricing-table-card {
  border-color: #5b637c;
  border-radius: 8px;
  padding-top: 68px;
  padding-bottom: 72px;
}

.card.cta-v1 {
  background-image: url('../images/gradient-cta-v1-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 60px;
}

.card.cta-v2 {
  background-image: url('../images/gradient-cta-v2-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 48px 58px;
}

.card.cta-v3 {
  background-image: url('../images/gradient-cta-v3-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}

.card.card-image-center---card {
  flex-direction: column;
  display: flex;
}

.card.cta-newsletter-v1 {
  background-image: url('../images/gradient-cta-v4-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 74px 110px 70px;
}

.card.blog-post-v2 {
  min-height: 100%;
  border-radius: 8px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card.grid---pd-58px---35px {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 58px 35px;
  display: grid;
}

.card.pd-54px {
  padding: 54px;
}

.card.pd-78px---67px {
  padding: 67px 78px;
}

.card.search-result-item {
  min-height: 100%;
  color: #e8ebf3;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card.search-result-item:hover {
  color: #e8ebf3;
}

.style---color-block {
  min-height: 180px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid #2a3246;
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  color: #fff;
  line-height: 20px;
}

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

.grid-4-columns.logo-strip {
  grid-column-gap: 35px;
  opacity: .5;
  grid-template-columns: auto auto auto auto;
  align-items: start;
}

.grid-4-columns.pricing-table-grid-4-col {
  grid-column-gap: 0px;
}

.grid-4-columns.pricing-table-grid-4-col.top {
  grid-column-gap: 32px;
}

.grid-4-columns.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.bg-accent-1 {
  background-color: #616d8c;
}

.bg-neutral-800 {
  background-color: #0e1425;
}

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

.bg-neutral-600 {
  background-color: #2a3246;
}

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

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

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

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

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

.style---color-block-text-example {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: #0e1425;
}

.color-accent-1 {
  color: #616d8c;
}

.color-neutral-800 {
  color: #0e1425;
}

.color-neutral-700 {
  color: #101627;
}

.color-neutral-600 {
  color: #2a3246;
}

.color-neutral-500 {
  color: #454c5e;
}

.color-neutral-300 {
  color: #b0b6c7;
}

.color-neutral-200 {
  color: #e8ebf3;
}

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

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #5b637c;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid #2a3246;
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: rgba(91, 99, 124, .5);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-right-16px {
  margin-right: 16px;
}

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

.text-200 {
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

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

.text-200.medium.footer-title {
  margin-bottom: 34px;
}

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

.text-200.bold.color-neutral-300 {
  color: #b0b6c7;
}

.display-1 {
  display: inline-block;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-140px {
  grid-row-gap: 140px;
}

.grid-1-column.stats-card {
  grid-row-gap: 40px;
}

.grid-1-column.stats-card.right {
  margin-top: 50px;
}

.grid-1-column.blog-grid-2-col---left {
  height: 100%;
  min-height: 100%;
  align-content: space-between;
}

.grid-1-column.help-center-articles-grid {
  grid-row-gap: 60px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.gap-row-16px {
  grid-row-gap: 16px;
}

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

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: #def2e6;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-2.color-neutral-300 {
  color: #b0b6c7;
}

.display-2.color-neutral-200 {
  color: #e8ebf3;
}

.display-3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.385em;
}

.display-3.color-neutral-300 {
  color: #b0b6c7;
}

.display-3.color-neutral-300.integration-plus {
  margin-left: 34px;
  margin-right: 34px;
  font-size: 28px;
}

.display-4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.8em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  color: #fff;
  font-size: 24px;
  line-height: 1.083em;
}

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

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

.text-300 {
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
}

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

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

.text-100 {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
}

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

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

.text-100.color-neutral-300 {
  color: #b0b6c7;
  align-self: flex-end;
}

.text-100.color-neutral-200 {
  color: #e8ebf3;
}

.text-bold {
  color: #0e1425;
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.columns-auto {
  grid-template-columns: auto auto auto;
}

.grid-3-columns.columns-auto.footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.grid-3-columns.layout-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  align-items: start;
}

.grid-3-columns.offices-grid {
  grid-column-gap: 24px;
}

.grid-3-columns.blog-v1-grid {
  grid-row-gap: 64px;
}

.grid-3-columns.blog-v2-grid {
  grid-column-gap: 15px;
  grid-row-gap: 60px;
}

.grid-3-columns.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: end;
  justify-items: center;
}

.grid-3-columns.help-center-categories-grid {
  grid-row-gap: 60px;
}

.style---shadow-card {
  min-height: 220px;
  text-align: center;
  background-color: #2a3246;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px rgba(101, 105, 113, .09);
}

.shadow-03 {
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.shadow-04 {
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.shadow-05 {
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.shadow-06 {
  box-shadow: 0 32px 72px rgba(20, 20, 43, .24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px rgba(97, 109, 140, .06);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px rgba(97, 109, 140, .08);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px rgba(97, 109, 140, .12);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px rgba(20, 20, 43, .06);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px rgba(20, 20, 43, .1);
}

.style---heading {
  min-height: 60vh;
  background-color: #2a3246;
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
  box-shadow: 0 2px 6px rgba(101, 105, 113, .09);
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center {
  max-width: 1024px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._1020px {
  max-width: 1020px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._680px.center {
  margin-top: 10em;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container.image-center {
  width: 125%;
  max-width: 1842px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.inner-container._300px {
  max-width: 300px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._690px {
  max-width: 690px;
}

.inner-container.hero-v31-image {
  z-index: 1;
  width: 1605px;
  filter: blur(2.5px);
  justify-content: center;
  margin-bottom: -204px;
  display: flex;
}

.inner-container._504px {
  max-width: 504px;
}

.inner-container._418px {
  max-width: 418px;
}

.inner-container._390px {
  max-width: 390px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._584px {
  max-width: 584px;
}

.inner-container._476px {
  max-width: 476px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._260px {
  max-width: 260px;
}

.inner-container._664px {
  max-width: 664px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._603px {
  max-width: 603px;
}

.inner-container._595px {
  max-width: 595px;
}

.inner-container._292px {
  max-width: 292px;
}

.inner-container._915px {
  max-width: 915px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._380px {
  max-width: 380px;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._610px {
  max-width: 610px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._495px {
  max-width: 495px;
}

.inner-container._494px {
  max-width: 494px;
}

.inner-container._446px {
  max-width: 446px;
}

.inner-container._963px {
  max-width: 963px;
}

.inner-container._515px {
  max-width: 515px;
}

.inner-container.grid-logo-social---main-content {
  max-width: 494px;
}

.inner-container._553px {
  max-width: 553px;
}

.inner-container._422px {
  max-width: 422px;
}

.inner-container.title-search {
  max-width: 420px;
  min-width: 420px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._675px {
  max-width: 675px;
}

.inner-container._508px {
  max-width: 508px;
}

.inner-container._502px {
  max-width: 502px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container.hero-v15-content {
  max-width: 500px;
  min-width: 445px;
}

.inner-container._849px {
  max-width: 849px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._484px {
  max-width: 484px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._582px {
  max-width: 582px;
}

.inner-container._383px {
  max-width: 383px;
}

.inner-container._792px {
  max-width: 792px;
}

.inner-container.sign-up-wrapper {
  width: 100%;
  max-width: 515px;
  margin-right: 40px;
}

.inner-container.sign-up-testimonials {
  width: 100%;
  max-width: 378px;
  margin-left: auto;
  margin-right: 58px;
}

.inner-container._376px {
  max-width: 376px;
}

.inner-container._320px {
  max-width: 320px;
}

.style---content-heading {
  background-color: #2a3246;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 6px rgba(101, 105, 113, .09);
}

.style---heading-icon-wrapper {
  background-color: #616d8c;
  border-radius: 8px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-size: 1em;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-8px {
  border-radius: 8px;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  background-color: #0e1425;
  border: 1px solid #2a3246;
  border-radius: 16px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.style---components-wrapper {
  background-color: #2a3246;
  border: 1px solid #2a3246;
  border-radius: 16px;
  overflow: hidden;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: #101627;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 48px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #616d8c;
  border: 1px solid #616d8c;
  border-radius: 48px;
  justify-content: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s;
}

.btn-primary:hover {
  color: #fff;
  transform: scale3d(.93, .93, 1.01);
}

.btn-primary.small {
  transform-style: preserve-3d;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 16px;
}

.btn-primary.small.width-100 {
  transform-style: preserve-3d;
}

.btn-primary.small.width-100:hover {
  transform: scale3d(.96, .96, 1.01);
}

.btn-primary.small.width-100.add-cart-btn {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.small.button-row {
  margin-right: 18px;
}

.btn-primary.small.btn-none-bg---border {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition-property: color;
}

.btn-primary.small.btn-none-bg---border:hover {
  color: #b0b6c7;
  transform: none;
}

.btn-primary.small.btn-none-bg---border.buy-now-btn {
  align-items: flex-end;
  margin-top: 7px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.btn-primary.small.btn-none-bg---border.buy-now-btn---inside {
  padding-bottom: 0;
}

.btn-primary.small.pagination-btn {
  margin-top: 48px;
  margin-left: 14px;
  margin-right: 14px;
}

.btn-primary.small.add-cart-btn---inside {
  transform-style: preserve-3d;
  padding-right: 0;
  transition-property: none;
}

.btn-primary.small.add-cart-btn---inside:hover {
  transform: scale3d(1, 1, 1.01);
}

.btn-primary.small.btn-form-inside {
  padding-right: 0;
  transition-property: none;
}

.btn-primary.small.btn-form-inside:hover {
  transform: none;
}

.btn-primary.large {
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.white {
  color: #fff;
  background-color: #2a3246;
  border: 1px solid #2a3246;
}

.btn-primary.white:hover {
  color: #fff;
}

.btn-primary.white.bg-white---no-hover {
  color: #0e1425;
  background-color: #fff;
  border-color: #fff;
  transition-property: none;
}

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

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 10px 16px;
  font-size: 16px;
  top: 6px;
  bottom: 6px;
  right: 6px;
}

.btn-primary.inside-input.large {
  padding: 10px 28px;
  font-size: 16px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 26px;
}

.btn-primary.width-100 {
  transform-style: preserve-3d;
}

.btn-primary.width-100:hover {
  transform: scale3d(.96, .96, 1.01);
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.bg---no-hover {
  background-color: #553ffe;
  border-color: #553ffe;
  transition-property: none;
}

.btn-primary.bg---no-hover:hover {
  transform: none;
}

.btn-primary.btn-form-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.btn-secondary {
  color: #0e1425;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #b0b6c7;
  border-radius: 48px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #0e1425;
  transform: scale3d(.93, .93, 1.01);
}

.btn-secondary.small {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.large {
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.white {
  box-shadow: none;
  color: #e8ebf3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e8ebf3;
}

.btn-secondary.white:hover {
  color: #e8ebf3;
}

.btn-secondary.sign-in-btn {
  box-shadow: none;
  color: #e8ebf3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #5b637c;
  font-weight: 400;
}

.btn-secondary.sign-in-btn:hover {
  color: #e8ebf3;
}

.btn-secondary.width-100 {
  transform-style: preserve-3d;
}

.btn-secondary.width-100:hover {
  transform: scale3d(.96, .96, 1.01);
}

.badge-primary {
  color: #fff;
  background-color: #616d8c;
  border-radius: 40px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  color: #616d8c;
  background-color: #fff;
}

.badge-primary.light {
  color: #e8ebf3;
  background-color: #0e1425;
}

.badge-primary.small {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.125em;
}

.badge-primary.large {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.1em;
}

.badge-secondary {
  color: #0e1425;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b0b6c7;
  border-radius: 40px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.badge-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: #0e1425;
  border-color: #5b637c;
}

.badge-secondary.black {
  box-shadow: none;
  background-color: #b0b6c7;
  border-color: #b0b6c7;
}

.badge-secondary.small {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.125em;
}

.badge-secondary.large {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.1em;
}

.badge-secondary.tabs {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 10px 22px;
  transition: transform .3s, background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover {
  color: #b0b6c7;
}

.badge-secondary.tabs.w--current {
  color: #0e1425;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-radius: 40px;
}

.badge-secondary.category-badge {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 10px 14px;
  font-size: 16px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badge:hover {
  color: #b0b6c7;
}

.badge-secondary.category-badge.w--current {
  color: #0e1425;
  cursor: default;
  background-color: #fff;
  border-color: #fff;
}

.badge-secondary.white-link {
  box-shadow: none;
  color: #fff;
  background-color: #0e1425;
  border-color: #5b637c;
  padding: 10px 14px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.white-link:hover {
  color: #0e1425;
  background-color: #fff;
  border-color: #fff;
}

.input {
  min-height: 52px;
  color: #fff;
  background-color: #101627;
  border: 1px solid #5b637c;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: #b0b6c7;
}

.input:focus, .input.-wfp-focus {
  color: #fff;
  border-color: #fff;
}

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

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

.input.small {
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.286em;
}

.input.small.dropdown {
  color: #b0b6c7;
  border-style: none;
  transition: color .3s, border-color .3s;
}

.input.small.dropdown:focus {
  color: #fff;
}

.input.small.width-100.mg-bottom-24px {
  margin-bottom: 24px;
}

.input.large {
  min-height: 72px;
}

.input.button-inside {
  padding-right: 40%;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.dropdown-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.input.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.input.card-quantity-item {
  min-height: 38px;
  border-radius: 4px;
  padding: 10px 8px;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-1 {
  background-image: linear-gradient(to right, #0e1425 95%, rgba(14, 20, 37, 0));
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 130px;
  min-width: 100%;
  color: #fff;
  background-color: #101627;
  border: 1px solid #5b637c;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 16px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #b0b6c7;
}

.text-area:focus {
  color: #fff;
  border-color: #fff;
}

.text-area::-ms-input-placeholder {
  color: #b0b6c7;
}

.text-area::placeholder {
  color: #b0b6c7;
}

.text-area.small {
  min-height: 95px;
  margin-bottom: 24px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #101627;
  border-width: 1px;
  border-color: #5b637c;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: #b0b6c7;
}

.checkbox.w--redirected-checked {
  background-color: #616d8c;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  border-color: #616d8c;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 20px;
  min-width: 20px;
  border-radius: 5px;
}

.checkbox.small.mg-right-16px {
  margin-right: 16px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: #101627;
  border-color: #5b637c;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: #b0b6c7;
}

.radio-button.w--redirected-checked {
  border: 6px solid #616d8c;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.avatar-circle {
  width: 100%;
  background-color: #2a3246;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.avatar-circle.size---bg-image {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  background-color: #2a3246;
  flex-direction: column;
  margin-right: 16px;
  display: flex;
}

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

.square-icon {
  filter: invert(40%) brightness(200%);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font._22px {
  font-size: 22px;
}

.social-icon-square {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -3px);
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

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

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
}

.line-rounded-icon.accordion-icon {
  color: #fff;
  font-size: 28px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.accordion-icon-arrow {
  font-size: 20px;
}

.line-rounded-icon.link-icon-diagonal-left {
  margin-right: 6px;
  display: inline-block;
}

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

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border: 1px solid #5b637c;
  border-radius: 8px;
}

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

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

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

.rich-text figure {
  margin-top: 42px;
  margin-bottom: 52px;
}

.rich-text ul, .rich-text ol {
  margin-top: 40px;
  margin-bottom: 32px;
}

.rich-text h6, .rich-text h5 {
  margin-top: 38px;
  margin-bottom: 16px;
}

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

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

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #2a3246;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: #b0b6c7;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
  padding-bottom: 10px;
}

.style---dropdown-list-sidebar {
  background-color: #0e1425;
  border-bottom: 1px solid #2a3246;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: #fff;
  background-color: #0e1425;
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  color: #fff;
  background-color: #2a3246;
  border-right-color: #616d8c;
}

.style---dropdown-link-sidebar.w--current {
  background-color: #2a3246;
  border-right-color: #616d8c;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: #616d8c;
  border-radius: 6px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  color: #2a3246;
  text-align: center;
  background-color: #0e1425;
  border-bottom: 1px solid #2a3246;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1224px;
  margin-top: 1em;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.overflow-hidden---mbl-none-overflow {
  overflow: hidden;
}

.elements---page-hero {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2a3246;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.section.top {
  padding-top: 80px;
}

.section.template-pages-hero {
  background-color: #151d33;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  min-height: 0;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(#101627 50%, #151d33 50%);
  padding-top: 0;
  padding-bottom: 200px;
}

.section.pd-top-0px {
  padding-top: 0;
}

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.section.section-slider-wrapper {
  padding-top: 150px;
  overflow: hidden;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v34 {
  border-top: 1px solid #5b637c;
  border-bottom: 1px solid #5b637c;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.v1 {
  padding-top: 188px;
  padding-bottom: 198px;
}

.section.hero.v2 {
  padding-top: 61px;
  padding-bottom: 196px;
  overflow: visible;
}

.section.hero.v3 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 24px;
  display: flex;
}

.section.hero.v4 {
  padding-bottom: 0;
}

.section.hero.v5 {
  padding-top: 65px;
  padding-bottom: 112px;
}

.section.hero.v6, .section.hero.v7 {
  padding-top: 65px;
  padding-bottom: 80px;
}

.section.hero.v8 {
  border-top: 1px solid #5b637c;
  border-bottom: 1px solid #5b637c;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.v9 {
  padding-top: 64px;
  padding-bottom: 150px;
}

.section.hero.v10 {
  padding-top: 66px;
  padding-bottom: 200px;
  overflow: visible;
}

.section.hero.v11 {
  padding-top: 68px;
  padding-bottom: 135px;
  overflow: visible;
}

.section.hero.v12 {
  padding-top: 66px;
  padding-bottom: 93px;
  overflow: visible;
}

.section.hero.v13 {
  padding-top: 65px;
  padding-bottom: 153px;
}

.section.hero.v14 {
  padding-top: 64px;
  padding-bottom: 108px;
  overflow: visible;
}

.section.hero.v15 {
  padding-top: 86px;
  padding-bottom: 150px;
  overflow: visible;
}

.section.hero.v16 {
  padding-top: 68px;
  padding-bottom: 200px;
}

.section.hero.v17 {
  padding-top: 68px;
  padding-bottom: 75px;
  overflow: visible;
}

.section.hero.v18 {
  padding-top: 68px;
  padding-bottom: 235px;
  overflow: visible;
}

.section.hero.v19 {
  padding-top: 63px;
  padding-bottom: 78px;
}

.section.hero.v20 {
  padding-top: 66px;
  padding-bottom: 150px;
  overflow: visible;
}

.section.hero.v21 {
  padding-top: 69px;
  padding-bottom: 0;
}

.section.hero.v22 {
  padding-top: 14px;
  padding-bottom: 0;
  overflow: visible;
}

.section.hero.v23 {
  padding-top: 75px;
  padding-bottom: 105px;
  overflow: visible;
}

.section.hero.v24 {
  padding-top: 98px;
  padding-bottom: 98px;
  overflow: visible;
}

.section.hero.v25 {
  padding-top: 105px;
  padding-bottom: 130px;
  overflow: visible;
}

.section.hero.v26 {
  padding-top: 77px;
  padding-bottom: 120px;
  overflow: visible;
}

.section.hero.v27 {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: visible;
}

.section.hero.v28 {
  padding-top: 105px;
  padding-bottom: 150px;
  overflow: visible;
}

.section.hero.v29 {
  padding-top: 74px;
  padding-bottom: 122px;
  overflow: visible;
}

.section.hero.v30 {
  padding-top: 38px;
  padding-bottom: 150px;
  overflow: visible;
}

.section.hero.v31 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 396px;
  display: flex;
}

.section.hero.v32 {
  min-height: 80vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 187px;
  padding-bottom: 218px;
  display: flex;
}

.section.hero.v33 {
  min-height: 80vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 135px;
  display: flex;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-200px.pd-bottom-0px {
  padding-bottom: 0;
}

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

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

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

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

.section.pd-150px {
  padding-top: 0;
  padding-bottom: 60px;
}

.section.pd-150px.pd-bottom-0px {
  padding-bottom: 0;
}

.section.pd-150px.pd-top-0px {
  padding-top: 0;
}

.section.pd-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.pd-70px.pd-bottom-0px {
  padding-bottom: 0;
}

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

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

.section.pd-top-150px {
  padding-top: 150px;
}

.section.pd-top-90px {
  padding-top: 90px;
}

.top-bar-wrapper {
  color: #fff;
  text-align: center;
  background-color: #1c243b;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper.alt {
  padding-left: 0;
  padding-right: 0;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: #fff;
  font-size: 16px;
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper:hover {
  color: #b0b6c7;
}

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

.link-wrapper.white:hover {
  color: #b0b6c7;
}

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

.link-wrapper.pagination-btn {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  margin-top: 48px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
}

.link-wrapper.text-300 {
  color: #b0b6c7;
}

.link-text {
  display: inline-block;
}

.elements---element-title {
  border: 1px solid #454c5e;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.294em;
}

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

.heading-h4-size {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

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

.heading-h6-size {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.heading-h6-size.mg-bottom-0 {
  font-size: 1em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.header-nav-link:hover {
  color: #b0b6c7;
}

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

.header-nav-link.w--current:hover {
  color: #b0b6c7;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #b0b6c7;
}

.dropdown-column-wrapper {
  min-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-link {
  width: 100%;
  color: #b0b6c7;
  padding: 0;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #e8ebf3;
}

.dropdown-link.w--current {
  color: #b0b6c7;
}

.dropdown-link.w--current:hover {
  color: #e8ebf3;
}

.dropdown-link.more-template {
  color: #fff;
  font-weight: 700;
}

.dropdown-link.more-template:hover {
  color: #e8ebf3;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.inner-dropdown {
  background-color: #101627;
  border: 1px solid #2a3246;
  border-radius: 20px;
  margin-top: 20px;
  padding: 48px 2vw;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.dropdown-pd.inner-dropdown.v2 {
  margin-left: 104px;
}

.header-logo-link {
  width: 100%;
  max-width: 196px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
  display: flex;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
  margin-right: 40px;
}

.header-logo-link.center {
  max-width: 170px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-middle.center {
  margin-left: auto;
  margin-right: auto;
}

.header-left-side {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #616d8c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  font-size: 16px;
}

.btn-circle-primary.large {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  font-size: 28px;
}

.btn-circle-primary.white {
  color: #fff;
  background-color: #2a3246;
}

.btn-circle-primary.white:hover {
  color: #fff;
}

.btn-circle-primary.slider-arrow---right {
  margin-right: -25px;
}

.btn-circle-primary.slider-arrow.right---top-left {
  top: -100px;
  bottom: auto;
  right: 0;
}

.btn-circle-primary.slider-arrow.right---left-content {
  margin-right: 257px;
  top: auto;
  bottom: 20%;
  left: 0;
  right: 0;
}

.btn-circle-secondary {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #0e1425;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #b0b6c7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 15px rgba(101, 105, 113, .09);
}

.btn-circle-secondary:hover {
  color: #0e1425;
  transform: scale3d(.92, .92, 1.01);
}

.btn-circle-secondary.small {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  font-size: 16px;
}

.btn-circle-secondary.small.accordion-btn {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  font-size: 28px;
}

.btn-circle-secondary.white {
  color: #e8ebf3;
  background-color: #0e1425;
  border-color: #b0b6c7;
  box-shadow: 0 2px 12px rgba(101, 105, 113, .09);
}

.btn-circle-secondary.white:hover {
  color: #e8ebf3;
}

.btn-circle-secondary.white.slider-arrow---left {
  margin-left: -25px;
}

.btn-circle-secondary.slider-arrow:hover {
  transform: scale(.92);
}

.btn-circle-secondary.slider-arrow.left---top-left {
  top: -100px;
  bottom: auto;
  left: auto;
  right: 74px;
}

.btn-circle-secondary.slider-arrow.left---right-content {
  margin-right: 328px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0;
  right: 0;
}

.btn-circle-secondary.slider-arrow.left---center---hidden {
  display: none;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center---hidden:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.accordion-btn {
  position: relative;
}

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

.utility-page-content.text-center-404 {
  max-width: 644px;
  background-image: url('../images/text-404-darktech-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.social-media-grid-top {
  grid-column-gap: 18px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

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

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

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-horizontal.start.flex-wrap---gap-row-16px {
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-horizontal.start.gap-12px {
  grid-column-gap: 12px;
}

.flex-horizontal.start.wrap-center---tablet---start---mbp {
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-horizontal.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.content-bottom {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-horizontal.content-bottom.space-between {
  justify-content: space-between;
}

.flex-horizontal.price-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-horizontal.card-career-content-bottom {
  justify-content: space-between;
  margin-top: auto;
}

.footer-wrapper {
  background-color: #101627;
  border-top: 1px solid #2a3246;
}

.footer-wrapper.footer-v3 {
  margin-top: 100px;
}

.footer-logo {
  max-height: 1em;
  max-width: none;
  float: left;
  transform-style: preserve-3d;
  transition: transform .3s;
}

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

.footer-logo-wrapper {
  width: 100%;
  max-width: 168px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.125em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: #e8ebf3;
  text-decoration: none;
}

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

.footer-link.more-template {
  color: #fff;
  text-decoration: underline;
}

.footer-link.more-template:hover {
  color: #b0b6c7;
}

.footer-bottom {
  border-top: 1px solid #2a3246;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-middle {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-middle.v2 {
  padding-top: 70px;
}

.grid-footer-2-column---logo-and-icon-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, .5fr);
  align-items: center;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message {
  color: #ff5a65;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

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

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

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

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #101627;
  border: 1px solid rgba(91, 99, 124, .5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.card-link-icon:hover {
  border-color: #616d8c;
  transform: scale3d(.98, .98, 1.01);
}

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  line-height: 1.125em;
  display: flex;
}

.icon-list {
  margin-right: 8px;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover.image-blog-post---image {
  height: auto;
  max-width: 50vw;
  object-position: 0% 50%;
  flex: 1;
}

._w-h-100.fit-cover.hero-v31-image-bg {
  object-position: 50% 0%;
}

._w-h-100.fit-contain {
  object-fit: contain;
}

.fit-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none.blog-post-v1, .text-decoration-none.blog-post-v3 {
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

.cta-card {
  background-color: #101627;
  border: 1px solid #2a3246;
  border-radius: 8px;
  padding: 100px 60px;
  position: relative;
  transform: translate(0);
}

.cta-card.cta-footer {
  background-image: url('../images/gradient-cta-footer-v3-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -68px;
  padding: 60px 87px 50px 76px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(47, 120, 187, .1);
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-mask {
  height: 100%;
}

.slider-mask._3-columns-slider {
  padding-right: 49px;
}

.slider-mask.width-376px {
  max-width: 376px;
  overflow: visible;
}

.slider-nav {
  height: 12px;
  margin-top: 32px;
  padding-top: 0;
  font-size: 12px;
  line-height: 1em;
  position: static;
}

.stat-card-4-cols {
  background-color: #101627;
  border: 1px solid #2a3246;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 53px 32px;
  display: flex;
}

.accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  border: 1px solid #5b637c;
  border-style: solid none;
  justify-content: space-between;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-item-wrapper.v2 {
  transform-style: preserve-3d;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px 30px 40px 35px;
}

.accordion-item-wrapper.v2:hover {
  transform: scale3d(.98, .98, 1.01);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  max-width: 628px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-icon-wrapper.mg-arrow-left-40px {
  margin-left: 40px;
}

.accordion-title {
  margin-bottom: 0;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2a3246;
  border-radius: 11px;
  padding: 26px 24px;
}

.empty-state.small {
  padding: 10px 20px;
  line-height: 1.111em;
}

.empty-state.card-empty {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.cart-empty {
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.avatar-image {
  object-fit: cover;
  flex: 1;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px;
}

.pd---content-inside-card.large {
  padding: 78px 53px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.flex-growth {
  flex: 1;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.image-gradient {
  height: 32%;
  background-image: linear-gradient(rgba(16, 22, 39, 0), rgba(16, 22, 39, .78) 38%, #101627 70%);
  position: absolute;
  top: auto;
  bottom: -1%;
  left: -1%;
  right: -1%;
}

.bg-overlay-gradient.image-gradient.large {
  height: 48%;
}

.bg-overlay-gradient.image-gradient---center {
  height: 60%;
  background-image: linear-gradient(rgba(16, 22, 39, 0), rgba(16, 22, 39, .78) 38%, #101627 70%);
  position: absolute;
  top: auto;
  bottom: -16%;
  left: 0%;
  right: 0%;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 24px;
}

.slide-item-mg._3-columns-slide {
  max-width: 33.333%;
}

.pricing-content {
  max-width: 376px;
  flex-direction: column;
  padding: 56px 30px;
  display: flex;
}

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

.blog-card-featured-wrapper {
  width: 100%;
  color: #e8ebf3;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.blog-card-featured-wrapper:hover {
  color: #e8ebf3;
}

.blog-card-featured-wrapper.grid-blog-featured {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: minmax(520px, 1.1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.blog-card-image.featured-v1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-image.image-featured---mg---image {
  object-position: 80% 50%;
}

.blog-card-image.alt {
  height: auto;
  flex: 1;
}

.blog-card-image-wrapper {
  border: 1px solid #2a3246;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v1 {
  height: 360px;
  margin-bottom: 24px;
  position: relative;
}

.blog-card-image-wrapper.blog-image-small {
  min-height: 198px;
  min-width: 200px;
  position: relative;
}

.blog-card-image-wrapper.blog-post-v1---image {
  height: 285px;
  max-height: 285px;
  margin-bottom: 24px;
}

.blog-card-image-wrapper.blog-post-v1---image._3-post---item {
  align-self: stretch;
}

.blog-card-image-wrapper.blog-post-v3---image {
  margin-bottom: 24px;
}

.blog-card-image-wrapper.blog-post-v2---image {
  max-height: 323px;
  min-height: 261px;
  border-style: none none solid;
  border-radius: 8px 8px 0 0;
  justify-content: flex-start;
}

.blog-card-image-wrapper.grid-blog-featured---image {
  max-width: 600px;
  min-height: 452px;
}

.blog-card-title {
  margin-bottom: 32px;
}

.blog-card-title.display-4.mg-bottom-24px {
  margin-bottom: 24px;
}

.blog-card-title.display-3.mg-bottom-0 {
  margin-bottom: 0;
}

.blog-card-title.display-3.mg-bottom-16px {
  margin-bottom: 16px;
}

.categories-badges-item-wrapper {
  flex-flow: wrap;
  display: flex;
}

.categories-badges-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-card-wrapper {
  border: 1px solid #2a3246;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}

.blog-card-wrapper.grid-blog-featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-wrapper.featured-v1 {
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.border-radius-12px {
  border-radius: 12px;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

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

.template-pages---nav-item-link {
  color: #e8ebf3;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: #fff;
  background-color: #2a3246;
}

.template-pages---nav-item-link.w--current {
  color: #fff;
  background-color: #2a3246;
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 8px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.97, .97, 1.01);
}

.cart-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 32px;
  padding: 0;
  font-size: 16px;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  color: #b0b6c7;
}

.cart-button.mg-left-0 {
  margin-left: 0;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 1px;
  border-bottom-color: rgba(91, 99, 124, .5);
  flex-wrap: wrap-reverse;
  padding: 0 0 20px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2a3246;
  padding: 30px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: #fff;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid #2a3246;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.order-list-title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.order-list-title:hover {
  color: #b0b6c7;
}

.order-option-item {
  color: #b0b6c7;
  padding-left: 0;
}

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

.discounts-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px 0 0;
  border-top-color: rgba(91, 99, 124, .5);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

.text-underline {
  text-decoration: underline;
}

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

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

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

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  border-radius: 16px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

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

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

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

.card-sales-home-image {
  width: 100%;
  object-fit: cover;
}

.card-sales-home-content {
  text-align: center;
  background-color: #2a3246;
  border-top: 1px solid #5b637c;
  padding: 32px 20px;
}

.card-sales-home-content.bg-neutral-700 {
  background-color: #101627;
  border-top-style: none;
}

.figma-file-image-wrapper {
  width: 53%;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 118px 60px 134px 64px;
  display: flex;
}

.badge-home {
  color: #0e1425;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  border: 1px solid #5b637c;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(101, 105, 113, .09);
}

.card-home-pages-wrapper {
  flex-direction: column;
  flex: 1;
  padding-top: 58px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cta-square-logo {
  width: 100%;
  max-width: 80px;
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid #b0b6c7;
}

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

.cta-image-card {
  width: 1248px;
  max-width: 1248px;
  margin-top: 80px;
  margin-bottom: -60px;
}

.btn-icon-arrow {
  margin-left: 6px;
  font-family: Line Square Icons, sans-serif;
}

.title-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.image-large-right---image-wrapper {
  margin-top: -142px;
  margin-right: -557px;
}

.liner-gradient {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(#0f1527, rgba(15, 21, 39, 0));
  position: absolute;
}

.liner-gradient.top {
  background-image: linear-gradient(#0e1425, rgba(14, 20, 37, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.liner-gradient.top.hero-v4-image {
  height: 50%;
  background-image: linear-gradient(#0e1425 10%, rgba(14, 20, 37, 0));
}

.liner-gradient.bottom {
  height: 500px;
  background-image: linear-gradient(to top, #0e1425, rgba(14, 20, 37, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient.bottom.hero-v4-image {
  height: 60%;
}

.liner-gradient.hero-v2 {
  height: 42%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 65%, #0e1425 80%);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient.home-v3 {
  height: 40%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 47%, #0e1425 65%);
  margin-bottom: -32px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient.hero-v31-gradient {
  height: 40%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 65%, #0e1425);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient.bottom {
  height: 500px;
  background-image: linear-gradient(to top, #0e1425, rgba(14, 20, 37, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient.bottom.hero-v4-image {
  height: 60%;
}

.liner-gradient.top {
  background-image: linear-gradient(#0e1425, rgba(14, 20, 37, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.liner-gradient.top.hero-v4-image {
  background-image: linear-gradient(#0e1425 10%, rgba(14, 20, 37, 0));
}

.subtitle-logos {
  max-width: 261px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.logos-wrapper {
  z-index: 1;
  margin-top: 70px;
  position: relative;
}

.image-hero-home-v1 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-image---mg {
  border: 1px solid #2a3246;
  border-radius: 12px;
  margin-bottom: -160px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.border-image---mg.alt {
  min-height: auto;
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: auto;
  margin-bottom: 0;
}

.shadow-image---mg {
  margin-top: -60px;
  margin-bottom: -100px;
  margin-right: -38px;
  position: relative;
  overflow: hidden;
}

.shadow-image---mg.content-left---gap-50-image-right---image {
  width: 243.469px;
}

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

.mg-right-12px.small-icon-shadow {
  margin-bottom: -4px;
}

.line-divider {
  height: 1px;
  background-color: rgba(91, 99, 124, .5);
  margin-top: 120px;
  margin-bottom: 120px;
}

.line-divider.mg-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.line-divider.mg-top-160px---bottom-70px {
  margin-top: 160px;
  margin-bottom: 70px;
}

.line-divider.mg-top-150px---bottom-180px {
  margin-top: 150px;
  margin-bottom: 180px;
}

.line-divider.mg-top-140px---bottom-120px {
  margin-top: 140px;
  margin-bottom: 120px;
}

.line-divider.mg-top-170px---bottom-150px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.line-divider.mg-top-140px---bottom-150px {
  margin-top: 140px;
  margin-bottom: 150px;
}

.line-divider.mg-top-150px---bottom-110px {
  margin-top: 150px;
  margin-bottom: 110px;
}

.line-divider.mg-top-120px---bottom-140px {
  margin-top: 120px;
  margin-bottom: 140px;
}

.line-divider.mg-top-180px---bottom-150px {
  margin-top: 180px;
  margin-bottom: 150px;
}

.line-divider.mg-150px {
  margin-top: 150px;
  margin-bottom: 150px;
}

.line-divider.mg-56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.image-floating---01 {
  z-index: 1;
  max-width: 36.8%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 33%;
  margin-left: -20%;
  position: relative;
  overflow: hidden;
}

.border-image-wrapper {
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(6, 11, 24, .15);
}

.border-image-wrapper.cta-v2 {
  max-width: 59%;
}

.border-image-wrapper.card-image-center---image {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.border-image-wrapper._12px {
  border-radius: 12px;
}

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

.flex-image-wrapper.features---image-right {
  max-width: 576px;
}

.flex-image-wrapper.features---image-left {
  max-width: 570px;
}

.flex-image-wrapper.features---image-left.v2 {
  max-width: 602px;
}

.image-floating---02 {
  z-index: 1;
  width: 100%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 32%;
  margin-right: -15%;
  position: relative;
  overflow: hidden;
}

.mg-left-auto {
  margin-left: auto;
}

.mg-left-auto.mg-left-0-mbp {
  flex: none;
}

.icon-integrations {
  width: auto;
  height: auto;
  min-height: 55px;
  min-width: 5em;
  border-radius: 8px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon---badge-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-center---mg-bottom-80px {
  border: 1px solid #2a3246;
  border-radius: 12px;
  margin-bottom: 80px;
  overflow: hidden;
}

.icon-card-wrapper {
  margin-bottom: 12px;
}

.icon-card-wrapper.icon-40px {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-left: -6px;
}

.icon-card-wrapper.icon-40px.center {
  margin-bottom: 10px;
  margin-left: 0;
}

.icon-card-wrapper.icon-40px.mg-bottom-32px {
  margin-bottom: 32px;
}

.gradient-right {
  z-index: 1;
  width: 20%;
  background-image: linear-gradient(to right, rgba(16, 22, 39, .05), rgba(16, 22, 39, .05) 14%, #0e1425 84%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-slider-main-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.position-absolute-alt {
  z-index: -1;
  width: 150vw;
  background-color: #0e1425;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 100%;
}

.max-w-500px {
  max-width: 500px;
}

.max-w-500px.center {
  margin-left: auto;
  margin-right: auto;
}

.image-floating---03 {
  z-index: 1;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 37%;
  margin-right: -44%;
  overflow: hidden;
}

.grid-footer-3-col {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto;
  justify-content: space-between;
}

.bg-color-section {
  background-color: #151d33;
}

.image-hero-v2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: none;
  margin-top: -2%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3-images---main-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  display: flex;
  position: relative;
}

._3-imgs---image-large {
  width: 78%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(6, 11, 24, .25);
}

._3-imgs---image-left {
  width: 19%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  margin-top: -2.5%;
  position: absolute;
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(6, 11, 24, .25);
}

._3-imgs---image-right {
  width: 29%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  margin-top: 6%;
  margin-right: -43px;
  position: absolute;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(6, 11, 24, .25);
}

.image-floating---04 {
  z-index: 1;
  max-width: 39%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 34%;
  margin-right: -25%;
  position: relative;
  overflow: hidden;
}

.image-floating---04.alt-v1 {
  max-width: 40%;
  margin-top: 27%;
  margin-right: -24%;
}

.image-floating---05 {
  z-index: 1;
  max-width: 45%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 33%;
  margin-left: -17.5%;
  position: relative;
  overflow: hidden;
}

.card-border-top---content {
  border-top: 1px solid #2a3246;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 34px 30px 48px;
  display: flex;
}

.card-image-center {
  align-items: flex-end;
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-grid-2-col {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.card-border-left---content {
  border-left: 1px solid #2a3246;
  padding: 52px 30px;
}

.image-featured---mg {
  margin-left: -120px;
  overflow: hidden;
}

.image-featured {
  overflow: hidden;
}

.image-featured.featured-v1-image {
  max-height: 323px;
}

.max-w-600px {
  max-width: 600px;
}

.max-w-600px.center {
  margin-left: auto;
  margin-right: auto;
}

.image-large-home-v3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-slider-image {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mg-content-slider {
  max-width: 376px;
  margin-top: -90px;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.accordion-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #e8ebf3;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #5b637c;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
  transition: transform .3s, color .3s;
  display: grid;
  overflow: hidden;
  transform: translate(0);
}

.accordion-item:hover {
  color: #e8ebf3;
  transform: translate3d(5px, 0, .01px);
}

.accordion-item.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.accordion-item.first {
  padding-top: 0;
}

.accordion-item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.tabs.flex-horizontal-tabs {
  display: flex;
}

.image-tab-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-top {
  display: flex;
}

.card-tab-content {
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.card-tab-content._03 {
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}

.card-tab-content._01 {
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}

.grid-card-slider {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-slider-container-top {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-slider-container {
  grid-column-gap: 28px;
  padding-right: 28px;
  display: flex;
}

.card-slider-wrapper {
  max-width: 406px;
  min-width: 406px;
}

.card-slider-container-bottom {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slider-gradient---right {
  z-index: 1;
  width: 200px;
  background-image: linear-gradient(to right, rgba(14, 20, 37, 0), rgba(14, 20, 37, .78) 35%, #0e1425);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-gradient---left {
  z-index: 1;
  width: 200px;
  background-image: linear-gradient(270deg, rgba(14, 20, 37, 0), rgba(14, 20, 37, .78) 35%, #0e1425 70%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.divider-blog {
  height: 1px;
  background-color: #5b637c;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider-blog._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-logo-social {
  grid-column-gap: 58px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(494px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  justify-items: end;
  display: grid;
  position: relative;
}

.card-logo-integrations {
  background-color: #101627;
  border: .55px solid #2a3246;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 19px 22px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.mg-logo-social-container {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-3-col-logo-social {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-col-logo-social.center {
  position: relative;
  left: -30px;
}

.grid-1-col-logo-social {
  min-width: 718px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-w-450px {
  max-width: 450px;
}

.max-w-390px {
  max-width: 390px;
}

.pagination {
  align-items: center;
}

.color-text-span {
  color: #616d8c;
}

.color-text-span.color-secondary-05 {
  color: #ffbec2;
}

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

.max-w-310px {
  max-width: 310px;
}

.link-contact-icon---text {
  grid-column-gap: 10px;
  color: #fff;
  transform-style: preserve-3d;
  align-items: center;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.link-contact-icon---text:hover {
  color: #b0b6c7;
  transform: scale3d(.98, .98, 1.01);
}

.blog-card-small {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.image-hero-v10 {
  z-index: -1;
  width: 1341px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -190%;
  left: 31%;
}

.image-floating---06 {
  z-index: 1;
  max-width: 55%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 25%;
  margin-right: -40%;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.image-hero-v11 {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  margin-left: -46%;
  position: absolute;
  top: -793%;
}

.image-hero-features-v3 {
  z-index: -1;
  width: 2504px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -1105.22px;
  left: -1945px;
}

.image-floating---07 {
  z-index: 1;
  max-width: 39%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  margin-top: 32%;
  margin-left: -22.5%;
  position: relative;
  overflow: hidden;
}

.image-floating---08 {
  z-index: 1;
  max-width: 53%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  margin-top: 36%;
  margin-right: -26%;
  position: relative;
  overflow: hidden;
}

.image-floating---09 {
  z-index: 1;
  max-width: 53%;
  border: 1px solid #2a3246;
  border-radius: 8px;
  flex: 1;
  margin-top: 17%;
  margin-left: -36%;
  position: relative;
  overflow: hidden;
}

.image-left-hero-v15 {
  z-index: -1;
  height: 1000px;
  position: absolute;
  bottom: -48%;
  right: 65%;
}

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

.card-link-contact {
  color: #57c3ff;
  text-decoration: none;
}

.image-right-hero-v15 {
  z-index: -1;
  height: 950px;
  position: absolute;
  bottom: -22%;
  left: 51%;
}

.image-hero-integrations {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  position: absolute;
  top: -27%;
  left: -40px;
  transform: translate(-50%);
}

.image-integration {
  max-width: 663px;
  border-radius: 10px;
  margin-right: -132px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(6, 11, 24, .15);
}

.image-hero-v17 {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  position: absolute;
  top: -7%;
  left: -171px;
  transform: translate(-50%);
}

.image-blog-post {
  max-height: 610px;
  min-height: 610px;
  border-left: 1px solid #5b637c;
  border-right: 1px solid #5b637c;
  flex-direction: column;
  justify-content: center;
  margin-right: -132px;
  display: flex;
  overflow: hidden;
}

.image-hero-v18 {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -184%;
  bottom: 0%;
  left: 38%;
  right: 0%;
}

.cta-gallery-images---grid {
  max-width: 812px;
  grid-column-gap: 32px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -180px;
  display: grid;
}

.image-left---large {
  width: 450px;
  height: 529px;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.image-right---small {
  width: 325px;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.card-career-wrapper {
  color: #e8ebf3;
  transform-style: preserve-3d;
  border-bottom: 1px solid #b0b6c7;
  padding-bottom: 50px;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  transform: translate(0);
}

.card-career-wrapper:hover {
  opacity: .6;
  color: #e8ebf3;
  transform: translate3d(8px, 0, .01px);
}

.card-career-wrapper.career-section-item {
  max-width: 540px;
  min-height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  display: flex;
}

.card-career-wrapper.career-section-item:hover {
  transform: translate3d(0, -8px, .01px);
}

.line {
  width: 12px;
  min-height: 1px;
  background-color: #b0b6c7;
  margin-left: 12px;
  margin-right: 12px;
}

.max-w-715px {
  max-width: 715px;
}

.max-w-715px.center {
  margin-left: auto;
  margin-right: auto;
}

.image-hero-v20 {
  z-index: -1;
  max-width: none;
  position: absolute;
  top: -279%;
  left: 45%;
}

.help-center-article {
  color: #e8ebf3;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  transform: translate(0);
}

.help-center-article:hover {
  opacity: .6;
  color: #e8ebf3;
  transform: translate3d(8px, 0, .01px);
}

.image-hero-help-center-single {
  z-index: -1;
  max-width: none;
  position: absolute;
  top: -504%;
  left: 59%;
}

.grid-footer-2-column---logo-and-paragra {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template: "."
  / 1fr 1.75fr;
  align-items: center;
  font-size: .8em;
}

.footer-bottom-v3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.line-space-center {
  min-height: 1px;
  background-color: #5b637c;
  flex: 1;
}

.image-hero-v23 {
  z-index: -1;
  max-width: none;
  object-fit: none;
  margin-left: 50%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.image-hero-v24 {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  position: absolute;
  bottom: -60%;
  left: 77%;
  transform: translate(-50%);
}

.image-hero-v25 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -191%;
  transform: translate(-50%);
}

.image-hero-v26 {
  z-index: -1;
  width: 210%;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -68%;
  left: 99px;
  transform: translate(-50%);
}

.image-hero-v27 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -610%;
  transform: translate(-50%);
}

.image-hero-v28 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -70%;
  left: 71px;
  transform: translate(-50%);
}

.image-hero-v29 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  bottom: -948px;
  left: -322px;
  transform: translate(-50%);
}

.image-hero-v30 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -1094px;
  left: 354px;
  transform: translate(-50%);
}

.image-hero-v31 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -158%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-50%);
}

.password-page {
  width: 100%;
  max-width: 50px;
  margin-bottom: 24px;
}

.webflow-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 76px 136px 104px;
  display: flex;
}

.image-hero-pricing {
  z-index: -1;
  height: 1740px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-popular---border-gradient {
  background-image: linear-gradient(to top, #26bbff, #00ffa3 20%, #ffc960 50%, #d76ee9 80%, #4884f0);
  border-radius: 8px;
  margin-bottom: 72px;
  padding: 3px;
  display: flex;
}

.image-hero-v14 {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  left: 55%;
}

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

.cart-container-wrapper {
  background-color: #0e1425;
  border-radius: 12px;
  box-shadow: 0 5px 15px 3px rgba(101, 105, 113, .09);
}

.cart-container-wrapper.border-gradient {
  background-image: linear-gradient(to top, #26bbff, #00ffa3 20%, #ffc960 50%, #d76ee9 80%, #4884f0);
  flex-direction: column;
  display: flex;
}

.checkout-button {
  color: #fff;
  background-color: #616d8c;
  border-radius: 100px;
  transition: transform .3s, color .3s;
}

.checkout-button:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.pay-btn {
  height: 46px;
  border-radius: 100px;
}

.cart-footer-border-top {
  border-top-color: #2a3246;
  padding-top: 30px;
  padding-bottom: 40px;
}

.cart-header-border-bottom {
  border-bottom-color: #2a3246;
}

.close-button {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.close-button:hover {
  color: #fff;
  transform: scale(1.2);
}

.div-block {
  margin-left: 3px;
}

.mg-3px---bg-cart {
  z-index: 1;
  background-color: #0e1425;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  margin: 3px;
  display: flex;
}

.header---grid-3-col {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-secondary-01, .figma-link {
  color: #327dff;
}

.figma-link:hover {
  color: #fff;
}

.show-in-tablet {
  display: none;
}

.bg-secondary-01 {
  background-color: #327dff;
}

.bg-secondary-02 {
  background-color: #6c72ff;
}

.bg-secondary-03 {
  background-color: #ffcc68;
}

.bg-secondary-04 {
  background-color: #14ca74;
}

.bg-secondary-05 {
  background-color: #d76ee9;
}

.bg-secondary-06 {
  background-color: #fdb52a;
}

.bg-secondary-07 {
  background-color: #57c3ff;
}

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

.color-secondary-02 {
  color: #6c72ff;
}

.color-secondary-03 {
  color: #ffcc68;
}

.color-secondary-05 {
  color: #d76ee9;
}

.color-secondary-07 {
  color: #57c3ff;
}

.btn-icon-arrow-left {
  margin-right: 6px;
  font-family: Line Square Icons, sans-serif;
}

.pricing-col {
  height: 44px;
  max-height: 44px;
  min-height: 44px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pricing-col.top.first {
  justify-content: flex-start;
}

.pricing-col.first {
  justify-content: flex-start;
  padding-left: 41px;
}

.pricing-col.pricing-line-bottom {
  height: 84px;
  max-height: 84px;
  min-height: 84px;
  border-bottom: 1px solid #5b637c;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

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

.pricing-col-top.pricing-plan {
  height: 190px;
  text-align: center;
  border: 1px solid #5b637c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
}

.pricing-col-top.pricing-plan.top {
  display: flex;
}

.pricing-col-top.pricing-plan.transparent {
  border-style: none;
  display: flex;
}

.show-in-mbl {
  display: none;
}

.pricing-featured {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.inline-block {
  display: inline-block;
}

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

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

.align-self-left {
  align-self: flex-start;
}

.align-self-left.text-200---top-auto {
  margin-top: auto;
  line-height: 1.111em;
}

.image-size.google-logo {
  max-width: 20px;
  margin-right: 8px;
}

.image-size.facebook-logo {
  max-width: 11px;
  margin-right: 8px;
}

.image-size._30px {
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
}

.image-size._50px {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}

.image-size._60px {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
}

.image-size._40px {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}

.image-size._24px {
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.image-size._24px.link-icon {
  margin-bottom: -4px;
  margin-right: 2px;
}

.image-size._35px {
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
}

.image-team-single {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 0% 100%;
}

.loading-page-wrapper {
  z-index: 999999;
  width: 100%;
  min-height: 100vh;
  background-color: #0e1425;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  max-height: 120px;
  max-width: 120px;
  min-height: 120px;
  min-width: 120px;
}

.bg-shape {
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url('../images/gradient-carrers-single-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-linear {
  z-index: -1;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(to top, rgba(15, 21, 37, .94), #101627 0%, rgba(0, 0, 0, .01) 100%, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pd-left-0 {
  padding-left: 0;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.position-sticky.top-24px {
  top: 24px;
}

.mg-right-32px {
  margin-left: 32px;
}

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

.shadow-01 {
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.position-absolute {
  position: absolute;
}

.position-absolute.hero-page-bg {
  min-height: 51%;
  opacity: .5;
  background-color: #101627;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.image.cover {
  object-fit: cover;
}

.image.cover.figma-file-image {
  object-position: 0% 0%;
}

.image.cover {
  margin-top: -10%;
}

.card-home-pages-content-top {
  max-width: 456px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-26px {
  font-size: 1.5em;
  font-style: normal;
}

.logo-strip-v1-wrapper {
  width: 100%;
  max-width: 783px;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

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

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

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

.input-large-form-block {
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.input-form-wrapper {
  width: 100%;
  max-width: 504px;
}

.input-form-wrapper.newsletter-form-v1 {
  max-width: 422px;
}

.input-form-block {
  min-height: 52px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.blog-post-v1---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.mg-right-10px {
  margin-right: 10px;
}

.height-100 {
  height: 100%;
}

.card-featured-v1---content {
  border-top: 1px solid #2a3246;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 44px 30px 33px;
  display: flex;
}

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

.mg-top-auto {
  margin-top: auto;
}

.blog-post-v3---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.flex-horizontal-tabs---menu {
  max-width: 475px;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.flex-horizontal-tabs---content {
  width: 100%;
  max-width: 754px;
  margin-left: auto;
}

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.image-hero-v3 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: 81% 21%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-center---image-center---content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.logo-social-gradient---left-v2 {
  z-index: 1;
  width: 16%;
  background-image: linear-gradient(270deg, rgba(14, 20, 37, 0), rgba(14, 20, 37, .7) 35%, #0e1425 70%);
  margin-left: -30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-social-gradient---right-v2 {
  z-index: 1;
  width: 16%;
  background-image: linear-gradient(to right, rgba(14, 20, 37, 0), rgba(14, 20, 37, .7) 35%, #0e1425 70%);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-v4-image-wrapper {
  z-index: -1;
  margin-top: -142px;
  position: relative;
}

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

.list-item---mg-bottom-26px {
  margin-bottom: 26px;
  padding-left: 0;
  line-height: 1.111em;
}

.list-item---mg-bottom-26px.mg-bottom-0 {
  margin-bottom: 0;
}

.office-item---content {
  margin-top: 30px;
}

.blog-post-v2---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 24px;
  display: flex;
}

.grid-blog-featured---content {
  max-width: 525px;
}

.blog-featured-bottom---item {
  border-right: 1px solid #5b637c;
  padding-left: 58px;
  padding-right: 58px;
}

.blog-featured-bottom---item:first-child {
  padding-left: 0;
}

.blog-featured-bottom---item:last-child {
  border-right-style: none;
  padding-right: 0;
}

.content-link {
  color: #e8ebf3;
  text-decoration: none;
}

.content-link:hover {
  color: #e8ebf3;
}

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

.mg-right-3px {
  margin-right: 3px;
}

.pricing-content-top {
  margin-bottom: 26px;
}

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

.rich-text-v2 img {
  border: 1px solid #5b637c;
  border-radius: 8px;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.278em;
}

.rich-text-v2 h3 {
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.385em;
}

.rich-text-v2 figure {
  margin-top: 42px;
  margin-bottom: 52px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 34px;
  margin-bottom: 26px;
}

.rich-text-v2 h6, .rich-text-v2 h5 {
  margin-top: 38px;
  margin-bottom: 16px;
}

.rich-text-v2 h4 {
  margin-top: 52px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6em;
}

.rich-text-v2 blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.add-to-cart {
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.career-section-item---content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

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

.help-center-article-item {
  border-bottom: 1px solid #5b637c;
  padding-bottom: 74px;
}

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

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

.line-space-text {
  margin-left: 24px;
  margin-right: 24px;
}

.sign-in-form-block {
  min-height: 723px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.header-border-bottom {
  border-bottom: 1px solid #5b637c;
}

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

.sign-up-form-block {
  min-height: 750px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.checkbox-field-text {
  color: #e8ebf3;
  line-height: 1.75em;
}

.forgot-password-form-block {
  min-height: 416px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.reset-password-form-block {
  min-height: 532px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.hero-v31-bg {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hero-v32 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  bottom: -797px;
  left: 190px;
  transform: translate(-50%);
}

.image-hero-v33 {
  z-index: -1;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -780px;
  left: -63px;
  transform: translate(-50%);
}

.order-summary-line-item {
  grid-column-gap: 16px;
  color: #b0b6c7;
  flex-wrap: wrap;
}

.shipping-method-content {
  margin-left: 0;
}

.hero-v34-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-v34-image {
  background-color: #151d33;
  border-left: 1px solid #5b637c;
  position: relative;
}

.hero-v34-image---bg {
  z-index: -1;
  width: 100vw;
  background-color: #151d33;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #b0b6c7;
}

.footer-bottom-v2 {
  text-align: center;
  border-top: 1px solid #2a3246;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cart-list {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-line-item {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.cart-item {
  border-bottom: 1px solid #2a3246;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-item-content {
  margin-left: 0;
}

.remove-button {
  color: #b0b6c7;
  margin-top: 8px;
  line-height: 1.111em;
}

.remove-button:hover, .cart-item-result {
  color: #fff;
}

.link {
  text-decoration: none;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ".";
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  text-decoration: none;
}

.text-block {
  height: 100%;
  float: right;
  clear: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .8em;
  display: block;
  position: static;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.heading {
  font-size: 1.8em;
}

.div-block-3 {
  max-width: 20vw;
  min-width: 20vw;
}

.rich-text-block {
  margin-top: 40px;
  font-style: normal;
  text-decoration: none;
}

.div-block-4 {
  min-height: 100vh;
}

.html-embed {
  margin-bottom: 0;
}

.superscript {
  font-size: .25em;
  line-height: 1em;
  top: auto;
  right: 8em;
}

.italic-text {
  float: left;
  clear: left;
  display: flex;
  position: relative;
  top: auto;
}

.weglot {
  background-color: rgba(97, 109, 140, .51);
}

.icon-integrations-local-security {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 55px;
  min-width: 15em;
  border-radius: 8px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header-icon {
  max-height: 3em;
  max-width: none;
  padding-right: 1em;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.display-smaller {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-smaller.color-neutral-300 {
  color: #b0b6c7;
}

.display-smaller.color-neutral-200 {
  color: #e8ebf3;
}

.display-smaller.color-neutral-200.mg-bottom-40px {
  font-size: 2em;
}

.link-11 {
  color: #fff3e4;
  font-weight: 700;
  text-decoration: none;
}

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

.text-span, .text-span-2 {
  color: #57c3ff;
}

.text-span-3 {
  font-size: 1em;
}

.text-span-4 {
  font-size: 1em;
  font-style: italic;
}

.text-span-5 {
  font-size: .5em;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-2 {
  margin-top: 4em;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #616d8c;
  border: 1px solid #616d8c;
  border-radius: 48px;
  justify-content: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s;
}

.btn-primary-2:hover {
  color: #fff;
  transform: scale3d(.93, .93, 1.01);
}

.btn-primary-2.small {
  transform-style: preserve-3d;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.hero-v4-image-wrapper-2 {
  z-index: -1;
  margin-top: -142px;
  position: relative;
}

.link-wrapper-2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper-2:hover {
  color: #b0b6c7;
}

.container-default-2 {
  max-width: 1224px;
  padding-left: 24px;
  padding-right: 24px;
}

.display-5 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.029em;
}

.display-5.hero-noun-superscript {
  margin-bottom: auto;
}

.mg-bottom-26px-2 {
  margin-bottom: 26px;
}

.hero-header-text-1 {
  text-align: center;
  margin-bottom: auto;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.hero-noun-superscript {
  height: .25em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 5em;
  display: flex;
}

.inner-container-copy._740px {
  max-width: 740px;
}

.inner-container-copy._600px {
  max-width: 600px;
}

.inner-container-copy._600px.center {
  max-width: 1024px;
}

.inner-container-copy.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-copy._574px {
  max-width: 574px;
}

.inner-container-copy._400px {
  max-width: 400px;
}

.inner-container-copy._460px {
  max-width: 460px;
}

.inner-container-copy._500px {
  max-width: 500px;
}

.inner-container-copy._900px {
  max-width: 900px;
}

.inner-container-copy._1020px {
  max-width: 1020px;
}

.inner-container-copy._800px {
  max-width: 800px;
}

.inner-container-copy._490px {
  max-width: 490px;
}

.inner-container-copy._700px {
  max-width: 700px;
}

.inner-container-copy._640px {
  max-width: 640px;
}

.inner-container-copy._680px {
  max-width: 680px;
}

.inner-container-copy._680px.center {
  margin-top: 10em;
}

.inner-container-copy._680px {
  max-width: 680px;
}

.inner-container-copy._666px {
  max-width: 666px;
}

.inner-container-copy._550px {
  max-width: 550px;
}

.inner-container-copy._820px {
  max-width: 820px;
}

.inner-container-copy.image-center {
  width: 125%;
  max-width: 1842px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.inner-container-copy._300px {
  max-width: 300px;
}

.inner-container-copy._580px {
  max-width: 580px;
}

.inner-container-copy._530px {
  max-width: 530px;
}

.inner-container-copy._690px {
  max-width: 690px;
}

.inner-container-copy.hero-v31-image {
  z-index: 1;
  width: 1605px;
  filter: blur(2.5px);
  justify-content: center;
  margin-bottom: -204px;
  display: flex;
}

.inner-container-copy._504px {
  max-width: 504px;
}

.inner-container-copy._418px {
  max-width: 418px;
}

.inner-container-copy._390px {
  max-width: 390px;
}

.inner-container-copy._420px {
  max-width: 420px;
}

.inner-container-copy._584px {
  max-width: 584px;
}

.inner-container-copy._476px {
  max-width: 476px;
}

.inner-container-copy._800px {
  max-width: 800px;
}

.inner-container-copy._260px {
  max-width: 260px;
}

.inner-container-copy._664px {
  max-width: 664px;
}

.inner-container-copy._860px {
  max-width: 860px;
}

.inner-container-copy._603px {
  max-width: 603px;
}

.inner-container-copy._595px {
  max-width: 595px;
}

.inner-container-copy._292px {
  max-width: 292px;
}

.inner-container-copy._915px {
  max-width: 915px;
}

.inner-container-copy._604px {
  max-width: 604px;
}

.inner-container-copy._380px {
  max-width: 380px;
}

.inner-container-copy._650px {
  max-width: 650px;
}

.inner-container-copy._610px {
  max-width: 610px;
}

.inner-container-copy._576px {
  max-width: 576px;
}

.inner-container-copy._495px {
  max-width: 495px;
}

.inner-container-copy._494px {
  max-width: 494px;
}

.inner-container-copy._446px {
  max-width: 446px;
}

.inner-container-copy._963px {
  max-width: 963px;
}

.inner-container-copy._515px {
  max-width: 515px;
}

.inner-container-copy.grid-logo-social---main-content {
  max-width: 494px;
}

.inner-container-copy._553px {
  max-width: 553px;
}

.inner-container-copy._422px {
  max-width: 422px;
}

.inner-container-copy.title-search {
  max-width: 420px;
  min-width: 420px;
}

.inner-container-copy._590px {
  max-width: 590px;
}

.inner-container-copy._794px {
  max-width: 794px;
}

.inner-container-copy._675px {
  max-width: 675px;
}

.inner-container-copy._508px {
  max-width: 508px;
}

.inner-container-copy._502px {
  max-width: 502px;
}

.inner-container-copy._560px {
  max-width: 560px;
}

.inner-container-copy.hero-v15-content {
  max-width: 500px;
  min-width: 445px;
}

.inner-container-copy._849px {
  max-width: 849px;
}

.inner-container-copy._440px {
  max-width: 440px;
}

.inner-container-copy._484px {
  max-width: 484px;
}

.inner-container-copy._540px {
  max-width: 540px;
}

.inner-container-copy._660px {
  max-width: 660px;
}

.inner-container-copy._582px {
  max-width: 582px;
}

.inner-container-copy._383px {
  max-width: 383px;
}

.inner-container-copy._792px {
  max-width: 792px;
}

.inner-container-copy.sign-up-wrapper {
  width: 100%;
  max-width: 515px;
  margin-right: 40px;
}

.inner-container-copy.sign-up-testimonials {
  width: 100%;
  max-width: 378px;
  margin-left: auto;
  margin-right: 58px;
}

.inner-container-copy._376px {
  max-width: 376px;
}

.inner-container-copy._320px {
  max-width: 320px;
}

.inner-container-hero-home._740px {
  max-width: 740px;
}

.inner-container-hero-home._600px {
  max-width: 600px;
}

.inner-container-hero-home._600px.center {
  max-width: 1024px;
}

.inner-container-hero-home.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-hero-home._574px {
  max-width: 574px;
}

.inner-container-hero-home._400px {
  max-width: 400px;
}

.inner-container-hero-home._460px {
  max-width: 460px;
}

.inner-container-hero-home._500px {
  max-width: 500px;
}

.inner-container-hero-home._900px {
  max-width: 900px;
}

.inner-container-hero-home._1020px {
  max-width: 1020px;
}

.inner-container-hero-home._800px {
  max-width: 800px;
}

.inner-container-hero-home._490px {
  max-width: 490px;
}

.inner-container-hero-home._700px {
  max-width: 700px;
}

.inner-container-hero-home._640px {
  max-width: 640px;
}

.inner-container-hero-home._680px {
  max-width: 680px;
}

.inner-container-hero-home._680px.center {
  margin-top: 10em;
}

.inner-container-hero-home._680px {
  max-width: 680px;
}

.inner-container-hero-home._666px {
  max-width: 666px;
}

.inner-container-hero-home._550px {
  max-width: 550px;
}

.inner-container-hero-home._820px {
  max-width: 820px;
}

.inner-container-hero-home.image-center {
  width: 125%;
  max-width: 1842px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.inner-container-hero-home._300px {
  max-width: 300px;
}

.inner-container-hero-home._580px {
  max-width: 580px;
}

.inner-container-hero-home._530px {
  max-width: 530px;
}

.inner-container-hero-home._690px {
  max-width: 690px;
}

.inner-container-hero-home.hero-v31-image {
  z-index: 1;
  width: 1605px;
  filter: blur(2.5px);
  justify-content: center;
  margin-bottom: -204px;
  display: flex;
}

.inner-container-hero-home._504px {
  max-width: 504px;
}

.inner-container-hero-home._418px {
  max-width: 418px;
}

.inner-container-hero-home._390px {
  max-width: 390px;
}

.inner-container-hero-home._420px {
  max-width: 420px;
}

.inner-container-hero-home._584px {
  max-width: 584px;
}

.inner-container-hero-home._476px {
  max-width: 476px;
}

.inner-container-hero-home._800px {
  max-width: 800px;
}

.inner-container-hero-home._260px {
  max-width: 260px;
}

.inner-container-hero-home._664px {
  max-width: 664px;
}

.inner-container-hero-home._860px {
  max-width: 860px;
}

.inner-container-hero-home._603px {
  max-width: 603px;
}

.inner-container-hero-home._595px {
  max-width: 595px;
}

.inner-container-hero-home._292px {
  max-width: 292px;
}

.inner-container-hero-home._915px {
  max-width: 915px;
}

.inner-container-hero-home._604px {
  max-width: 604px;
}

.inner-container-hero-home._380px {
  max-width: 380px;
}

.inner-container-hero-home._650px {
  max-width: 650px;
}

.inner-container-hero-home._610px {
  max-width: 610px;
}

.inner-container-hero-home._576px {
  max-width: 576px;
}

.inner-container-hero-home._495px {
  max-width: 495px;
}

.inner-container-hero-home._494px {
  max-width: 494px;
}

.inner-container-hero-home._446px {
  max-width: 446px;
}

.inner-container-hero-home._963px {
  max-width: 963px;
}

.inner-container-hero-home._515px {
  max-width: 515px;
}

.inner-container-hero-home.grid-logo-social---main-content {
  max-width: 494px;
}

.inner-container-hero-home._553px {
  max-width: 553px;
}

.inner-container-hero-home._422px {
  max-width: 422px;
}

.inner-container-hero-home.title-search {
  max-width: 420px;
  min-width: 420px;
}

.inner-container-hero-home._590px {
  max-width: 590px;
}

.inner-container-hero-home._794px {
  max-width: 794px;
}

.inner-container-hero-home._675px {
  max-width: 675px;
}

.inner-container-hero-home._508px {
  max-width: 508px;
}

.inner-container-hero-home._502px {
  max-width: 502px;
}

.inner-container-hero-home._560px {
  max-width: 560px;
}

.inner-container-hero-home.hero-v15-content {
  max-width: 500px;
  min-width: 445px;
}

.inner-container-hero-home._849px {
  max-width: 849px;
}

.inner-container-hero-home._440px {
  max-width: 440px;
}

.inner-container-hero-home._484px {
  max-width: 484px;
}

.inner-container-hero-home._540px {
  max-width: 540px;
}

.inner-container-hero-home._660px {
  max-width: 660px;
}

.inner-container-hero-home._582px {
  max-width: 582px;
}

.inner-container-hero-home._383px {
  max-width: 383px;
}

.inner-container-hero-home._792px {
  max-width: 792px;
}

.inner-container-hero-home.sign-up-wrapper {
  width: 100%;
  max-width: 515px;
  margin-right: 40px;
}

.inner-container-hero-home.sign-up-testimonials {
  width: 100%;
  max-width: 378px;
  margin-left: auto;
  margin-right: 58px;
}

.inner-container-hero-home._376px {
  max-width: 376px;
}

.inner-container-hero-home._320px {
  max-width: 320px;
}

.liner-gradient-hero {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(#0f1527, rgba(15, 21, 39, 0));
  position: absolute;
}

.liner-gradient-hero.top {
  background-image: linear-gradient(#0e1425, rgba(14, 20, 37, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.top.hero-v4-image {
  height: 50%;
  background-image: linear-gradient(#0e1425 10%, rgba(14, 20, 37, 0));
}

.liner-gradient-hero.bottom {
  height: 500px;
  background-image: linear-gradient(to top, #0e1425, rgba(14, 20, 37, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.bottom.hero-v4-image {
  height: 60%;
}

.liner-gradient-hero.hero-v2 {
  height: 42%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 65%, #0e1425 80%);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.home-v3 {
  height: 40%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 47%, #0e1425 65%);
  margin-bottom: -32px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.hero-v31-gradient {
  height: 40%;
  background-image: linear-gradient(rgba(14, 20, 37, 0), rgba(14, 20, 37, .88) 65%, #0e1425);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.bottom {
  height: 500px;
  background-image: linear-gradient(to top, #0e1425, rgba(14, 20, 37, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.bottom.hero-v4-image {
  height: 60%;
}

.liner-gradient-hero.top {
  background-image: linear-gradient(#0e1425, rgba(14, 20, 37, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.liner-gradient-hero.top.hero-v4-image {
  background-image: linear-gradient(#0e1425 10%, rgba(14, 20, 37, 0));
  margin-top: -10%;
}

.text-span-6 {
  color: #ff9e2c;
}

.text-span-7 {
  color: #ff5a65;
}

.bounty-hunter {
  color: #57c3ff;
  font-weight: 700;
}

.text-span-8 {
  color: #d76ee9;
}

.text-highlight {
  color: #fff3e4;
  text-shadow: 1px 1px 1px #101627;
  font-weight: 700;
}

.data {
  color: #d5691b;
  font-weight: 700;
}

.paragraph {
  font-size: 1em;
}

.text-span-9 {
  color: #7fdca4;
  font-weight: 700;
}

.text-span-10 {
  color: #ffd19b;
  font-weight: 700;
}

.camera-glue {
  color: #ff5a65;
  font-weight: 700;
}

.text-span-11 {
  color: #7fdca4;
}

.container-margin-5em {
  margin-top: 5em;
}

.display-2-left {
  color: #def2e6;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-2-left.color-neutral-300 {
  color: #b0b6c7;
}

.display-2-left.color-neutral-200 {
  color: #e8ebf3;
}

.display-2-right {
  color: #def2e6;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-2-right.color-neutral-300 {
  color: #b0b6c7;
}

.display-2-right.color-neutral-200 {
  color: #e8ebf3;
}

.container-margin-0em {
  margin-top: 0;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-map_circle {
  width: .5em;
  height: .5em;
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-map_fill {
  z-index: -1;
  width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
  background-color: #ff8ad8;
  border-radius: 100vw;
  position: relative;
}

.section-2 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.section-2.is--hero {
  min-height: 50vh;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.button {
  color: #0d0d36;
  background-color: #d76ee9;
  border-radius: 18px;
  margin-top: 39px;
  padding: 22px 52px;
  font-weight: 500;
}

.c-map_location {
  text-align: right;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 2.9em;
  font-size: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-map_contain {
  position: relative;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-map_dot.is--hidden {
  display: none;
}

.collection-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-map_image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.c-hero_map {
  width: 51%;
  line-height: .5em;
}

.html-embed-3 {
  font-size: 14px;
  line-height: 1.4em;
}

.heading-2 {
  font-size: 61px;
  line-height: 1em;
}

.background-video {
  z-index: 0;
}

.body {
  line-height: .5em;
}

.grid-2 {
  grid-template: "Area Area-2"
  / .5fr 1fr;
  grid-auto-flow: row;
}

.text-block-2, .div-block-5 {
  text-align: center;
}

.grid-3 {
  grid-template-areas: "Area Area-2";
}

.contact-email {
  padding-top: .5em;
  padding-bottom: .5em;
}

.contact-title {
  color: #009cd4;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 700;
}

.contact-phone {
  padding-top: .5em;
  padding-bottom: .5em;
}

.contact-name {
  color: #fff;
  margin-bottom: 0;
}

.div-block-6 {
  display: block;
  position: relative;
}

.div-block-7 {
  object-fit: fill;
  display: block;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.section-region {
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.section-region.top {
  padding-top: 80px;
}

.section-region.template-pages-hero {
  background-color: #151d33;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-region.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-region.hero-page {
  min-height: 0;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-region.cta-home-pages {
  background-image: linear-gradient(#101627 50%, #151d33 50%);
  padding-top: 0;
  padding-bottom: 200px;
}

.section-region.pd-top-0px {
  padding-top: 0;
}

.section-region.pd-bottom-0px {
  padding-bottom: 0;
}

.section-region.section-slider-wrapper {
  padding-top: 150px;
  overflow: hidden;
}

.section-region.hero {
  position: relative;
  overflow: hidden;
}

.section-region.hero.v34 {
  border-top: 1px solid #5b637c;
  border-bottom: 1px solid #5b637c;
  padding-top: 0;
  padding-bottom: 0;
}

.section-region.hero.v1 {
  padding-top: 188px;
  padding-bottom: 198px;
}

.section-region.hero.v2 {
  padding-top: 61px;
  padding-bottom: 196px;
  overflow: visible;
}

.section-region.hero.v3 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 24px;
  display: flex;
}

.section-region.hero.v4 {
  padding-bottom: 0;
}

.section-region.hero.v5 {
  padding-top: 65px;
  padding-bottom: 112px;
}

.section-region.hero.v6, .section-region.hero.v7 {
  padding-top: 65px;
  padding-bottom: 80px;
}

.section-region.hero.v8 {
  border-top: 1px solid #5b637c;
  border-bottom: 1px solid #5b637c;
  padding-top: 0;
  padding-bottom: 0;
}

.section-region.hero.v9 {
  padding-top: 64px;
  padding-bottom: 150px;
}

.section-region.hero.v10 {
  padding-top: 66px;
  padding-bottom: 200px;
  overflow: visible;
}

.section-region.hero.v11 {
  padding-top: 68px;
  padding-bottom: 135px;
  overflow: visible;
}

.section-region.hero.v12 {
  padding-top: 66px;
  padding-bottom: 93px;
  overflow: visible;
}

.section-region.hero.v13 {
  padding-top: 65px;
  padding-bottom: 153px;
}

.section-region.hero.v14 {
  padding-top: 64px;
  padding-bottom: 108px;
  overflow: visible;
}

.section-region.hero.v15 {
  padding-top: 86px;
  padding-bottom: 150px;
  overflow: visible;
}

.section-region.hero.v16 {
  padding-top: 68px;
  padding-bottom: 200px;
}

.section-region.hero.v17 {
  padding-top: 68px;
  padding-bottom: 75px;
  overflow: visible;
}

.section-region.hero.v18 {
  padding-top: 68px;
  padding-bottom: 235px;
  overflow: visible;
}

.section-region.hero.v19 {
  padding-top: 63px;
  padding-bottom: 78px;
}

.section-region.hero.v20 {
  padding-top: 66px;
  padding-bottom: 150px;
  overflow: visible;
}

.section-region.hero.v21 {
  padding-top: 69px;
  padding-bottom: 0;
}

.section-region.hero.v22 {
  padding-top: 14px;
  padding-bottom: 0;
  overflow: visible;
}

.section-region.hero.v23 {
  padding-top: 0;
  padding-bottom: 2em;
  overflow: visible;
}

.section-region.hero.v24 {
  padding-top: 98px;
  padding-bottom: 98px;
  overflow: visible;
}

.section-region.hero.v25 {
  padding-top: 105px;
  padding-bottom: 130px;
  overflow: visible;
}

.section-region.hero.v26 {
  padding-top: 77px;
  padding-bottom: 120px;
  overflow: visible;
}

.section-region.hero.v27 {
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: visible;
}

.section-region.hero.v28 {
  padding-top: 105px;
  padding-bottom: 150px;
  overflow: visible;
}

.section-region.hero.v29 {
  padding-top: 74px;
  padding-bottom: 122px;
  overflow: visible;
}

.section-region.hero.v30 {
  padding-top: 38px;
  padding-bottom: 150px;
  overflow: visible;
}

.section-region.hero.v31 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 396px;
  display: flex;
}

.section-region.hero.v32 {
  min-height: 80vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 187px;
  padding-bottom: 218px;
  display: flex;
}

.section-region.hero.v33 {
  min-height: 80vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 135px;
  display: flex;
}

.section-region.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-region.pd-200px.pd-bottom-0px {
  padding-bottom: 0;
}

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

.section-region.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-region.pd-140px.pd-bottom-0px {
  padding-bottom: 0;
}

.section-region.pd-140px.pd-top-0px {
  padding-top: 0;
}

.section-region.pd-150px {
  padding-top: 0;
  padding-bottom: 60px;
}

.section-region.pd-150px.pd-bottom-0px {
  padding-bottom: 0;
}

.section-region.pd-150px.pd-top-0px {
  padding-top: 0;
}

.section-region.pd-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-region.pd-70px.pd-bottom-0px {
  padding-bottom: 0;
}

.section-region.pd-132px {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-region.pd-top-100px {
  padding-top: 100px;
}

.section-region.pd-top-150px {
  padding-top: 150px;
}

.section-region.pd-top-90px {
  padding-top: 90px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  border: 1px solid #101627;
}

.card-region {
  background-color: #101627;
  border: 1px solid rgba(91, 99, 124, .5);
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.card-region.form {
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 69px 45px;
  display: flex;
}

.card-region.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card-region.content-center.team-v1 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.card-region.accordion-v1 {
  padding: 80px 63px;
}

.card-region.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 32px;
  display: flex;
}

.card-region.content-left.testimonial-twitter {
  min-height: 100%;
  justify-content: flex-start;
  padding: 45px 27px;
}

.card-region.content-left.pd-30px---58px {
  padding: 58px 30px;
}

.card-region.content-left.integration-item {
  min-height: 100%;
  color: #e8ebf3;
  justify-content: flex-start;
  align-items: stretch;
  padding: 45px 32px;
  text-decoration: none;
}

.card-region.content-left.integration-item:hover {
  color: #e8ebf3;
}

.card-region.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card-region.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

.card-region.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card-region.sales-home-page {
  text-align: center;
  transform-style: preserve-3d;
  border-color: #5b637c;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card-region.sales-home-page:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card-region.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-region.buy-now:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.card-region.content-left---image-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 60px 55px;
  display: grid;
}

.card-region.pd-content-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 78px 55px;
}

.card-region.content-left---gap-50-image-right {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: minmax(245px, 1.5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 78px 52px;
  display: grid;
}

.card-region.border---pd-32px---26px {
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 32px 26px;
  display: flex;
}

.card-region.icon---content-wrapper {
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 32px;
  display: flex;
}

.card-region.icon---content-wrapper.pd-40px---60px {
  padding: 60px 40px;
}

.card-region.icon---content-wrapper.pd-35px---60px {
  padding: 60px 35px;
}

.card-region.icon---content-wrapper.alt {
  padding-left: 30px;
  padding-right: 30px;
}

.card-region.icon---content-wrapper.value-item {
  padding: 60px 35px;
}

.card-region.icon---content-wrapper.help-center-category-item {
  min-height: 100%;
  color: #e8ebf3;
  padding: 58px 38px 50px;
  text-decoration: none;
}

.card-region.icon---content-wrapper.help-center-category-item:hover {
  color: #e8ebf3;
}

.card-region.image-center---bottom-cards {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 123px 75px 100px;
}

.card-region.grid-content-left---image-right {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 45px 36px;
  display: grid;
}

.card-region.content-center---image-center {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 44px 33px 0;
  display: flex;
}

.card-region.icon-center---content-center {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 32px;
  display: flex;
}

.card-region.icon-center---content-center.pd-48px {
  padding: 48px;
}

.card-region.card-integration {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(450px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 75px;
  display: grid;
}

.card-region.card-rich-text {
  padding: 70px 75px;
}

.card-region.author {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 48px;
  display: grid;
}

.card-region.border-left---content-left {
  background-color: rgba(0, 0, 0, 0);
  border-style: none none none solid;
  border-left-color: #5b637c;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 38px;
  padding-bottom: 28px;
  padding-left: 32px;
  display: flex;
  overflow: visible;
}

.card-region.pd-careers-wrapper {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 78px 70px;
}

.card-region.card-hero-v19 {
  background-image: url('../images/gradient-carrers-single-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 60px;
}

.card-region.cta-contact {
  background-image: url('../images/gradient-help-center-category-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: flex-start;
  padding: 58px 65px;
  display: flex;
}

.card-region.pd-60px---54px {
  margin-bottom: 10px;
  padding: 20px;
}

.card-region.pd-64px---88px {
  padding: 88px 64px;
}

.card-region.webflow-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card-region.pd-100px---90px {
  padding: 100px 90px;
}

.card-region.card-plan {
  width: 100%;
  max-width: 498px;
  padding: 55px 45px;
}

.card-region.pricing-table-card {
  border-color: #5b637c;
  border-radius: 8px;
  padding-top: 68px;
  padding-bottom: 72px;
}

.card-region.cta-v1 {
  background-image: url('../images/gradient-cta-v1-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 60px;
}

.card-region.cta-v2 {
  background-image: url('../images/gradient-cta-v2-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 48px 58px;
}

.card-region.cta-v3 {
  background-image: url('../images/gradient-cta-v3-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}

.card-region.card-image-center---card {
  flex-direction: column;
  display: flex;
}

.card-region.cta-newsletter-v1 {
  background-image: url('../images/gradient-cta-v4-darktech-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 74px 110px 70px;
}

.card-region.blog-post-v2 {
  min-height: 100%;
  border-radius: 8px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card-region.grid---pd-58px---35px {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 58px 35px;
  display: grid;
}

.card-region.pd-54px {
  padding: 54px;
}

.card-region.pd-78px---67px {
  padding: 67px 78px;
}

.card-region.search-result-item {
  min-height: 100%;
  color: #e8ebf3;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card-region.search-result-item:hover {
  color: #e8ebf3;
}

.inner-container-hero-home-copy._740px {
  max-width: 740px;
}

.inner-container-hero-home-copy._600px {
  max-width: 600px;
}

.inner-container-hero-home-copy._600px.center {
  max-width: 1024px;
}

.inner-container-hero-home-copy.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-hero-home-copy._574px {
  max-width: 574px;
}

.inner-container-hero-home-copy._400px {
  max-width: 400px;
}

.inner-container-hero-home-copy._460px {
  max-width: 460px;
}

.inner-container-hero-home-copy._500px {
  max-width: 500px;
}

.inner-container-hero-home-copy._900px {
  max-width: 900px;
}

.inner-container-hero-home-copy._1020px {
  max-width: 1020px;
}

.inner-container-hero-home-copy._800px {
  max-width: 800px;
}

.inner-container-hero-home-copy._490px {
  max-width: 490px;
}

.inner-container-hero-home-copy._700px {
  max-width: 700px;
}

.inner-container-hero-home-copy._640px {
  max-width: 640px;
}

.inner-container-hero-home-copy._680px {
  max-width: 680px;
}

.inner-container-hero-home-copy._680px.center {
  margin-top: auto;
}

.inner-container-hero-home-copy._680px {
  max-width: 680px;
}

.inner-container-hero-home-copy._666px {
  max-width: 666px;
}

.inner-container-hero-home-copy._550px {
  max-width: 550px;
}

.inner-container-hero-home-copy._820px {
  max-width: 820px;
}

.inner-container-hero-home-copy.image-center {
  width: 125%;
  max-width: 1842px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.inner-container-hero-home-copy._300px {
  max-width: 300px;
}

.inner-container-hero-home-copy._580px {
  max-width: 580px;
}

.inner-container-hero-home-copy._530px {
  max-width: 530px;
}

.inner-container-hero-home-copy._690px {
  max-width: 690px;
}

.inner-container-hero-home-copy.hero-v31-image {
  z-index: 1;
  width: 1605px;
  filter: blur(2.5px);
  justify-content: center;
  margin-bottom: -204px;
  display: flex;
}

.inner-container-hero-home-copy._504px {
  max-width: 504px;
}

.inner-container-hero-home-copy._418px {
  max-width: 418px;
}

.inner-container-hero-home-copy._390px {
  max-width: 390px;
}

.inner-container-hero-home-copy._420px {
  max-width: 420px;
}

.inner-container-hero-home-copy._584px {
  max-width: 584px;
}

.inner-container-hero-home-copy._476px {
  max-width: 476px;
}

.inner-container-hero-home-copy._800px {
  max-width: 800px;
}

.inner-container-hero-home-copy._260px {
  max-width: 260px;
}

.inner-container-hero-home-copy._664px {
  max-width: 664px;
}

.inner-container-hero-home-copy._860px {
  max-width: 860px;
}

.inner-container-hero-home-copy._603px {
  max-width: 603px;
}

.inner-container-hero-home-copy._595px {
  max-width: 595px;
}

.inner-container-hero-home-copy._292px {
  max-width: 292px;
}

.inner-container-hero-home-copy._915px {
  max-width: 915px;
}

.inner-container-hero-home-copy._604px {
  max-width: 604px;
}

.inner-container-hero-home-copy._380px {
  max-width: 380px;
}

.inner-container-hero-home-copy._650px {
  max-width: 650px;
}

.inner-container-hero-home-copy._610px {
  max-width: 610px;
}

.inner-container-hero-home-copy._576px {
  max-width: 576px;
}

.inner-container-hero-home-copy._495px {
  max-width: 495px;
}

.inner-container-hero-home-copy._494px {
  max-width: 494px;
}

.inner-container-hero-home-copy._446px {
  max-width: 446px;
}

.inner-container-hero-home-copy._963px {
  max-width: 963px;
}

.inner-container-hero-home-copy._515px {
  max-width: 515px;
}

.inner-container-hero-home-copy.grid-logo-social---main-content {
  max-width: 494px;
}

.inner-container-hero-home-copy._553px {
  max-width: 553px;
}

.inner-container-hero-home-copy._422px {
  max-width: 422px;
}

.inner-container-hero-home-copy.title-search {
  max-width: 420px;
  min-width: 420px;
}

.inner-container-hero-home-copy._590px {
  max-width: 590px;
}

.inner-container-hero-home-copy._794px {
  max-width: 794px;
}

.inner-container-hero-home-copy._675px {
  max-width: 675px;
}

.inner-container-hero-home-copy._508px {
  max-width: 508px;
}

.inner-container-hero-home-copy._502px {
  max-width: 502px;
}

.inner-container-hero-home-copy._560px {
  max-width: 560px;
}

.inner-container-hero-home-copy.hero-v15-content {
  max-width: 500px;
  min-width: 445px;
}

.inner-container-hero-home-copy._849px {
  max-width: 849px;
}

.inner-container-hero-home-copy._440px {
  max-width: 440px;
}

.inner-container-hero-home-copy._484px {
  max-width: 484px;
}

.inner-container-hero-home-copy._540px {
  max-width: 540px;
}

.inner-container-hero-home-copy._660px {
  max-width: 660px;
}

.inner-container-hero-home-copy._582px {
  max-width: 582px;
}

.inner-container-hero-home-copy._383px {
  max-width: 383px;
}

.inner-container-hero-home-copy._792px {
  max-width: 792px;
}

.inner-container-hero-home-copy.sign-up-wrapper {
  width: 100%;
  max-width: 515px;
  margin-right: 40px;
}

.inner-container-hero-home-copy.sign-up-testimonials {
  width: 100%;
  max-width: 378px;
  margin-left: auto;
  margin-right: 58px;
}

.inner-container-hero-home-copy._376px {
  max-width: 376px;
}

.inner-container-hero-home-copy._320px {
  max-width: 320px;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .card.grid---pd-58px---35px {
    grid-template-rows: auto auto auto auto;
    grid-auto-rows: auto;
  }

  .mg-bottom-0 {
    font-size: .75em;
    line-height: 1em;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.pd-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

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

  .dropdown-column-wrapper {
    min-width: 960px;
  }

  .dropdown-pd.inner-dropdown {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._w-h-100.fit-cover.image-blog-post---image {
    max-width: 45vw;
  }

  .image-hero-features-v3 {
    left: -1864px;
  }

  .image-blog-post {
    margin-right: -380px;
  }

  .image-hero-v18 {
    left: 30%;
  }

  .footer-bottom-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-region.pd-top-0px {
    padding-top: 0;
  }

  .section-region.pd-bottom-0px {
    padding-bottom: 0;
  }

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

  .card-region.grid---pd-58px---35px {
    grid-template-rows: auto auto auto auto;
    grid-auto-rows: auto;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container.image-center {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container._530px {
    max-width: 530px;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.pd-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

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

  ._w-h-100.fit-cover.image-blog-post---image {
    max-width: 50vw;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .gradient-right {
    width: 35%;
  }

  .image-hero-v2 {
    height: 110%;
  }

  .image-left-hero-v15 {
    right: 59%;
  }

  .image-right-hero-v15 {
    left: 50%;
  }

  .image-hero-integrations {
    object-fit: contain;
  }

  .image-hero-v17 {
    height: 1300px;
    object-fit: contain;
    top: 6%;
  }

  .image-blog-post {
    margin-right: -45vw;
  }

  .footer-bottom-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-hero-v3 {
    height: 110%;
    object-position: 50% 18%;
  }

  .inner-container-copy.image-center {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-copy._530px {
    max-width: 530px;
  }

  .inner-container-hero-home.image-center {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home._530px {
    max-width: 530px;
  }

  .section-region.pd-top-0px {
    padding-top: 0;
  }

  .section-region.pd-bottom-0px {
    padding-bottom: 0;
  }

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

  .inner-container-hero-home-copy.image-center {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home-copy._530px {
    max-width: 530px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  blockquote {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 24px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet.hero-v34-grid, .grid-2-columns.hero-v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v15-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.stats-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-template-columns: 1fr 1.1fr;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.logo-strip-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.image-left---content-right, .grid-2-columns.image-right---content-left, .grid-2-columns.slider-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons.v1, .grid-2-columns.title-and-buttons.v2 {
    grid-template-columns: 1fr auto;
  }

  .grid-2-columns.cta-v2 {
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.stats-v1 {
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-blog-post {
    max-width: 700px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .grid-2-columns.careers-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.demo-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v30-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-newsletter-v1 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.blog-v3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-featured-bottom---grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-grid---image-right, .grid-2-columns.features-grid---image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-gallery-grid {
    grid-row-gap: 70px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .grid-2-columns.careers-section---grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v20-grid {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.form {
    min-height: 480px;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .card.accordion-v1 {
    padding: 70px 48px;
  }

  .card.content-left.integration-item, .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.content-left---image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card.pd-content-left {
    grid-template-columns: 1fr;
    padding: 65px 40px;
  }

  .card.content-left---gap-50-image-right {
    grid-column-gap: 40px;
    padding: 65px 40px;
  }

  .card.border---pd-32px---26px {
    grid-template-columns: 1fr;
  }

  .card.icon---content-wrapper.pd-35px---60px {
    text-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.icon---content-wrapper.value-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.image-center---bottom-cards {
    grid-template-columns: 1fr;
    padding: 80px 40px;
  }

  .card.grid-content-left---image-right {
    grid-column-gap: 40px;
  }

  .card.content-center---image-center {
    grid-template-columns: 1fr;
  }

  .card.card-integration {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    padding: 80px 63px 0;
  }

  .card.card-rich-text {
    padding: 60px 63px;
  }

  .card.author {
    flex-direction: column;
  }

  .card.pd-careers-wrapper {
    padding: 80px 60px 60px;
  }

  .card.card-hero-v19 {
    padding: 75px 40px;
  }

  .card.cta-contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.webflow-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.pd-100px---90px {
    padding: 80px 60px;
  }

  .card.card-plan {
    padding: 50px 32px;
  }

  .card.cta-v1 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .card.cta-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.cta-v3 {
    padding: 80px;
  }

  .card.card-image-center---card {
    flex-direction: row;
  }

  .card.cta-newsletter-v1 {
    padding: 92px 60px;
  }

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

  .grid-4-columns.pricing-table-grid-4-col {
    grid-template-columns: auto 24% 24% 24%;
  }

  .grid-4-columns.pricing-table-grid-4-col.top {
    grid-column-gap: 4px;
  }

  .grid-4-columns.team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

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

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-top-48px.mg-top-80px---tablet {
    margin-top: 80px;
  }

  .mg-left-16px.integration-item---title {
    margin-top: 16px;
    margin-left: 0;
  }

  .mg-right-24px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .grid-1-column.gap-row-140px {
    grid-row-gap: 100px;
  }

  .grid-1-column.stats-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column.stats-card.right {
    margin-top: 0;
  }

  .grid-1-column.gap-row-48px.careers-fix---tablet---mobile {
    grid-row-gap: 100px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.columns-auto.footer-menu {
    grid-template-columns: auto auto;
  }

  .grid-3-columns.layout-v1, .grid-3-columns.offices-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.pricing-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .grid-3-columns.help-center-categories-grid {
    grid-row-gap: 50px;
  }

  .grid-3-columns.dropdown-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._500px._100-tablet {
    max-width: 100%;
  }

  .inner-container.image-center {
    margin-top: 40px;
  }

  .inner-container.hero-v31-image {
    width: 1240px;
    margin-bottom: -140px;
  }

  .inner-container._418px._100-tablet, .inner-container._390px._100-tablet {
    max-width: 100%;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container._450px---tablet {
    max-width: 450px;
  }

  .inner-container.title-search {
    width: 100%;
    max-width: 600px;
    min-width: auto;
  }

  .inner-container.hero-v15-content {
    max-width: 100%;
    min-width: auto;
  }

  .inner-container.sign-up-wrapper {
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .inner-container.sign-up-testimonials {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center.header-menu {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero, .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.template-pages-hero {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-page {
    padding-top: 60px;
    padding-bottom: 168px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(#101627 80%, #151d33 80%);
    padding-bottom: 168px;
  }

  .section.pd-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.section-slider-wrapper {
    padding-top: 125px;
  }

  .section.hero.v1 {
    padding-top: 90px;
    padding-bottom: 160px;
  }

  .section.hero.v2 {
    padding-bottom: 163px;
  }

  .section.hero.v5 {
    padding-bottom: 93px;
  }

  .section.hero.v9, .section.hero.v10 {
    padding-bottom: 125px;
  }

  .section.hero.v11 {
    padding-bottom: 100px;
  }

  .section.hero.v12 {
    padding-bottom: 90px;
  }

  .section.hero.v13 {
    padding-bottom: 128px;
  }

  .section.hero.v14 {
    padding-bottom: 90px;
  }

  .section.hero.v15 {
    padding-top: 72px;
    padding-bottom: 125px;
  }

  .section.hero.v16 {
    padding-bottom: 166px;
  }

  .section.hero.v18 {
    padding-bottom: 196px;
  }

  .section.hero.v20 {
    padding-bottom: 125px;
  }

  .section.hero.v23 {
    padding-top: 63px;
    padding-bottom: 88px;
  }

  .section.hero.v24 {
    padding-top: 70px;
    padding-bottom: 82px;
  }

  .section.hero.v25 {
    padding-top: 80px;
    padding-bottom: 108px;
  }

  .section.hero.v26 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.v27 {
    padding-bottom: 68px;
  }

  .section.hero.v28 {
    padding-top: 88px;
    padding-bottom: 125px;
  }

  .section.hero.v29 {
    padding-top: 70px;
    padding-bottom: 102px;
  }

  .section.hero.v30 {
    padding-bottom: 125px;
  }

  .section.hero.v31 {
    padding-top: 70px;
    padding-bottom: 330px;
  }

  .section.hero.v32 {
    padding-top: 156px;
    padding-bottom: 182px;
  }

  .section.hero.v33 {
    padding-top: 92px;
    padding-bottom: 113px;
  }

  .section.pd-200px {
    padding-top: 168px;
    padding-bottom: 168px;
  }

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

  .section.pd-140px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.pd-150px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.pd-132px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.pd-top-100px {
    padding-top: 80px;
  }

  .section.pd-top-150px {
    padding-top: 125px;
  }

  .section.pd-top-90px.alt {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

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

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

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: #0e1425;
    border-top: 1px solid #2a3246;
    border-bottom: 1px solid #2a3246;
    padding: 24px 24px 50px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 14px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-btn {
    align-self: stretch;
    margin-top: 30px;
  }

  .dropdown-column-wrapper {
    min-width: auto;
    padding: 0;
    position: static;
    transform: none;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.inner-dropdown {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    padding: 40px 0 0;
  }

  .dropdown-pd.inner-dropdown.v2 {
    margin-left: 0;
  }

  .header-logo-link {
    max-width: 173px;
  }

  .header-logo-link.left {
    margin-right: 30px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 32px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-left-side.tablet {
    flex: 1;
  }

  .btn-circle-primary.slider-arrow---right {
    margin-right: auto;
    top: auto;
    bottom: 0;
    left: 70px;
    right: 0;
  }

  .btn-circle-primary.slider-arrow---right.bottom---tablet---v1 {
    margin-right: 0;
    top: -120px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .btn-circle-primary.slider-arrow.right---left-content {
    margin-left: 68%;
    margin-right: 0;
    bottom: 0%;
  }

  .btn-circle-secondary.white.slider-arrow---left {
    margin-top: auto;
    margin-left: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 70px;
  }

  .btn-circle-secondary.slider-arrow.left---right-content {
    margin-right: 35%;
    bottom: 0%;
    left: 0%;
    right: 0;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .social-media-grid-top.center---tablet {
    justify-content: center;
    justify-items: center;
  }

  .flex-horizontal.start.mg-bottom-16px.responsive---alt {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .flex-horizontal.start.testimonial-twitter---top {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.start.integration-item---content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.start.wrap-center---tablet---start---mbp {
    justify-content: center;
  }

  .flex-horizontal.space-between.testimonial-twitter---top {
    align-items: flex-end;
  }

  .footer-middle {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .grid-footer-2-column---logo-and-icon-social {
    grid-row-gap: 26px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  ._w-h-100.fit-cover.image-blog-post---image {
    max-width: 100%;
  }

  .text-decoration-none.blog-post-v1._3-post---item, .text-decoration-none.blog-post-v3 {
    flex-direction: row;
    align-items: center;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .cta-card.cta-footer {
    padding: 50px 40px;
  }

  .slider-wrapper.pd-bottom---tablet {
    padding-bottom: 90px;
  }

  .slider-mask {
    position: static;
  }

  .slider-mask._3-columns-slider {
    padding-right: 24px;
  }

  .stat-card-4-cols {
    padding: 44px 20px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-icon-wrapper.mg-arrow-left-40px {
    margin-left: 20px;
  }

  .pd---content-inside-card.team-member-page {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tablet-width-100 {
    width: 100%;
  }

  .slide-item-mg._3-columns-slide {
    max-width: 50%;
  }

  .pricing-content {
    max-width: none;
    flex-direction: row;
    display: flex;
  }

  .blog-card-featured-wrapper.grid-blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.featured-v1 {
    height: 100%;
  }

  .blog-card-image-wrapper.blog-image-small {
    max-height: 400px;
    min-height: auto;
  }

  .blog-card-image-wrapper.blog-post-v1---image {
    height: auto;
  }

  .blog-card-image-wrapper.blog-post-v1---image._3-post---item {
    max-width: 49%;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .blog-card-image-wrapper.blog-post-v3---image {
    height: auto;
    max-width: 45%;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .blog-card-image-wrapper.grid-blog-featured---image {
    max-height: 500px;
    max-width: 100%;
    min-height: auto;
  }

  .checkout-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-pages-cointainer {
    margin-top: 113px;
  }

  .image-home-link-wrapper {
    max-width: 280px;
  }

  .figma-file-image-wrapper {
    width: 100%;
    order: 1;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 60px;
  }

  .image-large-right---image-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .liner-gradient {
    height: 150px;
  }

  .liner-gradient.top {
    margin-top: 397px;
    display: none;
  }

  .liner-gradient.top.hero-v4-image {
    margin-top: 0;
    display: block;
  }

  .liner-gradient.bottom.hero-v4-image {
    display: block;
  }

  .liner-gradient.top {
    margin-top: 397px;
    display: none;
  }

  .liner-gradient.top.hero-v4-image {
    margin-top: 0;
    display: block;
  }

  .logos-wrapper {
    margin-top: 60px;
  }

  .container-responsive {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-responsive.alt {
    max-width: 640px;
  }

  .shadow-image---mg {
    margin: 0 auto -147px;
  }

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

  .line-divider.mg-top-160px---bottom-70px {
    margin-top: 120px;
  }

  .line-divider.mg-top-150px---bottom-180px {
    margin-top: 125px;
    margin-bottom: 150px;
  }

  .line-divider.mg-top-140px---bottom-120px {
    margin-top: 116px;
    margin-bottom: 100px;
  }

  .line-divider.mg-top-170px---bottom-150px {
    margin-top: 142px;
    margin-bottom: 125px;
  }

  .line-divider.mg-top-140px---bottom-150px {
    margin-top: 115px;
    margin-bottom: 125px;
  }

  .line-divider.mg-top-150px---bottom-110px {
    margin-top: 125px;
    margin-bottom: 150px;
  }

  .line-divider.mg-top-120px---bottom-140px {
    margin-top: 100px;
    margin-bottom: 116px;
  }

  .line-divider.mg-top-180px---bottom-150px {
    margin-top: 150px;
    margin-bottom: 125px;
  }

  .line-divider.mg-150px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .flex-image-wrapper.features---image-right, .flex-image-wrapper.features---image-left, .flex-image-wrapper.features---image-left.v2 {
    max-width: 100%;
  }

  .icon---badge-wrapper {
    grid-column-gap: 40px;
  }

  .image-center---mg-bottom-80px {
    margin-bottom: 70px;
  }

  .gradient-right {
    margin-top: 0;
  }

  .testimonials-slider-main-content {
    max-width: 500px;
  }

  .position-absolute-alt {
    width: 100%;
    display: none;
    right: auto;
  }

  .max-w-500px.tablet-max-w-100 {
    max-width: 100%;
  }

  .grid-footer-3-col {
    grid-template-columns: auto auto auto;
  }

  .image-hero-v2 {
    object-fit: cover;
    margin-top: 0;
  }

  ._3-imgs---image-left {
    width: 24%;
    margin-top: 0%;
  }

  ._3-imgs---image-right {
    width: 43%;
    margin-right: 0;
  }

  .card-border-top---content {
    border-top-style: none;
    border-left: 1px solid #2a3246;
  }

  .card-image-center {
    max-width: 49%;
  }

  .blog-grid-2-col {
    grid-template-columns: 1fr;
  }

  .card-border-left---content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
  }

  .slider-gradient---right, .slider-gradient---left {
    width: 8%;
  }

  .grid-logo-social {
    max-width: 718px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
  }

  .card-logo-integrations {
    padding: 14px;
  }

  .mg-logo-social-container {
    margin-left: 0;
  }

  .grid-1-col-logo-social {
    width: 100%;
  }

  .max-w-450px.tablet-max-w-100, .max-w-310px.tablet-max-w-100 {
    max-width: 100%;
  }

  .link-contact-icon---text {
    font-size: 14px;
  }

  .blog-card-small {
    grid-column-gap: 30px;
    grid-template-columns: 1fr .75fr;
  }

  .image-hero-v10 {
    width: 2223px;
    opacity: .85;
    margin-left: 50%;
    top: -1226px;
    left: -201px;
    transform: translate(-50%);
  }

  .button-wrapper.center---tablet {
    justify-content: center;
  }

  .image-hero-v11 {
    margin-left: 50%;
    top: -556%;
    left: -373px;
    transform: translate(-50%);
  }

  .image-hero-features-v3 {
    opacity: .85;
    margin-left: 50%;
    top: -1152.22px;
    left: -1124px;
    transform: translate(-50%);
  }

  .image-left-hero-v15 {
    height: auto;
    bottom: 0%;
  }

  .image-right-hero-v15 {
    height: auto;
    bottom: 0%;
    left: 25%;
  }

  .image-integration {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
  }

  .image-blog-post {
    max-height: 600px;
    min-height: auto;
    border-top: 1px solid #5b637c;
    border-left: 1px solid #5b637c;
    border-right: 1px solid #5b637c;
    border-radius: 12px 12px 0 0;
    margin-right: 0;
  }

  .image-hero-v18 {
    opacity: .85;
    margin-left: 50%;
    top: -343px;
    left: 8%;
    transform: translate(-50%);
  }

  .cta-gallery-images---grid {
    margin-left: 0;
  }

  .image-left---large {
    width: 100%;
    height: 100%;
  }

  .image-right---small {
    width: 100%;
  }

  .card-career-wrapper.career-section-item {
    max-width: 100%;
  }

  .card-career-wrapper.career-section-item:hover {
    transform: translate3d(8px, 0, .01px);
  }

  .image-hero-v20 {
    opacity: .85;
    margin-left: 50%;
    top: -54%;
    left: 0%;
    transform: translate(-50%);
  }

  .grid-footer-2-column---logo-and-paragra {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .footer-bottom-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-hero-v24 {
    bottom: -26%;
    left: 70%;
  }

  .image-hero-v25 {
    object-fit: cover;
  }

  .image-hero-v26 {
    width: auto;
  }

  .image-hero-v27 {
    max-width: 5083px;
    opacity: .85;
    top: -1350px;
  }

  .image-hero-v29 {
    bottom: -766px;
  }

  .image-hero-v30 {
    top: -1095px;
    left: 615px;
  }

  .image-hero-v31 {
    top: -189%;
  }

  .webflow-file-text-wrapper {
    padding: 48px 60px;
  }

  .image-hero-pricing {
    top: 12%;
  }

  .product-popular---border-gradient {
    width: 100%;
    margin-bottom: 0;
  }

  .image-hero-v14 {
    left: 50%;
  }

  .header---grid-3-col {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .show-in-tablet {
    display: block;
  }

  .hidden-on-tablet {
    display: none;
  }

  .pricing-col.first {
    padding-left: 24px;
  }

  .pricing-col-top.pricing-plan.top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-col-top.pricing-plan.transparent {
    display: none;
  }

  .mg-left-auto-tablet {
    margin-left: auto;
  }

  .card-home-pages-content-top {
    max-width: 100%;
  }

  .hero-v1-content {
    max-width: 750px;
    text-align: center;
  }

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

  .logo-social-gradient---right-v2 {
    margin-right: -30px;
    display: block;
  }

  .grid-blog-featured---content {
    max-width: 100%;
  }

  .blog-featured-bottom---item {
    border-top: 1px solid #5b637c;
    border-right-style: none;
    padding: 48px 0;
  }

  .blog-featured-bottom---item:last-child {
    padding-bottom: 0;
  }

  .pricing-content-top {
    max-width: 44%;
    flex: 1;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .pricing-content-bottom {
    flex: 1;
  }

  .pricing-content-top---button {
    display: none;
  }

  .mg-top-100px {
    margin-top: 90px;
  }

  .mg-top-58px {
    margin-top: 48px;
  }

  .sign-up-form-block {
    min-height: 740px;
  }

  .sign-up-wrapper---main {
    flex-direction: column;
    align-items: stretch;
  }

  .image-hero-v32 {
    bottom: -741px;
  }

  .hero-v34-content {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-v34-image {
    max-width: 500px;
    border-left-style: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-v34-image---bg {
    left: auto;
  }

  .display-5 {
    font-size: 64px;
  }

  .inner-container-copy._500px._100-tablet {
    max-width: 100%;
  }

  .inner-container-copy.image-center {
    margin-top: 40px;
  }

  .inner-container-copy.hero-v31-image {
    width: 1240px;
    margin-bottom: -140px;
  }

  .inner-container-copy._418px._100-tablet, .inner-container-copy._390px._100-tablet {
    max-width: 100%;
  }

  .inner-container-copy._600px---tablet {
    max-width: 600px;
  }

  .inner-container-copy._100---tablet {
    max-width: 100%;
  }

  .inner-container-copy.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-copy._500px---tablet {
    max-width: 500px;
  }

  .inner-container-copy._400px---tablet {
    max-width: 400px;
  }

  .inner-container-copy._650px---tablet {
    max-width: 650px;
  }

  .inner-container-copy._450px---tablet {
    max-width: 450px;
  }

  .inner-container-copy.title-search {
    width: 100%;
    max-width: 600px;
    min-width: auto;
  }

  .inner-container-copy.hero-v15-content {
    max-width: 100%;
    min-width: auto;
  }

  .inner-container-copy.sign-up-wrapper {
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .inner-container-copy.sign-up-testimonials {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-container-hero-home._500px._100-tablet {
    max-width: 100%;
  }

  .inner-container-hero-home.image-center {
    margin-top: 40px;
  }

  .inner-container-hero-home.hero-v31-image {
    width: 1240px;
    margin-bottom: -140px;
  }

  .inner-container-hero-home._418px._100-tablet, .inner-container-hero-home._390px._100-tablet {
    max-width: 100%;
  }

  .inner-container-hero-home._600px---tablet {
    max-width: 600px;
  }

  .inner-container-hero-home._100---tablet {
    max-width: 100%;
  }

  .inner-container-hero-home.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home._500px---tablet {
    max-width: 500px;
  }

  .inner-container-hero-home._400px---tablet {
    max-width: 400px;
  }

  .inner-container-hero-home._650px---tablet {
    max-width: 650px;
  }

  .inner-container-hero-home._450px---tablet {
    max-width: 450px;
  }

  .inner-container-hero-home.title-search {
    width: 100%;
    max-width: 600px;
    min-width: auto;
  }

  .inner-container-hero-home.hero-v15-content {
    max-width: 100%;
    min-width: auto;
  }

  .inner-container-hero-home.sign-up-wrapper {
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .inner-container-hero-home.sign-up-testimonials {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .liner-gradient-hero {
    height: 150px;
  }

  .liner-gradient-hero.top {
    margin-top: 397px;
    display: none;
  }

  .liner-gradient-hero.top.hero-v4-image {
    margin-top: 0;
    display: block;
  }

  .liner-gradient-hero.bottom.hero-v4-image {
    display: block;
  }

  .liner-gradient-hero.top {
    margin-top: 397px;
    display: none;
  }

  .liner-gradient-hero.top.hero-v4-image {
    margin-top: -10%;
    display: block;
  }

  .section-2.is--hero {
    flex-direction: column;
    padding-top: 171px;
    padding-bottom: 96px;
    padding-left: 0;
    display: block;
  }

  .c-hero_text {
    text-align: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

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

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

  .section-region.top {
    padding-top: 70px;
  }

  .section-region.template-pages-hero {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-region.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-region.hero-page {
    padding-top: 60px;
    padding-bottom: 168px;
  }

  .section-region.cta-home-pages {
    background-image: linear-gradient(#101627 80%, #151d33 80%);
    padding-bottom: 168px;
  }

  .section-region.pd-top-0px {
    padding-top: 0;
  }

  .section-region.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section-region.section-slider-wrapper {
    padding-top: 125px;
  }

  .section-region.hero.v1 {
    padding-top: 90px;
    padding-bottom: 160px;
  }

  .section-region.hero.v2 {
    padding-bottom: 163px;
  }

  .section-region.hero.v5 {
    padding-bottom: 93px;
  }

  .section-region.hero.v9, .section-region.hero.v10 {
    padding-bottom: 125px;
  }

  .section-region.hero.v11 {
    padding-bottom: 100px;
  }

  .section-region.hero.v12 {
    padding-bottom: 90px;
  }

  .section-region.hero.v13 {
    padding-bottom: 128px;
  }

  .section-region.hero.v14 {
    padding-bottom: 90px;
  }

  .section-region.hero.v15 {
    padding-top: 72px;
    padding-bottom: 125px;
  }

  .section-region.hero.v16 {
    padding-bottom: 166px;
  }

  .section-region.hero.v18 {
    padding-bottom: 196px;
  }

  .section-region.hero.v20 {
    padding-bottom: 125px;
  }

  .section-region.hero.v23 {
    padding-top: 63px;
    padding-bottom: 88px;
  }

  .section-region.hero.v24 {
    padding-top: 70px;
    padding-bottom: 82px;
  }

  .section-region.hero.v25 {
    padding-top: 80px;
    padding-bottom: 108px;
  }

  .section-region.hero.v26 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section-region.hero.v27 {
    padding-bottom: 68px;
  }

  .section-region.hero.v28 {
    padding-top: 88px;
    padding-bottom: 125px;
  }

  .section-region.hero.v29 {
    padding-top: 70px;
    padding-bottom: 102px;
  }

  .section-region.hero.v30 {
    padding-bottom: 125px;
  }

  .section-region.hero.v31 {
    padding-top: 70px;
    padding-bottom: 330px;
  }

  .section-region.hero.v32 {
    padding-top: 156px;
    padding-bottom: 182px;
  }

  .section-region.hero.v33 {
    padding-top: 92px;
    padding-bottom: 113px;
  }

  .section-region.pd-200px {
    padding-top: 168px;
    padding-bottom: 168px;
  }

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

  .section-region.pd-140px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-region.pd-150px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section-region.pd-132px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-region.pd-top-100px {
    padding-top: 80px;
  }

  .section-region.pd-top-150px {
    padding-top: 125px;
  }

  .section-region.pd-top-90px.alt {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-region.form {
    min-height: 480px;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .card-region.accordion-v1 {
    padding: 70px 48px;
  }

  .card-region.content-left.integration-item, .card-region.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-region.content-left---image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .card-region.pd-content-left {
    grid-template-columns: 1fr;
    padding: 65px 40px;
  }

  .card-region.content-left---gap-50-image-right {
    grid-column-gap: 40px;
    padding: 65px 40px;
  }

  .card-region.border---pd-32px---26px {
    grid-template-columns: 1fr;
  }

  .card-region.icon---content-wrapper.pd-35px---60px {
    text-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-region.icon---content-wrapper.value-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-region.image-center---bottom-cards {
    grid-template-columns: 1fr;
    padding: 80px 40px;
  }

  .card-region.grid-content-left---image-right {
    grid-column-gap: 40px;
  }

  .card-region.content-center---image-center {
    grid-template-columns: 1fr;
  }

  .card-region.card-integration {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    padding: 80px 63px 0;
  }

  .card-region.card-rich-text {
    padding: 60px 63px;
  }

  .card-region.author {
    flex-direction: column;
  }

  .card-region.pd-careers-wrapper {
    padding: 80px 60px 60px;
  }

  .card-region.card-hero-v19 {
    padding: 75px 40px;
  }

  .card-region.cta-contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card-region.webflow-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-region.pd-100px---90px {
    padding: 80px 60px;
  }

  .card-region.card-plan {
    padding: 50px 32px;
  }

  .card-region.cta-v1 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .card-region.cta-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-region.cta-v3 {
    padding: 80px;
  }

  .card-region.card-image-center---card {
    flex-direction: row;
  }

  .card-region.cta-newsletter-v1 {
    padding: 92px 60px;
  }

  .inner-container-hero-home-copy._500px._100-tablet {
    max-width: 100%;
  }

  .inner-container-hero-home-copy.image-center {
    margin-top: 40px;
  }

  .inner-container-hero-home-copy.hero-v31-image {
    width: 1240px;
    margin-bottom: -140px;
  }

  .inner-container-hero-home-copy._418px._100-tablet, .inner-container-hero-home-copy._390px._100-tablet {
    max-width: 100%;
  }

  .inner-container-hero-home-copy._600px---tablet {
    max-width: 600px;
  }

  .inner-container-hero-home-copy._100---tablet {
    max-width: 100%;
  }

  .inner-container-hero-home-copy.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home-copy._500px---tablet {
    max-width: 500px;
  }

  .inner-container-hero-home-copy._400px---tablet {
    max-width: 400px;
  }

  .inner-container-hero-home-copy._650px---tablet {
    max-width: 650px;
  }

  .inner-container-hero-home-copy._450px---tablet {
    max-width: 450px;
  }

  .inner-container-hero-home-copy.title-search {
    width: 100%;
    max-width: 600px;
    min-width: auto;
  }

  .inner-container-hero-home-copy.hero-v15-content {
    max-width: 100%;
    min-width: auto;
  }

  .inner-container-hero-home-copy.sign-up-wrapper {
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .inner-container-hero-home-copy.sign-up-testimonials {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  li {
    margin-bottom: 6px;
  }

  blockquote {
    padding: 58px 32px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns._1-col-tablet.hero-v34-grid, .grid-2-columns.hero-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-v1 {
    max-width: 500px;
    grid-row-gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.image-left---content-right, .grid-2-columns.image-right---content-left, .grid-2-columns.slider-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-and-buttons.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v2 {
    max-width: 550px;
    grid-row-gap: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.stats-v1 {
    grid-row-gap: 50px;
  }

  .grid-2-columns._2-col-blog-post {
    max-width: 100%;
    grid-row-gap: 50px;
    padding-top: 70px;
  }

  .grid-2-columns.demo-grid {
    grid-row-gap: 70px;
  }

  .grid-2-columns.hero-v30-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns._2-col-mbl---1-col-mbp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.blog-featured-v1-grid {
    grid-row-gap: 64px;
  }

  .grid-2-columns.blog-v3-grid {
    grid-row-gap: 54px;
  }

  .grid-2-columns.features-grid---image-right, .grid-2-columns.features-grid---image-left {
    grid-row-gap: 50px;
  }

  .grid-2-columns.cta-gallery-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.careers-section---grid {
    grid-row-gap: 40px;
  }

  .card {
    border-radius: 8px;
  }

  .card.form {
    min-height: 772px;
    padding: 49px 32px;
  }

  .card.content-center.team-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.accordion-v1 {
    padding: 60px 32px;
  }

  .card.content-left.testimonial-twitter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.content-left.pd-30px---58px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.content-left.integration-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.checkout-block {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .card.content-left---image-right {
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.pd-content-left {
    padding: 54px 32px;
  }

  .card.content-left---gap-50-image-right {
    grid-column-gap: 20px;
    grid-template-columns: minmax(208px, 1.5fr) 1fr;
    padding: 54px 32px;
  }

  .card.icon---content-wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card.icon---content-wrapper.pd-40px---60px {
    padding: 50px 32px;
  }

  .card.icon---content-wrapper.pd-35px---60px {
    padding: 40px 32px;
  }

  .card.icon---content-wrapper.value-item {
    text-align: center;
    align-items: center;
    padding: 40px 32px;
  }

  .card.icon---content-wrapper.help-center-category-item {
    padding: 48px 32px 43px;
  }

  .card.image-center---bottom-cards {
    padding: 66px 32px;
  }

  .card.grid-content-left---image-right {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

  .card.content-center---image-center {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.icon-center---content-center {
    padding: 40px 24px;
  }

  .card.icon-center---content-center.pd-48px {
    padding: 40px 32px;
  }

  .card.card-integration {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.card-rich-text {
    padding: 50px 32px;
  }

  .card.author {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.border-left---content-left {
    padding-left: 24px;
  }

  .card.pd-careers-wrapper {
    padding: 70px 32px 50px;
  }

  .card.card-hero-v19 {
    padding: 63px 32px;
  }

  .card.cta-contact {
    padding: 48px 32px;
  }

  .card.pd-60px---54px {
    padding: 50px 32px;
  }

  .card.pd-64px---88px {
    padding: 74px 32px;
  }

  .card.pd-100px---90px {
    padding: 67px 32px;
  }

  .card.card-plan {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.pricing-table-card {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .card.cta-v1 {
    padding: 68px 32px;
  }

  .card.cta-v2 {
    padding: 70px 32px;
  }

  .card.cta-v3 {
    padding: 60px 32px;
  }

  .card.card-image-center---card {
    flex-direction: column;
  }

  .card.cta-newsletter-v1 {
    padding: 77px 32px;
  }

  .card.grid---pd-58px---35px {
    grid-row-gap: 28px;
    padding: 48px 32px;
  }

  .card.pd-54px {
    padding: 50px 32px;
  }

  .card.pd-78px---67px {
    padding: 57px 32px;
  }

  .style---color-block {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .grid-4-columns.logo-strip {
    grid-column-gap: 24px;
  }

  .grid-4-columns.pricing-table-grid-4-col {
    grid-template-columns: 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

  .divider._60px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

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

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

  .mg-top-48px.mg-top-80px---tablet {
    margin-top: 70px;
  }

  .mg-left-16px.integration-item---title {
    margin-top: 0;
    margin-left: 16px;
  }

  .mg-right-24px.mg-right-16px-mbl {
    margin-right: 16px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 38px;
  }

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

  .grid-1-column.gap-row-140px {
    grid-row-gap: 80px;
  }

  .grid-1-column.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-1-column.gap-row-48px.careers-fix---tablet---mobile {
    grid-row-gap: 90px;
  }

  .grid-1-column.help-center-articles-grid {
    grid-row-gap: 50px;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-2.mg-bottom-18px.mg-bottom-24px---mbl {
    margin-bottom: 24px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.color-neutral-300.integration-plus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .display-4 {
    font-size: 18px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.columns-auto {
    grid-column-gap: 40px;
  }

  .grid-3-columns.columns-auto.footer-menu {
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.layout-v1 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.offices-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-v1-grid {
    grid-row-gap: 28px;
  }

  .grid-3-columns.blog-v2-grid {
    grid-row-gap: 50px;
  }

  .grid-3-columns.help-center-categories-grid {
    grid-row-gap: 40px;
  }

  .grid-3-columns.dropdown-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .style---shadow-card {
    border-radius: 12px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container.image-center {
    min-width: 833px;
  }

  .inner-container.hero-v31-image {
    width: 900px;
    margin-bottom: -64px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._380px---mbl {
    max-width: 380px;
  }

  .inner-container.title-search {
    max-width: 100%;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .inner-container.sign-up-wrapper {
    margin-bottom: 60px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .style---content-heading {
    border-radius: 12px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-16px {
    border-radius: 10px;
  }

  .style---card-wrapper, .style---components-wrapper {
    border-radius: 12px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 10px 18px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 8px 14px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small.pagination-btn {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-primary.large {
    padding: 14px 20px;
    font-size: 18px;
  }

  .btn-primary.inside-input.large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-secondary {
    padding: 10px 18px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 8px 14px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 14px 20px;
    font-size: 18px;
  }

  .badge-primary {
    padding: 12px 18px;
  }

  .badge-primary.small {
    padding: 8px 12px;
  }

  .badge-primary.large {
    padding: 14px 22px;
  }

  .badge-secondary {
    padding: 12px 18px;
  }

  .badge-secondary.small {
    padding: 8px 12px;
  }

  .badge-secondary.large {
    padding: 14px 22px;
  }

  .badge-secondary.tabs {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .avatar-circle.size---bg-image {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .line-rounded-icon.accordion-icon {
    font-size: 24px;
  }

  .line-rounded-icon.accordion-icon-arrow {
    font-size: 22px;
    line-height: 24px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text h3 {
    margin-top: 46px;
  }

  .rich-text figure {
    margin-top: 35px;
    margin-bottom: 42px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 32px;
    margin-bottom: 26px;
  }

  .rich-text h6, .rich-text h5 {
    margin-top: 32px;
  }

  .rich-text h4 {
    margin-top: 42px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default.overflow-hidden---mbl-none-overflow {
    overflow: visible;
  }

  .elements---page-hero, .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero-page {
    padding-top: 50px;
    padding-bottom: 138px;
  }

  .section.cta-home-pages {
    padding-bottom: 138px;
  }

  .section.pd-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.section-slider-wrapper {
    padding-top: 100px;
  }

  .section.hero.v1 {
    padding-top: 60px;
    padding-bottom: 138px;
  }

  .section.hero.v2 {
    padding-top: 60px;
    padding-bottom: 136px;
  }

  .section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .section.hero.v6, .section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v9 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v10 {
    padding-top: 60px;
    padding-bottom: 105px;
  }

  .section.hero.v11, .section.hero.v12 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.hero.v13 {
    padding-top: 60px;
    padding-bottom: 106px;
  }

  .section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .section.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 138px;
  }

  .section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .section.hero.v18 {
    padding-top: 60px;
    padding-bottom: 163px;
  }

  .section.hero.v19 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section.hero.v20 {
    padding-top: 60px;
    padding-bottom: 105px;
  }

  .section.hero.v21 {
    padding-top: 60px;
  }

  .section.hero.v23 {
    padding-top: 53px;
    padding-bottom: 73px;
  }

  .section.hero.v24 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section.hero.v25 {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .section.hero.v26 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .section.hero.v28 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v29 {
    padding-top: 60px;
    padding-bottom: 85px;
  }

  .section.hero.v30 {
    padding-bottom: 105px;
  }

  .section.hero.v31 {
    padding-top: 60px;
    padding-bottom: 275px;
  }

  .section.hero.v32 {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .section.hero.v33 {
    padding-top: 76px;
    padding-bottom: 94px;
  }

  .section.pd-200px {
    padding-top: 138px;
    padding-bottom: 138px;
  }

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

  .section.pd-140px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .section.pd-150px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

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

  .section.pd-132px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section.pd-top-100px {
    padding-top: 70px;
  }

  .section.pd-top-150px {
    padding-top: 100px;
  }

  .section.pd-top-90px {
    padding-top: 75px;
  }

  .section.pd-top-90px.alt {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-bar-wrapper {
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.pagination-btn {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

  .header-nav-menu-wrapper {
    padding-bottom: 40px;
  }

  .dropdown-pd.inner-dropdown {
    padding-top: 30px;
  }

  .header-logo-link {
    max-width: 156px;
  }

  .header-logo-link.left {
    margin-right: 20px;
  }

  .hamburger-menu-wrapper {
    margin-left: 20px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

  .btn-circle-primary {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    border-radius: 4px;
    font-size: 18px;
  }

  .btn-circle-primary.small {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .btn-circle-primary.large {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 24px;
  }

  .btn-circle-primary.slider-arrow---right {
    left: 64px;
  }

  .btn-circle-primary.slider-arrow---right.bottom---tablet---v1 {
    top: -107px;
  }

  .btn-circle-primary.slider-arrow.right---top-left {
    top: auto;
    bottom: 0;
    left: 64px;
    right: 0;
  }

  .btn-circle-primary.slider-arrow.right---left-content {
    margin-left: auto;
    margin-right: auto;
    left: 64px;
  }

  .btn-circle-secondary {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    border-radius: 4px;
    font-size: 18px;
  }

  .btn-circle-secondary.small {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .btn-circle-secondary.small.accordion-btn {
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 24px;
  }

  .btn-circle-secondary.white.slider-arrow---left {
    right: 64px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    top: auto;
    bottom: 0;
    left: 0;
    right: 64px;
  }

  .btn-circle-secondary.slider-arrow.left---right-content {
    margin-left: auto;
    margin-right: auto;
    right: 64px;
  }

  .btn-circle-secondary.slider-arrow.left---center---hidden {
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

  .utility-page-content.text-center-404 {
    max-width: 458px;
  }

  .flex-horizontal.start.mg-bottom-16px.responsive---alt, .flex-horizontal.start.testimonial-twitter---top {
    flex-direction: row;
  }

  .flex-horizontal.start.integration-item---content-top {
    text-align: left;
    flex-direction: row;
    justify-content: center;
  }

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

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-middle.v2 {
    padding-top: 60px;
  }

  .grid-footer-2-column---logo-and-icon-social {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-link-icon {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-decoration-none.blog-post-v1 {
    flex-direction: row;
    align-items: center;
  }

  .text-decoration-none.blog-post-v3 {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-card {
    padding: 40px 24px;
  }

  .cta-card.cta-footer {
    text-align: center;
    padding: 40px 32px;
  }

  .slider-wrapper.pd-bottom---mbl {
    padding-bottom: 80px;
  }

  .slider-mask._3-columns-slider {
    padding-right: 0;
  }

  .stat-card-4-cols {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-item-wrapper.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-icon-wrapper {
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .accordion-icon-wrapper.mg-arrow-left-40px {
    margin-left: 10px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-top: -8px;
    margin-bottom: 24px;
  }

  .pd---content-inside-card {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 46px 32px;
  }

  .pd---content-inside-card.large {
    padding: 65px 32px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-item-mg._3-columns-slide {
    max-width: 100%;
  }

  .pricing-content {
    flex-direction: column;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .blog-card-image-wrapper {
    border-radius: 8px;
  }

  .blog-card-image-wrapper.featured-v1 {
    max-height: 400px;
  }

  .blog-card-image-wrapper.blog-image-small {
    max-height: 300px;
    min-width: auto;
  }

  .blog-card-image-wrapper.blog-post-v1---image {
    max-width: 49%;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .blog-card-image-wrapper.blog-post-v3---image {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .blog-card-image-wrapper.blog-post-v2---image {
    min-height: auto;
  }

  .blog-card-image-wrapper.grid-blog-featured---image {
    max-height: 400px;
  }

  .blog-card-title {
    margin-bottom: 24px;
  }

  .blog-card-badge-wrapper-top {
    top: 15px;
    left: 15px;
  }

  .image-wrapper.border-radius-12px.office-item---image {
    max-width: 49%;
    flex: 1;
  }

  .cart-button {
    margin-left: 20px;
  }

  .home-pages-cointainer {
    margin-top: 90px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 20px;
  }

  .image-home-link-wrapper {
    max-width: 240px;
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-sales-home-content {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .figma-file-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 12px;
  }

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

  .cta-square-logo {
    max-width: 70px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 60px;
    margin-bottom: -40px;
  }

  .liner-gradient.top {
    top: 6%;
  }

  .liner-gradient.top.hero-v4-image {
    top: 0%;
  }

  .liner-gradient.home-v3 {
    margin-bottom: -24px;
  }

  .liner-gradient.hero-v31-gradient {
    margin-bottom: 0;
  }

  .liner-gradient.top {
    top: 6%;
  }

  .liner-gradient.top.hero-v4-image {
    top: 0%;
  }

  .subtitle-logos {
    font-size: 18px;
    line-height: 20px;
  }

  .logos-wrapper {
    margin-top: 50px;
  }

  .border-image---mg {
    margin-bottom: -130px;
  }

  .container-responsive, .container-responsive.alt {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .line-divider.mg-top-160px---bottom-70px {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .line-divider.mg-top-150px---bottom-180px {
    margin-top: 100px;
    margin-bottom: 125px;
  }

  .line-divider.mg-top-140px---bottom-120px {
    margin-top: 98px;
    margin-bottom: 80px;
  }

  .line-divider.mg-top-170px---bottom-150px {
    margin-top: 118px;
    margin-bottom: 100px;
  }

  .line-divider.mg-top-140px---bottom-150px {
    margin-top: 90px;
    margin-bottom: 100px;
  }

  .line-divider.mg-top-150px---bottom-110px {
    margin-top: 100px;
    margin-bottom: 125px;
  }

  .line-divider.mg-top-120px---bottom-140px {
    margin-top: 80px;
    margin-bottom: 98px;
  }

  .line-divider.mg-top-180px---bottom-150px {
    margin-top: 125px;
    margin-bottom: 100px;
  }

  .line-divider.mg-150px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .line-divider.mg-56px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .icon-integrations {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .icon---badge-wrapper {
    grid-column-gap: 28px;
  }

  .image-center---mg-bottom-80px {
    margin-bottom: 60px;
  }

  .testimonials-slider-main-content {
    width: 85%;
    max-width: 450px;
  }

  .grid-footer-3-col {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-images---main-container {
    margin-top: 40px;
  }

  ._3-imgs---image-large, ._3-imgs---image-left, ._3-imgs---image-right {
    border-radius: 6px;
  }

  .card-border-top---content {
    border-top-style: solid;
    border-left-style: none;
    padding: 40px 24px;
  }

  .card-image-center {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-grid-2-col {
    grid-template-columns: 1fr;
  }

  .card-border-left---content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-large-home-v3 {
    border-radius: 6px;
  }

  .grid-slider-image {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .mg-content-slider {
    max-width: 600px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .accordion-item {
    grid-column-gap: 16px;
  }

  .tabs.flex-horizontal-tabs {
    flex-direction: column;
  }

  .card-tab-content._03, .card-tab-content._01 {
    max-width: 100%;
  }

  .card-slider-wrapper {
    max-width: 300px;
    min-width: 300px;
  }

  .grid-logo-social {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .card-logo-integrations {
    border-radius: 8px;
    padding: 10px;
  }

  .mg-logo-social-container {
    max-width: 100vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
  }

  .grid-1-col-logo-social {
    min-width: 603px;
    grid-template-columns: 1fr;
  }

  .blog-card-small {
    grid-template-columns: 1fr 1fr;
  }

  .button-wrapper.mbl-flex-wrap {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-hero-v11 {
    top: -1134px;
    left: -303px;
  }

  .image-hero-features-v3 {
    top: -1632.22px;
    left: -367px;
  }

  .image-left-hero-v15 {
    width: 284%;
    max-width: 284%;
  }

  .image-right-hero-v15 {
    width: 364%;
    max-width: 364%;
  }

  .image-hero-integrations {
    top: -24%;
  }

  .image-blog-post {
    max-height: 500px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .cta-gallery-images---grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-career-wrapper {
    padding-bottom: 40px;
  }

  .image-hero-v20 {
    top: -91%;
  }

  .image-hero-help-center-single {
    top: -1737px;
    left: 48%;
  }

  .grid-footer-2-column---logo-and-paragra {
    max-width: 450px;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom-v3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-hero-v24 {
    left: 73%;
  }

  .image-hero-v25 {
    top: -211%;
  }

  .image-hero-v27 {
    max-width: 4057px;
    top: -1052px;
  }

  .image-hero-v28 {
    top: -88%;
  }

  .image-hero-v29 {
    bottom: -290px;
  }

  .image-hero-v31 {
    top: -216%;
  }

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

  .webflow-file-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-hero-pricing {
    top: 21%;
  }

  .image-hero-v14 {
    max-width: none;
    left: 0%;
  }

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

  .pricing-col {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-col.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .hidden-on-mbl {
    display: none;
  }

  .pricing-col-top.pricing-plan {
    height: auto;
    min-height: 144px;
    text-align: left;
    background-color: #2a3246;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
  }

  .show-in-mbl {
    display: block;
  }

  .pricing-featured {
    justify-content: space-between;
    align-items: flex-end;
  }

  .mg-bottom-60px {
    margin-bottom: 50px;
  }

  .image-size._60px {
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .position-static-mbl {
    position: static;
  }

  .mg-top-56px {
    margin-top: 46px;
  }

  .logo-strip-v1-wrapper {
    grid-column-gap: 34px;
    justify-content: center;
  }

  .hero-v1-content {
    max-width: 600px;
  }

  .blog-post-v1---content._3-post---item {
    min-width: 240px;
  }

  .card-featured-v1---content {
    padding-top: 40px;
  }

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

  .flex-horizontal-tabs---menu {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .hero-v4-image-wrapper {
    margin-top: -100px;
  }

  .mg-bottom-14px.alt {
    margin-bottom: 10px;
  }

  .list-item---mg-bottom-26px {
    margin-bottom: 22px;
  }

  .office-item {
    display: flex;
  }

  .office-item---content {
    min-width: 222px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-top: 0;
    margin-left: 20px;
    display: flex;
  }

  .blog-card-featured-v1-content {
    max-width: 500px;
  }

  .blog-featured-bottom---item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-content-top {
    max-width: 100%;
    margin-bottom: 26px;
    margin-right: 0;
  }

  .pricing-content-top---button {
    display: block;
  }

  .rich-text-v2 h2 {
    font-size: 32px;
  }

  .rich-text-v2 h3 {
    margin-top: 46px;
    font-size: 24px;
  }

  .rich-text-v2 figure {
    margin-top: 35px;
    margin-bottom: 42px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 28px;
    margin-bottom: 22px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5 {
    margin-top: 32px;
  }

  .rich-text-v2 h4 {
    margin-top: 42px;
    font-size: 18px;
  }

  .rich-text-v2 blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .add-to-cart {
    min-height: 94px;
  }

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

  .mg-top-50px {
    margin-top: 43px;
  }

  .mg-bottom--26px {
    margin-bottom: -22px;
  }

  .mg-top-100px {
    margin-top: 80px;
  }

  .help-center-article-item {
    padding-bottom: 64px;
  }

  .mg-top-45px, .mg-top-42px {
    margin-top: 40px;
  }

  .sign-in-form-block {
    min-height: 691px;
  }

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

  .sign-up-form-block {
    min-height: 807px;
  }

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

  .forgot-password-form-block {
    min-height: 385px;
  }

  .reset-password-form-block {
    min-height: 515px;
  }

  .image-hero-v33 {
    top: -838px;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .hero-v34-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .icon-integrations-local-security {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .display-smaller {
    font-size: 32px;
  }

  .display-smaller.mg-bottom-18px.mg-bottom-24px---mbl {
    margin-bottom: 24px;
  }

  .btn-primary-2 {
    padding: 10px 18px;
    font-size: 16px;
  }

  .btn-primary-2.small {
    padding: 8px 14px;
    font-size: 14px;
  }

  .hero-v4-image-wrapper-2 {
    margin-top: -100px;
  }

  .display-5 {
    font-size: 38px;
  }

  .inner-container-copy.image-center {
    min-width: 833px;
  }

  .inner-container-copy.hero-v31-image {
    width: 900px;
    margin-bottom: -64px;
  }

  .inner-container-copy._500px---mbl {
    max-width: 500px;
  }

  .inner-container-copy._400px---mbl {
    max-width: 400px;
  }

  .inner-container-copy._350px---mbl {
    max-width: 350px;
  }

  .inner-container-copy._100---mbl {
    max-width: 100%;
  }

  .inner-container-copy.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-copy._450px---mbl {
    max-width: 450px;
  }

  .inner-container-copy._380px---mbl {
    max-width: 380px;
  }

  .inner-container-copy.title-search {
    max-width: 100%;
  }

  .inner-container-copy._600px---mbl {
    max-width: 600px;
  }

  .inner-container-copy._550px---mbl {
    max-width: 550px;
  }

  .inner-container-copy.sign-up-wrapper {
    margin-bottom: 60px;
  }

  .inner-container-copy._300px---mbl {
    max-width: 300px;
  }

  .inner-container-hero-home.image-center {
    min-width: 833px;
  }

  .inner-container-hero-home.hero-v31-image {
    width: 900px;
    margin-bottom: -64px;
  }

  .inner-container-hero-home._500px---mbl {
    max-width: 500px;
  }

  .inner-container-hero-home._400px---mbl {
    max-width: 400px;
  }

  .inner-container-hero-home._350px---mbl {
    max-width: 350px;
  }

  .inner-container-hero-home._100---mbl {
    max-width: 100%;
  }

  .inner-container-hero-home.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home._450px---mbl {
    max-width: 450px;
  }

  .inner-container-hero-home._380px---mbl {
    max-width: 380px;
  }

  .inner-container-hero-home.title-search {
    max-width: 100%;
  }

  .inner-container-hero-home._600px---mbl {
    max-width: 600px;
  }

  .inner-container-hero-home._550px---mbl {
    max-width: 550px;
  }

  .inner-container-hero-home.sign-up-wrapper {
    margin-bottom: 60px;
  }

  .inner-container-hero-home._300px---mbl {
    max-width: 300px;
  }

  .liner-gradient-hero.top {
    top: 6%;
  }

  .liner-gradient-hero.top.hero-v4-image {
    top: 0%;
  }

  .liner-gradient-hero.home-v3 {
    margin-bottom: -24px;
  }

  .liner-gradient-hero.hero-v31-gradient {
    margin-bottom: 0;
  }

  .liner-gradient-hero.top {
    top: 6%;
  }

  .liner-gradient-hero.top.hero-v4-image {
    top: 0%;
  }

  .display-2-left {
    font-size: 32px;
  }

  .display-2-left.mg-bottom-18px.mg-bottom-24px---mbl {
    margin-bottom: 24px;
  }

  .display-2-right {
    font-size: 32px;
  }

  .display-2-right.mg-bottom-18px.mg-bottom-24px---mbl {
    margin-bottom: 24px;
  }

  .section-2, .c-hero_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-map_image, .c-hero_map {
    font-size: 14px;
    line-height: 1.4em;
  }

  .section-region {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-region.top {
    padding-top: 60px;
  }

  .section-region.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-region.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-region.hero-page {
    padding-top: 50px;
    padding-bottom: 138px;
  }

  .section-region.cta-home-pages {
    padding-bottom: 138px;
  }

  .section-region.pd-top-0px {
    padding-top: 0;
  }

  .section-region.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section-region.section-slider-wrapper {
    padding-top: 100px;
  }

  .section-region.hero.v1 {
    padding-top: 60px;
    padding-bottom: 138px;
  }

  .section-region.hero.v2 {
    padding-top: 60px;
    padding-bottom: 136px;
  }

  .section-region.hero.v5 {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .section-region.hero.v6, .section-region.hero.v7 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-region.hero.v9 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-region.hero.v10 {
    padding-top: 60px;
    padding-bottom: 105px;
  }

  .section-region.hero.v11, .section-region.hero.v12 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-region.hero.v13 {
    padding-top: 60px;
    padding-bottom: 106px;
  }

  .section-region.hero.v14 {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .section-region.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-region.hero.v16 {
    padding-top: 60px;
    padding-bottom: 138px;
  }

  .section-region.hero.v17 {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .section-region.hero.v18 {
    padding-top: 60px;
    padding-bottom: 163px;
  }

  .section-region.hero.v19 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section-region.hero.v20 {
    padding-top: 60px;
    padding-bottom: 105px;
  }

  .section-region.hero.v21 {
    padding-top: 60px;
  }

  .section-region.hero.v23 {
    padding-top: 53px;
    padding-bottom: 73px;
  }

  .section-region.hero.v24 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section-region.hero.v25 {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .section-region.hero.v26 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-region.hero.v27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-region.hero.v28 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-region.hero.v29 {
    padding-top: 60px;
    padding-bottom: 85px;
  }

  .section-region.hero.v30 {
    padding-bottom: 105px;
  }

  .section-region.hero.v31 {
    padding-top: 60px;
    padding-bottom: 275px;
  }

  .section-region.hero.v32 {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .section-region.hero.v33 {
    padding-top: 76px;
    padding-bottom: 94px;
  }

  .section-region.pd-200px {
    padding-top: 138px;
    padding-bottom: 138px;
  }

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

  .section-region.pd-140px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .section-region.pd-150px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .section-region.pd-70px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-region.pd-132px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-region.pd-top-100px {
    padding-top: 70px;
  }

  .section-region.pd-top-150px {
    padding-top: 100px;
  }

  .section-region.pd-top-90px {
    padding-top: 75px;
  }

  .section-region.pd-top-90px.alt {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-region {
    border-radius: 8px;
  }

  .card-region.form {
    min-height: 772px;
    padding: 49px 32px;
  }

  .card-region.content-center.team-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-region.accordion-v1 {
    padding: 60px 32px;
  }

  .card-region.content-left.testimonial-twitter {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-region.content-left.pd-30px---58px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-region.content-left.integration-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-region.checkout-block {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .card-region.content-left---image-right {
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-region.pd-content-left {
    padding: 54px 32px;
  }

  .card-region.content-left---gap-50-image-right {
    grid-column-gap: 20px;
    grid-template-columns: minmax(208px, 1.5fr) 1fr;
    padding: 54px 32px;
  }

  .card-region.icon---content-wrapper {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card-region.icon---content-wrapper.pd-40px---60px {
    padding: 50px 32px;
  }

  .card-region.icon---content-wrapper.pd-35px---60px {
    padding: 40px 32px;
  }

  .card-region.icon---content-wrapper.value-item {
    text-align: center;
    align-items: center;
    padding: 40px 32px;
  }

  .card-region.icon---content-wrapper.help-center-category-item {
    padding: 48px 32px 43px;
  }

  .card-region.image-center---bottom-cards {
    padding: 66px 32px;
  }

  .card-region.grid-content-left---image-right {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

  .card-region.content-center---image-center {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-region.icon-center---content-center {
    padding: 40px 24px;
  }

  .card-region.icon-center---content-center.pd-48px {
    padding: 40px 32px;
  }

  .card-region.card-integration {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-region.card-rich-text {
    padding: 50px 32px;
  }

  .card-region.author {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-region.border-left---content-left {
    padding-left: 24px;
  }

  .card-region.pd-careers-wrapper {
    padding: 70px 32px 50px;
  }

  .card-region.card-hero-v19 {
    padding: 63px 32px;
  }

  .card-region.cta-contact {
    padding: 48px 32px;
  }

  .card-region.pd-60px---54px {
    padding: 50px 32px;
  }

  .card-region.pd-64px---88px {
    padding: 74px 32px;
  }

  .card-region.pd-100px---90px {
    padding: 67px 32px;
  }

  .card-region.card-plan {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-region.pricing-table-card {
    border-top-style: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .card-region.cta-v1 {
    padding: 68px 32px;
  }

  .card-region.cta-v2 {
    padding: 70px 32px;
  }

  .card-region.cta-v3 {
    padding: 60px 32px;
  }

  .card-region.card-image-center---card {
    flex-direction: column;
  }

  .card-region.cta-newsletter-v1 {
    padding: 77px 32px;
  }

  .card-region.grid---pd-58px---35px {
    grid-row-gap: 28px;
    padding: 48px 32px;
  }

  .card-region.pd-54px {
    padding: 50px 32px;
  }

  .card-region.pd-78px---67px {
    padding: 57px 32px;
  }

  .inner-container-hero-home-copy.image-center {
    min-width: 833px;
  }

  .inner-container-hero-home-copy.hero-v31-image {
    width: 900px;
    margin-bottom: -64px;
  }

  .inner-container-hero-home-copy._500px---mbl {
    max-width: 500px;
  }

  .inner-container-hero-home-copy._400px---mbl {
    max-width: 400px;
  }

  .inner-container-hero-home-copy._350px---mbl {
    max-width: 350px;
  }

  .inner-container-hero-home-copy._100---mbl {
    max-width: 100%;
  }

  .inner-container-hero-home-copy.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container-hero-home-copy._450px---mbl {
    max-width: 450px;
  }

  .inner-container-hero-home-copy._380px---mbl {
    max-width: 380px;
  }

  .inner-container-hero-home-copy.title-search {
    max-width: 100%;
  }

  .inner-container-hero-home-copy._600px---mbl {
    max-width: 600px;
  }

  .inner-container-hero-home-copy._550px---mbl {
    max-width: 550px;
  }

  .inner-container-hero-home-copy.sign-up-wrapper {
    margin-bottom: 60px;
  }

  .inner-container-hero-home-copy._300px---mbl {
    max-width: 300px;
  }
}

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

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    padding: 48px 24px;
    font-size: 18px;
  }

  .grid-2-columns._1-col-tablet.hero-v34-grid, .grid-2-columns.hero-v1 {
    grid-row-gap: 50px;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 10px;
  }

  .grid-2-columns.image-left---content-right, .grid-2-columns.image-right---content-left {
    grid-row-gap: 50px;
  }

  .grid-2-columns.slider-grid {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .grid-2-columns.title-and-buttons.v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.stats-v1 {
    grid-row-gap: 40px;
  }

  .grid-2-columns._2-col-blog-post {
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .grid-2-columns.demo-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.hero-v30-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns._2-col-mbl---1-col-mbp {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-newsletter-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-featured-v1-grid {
    grid-row-gap: 54px;
  }

  .grid-2-columns.features-grid---image-right, .grid-2-columns.features-grid---image-left {
    grid-row-gap: 40px;
  }

  .grid-2-columns.cta-gallery-grid {
    grid-row-gap: 50px;
  }

  .card.form {
    min-height: 754px;
    padding: 40px 24px;
  }

  .card.accordion-v1 {
    padding: 50px 24px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.testimonial-twitter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.pd-30px---58px {
    padding: 40px 24px;
  }

  .card.content-left---image-right {
    grid-row-gap: 40px;
    padding-top: 43px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-content-left {
    padding: 44px 24px;
  }

  .card.content-left---gap-50-image-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 44px 24px 0;
  }

  .card.border---pd-32px---26px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon---content-wrapper, .card.icon---content-wrapper.pd-40px---60px {
    padding: 40px 24px;
  }

  .card.icon---content-wrapper.pd-35px---60px, .card.icon---content-wrapper.alt {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon---content-wrapper.value-item {
    text-align: left;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon---content-wrapper.help-center-category-item {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.image-center---bottom-cards {
    padding: 55px 24px;
  }

  .card.grid-content-left---image-right {
    grid-row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-center---image-center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon-center---content-center {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon-center---content-center.pd-48px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-integration {
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-rich-text {
    padding: 43px 24px;
  }

  .card.author {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.border-left---content-left {
    border-bottom-style: solid;
    border-bottom-color: #5b637c;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .card.pd-careers-wrapper {
    padding: 60px 24px 43px;
  }

  .card.card-hero-v19 {
    padding: 53px 24px;
  }

  .card.cta-contact {
    padding: 40px 24px;
  }

  .card.pd-60px---54px {
    padding: 43px 24px;
  }

  .card.pd-64px---88px {
    padding: 64px 24px;
  }

  .card.pd-100px---90px {
    padding: 57px 24px;
  }

  .card.cta-v1 {
    padding: 58px 24px;
  }

  .card.cta-v2 {
    padding: 60px 24px;
  }

  .card.cta-v3 {
    padding: 50px 24px;
  }

  .card.cta-newsletter-v1 {
    padding: 64px 24px;
  }

  .card.grid---pd-58px---35px {
    padding: 40px 24px;
  }

  .card.pd-54px {
    padding: 43px 24px;
  }

  .card.pd-78px---67px {
    padding: 48px 24px;
  }

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

  .grid-4-columns.logo-strip {
    grid-column-gap: 16px;
  }

  .grid-4-columns.team-grid {
    grid-template-columns: 1fr;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

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

  .mg-top-48px.mg-top-80px---tablet {
    margin-top: 60px;
  }

  .mg-left-16px.integration-item---title {
    margin-top: 16px;
    margin-left: 0;
  }

  .mg-right-16px.mb-mg-bot-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .mg-right-16px.mg-right-0px---mbp {
    margin-right: 0;
  }

  .mg-right-24px.mg-right-16px-mbl {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 34px;
  }

  .grid-1-column.gap-row-140px {
    grid-row-gap: 70px;
  }

  .grid-1-column.stats-card {
    grid-template-columns: 1fr;
  }

  .grid-1-column.gap-row-48px.careers-fix---tablet---mobile {
    grid-row-gap: 80px;
  }

  .display-2 {
    text-align: center;
    font-size: 30px;
  }

  .display-2.mg-bottom-24px.mg-bottom-20px---mbp {
    margin-bottom: 20px;
  }

  .display-3.color-neutral-300.integration-plus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .display-3.mg-right-3px.price-text {
    font-size: 6vw;
  }

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

  .grid-3-columns._1-col-tablet.blog-grid---3-posts {
    grid-row-gap: 54px;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.columns-auto {
    grid-row-gap: 16px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.columns-auto.footer-menu {
    grid-template-columns: auto;
  }

  .grid-3-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.offices-grid, .grid-3-columns.blog-v1-grid {
    grid-row-gap: 54px;
  }

  .grid-3-columns.dropdown-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.image-center {
    min-width: 560px;
  }

  .inner-container.hero-v31-image {
    width: 700px;
    margin-bottom: -54px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._330px---mbp {
    max-width: 330px;
  }

  .inner-container.sign-up-wrapper {
    margin-bottom: 50px;
  }

  .inner-container._250px---mbp {
    max-width: 250px;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .inner-container._400px---mbp {
    max-width: 400px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.small:hover {
    transform: scale3d(.97, .97, 1.01);
  }

  .btn-primary.small.button-row {
    margin-right: 0;
  }

  .btn-primary.small.btn-none-bg---border {
    text-align: left;
  }

  .btn-primary.small.btn-none-bg---border.buy-now-btn---inside {
    width: auto;
  }

  .btn-primary.small.pagination-btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary.small.add-cart-btn---inside, .btn-primary.small.btn-form-inside {
    width: auto;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.large {
    padding: 16px 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .badge-secondary.category-badge {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox.small.mg-right-16px {
    margin-right: 10px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .style---avatars-grid {
    grid-template-columns: auto;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.accordion-icon-arrow {
    font-size: 20px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .elements---page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section {
    padding-top: 60px;
  }

  .section.top {
    padding-top: 50px;
  }

  .section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-page {
    background-image: linear-gradient(#151d33 76%, #131a2d 76%);
    padding-top: 40px;
    padding-bottom: 94px;
  }

  .section.cta-home-pages {
    padding-bottom: 116px;
  }

  .section.pd-top-0px {
    padding-top: 0;
  }

  .section.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section.section-slider-wrapper {
    padding-top: 88px;
  }

  .section.hero.v1 {
    padding-top: 50px;
    padding-bottom: 115px;
  }

  .section.hero.v2 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section.hero.v3 {
    padding-top: 50px;
    padding-bottom: 14px;
  }

  .section.hero.v4 {
    padding-top: 50px;
  }

  .section.hero.v5 {
    padding-top: 50px;
    padding-bottom: 68px;
  }

  .section.hero.v7 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.hero.v9 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v10 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section.hero.v11 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.hero.v12 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 63px;
  }

  .section.hero.v15 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 116px;
  }

  .section.hero.v17 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.hero.v18 {
    padding-top: 50px;
    padding-bottom: 136px;
  }

  .section.hero.v19 {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .section.hero.v20 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section.hero.v21 {
    padding-top: 50px;
  }

  .section.hero.v23 {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .section.hero.v24 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.hero.v25 {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .section.hero.v26 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.hero.v27 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero.v28 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v29 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.hero.v30 {
    padding-bottom: 88px;
  }

  .section.hero.v31 {
    padding-top: 50px;
    padding-bottom: 230px;
  }

  .section.hero.v32 {
    padding-top: 108px;
    padding-bottom: 125px;
  }

  .section.hero.v33 {
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .section.pd-200px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

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

  .section.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-150px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-132px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.pd-top-100px {
    padding-top: 60px;
  }

  .section.pd-top-150px {
    padding-top: 80px;
  }

  .section.pd-top-90px {
    padding-top: 60px;
  }

  .top-bar-wrapper {
    padding-right: 19px;
  }

  .link-wrapper.pagination-btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

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

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo-link {
    max-width: 143px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .btn-circle-primary.slider-arrow---right.bottom---tablet---v1 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.left---center---hidden {
    left: 31%;
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 25px);
  }

  .flex-horizontal.start.mg-bottom-16px {
    font-size: 2em;
  }

  .flex-horizontal.start.testimonial-twitter---top {
    flex-direction: column;
  }

  .flex-horizontal.start.integration-item---content-top {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .flex-horizontal.start.blog-post-v3---content-bottom, .flex-horizontal.start.blog-post-featured-v1---content-bottom, .flex-horizontal.start.grid-blog-featured---content-bottom {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .flex-horizontal.start.wrap-center---tablet---start---mbp {
    justify-content: flex-start;
  }

  .flex-horizontal.space-between.vertical-mbp {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.align-top.mb-flex-vertical, .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

  .flex-horizontal.card-career-content-bottom {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-middle {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-middle.v2 {
    padding-top: 50px;
  }

  .text-center.mg-bottom-40px.mg-bottom-36px---mbp {
    margin-bottom: 36px;
  }

  .card-link-icon {
    justify-content: flex-start;
    padding: 20px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .text-decoration-none.blog-post-v1, .text-decoration-none.blog-post-v1._3-post---item {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-card.cta-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-wrapper {
    max-width: 83vw;
    min-width: 100%;
  }

  .slider-wrapper.pd-bottom---mbp {
    padding-bottom: 80px;
  }

  .accordion-item-wrapper.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-side.right-side {
    margin-left: 10px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card, .pd---content-inside-card.team-member-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 55px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pricing-content {
    padding: 40px 24px;
  }

  .blog-card-image-wrapper.blog-image-small {
    max-height: 280px;
    justify-content: flex-start;
  }

  .blog-card-image-wrapper.blog-post-v1---image, .blog-card-image-wrapper.blog-post-v1---image._3-post---item {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .blog-card-image-wrapper.grid-blog-featured---image {
    max-height: 300px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-direction: column;
  }

  .blog-card-wrapper.grid-blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-card-badge-wrapper-top {
    top: 10px;
    left: 10px;
  }

  .image-wrapper.border-radius-12px.office-item---image {
    max-height: 280px;
    max-width: 100%;
  }

  .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 4px;
  }

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

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

  .home-pages-cointainer {
    margin-top: 75px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-square-logo {
    max-width: 65px;
    border-radius: 12px;
  }

  .cta-image-card {
    width: 8160px;
    max-width: 816px;
    margin-top: 50px;
    margin-bottom: -30px;
  }

  .liner-gradient.home-v3 {
    height: 35%;
  }

  .border-image---mg {
    min-height: 170px;
    margin-bottom: -80px;
  }

  .shadow-image---mg {
    margin-bottom: -100px;
  }

  .shadow-image---mg.content-left---gap-50-image-right---image {
    width: 100%;
  }

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

  .line-divider.mg-top-160px---bottom-70px {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .line-divider.mg-top-150px---bottom-180px {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .line-divider.mg-top-140px---bottom-120px {
    margin-top: 81px;
    margin-bottom: 60px;
  }

  .line-divider.mg-top-170px---bottom-150px {
    margin-top: 98px;
    margin-bottom: 80px;
  }

  .line-divider.mg-top-140px---bottom-150px {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .line-divider.mg-top-150px---bottom-110px {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .line-divider.mg-top-120px---bottom-140px {
    margin-top: 60px;
    margin-bottom: 81px;
  }

  .line-divider.mg-top-180px---bottom-150px {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .line-divider.mg-150px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .mg-left-auto.mg-left-0-mbp {
    margin-left: 0;
  }

  .icon---badge-wrapper {
    grid-column-gap: 16px;
  }

  .image-center---mg-bottom-80px {
    margin-bottom: 50px;
  }

  .icon-card-wrapper.icon-40px {
    margin-left: -3px;
  }

  .gradient-right {
    display: none;
  }

  .testimonials-slider-main-content {
    width: 100%;
  }

  .grid-footer-3-col {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-hero-v2 {
    object-fit: none;
  }

  .card-image-center {
    max-width: 100%;
    padding-top: 24px;
  }

  .blog-grid-2-col {
    grid-template-columns: 1fr;
  }

  .card-border-left---content {
    border-top: 1px solid #2a3246;
    border-left-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-featured---mg {
    margin-left: 0;
  }

  .grid-slider-image {
    grid-row-gap: 40px;
  }

  .accordion-item {
    grid-column-gap: 10px;
  }

  .accordion-item.w--current {
    flex-direction: row;
  }

  .card-slider-wrapper {
    max-width: 250px;
    min-width: 250px;
  }

  .grid-logo-social {
    grid-row-gap: 40px;
  }

  .mg-logo-social-container {
    margin-left: -20px;
    margin-right: -20px;
  }

  .grid-1-col-logo-social {
    flex-direction: column;
  }

  .blog-card-small {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .grid-2-col---link {
    grid-template-columns: auto;
  }

  .image-hero-integrations {
    top: -11%;
  }

  .image-blog-post {
    max-height: 400px;
  }

  .image-hero-v18 {
    top: -327px;
    left: 0%;
  }

  .cta-gallery-images---grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-hero-v20 {
    top: -52%;
  }

  .grid-footer-2-column---logo-and-paragra {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    display: block;
  }

  .footer-bottom-v3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .line-space-center {
    width: 40%;
  }

  .image-hero-v25 {
    top: -1062px;
  }

  .image-hero-v27 {
    max-width: 2650px;
    top: -484px;
  }

  .image-hero-v28 {
    top: -68%;
  }

  .image-hero-v29 {
    bottom: -256px;
  }

  .image-hero-v31 {
    top: -276%;
  }

  .webflow-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-container-wrapper.border-gradient {
    background-image: none;
  }

  .mg-3px---bg-cart {
    margin: 0;
  }

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

  .pricing-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-col-top.pricing-plan {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-size.google-logo {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .image-size.facebook-logo {
    max-height: 20px;
    max-width: 10px;
    min-height: 20px;
    min-width: 10px;
  }

  .loader {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .text-no-wrap.normal---mbp {
    white-space: normal;
  }

  .position-absolute.hero-page-bg {
    min-height: 40%;
  }

  .logo-strip-v1-wrapper {
    grid-column-gap: 24px;
  }

  .logo-wrapper {
    max-width: 28%;
  }

  .logo-wrapper.google-logo {
    max-width: 20%;
  }

  .logo-wrapper.twitch-logo {
    max-width: 18%;
  }

  .input-large-form-block {
    min-height: 142px;
  }

  .input-form-block {
    min-height: 108px;
  }

  .text-center---tablet.text-left---mbp {
    text-align: left;
  }

  .blog-post-v1---content {
    max-width: 350px;
  }

  .blog-post-v1---content._3-post---item {
    min-width: auto;
  }

  .card-featured-v1---content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-horizontal-tabs---menu {
    margin-bottom: 40px;
  }

  .image-hero-v3 {
    object-position: 81% 16%;
  }

  .logo-social-gradient---left-v2, .logo-social-gradient---right-v2 {
    width: 24%;
  }

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

  .office-item {
    flex-direction: column;
  }

  .office-item---content {
    flex: 0 auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .rich-text-v2 h2 {
    font-size: 30px;
  }

  .mg-top-100px {
    margin-top: 70px;
  }

  .help-center-article-item {
    padding-bottom: 54px;
  }

  .sign-in-form-block {
    min-height: 718px;
  }

  .sign-up-form-block {
    min-height: 804px;
  }

  .forgot-password-form-block {
    min-height: 382px;
  }

  .reset-password-form-block {
    min-height: 512px;
  }

  .image-hero-v33 {
    top: -930px;
  }

  .shipping-method-content {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-v34-content {
    padding-top: 50px;
  }

  .div-block-2 {
    clear: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .superscript {
    right: 6.4em;
  }

  .header-icon {
    min-width: 3em;
  }

  .display-smaller {
    font-size: 30px;
  }

  .display-smaller.mg-bottom-24px.mg-bottom-20px---mbp {
    margin-bottom: 20px;
  }

  .btn-primary-2 {
    width: 100%;
  }

  .btn-primary-2.small:hover {
    transform: scale3d(.97, .97, 1.01);
  }

  .btn-primary-2.small.button-row {
    margin-right: 0;
  }

  .hero-v4-image-wrapper-2 {
    margin-top: -40px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-5 {
    font-size: 34px;
  }

  .inner-container-copy.image-center {
    min-width: 560px;
  }

  .inner-container-copy.hero-v31-image {
    width: 700px;
    margin-bottom: -54px;
  }

  .inner-container-copy._350px---mbp {
    max-width: 350px;
  }

  .inner-container-copy._330px---mbp {
    max-width: 330px;
  }

  .inner-container-copy.sign-up-wrapper {
    margin-bottom: 50px;
  }

  .inner-container-copy._250px---mbp {
    max-width: 250px;
  }

  .inner-container-copy._100---mbp {
    max-width: 100%;
  }

  .inner-container-copy._400px---mbp {
    max-width: 400px;
  }

  .inner-container-hero-home.image-center {
    min-width: 560px;
  }

  .inner-container-hero-home.hero-v31-image {
    width: 700px;
    margin-bottom: -54px;
  }

  .inner-container-hero-home._350px---mbp {
    max-width: 350px;
  }

  .inner-container-hero-home._330px---mbp {
    max-width: 330px;
  }

  .inner-container-hero-home.sign-up-wrapper {
    margin-bottom: 50px;
  }

  .inner-container-hero-home._250px---mbp {
    max-width: 250px;
  }

  .inner-container-hero-home._100---mbp {
    max-width: 100%;
  }

  .inner-container-hero-home._400px---mbp {
    max-width: 400px;
  }

  .liner-gradient-hero.home-v3 {
    height: 35%;
  }

  .nav-button-div {
    max-width: 10%;
  }

  .display-2-left {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 30px;
  }

  .display-2-left.mg-bottom-24px.mg-bottom-20px---mbp {
    margin-bottom: 20px;
  }

  .display-2-right {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 30px;
  }

  .display-2-right.mg-bottom-24px.mg-bottom-20px---mbp {
    margin-bottom: 20px;
  }

  .section-2 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .section-2.is--hero {
    padding-top: 0;
  }

  .c-hero_text {
    padding-left: 29px;
    padding-right: 29px;
  }

  .html-embed-2 {
    width: 100%;
    height: 53%;
    font-size: 2.5vw;
  }

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

  .section-region.top {
    padding-top: 50px;
  }

  .section-region.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-region.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-region.hero-page {
    background-image: linear-gradient(#151d33 76%, #131a2d 76%);
    padding-top: 40px;
    padding-bottom: 94px;
  }

  .section-region.cta-home-pages {
    padding-bottom: 116px;
  }

  .section-region.pd-top-0px {
    padding-top: 0;
  }

  .section-region.pd-bottom-0px {
    padding-bottom: 0;
  }

  .section-region.section-slider-wrapper {
    padding-top: 88px;
  }

  .section-region.hero.v1 {
    padding-top: 50px;
    padding-bottom: 115px;
  }

  .section-region.hero.v2 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section-region.hero.v3 {
    padding-top: 50px;
    padding-bottom: 14px;
  }

  .section-region.hero.v4 {
    padding-top: 50px;
  }

  .section-region.hero.v5 {
    padding-top: 50px;
    padding-bottom: 68px;
  }

  .section-region.hero.v7 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-region.hero.v9 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section-region.hero.v10 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section-region.hero.v11 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-region.hero.v12 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section-region.hero.v13 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section-region.hero.v14 {
    padding-top: 50px;
    padding-bottom: 63px;
  }

  .section-region.hero.v15 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section-region.hero.v16 {
    padding-top: 50px;
    padding-bottom: 116px;
  }

  .section-region.hero.v17 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-region.hero.v18 {
    padding-top: 50px;
    padding-bottom: 136px;
  }

  .section-region.hero.v19 {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .section-region.hero.v20 {
    padding-top: 50px;
    padding-bottom: 88px;
  }

  .section-region.hero.v21 {
    padding-top: 50px;
  }

  .section-region.hero.v23 {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .section-region.hero.v24 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-region.hero.v25 {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .section-region.hero.v26 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section-region.hero.v27 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-region.hero.v28 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section-region.hero.v29 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section-region.hero.v30 {
    padding-bottom: 88px;
  }

  .section-region.hero.v31 {
    padding-top: 50px;
    padding-bottom: 230px;
  }

  .section-region.hero.v32 {
    padding-top: 108px;
    padding-bottom: 125px;
  }

  .section-region.hero.v33 {
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .section-region.pd-200px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

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

  .section-region.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-region.pd-150px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-region.pd-132px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-region.pd-top-100px {
    padding-top: 60px;
  }

  .section-region.pd-top-150px {
    padding-top: 80px;
  }

  .section-region.pd-top-90px {
    padding-top: 60px;
  }

  .card-region.form {
    min-height: 754px;
    padding: 40px 24px;
  }

  .card-region.accordion-v1 {
    padding: 50px 24px;
  }

  .card-region.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.content-left.testimonial-twitter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.content-left.pd-30px---58px {
    padding: 40px 24px;
  }

  .card-region.content-left---image-right {
    grid-row-gap: 40px;
    padding-top: 43px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.pd-content-left {
    padding: 44px 24px;
  }

  .card-region.content-left---gap-50-image-right {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 44px 24px 0;
  }

  .card-region.border---pd-32px---26px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.icon---content-wrapper, .card-region.icon---content-wrapper.pd-40px---60px {
    padding: 40px 24px;
  }

  .card-region.icon---content-wrapper.pd-35px---60px, .card-region.icon---content-wrapper.alt {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.icon---content-wrapper.value-item {
    text-align: left;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.icon---content-wrapper.help-center-category-item {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.image-center---bottom-cards {
    padding: 55px 24px;
  }

  .card-region.grid-content-left---image-right {
    grid-row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.content-center---image-center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.icon-center---content-center {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.icon-center---content-center.pd-48px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.card-integration {
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.card-rich-text {
    padding: 43px 24px;
  }

  .card-region.author {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-region.border-left---content-left {
    border-bottom-style: solid;
    border-bottom-color: #5b637c;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .card-region.pd-careers-wrapper {
    padding: 60px 24px 43px;
  }

  .card-region.card-hero-v19 {
    padding: 53px 24px;
  }

  .card-region.cta-contact {
    padding: 40px 24px;
  }

  .card-region.pd-60px---54px {
    padding: 43px 24px;
  }

  .card-region.pd-64px---88px {
    padding: 64px 24px;
  }

  .card-region.pd-100px---90px {
    padding: 57px 24px;
  }

  .card-region.cta-v1 {
    padding: 58px 24px;
  }

  .card-region.cta-v2 {
    padding: 60px 24px;
  }

  .card-region.cta-v3 {
    padding: 50px 24px;
  }

  .card-region.cta-newsletter-v1 {
    padding: 64px 24px;
  }

  .card-region.grid---pd-58px---35px {
    padding: 40px 24px;
  }

  .card-region.pd-54px {
    padding: 43px 24px;
  }

  .card-region.pd-78px---67px {
    padding: 48px 24px;
  }

  .inner-container-hero-home-copy.image-center {
    min-width: 560px;
  }

  .inner-container-hero-home-copy.hero-v31-image {
    width: 700px;
    margin-bottom: -54px;
  }

  .inner-container-hero-home-copy._350px---mbp {
    max-width: 350px;
  }

  .inner-container-hero-home-copy._330px---mbp {
    max-width: 330px;
  }

  .inner-container-hero-home-copy.sign-up-wrapper {
    margin-bottom: 50px;
  }

  .inner-container-hero-home-copy._250px---mbp {
    max-width: 250px;
  }

  .inner-container-hero-home-copy._100---mbp {
    max-width: 100%;
  }

  .inner-container-hero-home-copy._400px---mbp {
    max-width: 400px;
  }

  .div-block-9, .div-block-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_5d63b113-bb8f-9f69-257c-03cfe99f2dd0-b3de7830 {
  align-self: start;
}

#w-node-ee5714d8-637f-681d-a0a7-ed89e9f913fb-b3de7830, #w-node-_6d215372-e001-d69b-fd14-29d96667ca4a-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d647e7ff-a09b-f3e3-e21d-5f501b216cf7-b3de7830 {
  justify-self: end;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446ba3-b3de7830 {
  align-self: stretch;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446ba4-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446bb3-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446bb8-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446bc7-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_93753ea2-3205-8c32-e070-cc7fd1446bcb-b3de7830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7fe6158e-c2fc-97d6-d10d-3f662c7ee705-b3de7830 {
  justify-self: end;
}

#w-node-_8bb73ef2-2aa7-7e30-fef4-b914919c9bff-b3de7830 {
  align-self: center;
}

#w-node-_481bc8df-b03d-f5e1-9ea8-0bd32f3cbb08-b3de7830 {
  align-self: stretch;
}

#w-node-_481bc8df-b03d-f5e1-9ea8-0bd32f3cbb24-b3de7830 {
  justify-self: end;
}

#w-node-_079befeb-9739-7215-f634-3cd9af858a96-52a68fae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-d4e3255a-c299-e31e-4b77-c5a35c5019da-52a68fae, #w-node-_11f72066-85d2-9ea3-0fcf-4da8bbee7bb2-6ede9552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19073a57-ac8a-fcca-42dc-46626ede9558-6ede9552 {
  justify-self: end;
}

#w-node-e68a1059-e06d-8470-89f3-ecfd7f4836ae-b4043bae, #w-node-dd8f37ea-19ff-5499-3698-9bf16898c707-b4043bae {
  align-self: start;
}

#w-node-_0c0161da-0b8b-4209-cd38-a46613f45bae-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c0161da-0b8b-4209-cd38-a46613f45bce-91dd5701, #w-node-_0c0161da-0b8b-4209-cd38-a46613f45bea-91dd5701 {
  align-self: start;
}

#w-node-_0c0161da-0b8b-4209-cd38-a46613f45c38-91dd5701 {
  align-self: end;
}

#w-node-_016b885b-59a7-72d8-d70b-42c3f99eb3c0-b3de78ac, #w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de78ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f265e56-313d-8034-4fd3-4de14d186860-b3de78ac {
  justify-self: start;
}

#w-node-_287468cd-4df7-08a9-a913-2d8ef706bf3b-b3de78ac, #w-node-_4a93d71b-44da-da2c-1ad4-b7def7094680-b3de78ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de78b1 {
  align-self: start;
}

#w-node-c9908767-7039-29ec-7dc1-b1d0c500d0fb-b3de78b1 {
  align-self: stretch;
}

#w-node-_0986b553-e1e6-e5cd-f950-a47697a004b7-97a004b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0986b553-e1e6-e5cd-f950-a47697a004bf-97a004b3 {
  justify-self: end;
}

#w-node-_1d9b8a78-a072-2721-7fff-4cf7e0e3b81b-b3de78b2 {
  align-self: start;
}

#w-node-_984dbefe-d765-c492-41f6-5d8e1611a424-b3de78b2 {
  justify-self: end;
}

#w-node-_54db4593-08d0-c74b-62a2-23f48d92d124-b3de78b3 {
  align-self: start;
}

#w-node-_1ce0ceeb-77a0-ec7d-0fd4-66ebc66049d9-b3de78b3 {
  align-self: end;
}

#w-node-c9908767-7039-29ec-7dc1-b1d0c500d100-b3de78b3 {
  align-self: center;
  justify-self: end;
}

#w-node-f694dadd-d602-feb4-e719-b71dbad9db2d-b3de78b3, #w-node-f694dadd-d602-feb4-e719-b71dbad9db33-b3de78b3 {
  align-self: center;
}

#w-node-_3c02fb02-3fb8-48ed-63f4-2df7cef9086c-b3de78b3 {
  justify-self: end;
}

#w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de78b5 {
  align-self: start;
}

#w-node-e0a1d766-7ae4-7b81-66fb-d167ded17dc2-b3de78b5, #w-node-_45b42c9d-3377-49d2-0d0d-f9f47eacd0d8-b3de78b5, #w-node-db84bbd5-e653-f4e1-760e-9b90f5847385-b3de78b5, #w-node-_5765c405-9d75-d0a2-b102-3ce2da887cbb-b3de78b5, #w-node-_554084f6-afcc-000e-c0a0-7648cb3fce77-b3de78b5, #w-node-_52ba1102-fcc4-11ae-061c-5888f0f1ed84-b3de78b5, #w-node-_950a3685-780c-6142-7bf4-00c0a21f4087-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bc7d342-ba80-0750-7dc2-29dbc59a11fa-b3de78b5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_764bd512-977f-c558-872c-f3cf85c8302a-b3de78b5, #w-node-ab917f5f-2539-e841-a700-82490b745b77-b3de78b5, #w-node-_86f784cf-6157-d2d1-4ac2-15ad254d3e03-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee84d0ea-96ee-b0fe-fe88-7cb1db944fb1-b3de78b5 {
  align-self: center;
  justify-self: end;
}

#w-node-bd8f29c2-43ec-4107-c90e-909f2b4cbf05-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2966571-edaf-23de-5e96-04b5d3c508e6-b3de78b5 {
  align-self: start;
}

#w-node-_4664f382-99cf-3526-393a-7f701fedae61-b3de78b5 {
  justify-self: end;
}

#w-node-d0285822-5b7f-f564-fba5-821255fd64e4-b3de78b5, #w-node-bc589bfe-ba42-32c2-b312-9812da56f1da-b3de78b5, #w-node-df85ddb1-6416-cb09-48f3-a0e5cd153187-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df85ddb1-6416-cb09-48f3-a0e5cd153188-b3de78b5 {
  align-self: start;
}

#w-node-df85ddb1-6416-cb09-48f3-a0e5cd15318f-b3de78b5 {
  justify-self: end;
}

#w-node-df85ddb1-6416-cb09-48f3-a0e5cd153190-b3de78b5, #w-node-df85ddb1-6416-cb09-48f3-a0e5cd153194-b3de78b5, #w-node-d311312a-720c-c150-0fba-c0dc19e0a370-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d311312a-720c-c150-0fba-c0dc19e0a371-b3de78b5 {
  align-self: start;
}

#w-node-d311312a-720c-c150-0fba-c0dc19e0a378-b3de78b5 {
  justify-self: end;
}

#w-node-d311312a-720c-c150-0fba-c0dc19e0a379-b3de78b5, #w-node-d311312a-720c-c150-0fba-c0dc19e0a37d-b3de78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696849-b3de78ba {
  justify-self: end;
}

#w-node-f5627ed2-600e-15f5-7669-d1a4108ed571-b3de78ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696861-b3de78ba {
  justify-self: start;
}

#w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696849-b3de78bb {
  justify-self: end;
}

#w-node-f5627ed2-600e-15f5-7669-d1a4108ed571-b3de78bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696861-b3de78bb {
  justify-self: start;
}

#w-node-ac152fb7-028b-2709-d41a-4f827dc00c13-7dc00c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac152fb7-028b-2709-d41a-4f827dc00c18-7dc00c0c {
  align-self: end;
  justify-self: end;
}

#w-node-ac152fb7-028b-2709-d41a-4f827dc00c20-7dc00c0c, #w-node-ac152fb7-028b-2709-d41a-4f827dc00c33-7dc00c0c, #w-node-ac152fb7-028b-2709-d41a-4f827dc00c46-7dc00c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a39b5d3-881a-b4e0-fd40-4558c721309a-b3de78cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3a39b5d3-881a-b4e0-fd40-4558c721309b-b3de78cc {
  justify-self: start;
}

#w-node-b941f37b-8625-9501-ccdd-54604b866e15-b3de78cc, #w-node-_5334de67-3e0c-02b1-e17d-1562604e865f-b3de78cd {
  justify-self: end;
}

#w-node-_00b1b144-4aeb-0ba0-61bf-ddfb86178575-b3de78cd, #w-node-_24e513aa-eb1f-72d9-929e-f7b91c31535d-b3de78cd, #w-node-c4824f37-29af-4083-7683-d41dee495cdb-b3de78cd, #w-node-_6440bc6a-aca8-ba97-9397-b84211e477d3-b3de78cd, #w-node-_639a10ba-a4c1-c141-82dd-5b6f8655c59b-b3de78cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_639a10ba-a4c1-c141-82dd-5b6f8655c5a0-b3de78cd {
  align-self: end;
  justify-self: end;
}

#w-node-_6ceeeeb2-7152-5cd7-4145-13867b59a6e9-b3de78cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57b96b19-484e-1d12-b66d-292c4b691068-b3de78cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6859f18c-c491-49b0-cb67-4eb2c6d379ed-b3de78cf {
  align-self: stretch;
}

#w-node-_6859f18c-c491-49b0-cb67-4eb2c6d379ef-b3de78cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25df5c84-26c5-ae7e-88da-4cda69837770-b3de78d0 {
  justify-self: end;
}

#w-node-_25df5c84-26c5-ae7e-88da-4cda69837775-b3de78d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5bd3577-2ec1-a8dd-4c84-f06ba0443a5e-b3de78d3 {
  align-self: start;
}

#w-node-ec156b4d-3474-4af1-11b4-006be44a9491-b3de78d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec156b4d-3474-4af1-11b4-006be44a9495-b3de78d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_54feaa20-eede-8e1b-fa36-bc2b99e532cb-b3de78d4 {
  align-self: stretch;
}

#w-node-d176d8ea-b993-1ae8-5322-6c517959594f-b3de78d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d176d8ea-b993-1ae8-5322-6c517959595c-b3de78d5 {
  justify-self: end;
}

#w-node-_8e8be067-08b1-e7ed-43bb-67e315f78888-b3de78d5 {
  align-self: end;
  justify-self: end;
}

#w-node-_6837dac8-1a18-2f8e-555e-0ec8d893f40f-b3de78d5, #w-node-a21463cd-dacd-4bb9-c140-983eb3ce5cfe-b3de78d6, #w-node-_26a3a7b2-043f-a17f-7e20-6536a79b86a1-b3de78d7 {
  justify-self: end;
}

#w-node-f79a9d40-d72a-ad19-2ca5-b3c1f089aefc-b3de78d8 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.25fr 4fr;
}

#w-node-f79a9d40-d72a-ad19-2ca5-b3c1f089aefd-b3de78d8 {
  grid-row: span 5 / span 5;
}

#w-node-f79a9d40-d72a-ad19-2ca5-b3c1f089af01-b3de78d8 {
  grid-area: Area-2;
}

#w-node-f79a9d40-d72a-ad19-2ca5-b3c1f089af02-b3de78d8 {
  grid-row: span 3 / span 3;
}

#w-node-f79a9d40-d72a-ad19-2ca5-b3c1f089af04-b3de78d8 {
  grid-area: Area-2;
}

#w-node-ab5ca835-b6af-bfcf-98d0-eac0fbb81e15-b3de78ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a538ff3-7f18-67ef-fbe8-2352c74cbb96-b3de78ee {
  align-self: stretch;
}

#w-node-_2f89dcd4-08ea-63ea-d609-39e5a663bedb-b3de78ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f89dcd4-08ea-63ea-d609-39e5a663bede-b3de78ee {
  align-self: end;
  justify-self: end;
}

#w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de7909 {
  align-self: start;
}

#w-node-b01a7fcc-fe78-740b-cc14-a43ed8773220-b3de7909, #w-node-b59dad09-ff5a-be56-e5b1-80a77541aa29-b3de7909 {
  justify-self: end;
}

#w-node-fd939156-2b92-30d2-726a-427b344ebab4-b3de7909 {
  align-self: stretch;
}

#w-node-fd939156-2b92-30d2-726a-427b344ebaca-b3de7909 {
  justify-self: end;
}

#w-node-a7216ef9-c2ed-025a-2614-48bcbae0cfb5-bae0cfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f786a71-0754-1977-d401-292c1ef04c94-b3de790a {
  align-self: start;
}

#w-node-e2e3c2a7-d7b4-89c3-b2fb-844e7a4112e7-b3de790a, #w-node-e2e3c2a7-d7b4-89c3-b2fb-844e7a4112ed-b3de790a, #w-node-e2e3c2a7-d7b4-89c3-b2fb-844e7a4112f3-b3de790a, #w-node-_293db80e-83da-dcab-58a9-66db2f4374b7-b3de790a, #w-node-_293db80e-83da-dcab-58a9-66db2f4374bd-b3de790a, #w-node-_293db80e-83da-dcab-58a9-66db2f4374c3-b3de790a, #w-node-f512ac17-7a7d-6115-990d-dce5306078f6-b3de790a, #w-node-f512ac17-7a7d-6115-990d-dce5306078fc-b3de790a, #w-node-f512ac17-7a7d-6115-990d-dce530607902-b3de790a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5a1d6fb-3ec8-ff73-9221-f81136817a58-b3de790b {
  align-self: start;
}

#w-node-_60f79e2f-0f51-4034-d2c0-33acb833fa4c-b3de790b {
  align-self: stretch;
  justify-self: end;
}

#w-node-d2c6b282-2025-8c8d-3af7-a2a900384ea5-b3de790b {
  align-self: stretch;
}

#w-node-d2c6b282-2025-8c8d-3af7-a2a900384ea8-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2c6b282-2025-8c8d-3af7-a2a900384ead-b3de790b {
  align-self: stretch;
}

#w-node-d2c6b282-2025-8c8d-3af7-a2a900384eb0-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf75c523-ad23-5191-ea13-00c2c4ec8a69-b3de790b {
  align-self: stretch;
}

#w-node-cf75c523-ad23-5191-ea13-00c2c4ec8a6c-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_684e1afa-0b86-cb40-3285-3da0d11277aa-b3de790b {
  align-self: stretch;
}

#w-node-_684e1afa-0b86-cb40-3285-3da0d11277ad-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066d2-b3de790b, #w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066d6-b3de790b {
  align-self: stretch;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066d9-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066de-b3de790b {
  align-self: stretch;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066e1-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066e6-b3de790b {
  align-self: stretch;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066e9-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066ee-b3de790b {
  align-self: stretch;
}

#w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066f1-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e7c63087-e440-db57-4bc1-a52c587fb1c6-b3de790b {
  justify-self: end;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e6b-b3de790b {
  align-self: stretch;
  justify-self: end;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e6f-b3de790b {
  align-self: stretch;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e72-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e77-b3de790b {
  align-self: stretch;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e7a-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e7f-b3de790b {
  align-self: stretch;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e82-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e87-b3de790b {
  align-self: stretch;
}

#w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e8a-b3de790b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc07-b0eebc02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc0c-b0eebc02 {
  justify-self: end;
}

#w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc1c-b0eebc02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc3c-b0eebc02, #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc58-b0eebc02 {
  align-self: start;
}

#w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebca1-b0eebc02 {
  justify-self: start;
}

#w-node-_016b885b-59a7-72d8-d70b-42c3f99eb3c0-b3de7922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1023648-0a8e-ace1-16d1-38c1125eef3c-b3de7922 {
  justify-self: start;
}

#w-node-a7721c23-0cee-9deb-49a1-ce99f5027170-f502713c, #w-node-a7721c23-0cee-9deb-49a1-ce99f5027183-f502713c, #w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de7939 {
  align-self: start;
}

#w-node-_570528ac-4cda-3f68-6284-66a46f24c9f7-b3de7939 {
  align-self: end;
  justify-self: end;
}

#w-node-_69b18c41-fd69-73ad-ea0c-eb03ce61a7f2-b3de7939 {
  align-self: stretch;
}

#w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de7965 {
  align-self: start;
}

#w-node-a0744508-1124-d284-d155-8704f0e256d4-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8ec0bd77-7af4-1ecd-c7af-ab20c050889f-b3de7965 {
  align-self: stretch;
}

#w-node-_89e1bbff-9ffe-468f-e9b3-410c47c0a6bf-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d59ab636-d6b3-4aad-6b11-38505823dec2-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261b7632-6346-beb2-3b6d-8c2e57f3d90e-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_261b7632-6346-beb2-3b6d-8c2e57f3d91b-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_78be05b1-e7d0-1cbb-cb95-f24cbe32630e-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a3bb866-0cd8-788f-955f-388476ddf1a5-b3de7965 {
  justify-self: end;
}

#w-node-_2e693a9b-1787-8fb2-e3e6-043c61a33004-b3de7965 {
  align-self: stretch;
}

#w-node-_2e693a9b-1787-8fb2-e3e6-043c61a33005-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67aebce4-0b05-1330-5364-07a299b8c601-b3de7965 {
  align-self: stretch;
}

#w-node-_67aebce4-0b05-1330-5364-07a299b8c604-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a52-b3de7965 {
  align-self: stretch;
}

#w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a55-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_99e58202-5eef-ab4b-5309-d497f9416913-b3de7965 {
  align-self: stretch;
}

#w-node-_99e58202-5eef-ab4b-5309-d497f9416918-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d3f5a9a-36ed-3b1f-0362-1c486853f00d-b3de7965 {
  justify-self: end;
}

#w-node-_4ac9caa7-6ad7-0af3-309d-9fc9b999a0cf-b3de7965, #w-node-_73a18c17-8f02-b4ec-6d7e-43981f0ac758-b3de7965, #w-node-_5c6b3f4a-bfed-9255-a625-2925b12535c2-b3de7965, #w-node-a5c902aa-232f-4995-2184-d4621e72a54f-b3de7965, #w-node-_827a43d9-c6db-21cc-08ce-cd411a6734ce-b3de7965, #w-node-_2ea250ee-4877-2e87-d2a1-38f79abe2653-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ab753b-f39b-8e5f-7ae5-bde3fd5fd1c0-b3de7965, #w-node-_7e1d6bfd-a2ce-5645-5ed0-1d7f924d3504-b3de7965, #w-node-_8ab4827b-0112-e6df-f06f-7981c2859ce9-b3de7965, #w-node-abdb5d50-7f41-d46d-73b1-1a808ecbf151-b3de7965, #w-node-_5d13a75f-c479-fd50-9714-779ce5fd1cc3-b3de7965, #w-node-_8147a91e-9813-a05a-a216-7413e3fc5295-b3de7965 {
  justify-self: end;
}

#w-node-_9aa039e6-9a11-ba37-9b1e-4dd92f8b3a5d-b3de7965, #w-node-_0a828a5b-d513-5235-5192-fa3c45bff2a0-b3de7965, #w-node-e038a660-156d-cf89-2a95-ec90c4553ab0-b3de7965, #w-node-_97fd9ecf-ee3d-c559-77b9-1213df763a72-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb9976fd-0805-e5f4-4692-2e52a3772d41-b3de7965 {
  align-self: stretch;
}

#w-node-_4cc67f11-b543-9d08-8bb6-66af2347019c-b3de7965 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2e8bc7b-4e5d-7c83-c09e-874e97314f84-b3de7965 {
  align-self: end;
  justify-self: end;
}

#w-node-_55d50b21-d8cb-9981-3bb1-2f4d8a8dbd62-8a8dbd5e, #w-node-_55d50b21-d8cb-9981-3bb1-2f4d8a8dbd63-8a8dbd5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_242673f4-a7d6-f88b-93a7-a8ae78c23e65-8a8dbd5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de7966 {
  align-self: start;
}

#w-node-_2e693a9b-1787-8fb2-e3e6-043c61a33004-b3de7966 {
  align-self: stretch;
}

#w-node-_2e693a9b-1787-8fb2-e3e6-043c61a33005-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67aebce4-0b05-1330-5364-07a299b8c601-b3de7966 {
  align-self: stretch;
}

#w-node-_67aebce4-0b05-1330-5364-07a299b8c604-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a1d33a2-0179-7392-a608-61fb4e192280-b3de7966, #w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a4e-b3de7966 {
  justify-self: end;
}

#w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a52-b3de7966 {
  align-self: stretch;
}

#w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a55-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_99e58202-5eef-ab4b-5309-d497f9416913-b3de7966 {
  align-self: stretch;
}

#w-node-_99e58202-5eef-ab4b-5309-d497f9416918-b3de7966, #w-node-_7269ab22-7b68-15e6-8c40-ef50e9854f37-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7269ab22-7b68-15e6-8c40-ef50e9854f44-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1398a773-c003-f6f7-12a6-e5a8dd3e9027-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1398a773-c003-f6f7-12a6-e5a8dd3e9034-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c063dadc-bb5a-1eca-24aa-0269d186bdcb-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c063dadc-bb5a-1eca-24aa-0269d186bdd8-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afd09f90-15a1-c300-d525-13299d3a4b07-b3de7966 {
  align-self: end;
  justify-self: end;
}

#w-node-b6d3871c-bdf8-9835-fab3-d9e7c16a22da-b3de7966 {
  align-self: stretch;
}

#w-node-a7802eac-d831-b6f9-56bc-b5fd2835dab7-b3de7966, #w-node-fc9fdd74-87f2-2f31-90bb-a233597ee01e-b3de7966, #w-node-a7802eac-d831-b6f9-56bc-b5fd2835dabd-b3de7966, #w-node-d4ce5b29-2f60-055c-e765-c7dfd5b641b8-b3de7966, #w-node-a7802eac-d831-b6f9-56bc-b5fd2835dac3-b3de7966, #w-node-_30746b3c-ba21-26c1-e181-1e9dd8adab80-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30746b3c-ba21-26c1-e181-1e9dd8adab83-b3de7966 {
  align-self: end;
  justify-self: end;
}

#w-node-edffd696-b0d0-0fdc-cbb3-dbb8fe6bd1c6-b3de7966 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edffd696-b0d0-0fdc-cbb3-dbb8fe6bd1c9-b3de7966 {
  align-self: end;
  justify-self: end;
}

#w-node-faf52020-3c82-6b78-4baa-41f5890705e5-b3de7967 {
  align-self: start;
}

#w-node-afb60c53-a612-d145-5e99-5d407674a1d6-b3de7967 {
  align-self: end;
  justify-self: end;
}

#w-node-cd9ffe45-19a5-7661-cdde-6847347c8d0d-b3de7967 {
  align-self: stretch;
}

#w-node-cd9ffe45-19a5-7661-cdde-6847347c8d0e-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd9ffe45-19a5-7661-cdde-6847347c8d1b-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e462013c-a33a-84cd-3d38-624f1128ead6-b3de7967 {
  align-self: stretch;
}

#w-node-e462013c-a33a-84cd-3d38-624f1128ead7-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e462013c-a33a-84cd-3d38-624f1128eae4-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93015e04-0808-ad78-144b-98d35db65393-b3de7967, #w-node-_9df2ffa7-a330-a5f9-3288-f80fb56df315-b3de7967, #w-node-c5e5ef49-d66c-dd24-b098-7a926f9436f0-b3de7967 {
  align-self: stretch;
}

#w-node-da98a314-1c7a-e5e8-c60d-e6913a633680-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbdc41f1-bc7f-fa1c-48f4-32441aed55e2-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c0b39d02-6156-305e-2708-39e439a21ec1-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b39d02-6156-305e-2708-39e439a21ec4-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0633b932-fc24-1c06-c2fe-5d34a35fb75e-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0633b932-fc24-1c06-c2fe-5d34a35fb761-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_53b49027-1efa-9b80-160e-756c59774e80-b3de7967 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53b49027-1efa-9b80-160e-756c59774e82-b3de7967, #w-node-_53b49027-1efa-9b80-160e-756c59774e90-b3de7967, #w-node-ef89949c-505b-89de-ed7f-ae2b217296f4-b3de7967, #w-node-_53b49027-1efa-9b80-160e-756c59774ea2-b3de7967, #w-node-b60bcbe5-87b8-22c4-dbc5-43d6cf3087dd-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b49027-1efa-9b80-160e-756c59774eb7-b3de7967 {
  order: 9999;
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ae681eb6-acee-5b2e-167c-c98ef1e48404-b3de7967 {
  align-self: end;
  justify-self: end;
}

#w-node-_92726d32-bea3-c59f-9762-0113309d4785-b3de7967, #w-node-_06470aa5-7852-d2b1-2da0-a03196b535ef-b3de7967, #w-node-d7e63db1-9aa3-3e54-ae82-d3fe14408718-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38e1344-acfa-6c44-0da1-e6c097db518e-b3de7967 {
  justify-self: end;
}

#w-node-e8dae7b2-f065-11b4-5829-30ba4ab2c5e9-b3de7967, #w-node-bc21bfd0-ae8b-36e7-8cd2-5c2eabeb20b5-b3de7967, #w-node-_22814504-8d19-6152-4f39-d2e783dc31d8-b3de7967, #w-node-_54effed1-2e33-5c54-7325-8301f70228fe-b3de7967, #w-node-_54effed1-2e33-5c54-7325-8301f7022903-b3de7967, #w-node-_54effed1-2e33-5c54-7325-8301f7022908-b3de7967, #w-node-_4f5a569b-22fd-131f-06c5-a3ebc08ad048-b3de7967, #w-node-_4f5a569b-22fd-131f-06c5-a3ebc08ad04d-b3de7967, #w-node-_4f5a569b-22fd-131f-06c5-a3ebc08ad052-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38e1344-acfa-6c44-0da1-e6c097db5188-b3de7967 {
  justify-self: end;
}

#w-node-_59f1481c-5526-0a26-d79a-ed0e04e1e242-b3de7967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59f1481c-5526-0a26-d79a-ed0e04e1e245-b3de7967 {
  align-self: end;
}

#w-node-_2d020680-6c79-8515-9284-c3b948430db0-b3de7967 {
  align-self: stretch;
}

#w-node-a8247e44-5134-1b9c-35de-c439081d6177-b3de7969, #w-node-a8247e44-5134-1b9c-35de-c439081d6177-b3de796a, #w-node-_670c3e9c-9860-60ac-a031-aeb2a89b5250-b3de796b {
  justify-self: end;
}

#w-node-_670c3e9c-9860-60ac-a031-aeb2a89b526c-b3de796b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_670c3e9c-9860-60ac-a031-aeb2a89b526d-b3de796b {
  justify-self: start;
}

#w-node-_422a5647-d746-7649-edf5-3b0be5491515-b3de796b {
  align-self: stretch;
}

#w-node-_422a5647-d746-7649-edf5-3b0be5491516-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_422a5647-d746-7649-edf5-3b0be5491525-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_422a5647-d746-7649-edf5-3b0be549152a-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_422a5647-d746-7649-edf5-3b0be5491539-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_422a5647-d746-7649-edf5-3b0be549153d-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357fe6-b3de796b {
  align-self: stretch;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357fea-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357ff1-b3de796b {
  align-self: stretch;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357ff5-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357ffc-b3de796b, #w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4358009-b3de796b {
  justify-self: end;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4358017-b3de796b {
  align-self: stretch;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed435801c-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4358021-b3de796b {
  align-self: stretch;
}

#w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4358026-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f329b215-c05c-8e10-a2ea-96a6735a9751-b3de796b {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f329b215-c05c-8e10-a2ea-96a6735a9753-b3de796b, #w-node-f329b215-c05c-8e10-a2ea-96a6735a9762-b3de796b, #w-node-f329b215-c05c-8e10-a2ea-96a6735a9766-b3de796b, #w-node-f329b215-c05c-8e10-a2ea-96a6735a9775-b3de796b, #w-node-f329b215-c05c-8e10-a2ea-96a6735a9779-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f329b215-c05c-8e10-a2ea-96a6735a978b-b3de796b {
  order: 9999;
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_93b3e3fc-e740-5496-172f-e346bfd954e9-b3de796b {
  justify-self: end;
}

#w-node-_93b3e3fc-e740-5496-172f-e346bfd954ec-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd954f1-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd954f6-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd954fc-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd95501-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd95506-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd9550c-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd95511-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd95516-b3de796b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b3e3fc-e740-5496-172f-e346bfd9551d-b3de796b {
  justify-self: end;
}

#w-node-_90b87139-6f98-431e-b17f-f80630977b75-b3de796c, #w-node-_016b885b-59a7-72d8-d70b-42c3f99eb3c0-b3de796d, #w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de796d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f265e56-313d-8034-4fd3-4de14d186860-b3de796d {
  justify-self: start;
}

#w-node-_287468cd-4df7-08a9-a913-2d8ef706bf3b-b3de796d, #w-node-_4a93d71b-44da-da2c-1ad4-b7def7094680-b3de796d, #w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-b3de7973, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-b3de7973, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-b3de7973, #w-node-b802a070-9102-8775-5428-930ff319ab2f-b3de7973, #w-node-c65ebb9a-0003-60c6-c9f8-473e2fee1b2f-b3de7973, #w-node-_5eb27792-4351-d8fc-ea25-105b76196b2b-b3de7973, #w-node-c4b4a860-7d95-555a-fc7a-89f463a0fe67-b3de7973, #w-node-_5b0d90e5-bfd5-f30b-256b-3e7c69948a4c-b3de7973, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-b3de7973, #w-node-e6085695-dcad-eb86-10ab-fbd1a3e20b10-b3de7973, #w-node-c429380d-df05-edcf-155c-294b2fa4b80d-b3de7973, #w-node-b11b8c48-eb70-0b8e-7d96-0f7d37de7610-b3de7973, #w-node-_8c1ff16c-b898-3d73-2966-0e1a946951f5-b3de7973, #w-node-_77529efa-502b-216a-5fe1-a8ef9b15781b-b3de7973, #w-node-_32be78f1-9133-fac5-00d2-07f0d6af50e3-b3de7973, #w-node-_395ba683-1903-0b30-8d00-5daba269dd0e-b3de7973, #w-node-e11bd9f1-e100-f487-c009-d88c7cd23ecf-b3de7973, #w-node-f0e05983-4248-c5cd-3d34-84e6be486906-b3de7973, #w-node-_5e6d8746-d385-9b71-79c0-8ab4bb055b25-b3de7973, #w-node-f7062bec-587d-4f82-3540-3cfbd7bd0f84-b3de7973, #w-node-_37aaa32e-624e-1afe-b919-b907aa5621b6-b3de7973, #w-node-_53f0b2cf-7e17-80a1-b992-0f7a63b5ea3d-b3de7973, #w-node-_447a6912-c607-116c-1617-0e0e924a7b5a-b3de7973, #w-node-_59b89bdf-5b9a-183f-108d-a4e6f5839370-b3de7973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c2daccf-90c8-3c04-9611-b6ba7f9f3111-b3de7973 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ead-b3de7973, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49eb5-b3de7973, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-b3de7973, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ec5-b3de7973, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ecd-b3de7973, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ed5-b3de7973, #w-node-_86d0f278-4b4d-0b21-2415-64f024311b4e-b3de7973, #w-node-c2dddcdb-bec8-176f-83a8-bbcff23702d2-b3de7973, #w-node-bff3ac18-c0a9-ccf1-ca6a-c1ce38320f38-b3de7973, #w-node-ecb28026-907b-c41d-5a30-16869e61937f-b3de7973, #w-node-ff59c0dd-5d35-ed44-a457-a13daee5037f-b3de7973, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-b3de7973, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-b3de7973, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-b3de7973, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b3de7973, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-b3de7973, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-b3de7973, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-b3de7973, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b3de7973, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-b3de7973, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-b3de7973, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-b3de7973, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-b3de7973, #w-node-_12f6e971-f2f3-1536-571b-2cf557a8a7a9-b3de798d, #w-node-_12f6e971-f2f3-1536-571b-2cf557a8a7f1-b3de798d, #w-node-_12f6e971-f2f3-1536-571b-2cf557a8a871-b3de798d, #w-node-_12f6e971-f2f3-1536-571b-2cf557a8a8f2-b3de798d, #w-node-_8b262b3b-b05b-922e-a7da-289744e0d49f-b3de798d, #w-node-_1d53c331-6e0e-bfe8-ca5a-47dd2b742043-b3de798d, #w-node-efd63f55-3e01-6250-477d-5c3ccdb99f5c-b3de798d, #w-node-f209e991-0254-ee22-b448-d3d47eddebb0-b3de798d, #w-node-_7192eba2-5301-7694-f61c-7de30d28cc3f-b3de7991, #w-node-_5ef82cfd-c36a-5c2e-c528-ca44ee3b6e1c-b3de7991 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77b64685-2148-9546-3bf4-29b525821eef-b3de7991 {
  justify-self: start;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-b3de79a6 {
  align-self: stretch;
}

#w-node-_016b885b-59a7-72d8-d70b-42c3f99eb3c0-b3de79bb, #w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de79bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f265e56-313d-8034-4fd3-4de14d186860-b3de79bb {
  justify-self: start;
}

#w-node-_287468cd-4df7-08a9-a913-2d8ef706bf3b-b3de79bb, #w-node-_4a93d71b-44da-da2c-1ad4-b7def7094680-b3de79bb, #w-node-_016b885b-59a7-72d8-d70b-42c3f99eb3c0-b3de79bc, #w-node-_181c5a20-e215-a4c5-81df-27e41da6f5e5-b3de79bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de79bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20669c2d-4cdc-432e-6811-126069ff831e-b3de79bc {
  justify-self: start;
}

#w-node-e4d28932-e6a9-04ae-0d97-43d2c909764e-b3de79bc, #w-node-e4d28932-e6a9-04ae-0d97-43d2c9097653-b3de79bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17d4322d-89f6-b8fb-b0a2-f85fd5f383c0-b3de79bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-b3de79d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb37fcf8-23ac-7bec-8e8d-22eec54d08af-b3de79d8 {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-cb9976fd-0805-e5f4-4692-2e52a3772d41-b3de7965 {
    align-self: stretch;
  }

  #w-node-_7ca1700b-e165-b5eb-f00b-9418efc45cd1-b3de7967 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d647e7ff-a09b-f3e3-e21d-5f501b216cf7-b3de7830, #w-node-_7fe6158e-c2fc-97d6-d10d-3f662c7ee705-b3de7830 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_7fe6158e-c2fc-97d6-d10d-3f662c7ee706-b3de7830, #w-node-_481bc8df-b03d-f5e1-9ea8-0bd32f3cbb08-b3de7830 {
    order: -9999;
  }

  #w-node-_19073a57-ac8a-fcca-42dc-46626ede9558-6ede9552 {
    justify-self: auto;
  }

  #w-node-_0c0161da-0b8b-4209-cd38-a46613f45c38-91dd5701 {
    justify-self: stretch;
  }

  #w-node-_0986b553-e1e6-e5cd-f950-a47697a004bf-97a004b3 {
    justify-self: auto;
  }

  #w-node-_984dbefe-d765-c492-41f6-5d8e1611a424-b3de78b2, #w-node-_1ce0ceeb-77a0-ec7d-0fd4-66ebc66049d9-b3de78b3 {
    justify-self: center;
  }

  #w-node-c9908767-7039-29ec-7dc1-b1d0c500d100-b3de78b3 {
    justify-self: auto;
  }

  #w-node-_3c02fb02-3fb8-48ed-63f4-2df7cef9086c-b3de78b3 {
    justify-self: center;
  }

  #w-node-ee84d0ea-96ee-b0fe-fe88-7cb1db944fb1-b3de78b5 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_4664f382-99cf-3526-393a-7f701fedae61-b3de78b5, #w-node-df85ddb1-6416-cb09-48f3-a0e5cd15318f-b3de78b5, #w-node-d311312a-720c-c150-0fba-c0dc19e0a378-b3de78b5, #w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696849-b3de78ba, #w-node-_59fd8e32-fa64-a1ae-b31d-fcf5af696849-b3de78bb {
    justify-self: auto;
  }

  #w-node-ac152fb7-028b-2709-d41a-4f827dc00c18-7dc00c0c {
    justify-self: center;
  }

  #w-node-b941f37b-8625-9501-ccdd-54604b866e15-b3de78cc {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_66239862-f976-9aa5-4692-104b01ddc9f7-b3de78cd {
    justify-self: center;
  }

  #w-node-_639a10ba-a4c1-c141-82dd-5b6f8655c5a0-b3de78cd, #w-node-_25df5c84-26c5-ae7e-88da-4cda69837770-b3de78d0, #w-node-_8e8be067-08b1-e7ed-43bb-67e315f78888-b3de78d5, #w-node-_2f89dcd4-08ea-63ea-d609-39e5a663bede-b3de78ee {
    justify-self: auto;
  }

  #w-node-_8f60f518-f9fc-d780-00e3-2236d6792011-b3de7909, #w-node-b01a7fcc-fe78-740b-cc14-a43ed8773209-b3de7909 {
    order: -9999;
  }

  #w-node-b01a7fcc-fe78-740b-cc14-a43ed8773220-b3de7909 {
    justify-self: auto;
  }

  #w-node-b59dad09-ff5a-be56-e5b1-80a77541aa29-b3de7909 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_19b63f79-ddf2-6a42-f876-a06817de8e68-b3de7909, #w-node-fd939156-2b92-30d2-726a-427b344ebab4-b3de7909 {
    order: -9999;
  }

  #w-node-_60f79e2f-0f51-4034-d2c0-33acb833fa4c-b3de790b {
    order: -9999;
    justify-self: auto;
  }

  #w-node-bd4afa7d-a386-e365-3cb4-c64d3f0066d2-b3de790b {
    order: -9999;
  }

  #w-node-_418c55b6-7fd4-5725-ba54-4c02d8fb0e6b-b3de790b {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc0c-b0eebc02 {
    justify-self: start;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebca1-b0eebc02 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_570528ac-4cda-3f68-6284-66a46f24c9f7-b3de7939 {
    justify-self: auto;
  }

  #w-node-_07c0a27d-23b1-0291-f59f-1e3082184539-b3de7965 {
    justify-self: center;
  }

  #w-node-a0744508-1124-d284-d155-8704f0e256d4-b3de7965 {
    justify-self: auto;
  }

  #w-node-_6a3bb866-0cd8-788f-955f-388476ddf1a5-b3de7965 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a4e-b3de7965 {
    order: -9999;
  }

  #w-node-_2d3f5a9a-36ed-3b1f-0362-1c486853f00d-b3de7965, #w-node-a2e8bc7b-4e5d-7c83-c09e-874e97314f84-b3de7965, #w-node-_242673f4-a7d6-f88b-93a7-a8ae78c23e65-8a8dbd5e {
    justify-self: auto;
  }

  #w-node-_6a3bb866-0cd8-788f-955f-388476ddf1a5-b3de7966 {
    order: -9999;
  }

  #w-node-_6a1d33a2-0179-7392-a608-61fb4e192280-b3de7966 {
    justify-self: auto;
  }

  #w-node-_4ae1c9d0-aa66-1f66-18c0-7b569dc89a4e-b3de7966 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-ea80f649-dd10-8e11-65b2-e49f8d572fb6-b3de7966 {
    justify-self: center;
  }

  #w-node-afd09f90-15a1-c300-d525-13299d3a4b07-b3de7966 {
    justify-self: auto;
  }

  #w-node-_30746b3c-ba21-26c1-e181-1e9dd8adab80-b3de7966 {
    justify-self: center;
  }

  #w-node-_30746b3c-ba21-26c1-e181-1e9dd8adab83-b3de7966, #w-node-edffd696-b0d0-0fdc-cbb3-dbb8fe6bd1c9-b3de7966 {
    justify-self: auto;
  }

  #w-node-afb60c53-a612-d145-5e99-5d407674a1d6-b3de7967 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_53b49027-1efa-9b80-160e-756c59774eb7-b3de7967 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae681eb6-acee-5b2e-167c-c98ef1e48404-b3de7967 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a38e1344-acfa-6c44-0da1-e6c097db518e-b3de7967 {
    justify-self: stretch;
  }

  #w-node-a38e1344-acfa-6c44-0da1-e6c097db5188-b3de7967 {
    order: -9999;
    justify-self: center;
  }

  #w-node-c4447ff7-998d-606a-333f-ac2be739791b-b3de796b, #w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357fd8-b3de796b {
    order: -9999;
  }

  #w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4357ffc-b3de796b {
    justify-self: auto;
  }

  #w-node-_6051dee1-87c0-46d6-3a8f-cc7ed4358009-b3de796b {
    order: -9999;
    justify-self: auto;
  }

  #w-node-f329b215-c05c-8e10-a2ea-96a6735a978b-b3de796b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93b3e3fc-e740-5496-172f-e346bfd954e9-b3de796b {
    justify-self: stretch;
  }

  #w-node-_93b3e3fc-e740-5496-172f-e346bfd9551d-b3de796b {
    order: -9999;
    justify-self: center;
  }

  #w-node-_8c2daccf-90c8-3c04-9611-b6ba7f9f3111-b3de7973 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b3de7973, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b3de7973 {
    order: -9999;
  }

  #w-node-_17d4322d-89f6-b8fb-b0a2-f85fd5f383c0-b3de79bc {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93753ea2-3205-8c32-e070-cc7fd1446bc7-b3de7830 {
    align-self: start;
  }

  #w-node-b1fa4312-2b85-5a5d-9522-c8b0b1aac382-b4043bae {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0c0161da-0b8b-4209-cd38-a46613f45bab-91dd5701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5627ed2-600e-15f5-7669-d1a4108ed571-b3de78ba, #w-node-f5627ed2-600e-15f5-7669-d1a4108ed571-b3de78bb, #w-node-_3a39b5d3-881a-b4e0-fd40-4558c721309a-b3de78cc {
    grid-column: span 1 / span 1;
  }

  #w-node-_26a3a7b2-043f-a17f-7e20-6536a79b86a1-b3de78d7 {
    justify-self: auto;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc07-b0eebc02 {
    justify-self: center;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc0c-b0eebc02 {
    justify-self: stretch;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc19-b0eebc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7721c23-0cee-9deb-49a1-ce99f5027157-f502713c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_261b7632-6346-beb2-3b6d-8c2e57f3d91b-b3de7965 {
    align-self: start;
  }

  #w-node-_2747aa77-4ebe-dbf0-f2d2-49950a1ae765-b3de7965 {
    justify-self: stretch;
  }

  #w-node-da98a314-1c7a-e5e8-c60d-e6913a633680-b3de7967 {
    order: 9999;
  }

  #w-node-dbdc41f1-bc7f-fa1c-48f4-32441aed55e2-b3de7967 {
    justify-self: center;
  }

  #w-node-c0b39d02-6156-305e-2708-39e439a21ec1-b3de7967 {
    order: 9999;
  }

  #w-node-c0b39d02-6156-305e-2708-39e439a21ec4-b3de7967 {
    justify-self: center;
  }

  #w-node-_0633b932-fc24-1c06-c2fe-5d34a35fb75e-b3de7967 {
    order: 9999;
  }

  #w-node-_0633b932-fc24-1c06-c2fe-5d34a35fb761-b3de7967 {
    justify-self: center;
  }

  #w-node-_476653cf-aa41-0fcd-c79f-716142c91bb5-b3de7967, #w-node-d61ff86e-59b4-a935-da08-6d723b1a02f0-b3de7967, #w-node-_0cc264a5-a98b-7fcf-320a-b8f87cae0f16-b3de7967 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_670c3e9c-9860-60ac-a031-aeb2a89b526c-b3de796b {
    grid-column: span 1 / span 1;
  }

  #w-node-_422a5647-d746-7649-edf5-3b0be5491539-b3de796b {
    align-self: start;
  }

  #w-node-_93b3e3fc-e740-5496-172f-e346bfd954eb-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd954fb-b3de796b, #w-node-_93b3e3fc-e740-5496-172f-e346bfd9550b-b3de796b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b3de7973, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b3de7973 {
    order: -9999;
  }

  #w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de79bc {
    grid-column: span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-b3de79d3, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-b3de79d3, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-b3de79d3, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-b3de79d3, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-b3de79d3, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-b3de79d3, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-b3de79d3, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-b3de79d3, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-b3de79d3, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-b3de79d3, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-b3de79d3, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-b3de79d3, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-b3de79d3, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-b3de79d3, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-b3de79d3, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-b3de79d3, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-b3de79d3, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-b3de79d3, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-b3de79d3, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-b3de79d3, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-b3de79d3, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-b3de79d3, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-b3de79d3, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-b3de79d3, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-b3de79d3, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-b3de79d3 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c0161da-0b8b-4209-cd38-a46613f45bab-91dd5701 {
    grid-column: span 1 / span 1;
  }

  #w-node-_984dbefe-d765-c492-41f6-5d8e1611a424-b3de78b2, #w-node-_3c02fb02-3fb8-48ed-63f4-2df7cef9086c-b3de78b3 {
    justify-self: stretch;
  }

  #w-node-ee656db5-0d27-f062-3870-55aa99aadfbe-b3de78b6 {
    order: 9999;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc0c-b0eebc02 {
    justify-self: stretch;
  }

  #w-node-_6862e191-b86b-a2c4-ec5a-aaf4b0eebc19-b0eebc02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5f5dd9f6-7844-1705-7da6-5b32c710a84a-b3de7965 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e54650c-f510-0b50-68b8-2e56354a5ed9-b3de79bc {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}