:root {
  --dark-black: #0f0f11;
  --text-color: #dadada;
  --white: white;
  --dark-grey: #222529;
  --grey-background: #17171a;
  --grey: #878d95;
  --primary-green: #13cc78;
  --grey-menu: #4a4a4a;
  --ховер: #f7f9fa;
  --gradient1-left: #f0f;
  --gradient1-right: #5238ff;
  --gradient2-right: cyan;
  --gradient2-left: #5238ff;
  --secondary-green: #3ada91;
  --grey-blue: #868f97;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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 {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-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-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.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-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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  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;
  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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: sticky;
  top: 20px;
}

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('/images/custom-checkbox-checkmark.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-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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.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;
  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;
  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-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--dark-black);
  color: var(--text-color);
  padding-top: 80px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text-color);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #07e4b8;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

li {
  background-image: url('../images/check-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  list-style-type: none;
}

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

blockquote {
  background-image: url('../images/quote-ico.svg');
  background-position: 5px 16px;
  background-repeat: no-repeat;
  background-size: 37px;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  margin: 20px auto;
  padding: 20px 0 20px 50px;
  font-size: 28px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.2;
  overflow: visible;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: #a6a6a6;
  text-align: center;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.fixed-nav {
  z-index: 10;
  background-color: var(--dark-black);
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-nav.fixed-nav-06-25, .fixed-nav.fixed-nav-06-25-black {
  background-color: var(--white);
  height: 100px;
  box-shadow: 0 2px 9px #0003;
}

.nav-logo {
  width: 150px;
  height: 100%;
  max-height: 50px;
}

.nav-link {
  color: var(--dark-black);
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  font-weight: 700;
}

.nav-link.nav-item-dropdown {
  height: 100%;
  padding-right: 35px;
  font-weight: 400;
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.footer-flex-container.vertikal {
  font-size: 12px;
}

.footer-flex-container.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.section {
  background-color: var(--dark-grey);
}

.section.section-futer-2 {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
}

.section.section-futer-2.section-smi {
  background-color: var(--dark-grey);
  margin-bottom: 0;
  overflow: visible;
}

.section.section-futer-2.section-backgroud-white, .section.section-customers, .section.section-price, .section.section-faq-price {
  background-color: var(--dark-black);
}

.section.section-grey {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.section.section-black {
  background-color: var(--dark-grey);
}

.section.section-black.partners, .section.faq {
  background-color: var(--dark-black);
}

.section.partners {
  background-color: var(--grey-background);
}

.section.blog {
  background-color: var(--dark-black);
}

.container {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.container.nav-container {
  min-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  padding: 25px 10px;
  display: flex;
  overflow: visible;
}

.container.no-padding-bottom {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container.customers {
  padding-top: 2rem;
}

.container.main-carusel {
  background-color: var(--dark-grey);
}

.container.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.faq {
  padding-bottom: 0;
}

.container.news-container-black {
  background-color: var(--dark-black);
}

.container.container-max-w {
  max-width: 900px;
}

.container.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
}

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

.white-text {
  color: #fff;
  margin-top: 40px;
}

.section-hero {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.content {
  color: var(--text-color);
  overflow: visible;
}

.content:hover {
  color: var(--text-color);
}

.content.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.content.blog-empty {
  background-color: var(--dark-black);
}

.content.margin-right-100 {
  margin-right: 30px;
}

.content.company_image-1 {
  background-image: url('../images/company_2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 20vh;
  min-height: 0;
  overflow: hidden;
}

.content.company_image-2 {
  background-image: url('../images/company_3.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 35vh;
  overflow: hidden;
}

.content.company_image-3 {
  background-image: url('../images/company_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
}

.link {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link:hover {
  text-decoration: none;
}

.link.social-link {
  color: var(--grey);
  margin-left: 10px;
  font-weight: 600;
}

.link-underline {
  background-color: var(--primary-green);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-underline.grey {
  background-color: var(--grey);
}

.grid-6-col {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-6-col.gap-30 {
  grid-column-gap: 14px;
  grid-row-gap: 5px;
  width: 100%;
}

.grid-6-col.gap-30.benefits {
  grid-column-gap: 50px;
}

.grid-6-col.width-100 {
  width: 100%;
}

.grid-6-col.grid-5-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-6-col.grid-8-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-6-col.grid-2-col {
  grid-template-columns: 1fr 1fr;
}

.grid-6-col.gap-30-real {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
}

.grid-6-col.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.nav-link-text {
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
  align-self: center;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-text:hover {
  color: var(--text-color);
}

.nav-link-text.grey-text-2 {
  color: var(--grey-background);
}

.nav-link-text.grey-text-2:hover {
  color: var(--grey-background);
  font-weight: 500;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.space-small {
  height: 5rem;
}

.grey {
  color: #cecece;
}

.nav-menu {
  z-index: 1;
  color: var(--grey-menu);
  letter-spacing: .5px;
  text-transform: capitalize;
  flex: 1;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.brand {
  z-index: 2;
  width: 150px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand.w--current {
  width: 150px;
}

.menu-button {
  z-index: 2;
}

.footer-flex-first {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.footer-flex-first.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  background-color: var(--dark-black);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.project-item-style-2 {
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 160px;
  text-decoration: none;
  position: relative;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.heading-display {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.represent-title {
  background-color: var(--dark-grey);
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #373b41;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.represent-container {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-details {
  color: var(--grey);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}

.content-details p, .content-details h3, .content-details h4, .content-details h5, .content-details h6 {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  background-color: #313e4b;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontal-line.post-details {
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-item {
  padding-bottom: 0;
}

.post-item:hover {
  text-decoration: none;
}

.post-item-image {
  width: 100%;
  position: relative;
}

.subscribe-form {
  max-width: 530px;
  padding: 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  margin-right: 20px;
  position: relative;
}

.form-input {
  color: #fff;
  background-color: #191b1e;
  border: 1px solid #38414b;
  border-radius: 18px;
  min-width: 350px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 200;
  transition: border-color .2s;
}

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

.form-input::placeholder {
  color: #868f97;
  font-weight: 300;
}

.form-input.textbox {
  height: auto;
  min-height: 100px;
}

.form-input.margin-bottom-10 {
  margin-bottom: 10px;
}

.blog-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.success-message {
  background-color: #000;
  border-radius: 3px;
  padding: 15px 20px;
}

.error-message {
  color: var(--dark-black);
  border-radius: 3px;
}

.post-collection-item {
  padding-bottom: 60px;
}

.contact-form {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.asset-licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.visit-asset-page {
  padding-top: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 200;
}

.text-gradient-1 {
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: url('/images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 64px;
  font-weight: 400;
}

.text-gradient-1.text85 {
  font-size: 70px;
}

.text-gradient-2 {
  background-color: var(--text-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 58px;
  font-weight: 400;
}

.text-gradient-2.ai-gradient-text {
  font-size: 40px;
}

.text-gradient-2.glow-text {
  font-size: 58px;
}

.footer-logo-link {
  max-width: 130px;
  margin-bottom: 20px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.grey-text {
  color: var(--grey);
  flex-direction: column;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.grey-text.links {
  display: block;
}

.grey-text.links.footer-small-text {
  font-size: 16px;
}

.grey-text.faq-text {
  font-size: 14px;
  font-weight: 200;
}

.grey-text.footer-text {
  font-size: 14px;
  font-weight: 300;
}

.grey-text.hero-description {
  color: var(--grey);
  overflow-wrap: normal;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.grey-text.hero-description.grey-text-customers {
  aspect-ratio: auto;
  color: var(--grey);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.grey-text.hero-description.left {
  flex-flow: row;
}

.grey-text.grey-paragraph {
  font-size: 22px;
}

.grey-text.partners {
  font-size: 20px;
}

.grey-text.grey-paragraph-copy {
  font-size: 22px;
}

.footer-flex-content {
  min-width: 20%;
  margin-right: 20px;
}

.gradient-line {
  background-image: linear-gradient(103deg, var(--gradient1-left), var(--gradient1-right) 50%, var(--gradient2-right) 103%);
  width: 100%;
  height: 3px;
}

.gradient-line.line-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gradient-line.thin {
  height: 1px;
}

.nav-gradient-container {
  position: absolute;
  inset: auto 0% 0%;
}

.nav-cta-button {
  text-align: right;
  border-radius: 5px;
  flex: 1;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.nav-cta-button:hover {
  background-color: var(--gradient1-right);
  color: var(--white);
}

.button {
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 17px 35px 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--gradient1-right);
  color: var(--text-color);
  text-decoration: none;
}

.button.empty {
  box-sizing: border-box;
  border: 2px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  height: auto;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: static;
}

.button.empty:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.button.empty.grey {
  border-width: 0;
  border-color: #000;
  display: inline-block;
}

.button.empty.button-new {
  border-width: 2px;
  border-color: var(--gradient2-left);
  background-color: var(--dark-grey);
  justify-content: space-between;
  font-weight: 300;
  display: flex;
}

.button.empty.button-new:hover {
  background-color: var(--gradient2-left);
}

.button.empty.button-new.price-link-button {
  color: var(--text-color);
  background-color: #1f252b;
  font-size: 14px;
  display: block;
}

.button.empty.button-new.price-link-button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button.empty.button-call {
  text-align: center;
  font-weight: 400;
  display: block;
}

.button.white-filled {
  color: var(--dark-black);
  -webkit-text-stroke-color: var(--dark-black);
  background-color: #fff;
  border-radius: 10px;
  max-width: 130px;
  height: 48px;
  padding-bottom: 17px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
}

.button.white-filled:hover {
  background-color: var(--text-color);
  color: var(--dark-black);
  border: 0 solid #0000000d;
}

.button.white-filled.wide {
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
}

.button.white-empty {
  color: #fff;
  background-color: #3ada9100;
  border: 1px solid #fff;
  padding-top: 16px;
  padding-bottom: 14px;
}

.button.white-empty:hover {
  border-color: var(--secondary-green);
  background-color: var(--secondary-green);
}

.button.white-empty.wide {
  border-width: 0;
  border-color: var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  max-width: 300px;
  margin-bottom: 10px;
  font-weight: 400;
}

.button.white-empty.wide:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
}

.button.grey {
  color: #fff;
  background-color: #fff3;
  height: auto;
}

.button.grey:hover {
  background-color: var(--primary-green);
}

.button.grey.small {
  background-color: var(--gradient2-left);
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button.grey.small:hover {
  background-color: #07e4b8;
}

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

.button.small {
  box-sizing: border-box;
  border: 1px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 400;
  overflow: visible;
}

.button.small:hover {
  border-width: 1px;
  border-color: var(--gradient1-right);
  background-color: var(--dark-black);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.button-icon {
  margin-left: 5px;
}

.green-text {
  color: var(--primary-green);
}

.blog-item-category {
  color: var(--primary-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-item-date {
  color: var(--grey);
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

.blog-item-image-container {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-item-overlay {
  background-color: #5d13ccc9;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-item-overlay:hover {
  color: var(--gradient1-right);
}

.featured-blog-item-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.featured-blog-sub-content {
  display: flex;
}

.collection-item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.space-x-small {
  height: 3rem;
}

.card-item {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  padding: 30px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.fadein-into-view {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-item.fadein-into-view.change-color {
  border: 1px solid var(--dark-black);
}

.card-item.fadein-into-view.dark {
  border: 0px solid var(--dark-black);
  box-shadow: none;
  padding: 2px;
}

.card-item.fadein-into-view.dark.shadow {
  box-shadow: 3px 3px 5px 2px var(--dark-grey);
}

.card-item.fadein-into-view.card-item-2 {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  min-height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  overflow: visible;
}

.card-item.fadein-into-view.card-item-2:hover {
  border: 0px solid var(--gradient1-right);
  box-shadow: inset 0 0 0 2px var(--gradient1-right);
  color: var(--text-color);
}

.card-item.card-item-smi {
  background-image: linear-gradient(to bottom, var(--dark-black), var(--dark-black));
}

.card-item.card-item-price {
  box-shadow: none;
  background-image: none;
  border-radius: 0;
}

.card-item.card-item-short {
  max-height: 350px;
}

.card-item.card-item-enterprise {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.white-40 {
  color: #fff6;
  font-size: 16px;
  font-weight: 300;
}

.card-item-gradient {
  z-index: 0;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.card-item-gradient:hover {
  color: var(--text-color);
  background-image: none;
}

.card-item-gradient.gradient-2 {
  background-image: linear-gradient(132deg, var(--gradient2-left), var(--gradient2-right));
}

.card-item-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.card-item-content.large-padding {
  background-color: var(--dark-grey);
  padding: 3em;
}

.card-item-content.large-padding.dark {
  border-radius: 18px;
  padding: 3em;
}

.card-item-content.large-padding.dark.customers {
  background-color: var(--grey-background);
  padding: 2.5em;
}

.card-item-content.centered {
  justify-content: center;
  align-items: center;
}

.card-item-content.partners {
  margin-bottom: 10px;
}

.job-position-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  place-items: center start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.job-position-text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.flexbox-last-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-margin {
  margin: 0;
}

.text-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
  position: static;
}

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

.text-center.text-center-06-25 {
  flex-flow: column;
  align-items: flex-start;
}

.button-container {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.button-container.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-container.mainpage {
  padding-top: 0;
  padding-bottom: 40px;
}

.button-container.mainpage.button-new {
  background-color: #2c2c2e;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-product-demo {
  height: 160vh;
  position: relative;
}

.product-demo-sticky {
  z-index: 1;
  min-height: auto;
  padding-top: 0;
  position: absolute;
  top: 110px;
}

.product-image {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  padding-top: 0;
  display: inline-block;
  overflow: visible;
}

.product-image:hover {
  color: var(--gradient1-right);
}

.product-image-container {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  overflow: visible;
}

.small-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.small-container.small-container-06-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.small-text {
  color: #a3a3a3;
  font-size: 22px;
}

.small-text.grey-text {
  font-size: 14px;
}

.product-icons-background {
  z-index: 0;
  background-color: var(--white);
  max-width: 100%;
  position: absolute;
  inset: 0% -3em;
  overflow: visible;
}

.product-macbookholder {
  z-index: 1;
  position: relative;
  inset: 0% 0% auto;
}

.customers-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.text-holder {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}

.text-holder.mainpage {
  padding-top: 10px;
}

.text-holder.mainpage.mainpage-06-25 {
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.customer-image {
  object-fit: contain;
  width: 100%;
  min-width: 0;
  max-width: 130px;
  min-height: 0;
  max-height: 40px;
}

.tabs {
  margin-top: 40px;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-link {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 20px;
  text-decoration: none;
  transition: height .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  background-color: #0000;
  height: 180px;
  position: relative;
}

.tab-content {
  border: 0px solid var(--dark-black);
  background-color: var(--dark-black);
  flex: 1;
}

.tab-pane {
  border-radius: 5px;
}

.tab-description {
  color: var(--grey);
  width: auto;
  max-width: 400px;
  height: auto;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 200;
}

.tab-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tab-icon {
  z-index: 1;
  position: relative;
}

.tab-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding-top: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-icon-gradient {
  opacity: 0;
  background-image: none;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  padding-bottom: 40px;
  font-size: 22px;
  display: block;
}

.text-container.text-container-widht-100 {
  max-width: 100%;
}

.product-container {
  width: 100%;
  padding: 30px 30%;
  display: inline-block;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.product-container.desktop {
  vertical-align: baseline;
  max-width: 100%;
  padding: 0 0%;
  overflow: visible;
}

.play-icon-holder {
  cursor: pointer;
  border-radius: 100%;
  margin-top: -71px;
  margin-left: -71px;
  transition: box-shadow .2s;
  position: absolute;
  inset: 50% auto auto 50%;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 8px #00000080;
}

.preloader {
  z-index: 30;
  background-color: var(--dark-black);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-line {
  background-color: #ffffff3b;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 80px auto auto 0%;
}

.preloader-gradient {
  background-image: linear-gradient(to right, var(--gradient1-left), var(--gradient1-right) 50%, var(--gradient2-right) 102%);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-table-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pricing-header.option-2 {
  text-align: center;
  border-bottom-width: 0;
  flex-direction: column;
}

.pricing-header.pricing-header-2 {
  border-bottom-width: 0;
}

.pricing-list {
  flex: 1;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
}

.pricing-list.compare-list, .pricing-list.pricing-list-short {
  margin-top: 0;
}

.card-item-gradient-active {
  z-index: 0;
  background-image: linear-gradient(132deg, var(--gradient1-left), var(--secondary-green) 50%, var(--gradient2-left));
  opacity: 1;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 #0003;
}

.card-item-gradient-active.gradient-boder {
  background-color: #0000;
  background-image: linear-gradient(132deg, var(--gradient1-right), #9c6fbe 49%, var(--gradient1-left));
  border: 2px solid #000;
}

.card-item-gradient-active.team-image-holder {
  background-color: #0000;
}

.card-item-gradient-active.gradient-new {
  pointer-events: auto;
  background-image: linear-gradient(90deg, #000, #fff), linear-gradient(0deg, #f9fafa0a 1% 100%, #000);
}

.card-item-gradient-active.bg-graph-paper.card-item-price-apm {
  border-radius: 18px;
  position: absolute;
}

.card-item-gradient-active.shadow {
  box-shadow: none;
}

.pricing-fee.option-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.pricing-vertical-line {
  z-index: 1;
  background-color: #ffffff80;
  flex-direction: column;
  width: 1px;
  margin-left: 25px;
  margin-right: 26px;
  display: flex;
  position: relative;
}

.stretch-content-verticaly {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.stretch-content-verticaly.centered {
  align-items: center;
}

.pricing-tabs-menu {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.pricing-tabs-menu:hover {
  text-decoration: none;
}

.pricing-tab {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 400;
}

.pricing-tab:hover {
  color: #fff;
  background-color: #fff3;
  text-decoration: none;
}

.pricing-tab.w--current {
  color: #000;
  background-color: #fff;
}

.pricing-tabs-content {
  width: 100%;
}

.pricing-tabs {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  min-width: 380px;
  max-width: 25vw;
  height: auto;
  overflow: visible;
}

.slider-left-arrow {
  display: none;
}

.slider-right-arrow {
  display: none;
  overflow: visible;
}

.slider-nav {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 9px;
  display: block;
  inset: auto 0% -60px 0;
}

.slider-mask {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide {
  cursor: default;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.text-regular.text-center {
  font-size: 14px;
}

.feedback-author {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.feedback-image-holder {
  border-radius: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.feedback-image {
  width: 100%;
}

.feedback-card {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  max-width: 25vw;
  height: 100%;
  min-height: 340px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feedback-card:hover {
  text-decoration: none;
}

.slider-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
  overflow: visible;
}

.play-icon-image {
  border-radius: 100%;
  position: relative;
}

.grid-pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pricing-table-secondary {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-table-primary {
  z-index: 2;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  position: relative;
}

.product-phone-holder {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.product-phone-second {
  width: 35%;
}

.product-phone-image {
  width: 100%;
}

.product-phone-demo-image {
  opacity: 0;
  width: auto;
  max-width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
  position: absolute;
  inset: 0% 30%;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-dropdown-icon.grey-text-2 {
  color: var(--grey-menu);
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #1c2328;
  border-radius: 9px;
  width: 345px;
}

.nav-dropdown-list.w--open {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--gradient1-right) var(--ховер) var(--ховер);
  background-color: var(--white);
  border-radius: 0;
  width: 450px;
  padding: 10px 0;
  box-shadow: 5px 5px 5px #0003;
}

.nav-dropdown-link {
  color: var(--grey-menu);
  background-color: #0000;
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 58px;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 800;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: visible;
}

.nav-dropdown-link:hover {
  background-color: var(--ховер);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--gradient1-right);
  border-radius: 0;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-dropdown-link.w--current:hover {
  border-radius: 0;
}

.nav-dropdown-link.last {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-icon-gradient {
  background-image: linear-gradient(134deg, var(--gradient1-left), var(--gradient1-right));
  opacity: 1;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
}

.nav-icon-gradient.gradient-2 {
  background-image: linear-gradient(130deg, var(--gradient2-left), var(--gradient2-right));
}

.nav-dropdown-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.dropdown-nav-item-title {
  color: var(--grey-menu);
  width: 100%;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-nav-item-title:hover {
  color: var(--gradient1-right);
}

.dropdown-nav-item-description {
  color: var(--grey-blue);
  font-weight: 400;
}

.feature-image-container {
  background-color: var(--grey-background);
  position: relative;
}

.feature-image-container.main-1920 {
  background-color: var(--white);
  max-width: 100%;
  overflow: hidden;
}

.feature-image-container.apm {
  background-color: var(--dark-black);
}

.image-100 {
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.black-gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #0000);
  height: 190px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-features-hero {
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-page-hero-image {
  min-width: 65vw;
}

.features-background {
  z-index: -1;
  background-image: url('../images/Feature-2-Hero.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: 140vw;
  width: 200vw;
  position: absolute;
  inset: 0%;
}

.extra-bold-text {
  font-weight: 800;
}

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

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-icon {
  width: 50px;
  min-width: 50px;
  height: 40px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-arrow-bottom {
  width: 23px;
  height: 23px;
}

.accordion-arrow-up {
  display: none;
}

.grid-10 {
  grid-row-gap: 16px;
  background-color: var(--dark-black);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-10.company {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.image-anim-container {
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  height: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-anim-container._100-pct {
  height: 100%;
  min-height: 40vh;
}

.image-anim-container._20-vh {
  height: 20vh;
}

.image-animation {
  background-image: url('../images/company_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-animation.company-img-1 {
  background-image: url('../images/company_3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.image-animation.company-img-2 {
  background-image: url('../images/rectangle-copy-22x.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-animation.company-img-3 {
  background-image: url('../images/company_2.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.team-item {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.team-item:hover {
  text-decoration: none;
}

.team-item.width-normal {
  width: auto;
}

.team-image {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 100%;
  max-width: 100%;
  display: inline-block;
  transform: scale(.95);
}

.team-image.technology-compact {
  width: 100px;
}

.team-image-holder {
  background-image: linear-gradient(180deg, var(--gradient1-left), var(--gradient1-right) 51%, var(--gradient2-right));
  vertical-align: baseline;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  display: inline-block;
  overflow: hidden;
}

.team-image-holder.technology-compact {
  background-image: linear-gradient(180deg, var(--gradient1-left), var(--gradient1-right) 51%, var(--gradient2-right));
  width: 100px;
  height: 100px;
}

.team-name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.team-name.tech-name-compact {
  font-size: 16px;
}

.job-position-container {
  margin-bottom: 15px;
}

.download-icon-holder {
  position: relative;
}

.download-gradient {
  background-image: linear-gradient(101deg, var(--gradient1-left), var(--gradient1-right));
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.download-gradient.gradient-2 {
  background-image: linear-gradient(119deg, var(--gradient2-left), var(--gradient2-right));
}

.download-logo-icon {
  width: 60%;
  margin-top: 10px;
}

.download-icon-content {
  background-color: #333334;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
  box-shadow: 0 0 50px #00000054;
}

.download-down-arrow {
  height: 17px;
}

.team-member-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-form-container {
  position: relative;
  top: 80px;
}

.subscribe-input {
  background-color: #fff;
  border: 1px solid #868f97;
  border-radius: 5px;
  min-width: 350px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .2s;
}

.subscribe-input:focus {
  border-color: #868f97;
}

.subscribe-input::placeholder {
  color: #868f97;
  font-weight: 300;
}

.post-image-details {
  border-radius: 10px;
}

.post-details-section-bg {
  z-index: -1;
  background-color: var(--grey-background);
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto;
}

.social-icon-holder {
  background-color: #333334;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  margin-bottom: 12px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon.small {
  z-index: 1;
  width: 25px;
  position: relative;
}

.social-icon-background {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--gradient1-left), var(--gradient1-right));
  position: absolute;
  inset: 0%;
}

.social-icons {
  flex-direction: column;
  display: flex;
}

.post-details-sticky {
  position: sticky;
  top: 100px;
}

.stretch-content-horizontal {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.change-log-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  place-items: center start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-grid.gap-30 {
  grid-auto-columns: 1fr;
  width: 100%;
}

.feature-grid.gap-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

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

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.licensing-item-photo {
  flex: 0 auto;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 20px;
}

.nav-external-link {
  background-color: #2a3137;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  display: flex;
}

.nav-external-link-icon {
  max-width: 32px;
  padding-right: 16px;
}

.navbar-contianer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #3f3f41;
  border-radius: 54px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 400;
  transition-property: background-color;
}

.cart-button:hover {
  background-color: var(--primary-green);
  color: #fff;
  text-decoration: none;
}

.cart-icon {
  width: 18px;
  margin-right: 8px;
}

.cart-quantity {
  background-color: var(--primary-green);
  color: #fff;
}

.price {
  font-size: 24px;
}

.price.space-small {
  align-self: center;
}

.project-list-wrapper {
  width: 100%;
}

.cart-container {
  background-color: #0f0f11;
  border-radius: 11px;
  min-width: 875px;
  max-width: 875px;
  overflow: hidden;
}

.cart-header {
  background-color: #000;
  border-bottom-color: #3f3f41;
}

.cart-header-text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.close-button {
  background-color: #3f3f41;
  border-radius: 199px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: flex;
}

.x-icon {
  width: 15px;
}

.cart-item-holder {
  grid-column-gap: 20px;
  display: flex;
}

.cart-thumbanil-holder {
  border-radius: 10px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  overflow: hidden;
}

.cart-details-holder {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.product-name {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.quantity-holder {
  grid-column-gap: 22px;
  align-items: center;
  display: flex;
}

.product-category {
  color: #adadad;
  font-size: 20px;
  font-weight: 300;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #fafafa00;
  border-style: none;
  height: 23px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}

.quantity-container {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.cart-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item-container {
  border-bottom: 1px solid #3f3f41;
  margin-bottom: 22px;
  padding-top: 0;
  padding-bottom: 18px;
}

.cart-item-container:last-child {
  border-bottom-style: none;
}

.price-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.cart-price {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.cart-footer {
  background-color: #000;
  border-top-style: none;
}

.cart-line-item {
  font-size: 28px;
}

.checkout-button {
  background-color: #0000;
  border: 2px solid #13cc78;
  border-radius: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  transition-property: background-color;
  transition-duration: .375s;
}

.checkout-button:hover {
  background-color: var(--primary-green);
  color: #fff;
  text-decoration: none;
}

.cart-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-section-holder {
  background-color: #17171a;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.product-title-holder {
  max-width: 40%;
}

.product-grid-holder {
  margin-top: 80px;
}

.product-grid {
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-collection {
  position: sticky;
  top: 111px;
}

.pricing-list-wrapper-holder, .pricing-list-wrapper, .pricing-item {
  height: 100%;
}

.collection-list-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.cateogry-pricing-tabs-menu {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3px;
  font-weight: 500;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.cateogry-pricing-tabs-menu:hover {
  text-decoration: none;
}

.pricing-tab-container {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 12px;
  font-weight: 400;
}

.pricing-tab-container:hover {
  color: #fff;
  background-color: #fff3;
  text-decoration: none;
}

.pricing-tab-container.w--current {
  color: #000;
  background-color: #fff;
}

.checkout-form {
  background-color: #17171a;
}

.block-header {
  background-color: #0000;
  border-style: none;
}

.customer-info {
  background-color: #222529;
  border: 2px solid #232b34;
  border-radius: 8px;
  overflow: hidden;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.checkout-text-field {
  background-color: #191b1e;
  border-width: 1px;
  border-color: #38414b;
  border-radius: 4px;
  height: 55px;
}

.checkout-text-field:focus, .checkout-text-field.-wfp-focus {
  border-color: var(--primary-green);
}

.field-label {
  font-weight: 300;
}

.checkbox {
  background-color: #191b1e;
  border: 1px solid #38414b;
  border-radius: 4px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: -6px;
}

.billing-address-toggle {
  align-items: center;
}

.div-block {
  margin-left: 0;
  margin-right: 0;
}

.checkout-sticky-holder {
  top: 98px;
}

.footer-link-holder {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.grey-paragraph {
  color: var(--grey);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.title-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
}

.title-text.heading-2 {
  font-size: 54px;
}

.pricing-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}

.pricing-title.compare-title {
  font-size: 30px;
}

.pricing-title.pricing-enterprise {
  color: var(--gradient2-left);
}

.read-article-text {
  color: #fff;
  font-weight: 500;
}

.blog-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.blog-small-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.sub-header-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.question-text {
  color: var(--text-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-title-secondary {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}

.cart-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.social-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.margins-top-and-bot {
  margin-top: 12px;
  margin-bottom: 12px;
}

.error-state {
  background-color: var(--gradient1-left);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.link-2 {
  flex: 0 auto;
  margin-right: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-2:hover {
  text-decoration: none;
}

.horizontal-block-holder {
  display: flex;
}

.card-item-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-item-head.flex-row {
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
}

.card-item-icon {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  max-width: 40px;
  max-height: 40px;
}

.card-item-title {
  color: #fff;
  flex-flow: row;
  order: 0;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.card-item-title.bolder {
  font-weight: 700;
}

.card-item-title.card-item-title-2 {
  color: var(--grey);
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.card-item-title.card-item-title-2:hover {
  color: var(--grey);
}

.card-item-title.card-item-title-2-copy {
  margin-top: 10px;
}

.card-item-title.card-item-title-2-copy:hover {
  color: var(--grey);
}

.card-item-description {
  color: #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 200;
  display: block;
}

.card-item-description.color-white {
  color: #dadada;
  font-weight: 200;
}

.card-item-description.flex {
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding-left: 50px;
  display: block;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.tab-link-tab-5 {
  background-color: #0000;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 20px;
}

.text-block-2, .text-block-3 {
  font-size: 24px;
}

.text-block-4 {
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-4.footer-title {
  font-size: 17px;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  font-size: 40px;
}

.heading-3 {
  font-size: 36px;
}

.slider-2 {
  border-radius: 10px;
  min-height: 450px;
  position: relative;
}

.slide-2, .slide-3, .slide-4 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.slider-3 {
  background-color: var(--grey-background);
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
}

.mask {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
  border-radius: 0;
  max-height: 100%;
}

.image-101 {
  border: 0px solid var(--dark-grey);
  background-color: var(--dark-black);
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  overflow: visible;
}

.heading-4 {
  font-size: 48px;
  font-weight: 400;
}

.heading-4.smaller {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-4.smaller.color {
  color: var(--gradient1-right);
}

.heading-4.smaller.align-left {
  text-align: left;
}

.heading-4.smaller.h4-technology {
  font-size: 32px;
}

.heading-4.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4.smaller.call-to-action.blog {
  background-color: var(--dark-black);
  color: var(--white);
}

.heading-5 {
  font-size: 40px;
  font-weight: 400;
}

.heading-6 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-6.cta {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.bold-text.text-center.space-x-small {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.bold-text.text-center.space-x-small.white-text {
  margin-top: 15px;
  font-size: 20px;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-size: 14px;
}

.text-block-8 {
  color: #fff;
}

.icon {
  color: #212121;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 205px 20px;
}

.slide-nav {
  border: 1px solid var(--grey-background);
  background-color: var(--grey-background);
  color: var(--grey-background);
  display: none;
  overflow: hidden;
}

.icon-2 {
  color: #fff;
}

.icon-3, .icon-4, .icon-5 {
  color: #212121;
}

.slide-5 {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
}

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

.bold-text-3 {
  font-size: 20px;
  font-weight: 400;
}

.image-105 {
  max-width: 145px;
}

.heading-7 {
  font-size: 36px;
}

.image-106, .image-107 {
  min-width: 40px;
}

.list {
  margin-bottom: 0;
}

.container-2 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 20px;
}

.link-6 {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-6:hover {
  color: var(--grey);
  text-decoration: none;
}

.link-6.small-link-footer {
  padding-bottom: 0;
}

.link-6.presslink {
  color: var(--grey);
  padding-top: 20px;
  overflow: visible;
}

.link-6.presslink:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.link-underline-2 {
  background-color: #13cc78;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.footer-flex-first-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.text-gradient-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #f85d7f, #6b81fa);
  -webkit-background-clip: text;
  background-clip: text;
}

.grey-text-2 {
  color: #878d95;
}

.grey-text-2.footer-heading {
  margin-top: 10px;
  font-size: 14px;
}

.gradient-line-2 {
  background-image: linear-gradient(103deg, #f85d7f, #6b81fa 50%, #a0fbcd 103%);
  width: 100%;
  height: 3px;
}

.space-exact-2-5-rem {
  height: 2.5rem;
}

.text-block-with-margin {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 200;
}

.text-block-with-margin.grey {
  color: #878d95;
  font-size: 12px;
}

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

.compare-header {
  font-size: 34px;
  font-weight: 600;
}

.compare-line-name {
  font-size: 20px;
}

.compare-line-name.white-text {
  margin-top: 0;
}

.list-item {
  background-image: url('../images/no.png');
  background-position: 0%;
  background-size: auto;
}

.tech-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.tech-wrapper.rows-1 {
  grid-template-rows: auto;
}

.tech-wrapper.rows-1.cols-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.tech-wrapper.rows-1.cols-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tech-wrapper.rows-1.cols-4 {
  grid-template-rows: auto;
}

.tech-wrapper.rows-2.cols-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tech-wrapper.rows-4.cols-4 {
  grid-template-rows: auto;
}

.tech-wrapper.rows-3.cols-4 {
  grid-template-rows: auto auto auto auto;
}

.image-108 {
  width: 50px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.div-block-4, .div-block-5 {
  display: flex;
}

.space-exact-4-rem {
  min-height: 3.2rem;
}

.list-item-2, .list-item-3 {
  font-weight: 400;
}

.listitem {
  padding-left: 38px;
  font-weight: 400;
}

.listitem.list-cta {
  background-image: url('../images/check-circle_new.svg');
  font-size: 14px;
  font-weight: 300;
}

.footer-small-text {
  font-size: 12px;
  font-weight: 300;
}

.margin-left-100 {
  margin-left: 0;
}

.form-block {
  margin-bottom: 0;
}

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

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

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

.icon-6 {
  color: #212121;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27 {
  font-weight: 400;
}

.next {
  border-color: var(--text-color);
  background-color: var(--text-color);
  border-radius: 10px;
}

.text-block-28 {
  color: var(--dark-black);
  font-weight: 500;
}

.text-block-28:hover {
  color: var(--gradient2-left);
}

.previous {
  border-width: 0;
  border-color: var(--text-color);
  background-color: var(--text-color);
  color: var(--dark-black);
  border-radius: 10px;
}

.previous:hover {
  border-width: 0;
  border-color: var(--text-color);
  color: var(--dark-black);
  display: block;
}

.text-block-29 {
  background-color: var(--text-color);
  font-weight: 500;
}

.text-block-29:hover {
  color: var(--gradient2-left);
}

.icon-7 {
  color: var(--dark-black);
}

.icon-7:hover {
  color: var(--gradient2-left);
}

.icon-8, .pagination {
  color: var(--dark-black);
}

.card-item-gradient-active-2 {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(132deg, #f85d7f, #6b81fa);
  position: absolute;
  inset: 0%;
}

.grid-6-col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-6-col-2.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.pricing-tabs-menu-2 {
  background-image: linear-gradient(#222529, #222529);
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.pricing-tabs-menu-2:hover {
  text-decoration: none;
}

.card-item-2 {
  background-image: linear-gradient(#222529, #222529);
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  padding: 30px 25px;
  font-weight: 500;
  display: flex;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.card-item-2:hover {
  text-decoration: none;
}

.card-item-gradient-active-3, .card-item-gradient-active-4, .card-item-gradient-active-5 {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(132deg, #f85d7f, #6b81fa);
  position: absolute;
  inset: 0%;
}

.highlight {
  color: var(--text-color);
  overflow-wrap: normal;
  order: 0;
  font-weight: 500;
  display: inline-flex;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-6 {
  display: flex;
}

.image-109 {
  text-align: right;
  justify-content: flex-end;
  display: inline-flex;
  position: static;
  inset: -200% 0% 0% 100%;
}

.text-block-30 {
  font-size: 14px;
  font-weight: 400;
}

.div-block-7 {
  display: flex;
  position: static;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 17px 35px 15px;
  display: flex;
}

.text-block-31 {
  font-size: 14px;
  font-weight: 400;
}

.button-new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-text {
  font-size: 14px;
  font-weight: 400;
}

.image-110 {
  position: static;
}

.slide-nav-2 {
  background-color: var(--grey-background);
}

.slide-nav-3, .slide-nav-4, .slide-nav-5 {
  display: none;
}

.text-span-gradient.ai-gradient-text {
  text-align: center;
}

.text-span-white {
  font-weight: 400;
}

.container-3 {
  max-width: 1170px;
}

.image-wrapper {
  background-color: var(--grey-background);
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.text-overlay {
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 0% auto auto 0%;
}

.text-overlay.text-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-size: 14px;
  display: grid;
}

.heading-8, .heading-8.h4-right {
  text-align: center;
}

.image-111 {
  border: 0px solid var(--dark-grey);
  background-color: var(--dark-grey);
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.section-2 {
  background-color: var(--grey-background);
}

.div-for-margine {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 50px;
  display: flex;
}

.header-small {
  font-size: 30px;
  display: block;
}

.call-to-action {
  font-size: 52px;
  font-weight: 400;
}

.call-to-action.ai-gradient-text {
  font-size: 52px;
}

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

.button-call-to-action {
  border: 2px solid var(--gradient1-right);
  background-color: var(--gradient1-right);
  text-align: center;
  border-radius: 5px;
  width: 50%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
}

.button-call-to-action:hover {
  background-color: var(--grey-background);
  color: var(--text-color);
}

.button-call-to-action-transparent {
  border: 2px solid var(--gradient1-right);
  background-color: var(--grey-background);
  text-align: center;
  border-radius: 5px;
  width: 50%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
}

.button-call-to-action-transparent:hover {
  background-color: var(--gradient1-right);
  color: var(--text-color);
}

.small-header-grey {
  color: var(--grey);
  font-size: 24px;
  font-weight: 300;
}

.faq {
  color: var(--text-color);
}

.form-item {
  margin-bottom: 20px;
}

.check-box-label {
  color: var(--grey);
  font-size: 12px;
}

.form-agree {
  color: var(--grey);
  font-size: 12px;
  font-weight: 300;
}

.link-7, .form-agree-link {
  color: var(--grey);
  font-weight: 400;
  text-decoration: underline;
}

.card-item-3 {
  background-image: linear-gradient(#222529, #222529);
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  padding: 30px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.card-item-3:hover {
  text-decoration: none;
}

.error-message-2 {
  font-size: 16px;
  font-weight: 300;
}

.div-block-9_1 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.text-overlay_new {
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 0% auto auto 0%;
}

.text-overlay_new.text-center {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-size: 14px;
  display: grid;
}

.div-block-8-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.body {
  background-color: var(--dark-black);
  overflow: visible;
}

.image-wrapper-dark-grey {
  background-color: var(--dark-grey);
  max-width: 100%;
  position: relative;
}

.heading-4-customers {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-customers.smaller {
  background-color: var(--white);
  color: var(--dark-black);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.heading-4-customers.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-customers.smaller.align-left {
  text-align: left;
}

.heading-4-customers.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-customers.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-logo-customers {
  border: 0px solid var(--dark-grey);
  background-color: var(--white);
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-8-customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.62fr 1.62fr .25fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.image-wrapper-dark-grey-vertical {
  background-color: var(--dark-grey);
  max-width: 100%;
  position: relative;
}

.div-block-9_1-vertical {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.heading-4-customers-vertical {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-customers-vertical.smaller {
  background-color: var(--dark-grey);
  color: var(--text-color);
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.heading-4-customers-vertical.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-customers-vertical.smaller.align-left {
  text-align: left;
}

.heading-4-customers-vertical.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-customers-vertical.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.call-to-action-color {
  background-color: var(--grey-background);
  max-width: 100%;
  overflow: visible;
}

.container-customers {
  background-color: var(--white);
  max-width: 106%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
  font-size: 0;
  overflow: visible;
}

.container-customers.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-customers.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-customers.customers {
  padding-top: 2rem;
}

.container-customers.main-carusel {
  background-color: var(--dark-grey);
}

.container-customers.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-customers.faq {
  padding-bottom: 0;
}

.container-customers.news-container-black {
  background-color: var(--dark-black);
}

.container-customers.container-max-w {
  max-width: 900px;
}

.container-customers.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-9_1-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.container-recognition {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.container-recognition.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-recognition.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-recognition.customers {
  padding-top: 2rem;
}

.container-recognition.main-carusel {
  background-color: var(--dark-grey);
}

.container-recognition.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-recognition.faq {
  padding-bottom: 0;
}

.container-recognition.news-container-black {
  background-color: var(--dark-black);
}

.container-recognition.container-max-w {
  max-width: 900px;
}

.container-recognition.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-9_1-recognition {
  grid-column-gap: 22px;
  grid-row-gap: 7px;
  grid-template-rows: 35px 45px 45px;
  grid-template-columns: .25fr .65fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
  position: static;
}

.button-recognition {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-button-recognition {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .65fr .25fr 3fr .25fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.button-recognition-1 {
  color: var(--dark-black);
  border: 2px solid var(--dark-black);
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--dark-black);
  background-color: #3898ec00;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button-recognition-1__external-icon {
  flex: 0 0 auto;
  display: inline-block;
}

.button-recognition-1:hover {
  background-color: var(--dark-black);
  color: var(--white);
  -webkit-text-stroke-color: var(--dark-black);
}

.heading-2-recognition {
  color: var(--dark-black);
  letter-spacing: .5px;
  font-size: 36px;
}

.section-recognition {
  background-color: rgb(72, 216, 251);
  padding-top: 20px;
  padding-bottom: 20px;
}

/* === .section-recognition layout (quick task 260429-mcj) === */
/* 3-column flex: logo (25%) | text (50%) | CTA (25%).                   */
.section-recognition .container-recognition {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1.25rem 4rem;
}

.section-recognition .recognition-logo,
.section-recognition .recognition-cta {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
}

.section-recognition .recognition-logo {
  justify-content: center;
  padding-right: 1.5rem;
}

.section-recognition .recognition-cta {
  justify-content: center;
  padding-left: 1.5rem;
}

.section-recognition .recognition-text {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0 1.5rem;
  min-width: 0;
}

.section-recognition .recognition-text > * {
  align-self: flex-start;
}

.section-recognition .recognition-text > h2 {
  margin: 0;
}

.section-recognition .icon-recognittion {
  max-width: 100%;
  max-height: 96px;
  width: auto;
  height: auto;
}

.section-recognition .heading-2-recognition {
  font-size: 24px;
  line-height: 1.25;
}

.section-recognition .small-header-grey-recognition {
  font-size: 13px;
}

@media (max-width: 1280px) {
  .section-recognition .container-recognition {
    padding: 1rem 2.5rem;
  }
  .section-recognition .icon-recognittion {
    max-height: 80px;
  }
  .section-recognition .heading-2-recognition {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .section-recognition .container-recognition {
    padding: 0.75rem 1.5rem;
  }
  .section-recognition .recognition-logo {
    padding-right: 1rem;
  }
  .section-recognition .recognition-text {
    padding: 0 1rem;
  }
  .section-recognition .recognition-cta {
    padding-left: 1rem;
  }
  .section-recognition .icon-recognittion {
    max-height: 64px;
  }
  .section-recognition .heading-2-recognition {
    font-size: 18px;
    line-height: 1.2;
  }
  .section-recognition .small-header-grey-recognition {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-recognition .container-recognition {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 12px;
  }
  .section-recognition .recognition-logo,
  .section-recognition .recognition-text,
  .section-recognition .recognition-cta {
    flex: 1 1 auto;
    padding: 0;
    justify-content: flex-start;
  }
  .section-recognition .icon-recognittion {
    max-height: 56px;
  }
  .section-recognition .heading-2-recognition {
    font-size: 18px;
  }
}

.icon-recognittion {
  box-sizing: border-box;
  object-fit: contain;
  width: auto;
  position: static;
  overflow: visible;
}

.small-header-grey-recognition {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.div-block-9_1-recognition-icon {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  background-color: var(--dark-grey);
  grid-template: "." 55px
                 "." 55px
                 / .25fr .75fr 3fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-9_1-recognition-grey-text {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  grid-template-rows: 40px;
  grid-template-columns: .25fr .25fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-9_1-recognition-icon-2 {
  grid-column-gap: 29px;
  grid-row-gap: 7px;
  grid-template-rows: 60px;
  grid-template-columns: .25fr .25fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.container-hero {
  background-color: var(--white);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: visible;
}

.container-hero.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-hero.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-hero.customers {
  padding-top: 2rem;
}

.container-hero.main-carusel {
  background-color: var(--dark-grey);
}

.container-hero.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-hero.faq {
  padding-bottom: 0;
}

.container-hero.news-container-black {
  background-color: var(--dark-black);
}

.container-hero.container-max-w {
  max-width: 900px;
}

.container-hero.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.small-header-grey-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gradient1-right);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.div-block-9_1-hero {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  background-color: var(--white);
  grid-template-rows: 40px;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-9_1-hero-text {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  background-color: var(--white);
  -webkit-text-stroke-color: var(--dark-black);
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-4-hero {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-hero.smaller {
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  display: flex;
}

.heading-4-hero.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-hero.smaller.align-left {
  text-align: left;
}

.heading-4-hero.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-hero.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2-hero {
  color: var(--dark-black);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 52px;
  font-weight: 600;
  display: flex;
}

.div-block-button-hero {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .28fr .28fr .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 14px;
  display: grid;
  position: static;
  top: 50px;
  left: 50px;
}

.button-hero {
  border: 2px solid var(--gradient1-right);
  background-color: var(--gradient1-right);
  text-align: center;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 300;
}

.button-hero:hover {
  background-color: var(--dark-grey);
  color: var(--text-color);
}

.div-block-9_1-hero-2 {
  grid-column-gap: 3px;
  grid-row-gap: 7px;
  background-color: var(--white);
  grid-template-rows: 30px;
  grid-template-columns: .25fr .25fr .55fr .25fr .55fr .25fr .55fr .25fr;
  grid-auto-columns: .25fr;
  justify-content: center;
  place-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.small-header-grey-hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey-menu);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.icon-hero {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  object-fit: contain;
  width: 40%;
  max-width: 40%;
  height: 60%;
  max-height: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 0;
  position: static;
  overflow: visible;
}

.button-hero-2 {
  border: 2px solid var(--gradient1-right);
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 300;
}

.button-hero-2:hover {
  background-color: var(--gradient2-left);
  color: var(--text-color);
}

.div-block-button-hero-3 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .45fr .45fr .25fr .25fr;
  grid-auto-columns: .5fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: -200px;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 200px 50px auto;
  overflow: visible;
}

.section-hero-new {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.button-hero-new {
  border: 2px solid var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 500;
}

.button-hero-new:hover {
  background-color: var(--white);
  color: var(--gradient1-right);
}

.button-hero-2-new {
  border: 2px solid var(--gradient1-right);
  color: var(--gradient1-right);
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--white);
  background-color: #3898ec05;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 500;
}

.button-hero-2-new:hover {
  background-color: var(--gradient1-right);
  color: var(--white);
}

.button-heder {
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  mix-blend-mode: normal;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: inline-block;
}

.button-heder:hover {
  border: 0px solid var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--gradient1-right);
  text-decoration: none;
}

.button-heder.empty {
  box-sizing: border-box;
  border: 2px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  height: auto;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: static;
}

.button-heder.empty:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.button-heder.empty.grey {
  border-width: 0;
  border-color: #000;
  display: inline-block;
}

.button-heder.empty.button-new {
  border-width: 2px;
  border-color: var(--gradient2-left);
  background-color: var(--dark-grey);
  justify-content: space-between;
  font-weight: 300;
  display: flex;
}

.button-heder.empty.button-new:hover {
  background-color: var(--gradient2-left);
}

.button-heder.empty.button-new.price-link-button {
  color: var(--text-color);
  background-color: #1f252b;
  font-size: 14px;
  display: block;
}

.button-heder.empty.button-new.price-link-button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-heder.empty.button-call {
  text-align: center;
  font-weight: 400;
  display: block;
}

.button-heder.white-filled {
  color: var(--dark-black);
  -webkit-text-stroke-color: var(--dark-black);
  background-color: #fff;
  border-radius: 10px;
  max-width: 130px;
  height: 48px;
  padding-bottom: 17px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
}

.button-heder.white-filled:hover {
  background-color: var(--text-color);
  color: var(--dark-black);
  border: 0 solid #0000000d;
}

.button-heder.white-filled.wide {
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
}

.button-heder.white-empty {
  color: #fff;
  background-color: #3ada9100;
  border: 1px solid #fff;
  padding-top: 16px;
  padding-bottom: 14px;
}

.button-heder.white-empty:hover {
  border-color: var(--secondary-green);
  background-color: var(--secondary-green);
}

.button-heder.white-empty.wide {
  border-width: 0;
  border-color: var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  max-width: 300px;
  margin-bottom: 10px;
  font-weight: 400;
}

.button-heder.white-empty.wide:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
}

.button-heder.grey {
  color: #fff;
  background-color: #fff3;
  height: auto;
}

.button-heder.grey:hover {
  background-color: var(--primary-green);
}

.button-heder.grey.small {
  background-color: var(--gradient2-left);
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-heder.grey.small:hover {
  background-color: #07e4b8;
}

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

.button-heder.small {
  box-sizing: border-box;
  border: 1px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 400;
  overflow: visible;
}

.button-heder.small:hover {
  border-width: 1px;
  border-color: var(--gradient1-right);
  background-color: var(--dark-black);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.nav-link-text-heder {
  color: var(--white);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--text-color);
  align-self: center;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-text-heder:hover {
  color: var(--text-color);
  font-weight: 500;
}

.nav-link-text-heder.grey-text-2:hover {
  color: var(--text-color);
}

.nav-dropdown-list-company {
  background-color: #1c2328;
  border-radius: 9px;
  width: 345px;
}

.nav-dropdown-list-company.w--open {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--gradient1-right) var(--ховер) var(--ховер);
  background-color: var(--white);
  border-radius: 0;
  width: 250px;
  padding: 10px 0;
  box-shadow: 5px 5px 5px #0003;
}

.nav-dropdown-link-company {
  color: var(--grey-background);
  background-color: #0000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 58px;
  margin-bottom: 0;
  padding: 10px;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: visible;
}

.nav-dropdown-link-company:hover {
  background-color: var(--ховер);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--gradient1-right);
  border-radius: 0;
  padding-right: 0;
  text-decoration: none;
}

.nav-dropdown-link-company.w--current {
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-dropdown-link-company.w--current:hover {
  border-radius: 0;
}

.nav-dropdown-link-company.last {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-heder {
  color: var(--grey-menu);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-heder:hover {
  color: var(--gradient1-right);
  text-decoration: none;
}

.nav-link-heder.w--current {
  font-weight: 700;
}

.nav-link-heder.w--current:hover {
  color: var(--gradient1-right);
}

.nav-link-heder.nav-item-dropdown {
  height: 100%;
  padding-right: 35px;
  font-weight: 400;
}

.nav-link-text-2 {
  direction: ltr;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--text-color);
  text-transform: uppercase;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nav-link-text-2:hover {
  color: var(--gradient1-right);
}

.nav-link-text-2.grey-text-2 {
  color: var(--grey-background);
}

.nav-link-text-2.grey-text-2:hover {
  color: var(--grey-background);
  font-weight: 500;
}

.section-3 {
  max-width: 100%;
  overflow: visible;
}

.container-products {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-products.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-products.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-products.customers {
  padding-top: 2rem;
}

.container-products.main-carusel {
  background-color: var(--dark-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-products.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-products.faq {
  padding-bottom: 0;
}

.container-products.news-container-black {
  background-color: var(--dark-black);
}

.container-products.container-max-w {
  max-width: 900px;
}

.container-products.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4-products {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-products.smaller {
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
}

.heading-4-products.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-products.smaller.align-left {
  text-align: left;
}

.heading-4-products.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-products.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2-products {
  color: var(--white);
  text-align: left;
  font-size: 38px;
}

.section-products {
  background-color: var(--dark-black);
}

.section-products.section-futer-2 {
  background-color: var(--grey-background);
}

.section-products.section-futer-2.section-smi {
  background-color: var(--dark-grey);
}

.section-products.section-futer-2.section-backgroud-white, .section-products.section-customers, .section-products.section-price, .section-products.section-faq-price {
  background-color: var(--dark-black);
}

.section-products.section-grey, .section-products.section-black {
  background-color: var(--dark-grey);
}

.section-products.faq {
  background-color: var(--dark-black);
}

.section-products.partners {
  background-color: var(--grey-background);
}

.section-products.blog {
  background-color: var(--dark-black);
}

.tab-icon-white {
  z-index: 1;
  position: relative;
}

.section-tech {
  background-color: var(--white);
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  overflow: visible;
}

.container-tech {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-tech.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-tech.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-tech.customers {
  padding-top: 2rem;
}

.container-tech.main-carusel {
  background-color: var(--dark-grey);
}

.container-tech.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-tech.faq {
  padding-bottom: 0;
}

.container-tech.news-container-black {
  background-color: var(--dark-black);
}

.container-tech.container-max-w {
  max-width: 900px;
}

.container-tech.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-tech {
  grid-column-gap: 22px;
  grid-row-gap: 7px;
  grid-template-rows: 35px 45px 45px;
  grid-template-columns: .25fr .65fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
  position: static;
}

.tabs-tech {
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.tabs-menu-tech {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.tab-link-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 20px;
  text-decoration: none;
  transition: height .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.tab-link-2:hover {
  text-decoration: none;
}

.tab-link-2.w--current {
  background-color: #0000;
  height: 180px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  position: relative;
  overflow: visible;
}

.tab-icon-holder-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding-top: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tab-description-2 {
  color: var(--grey);
  width: auto;
  max-width: 400px;
  height: auto;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 200;
}

.tab-content-tech {
  border: 0px solid var(--dark-black);
  background-color: var(--dark-black);
  flex: 1;
  margin-right: -82px;
  overflow: visible;
}

.tab-pane-tech {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.slider-3-tech {
  background-color: var(--grey-background);
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
}

.mask-2 {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
  border-radius: 0;
  max-height: 100%;
}

.slide-tech {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
}

.image-tech {
  border: 0px solid var(--dark-grey);
  background-color: var(--dark-black);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.container-22 {
  background-color: var(--dark-grey);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-22.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-22.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-22.customers {
  padding-top: 2rem;
}

.container-22.main-carusel {
  background-color: var(--dark-grey);
}

.container-22.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-22.faq {
  padding-bottom: 0;
}

.container-22.news-container-black {
  background-color: var(--dark-black);
}

.container-22.container-max-w {
  max-width: 900px;
}

.container-22.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-1 {
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 0;
}

.container-futer {
  background-color: var(--dark-black);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-futer.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-futer.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-futer.customers {
  padding-top: 2rem;
}

.container-futer.main-carusel {
  background-color: var(--dark-grey);
}

.container-futer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-futer.faq {
  padding-bottom: 0;
}

.container-futer.news-container-black {
  background-color: var(--dark-black);
}

.container-futer.container-max-w {
  max-width: 900px;
}

.container-futer.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-futer-down {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-futer-down.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-futer-down.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-futer-down.customers {
  padding-top: 2rem;
}

.container-futer-down.main-carusel {
  background-color: var(--dark-grey);
}

.container-futer-down.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-futer-down.faq {
  padding-bottom: 0;
}

.container-futer-down.news-container-black {
  background-color: var(--dark-black);
}

.container-futer-down.container-max-w {
  max-width: 900px;
}

.container-futer-down.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.grey-text-futer {
  color: #878d95;
}

.grey-text-futer.footer-heading {
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.link-futer {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-futer:hover {
  color: var(--grey);
  text-decoration: none;
}

.link-futer.small-link-footer {
  padding-bottom: 0;
}

.link-futer.presslink {
  color: var(--grey);
  padding-top: 20px;
}

.link-futer.presslink:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.container-apm {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-apm.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-apm.no-padding-bottom {
  padding-top: 4rem;
  padding-bottom: 0;
}

.container-apm.customers {
  padding-top: 2rem;
}

.container-apm.main-carusel {
  background-color: var(--dark-grey);
}

.container-apm.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-apm.faq {
  padding-bottom: 0;
}

.container-apm.news-container-black {
  background-color: var(--dark-black);
}

.container-apm.container-max-w {
  max-width: 900px;
}

.container-apm.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

._2-apm {
  background-color: var(--text-color);
  color: var(--dark-black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 58px;
  font-weight: 400;
}

._2-apm.ai-gradient-text {
  font-size: 40px;
}

._2-apm.glow-text {
  font-size: 58px;
}

.text-center-apm {
  color: var(--dark-black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
  position: static;
}

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

.text-center-apm.text-center-06-25 {
  flex-flow: column;
  align-items: flex-start;
}

.heading-2-hero-apm {
  color: var(--dark-black);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
}

.heading-2-hero-apm.ai-gradient-text {
  color: var(--text-color);
}

.grey-text-apm {
  color: var(--grey);
  flex-direction: column;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.grey-text-apm.links {
  display: block;
}

.grey-text-apm.links.footer-small-text {
  font-size: 16px;
}

.grey-text-apm.faq-text {
  font-size: 14px;
  font-weight: 200;
}

.grey-text-apm.footer-text {
  font-size: 14px;
  font-weight: 300;
}

.grey-text-apm.hero-description {
  -webkit-text-stroke-color: var(--grey-menu);
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.grey-text-apm.hero-description.grey-text-customers {
  aspect-ratio: auto;
  color: var(--grey);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.grey-text-apm.hero-description.left {
  flex-flow: row;
}

.grey-text-apm.grey-paragraph {
  font-size: 22px;
}

.grey-text-apm.partners {
  font-size: 20px;
}

.text-holder-apm {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}

.text-holder-apm.mainpage {
  color: var(--grey-menu);
  padding-top: 10px;
}

.text-holder-apm.mainpage.mainpage-06-25 {
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.section-apm {
  margin-top: 20px;
  position: relative;
}

.fixed-nav-black {
  z-index: 10;
  background-color: var(--dark-black);
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-nav-black.fixed-nav-06-25 {
  height: 100px;
  box-shadow: 0 2px 9px #0003;
}

.nav-menu-black {
  z-index: 1;
  color: var(--text-color);
  letter-spacing: .5px;
  text-transform: capitalize;
  flex: 1;
  justify-content: flex-end;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.nav-link-heder-black {
  color: var(--text-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-heder-black:hover {
  text-decoration: none;
}

.nav-link-heder-black.w--current {
  font-weight: 700;
}

.nav-link-heder-black.nav-item-dropdown {
  height: 100%;
  padding-right: 35px;
  font-weight: 400;
}

.nav-link-text-black {
  direction: ltr;
  color: var(--grey);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--text-color);
  text-transform: uppercase;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nav-link-text-black:hover {
  color: var(--gradient1-right);
}

.nav-link-text-black.grey-text-2 {
  color: var(--grey-background);
}

.nav-link-text-black.grey-text-2:hover {
  color: var(--grey-background);
  font-weight: 500;
}

.fixed-nav-black-copy {
  z-index: 10;
  background-color: var(--dark-black);
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-nav-black-copy.fixed-nav-06-25 {
  height: 100px;
  box-shadow: 0 2px 9px #0003;
}

.fixed-nav-copy {
  z-index: 10;
  background-color: var(--dark-black);
  height: 110px;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-nav-copy.fixed-nav-06-25, .fixed-nav-copy.fixed-nav-06-25-black {
  background-color: var(--white);
  height: 100px;
  box-shadow: 0 2px 9px #0003;
}

.fixed-nav-copy.fixed-nav-06-25-black {
  background-color: var(--dark-black);
  height: 100px;
  box-shadow: 0 2px 9px #0003;
}

.container-copy {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-copy.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-copy.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-copy.customers {
  padding-top: 2rem;
}

.container-copy.main-carusel {
  background-color: var(--dark-grey);
}

.container-copy.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-copy.faq {
  padding-bottom: 0;
}

.container-copy.news-container-black {
  background-color: var(--dark-black);
}

.container-copy.container-max-w {
  max-width: 900px;
}

.container-copy.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-copy.nav-container-black {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.navbar-contianer-black {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-dropdown-icon-2.grey-text-2 {
  color: var(--grey-menu);
  font-weight: 700;
}

.nav-dropdown-icon-2.grey-text-3 {
  color: var(--grey);
  font-weight: 700;
}

.nav-dropdown-list-black {
  background-color: #1c2328;
  border-radius: 9px;
  width: 345px;
}

.nav-dropdown-list-black.w--open {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--gradient1-right) var(--grey) var(--grey);
  background-color: var(--grey-background);
  border-radius: 0;
  width: 450px;
  padding: 10px 0;
  box-shadow: 5px 5px 5px #0003;
}

.nav-dropdown-link-black {
  color: var(--grey-menu);
  background-color: #0000;
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 58px;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 800;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: visible;
}

.nav-dropdown-link-black:hover {
  background-color: var(--ховер);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--gradient1-right);
  border-radius: 0;
  text-decoration: none;
}

.nav-dropdown-link-black.w--current {
  color: var(--text-color);
  margin-bottom: 5px;
  padding: 5px 10px;
}

.nav-dropdown-link-black.w--current:hover {
  background-color: var(--dark-grey);
  color: var(--text-color);
  border-radius: 0;
}

.nav-dropdown-link-black.last {
  color: var(--text-color);
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-dropdown-link-black.last:hover, .nav-dropdown-link-black.curent-copy:hover {
  background-color: var(--dark-grey);
}

.nav-dropdown-link-black.last-copy {
  color: var(--text-color);
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-dropdown-link-black.last-copy:hover {
  background-color: var(--dark-grey);
}

.dropdown-nav-item-title-black {
  color: var(--text-color);
  width: 100%;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-nav-item-title-black:hover {
  color: var(--gradient1-right);
}

.nav-dropdown-list-company-black {
  background-color: #1c2328;
  border-radius: 9px;
  width: 345px;
}

.nav-dropdown-list-company-black.w--open {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--gradient1-right) var(--grey) var(--grey);
  background-color: var(--grey-background);
  border-radius: 0;
  width: 250px;
  padding: 10px 0;
  box-shadow: 5px 5px 5px #0003;
}

.nav-menu-black-2 {
  z-index: 1;
  color: var(--text-color);
  letter-spacing: .5px;
  text-transform: capitalize;
  flex: 1;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.div-block-call {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 50px;
  display: grid;
}

.heading-4-call {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-call.smaller {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-4-call.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-call.smaller.align-left {
  text-align: left;
}

.heading-4-call.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-call.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-small-call {
  font-size: 26px;
  display: block;
}

.text-overlay-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 0% auto auto 0%;
}

.text-overlay-copy.text-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-size: 14px;
  display: grid;
}

.text-overlay-copy.text-center-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  font-size: 14px;
  display: grid;
}

.div-block-8-call {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.div-block-8-call-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  font-size: 14px;
  display: grid;
  overflow: visible;
}

.container-partners {
  background-color: var(--dark-black);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-partners.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-partners.no-padding-bottom {
  padding-top: 4rem;
  padding-bottom: 0;
}

.container-partners.customers {
  padding-top: 2rem;
}

.container-partners.main-carusel {
  background-color: var(--dark-grey);
}

.container-partners.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-partners.faq {
  padding-bottom: 0;
}

.container-partners.news-container-black {
  background-color: var(--dark-black);
}

.container-partners.container-max-w {
  max-width: 900px;
}

.container-partners.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.content-blog {
  color: var(--text-color);
  background-color: #5d13ccc9;
}

.content-blog:hover {
  color: var(--text-color);
}

.content-blog.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-blog.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.content-blog.blog-empty {
  background-color: var(--dark-black);
}

.content-blog.margin-right-100 {
  margin-right: 30px;
}

.content-blog.company_image-1 {
  background-image: url('../images/company_2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 20vh;
  min-height: 0;
  overflow: hidden;
}

.content-blog.company_image-2 {
  background-image: url('../images/company_3.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 35vh;
  overflow: hidden;
}

.content-blog.company_image-3 {
  background-image: url('../images/company_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
}

.container-company {
  background-color: var(--dark-black);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-company.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-company.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-company.customers {
  padding-top: 2rem;
}

.container-company.main-carusel {
  background-color: var(--dark-grey);
}

.container-company.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-company.faq {
  padding-bottom: 0;
}

.container-company.news-container-black {
  background-color: var(--dark-black);
}

.container-company.container-max-w {
  max-width: 900px;
}

.container-company.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-blog-mini {
  background-color: var(--dark-black);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-blog-mini.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-blog-mini.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-blog-mini.customers {
  padding-top: 2rem;
}

.container-blog-mini.main-carusel {
  background-color: var(--dark-grey);
}

.container-blog-mini.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-blog-mini.faq {
  padding-bottom: 0;
}

.container-blog-mini.news-container-black {
  background-color: var(--dark-black);
}

.container-blog-mini.container-max-w {
  max-width: 900px;
}

.container-blog-mini.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4-blog {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-blog.smaller {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-4-blog.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-blog.smaller.align-left {
  text-align: left;
}

.heading-4-blog.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-blog.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-tech {
  letter-spacing: .5px;
  font-size: 38px;
  font-weight: 600;
}

.tab-title-tech {
  color: var(--dark-black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}

.tab-description-tech {
  color: var(--grey-menu);
  width: auto;
  max-width: 400px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.heading-4-smi {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-smi.smaller {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-4-smi.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-smi.smaller.align-left {
  text-align: left;
}

.heading-4-smi.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-smi.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-center-edvant {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
  position: static;
}

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

.text-center-edvant.text-center-06-25 {
  flex-flow: column;
  align-items: flex-start;
}

.small-header-grey-copy {
  color: var(--grey);
  font-size: 24px;
  font-weight: 300;
}

.small-header-grey-advant {
  color: var(--text-color);
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-4-advant {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-advant.smaller {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.heading-4-advant.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-advant.smaller.align-left {
  text-align: left;
}

.heading-4-advant.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-advant.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-advant {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.container-advant.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-advant.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-advant.customers {
  padding-top: 2rem;
}

.container-advant.main-carusel {
  background-color: var(--dark-grey);
}

.container-advant.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-advant.faq {
  padding-bottom: 0;
}

.container-advant.news-container-black {
  background-color: var(--dark-black);
}

.container-advant.container-max-w {
  max-width: 900px;
}

.container-advant.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item-title-copy {
  color: #fff;
  flex-flow: row;
  order: 0;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.card-item-title-copy.bolder {
  font-weight: 700;
}

.card-item-title-copy.card-item-title-2 {
  color: var(--grey);
  margin-top: 10px;
  font-weight: 400;
}

.card-item-title-copy.card-item-title-2:hover {
  color: var(--grey);
}

.card-item-title-copy.card-item-title-2-copy {
  color: var(--grey);
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.card-item-title-copy.card-item-title-2-copy:hover {
  color: var(--grey);
}

.section-footer-1 {
  background-color: var(--dark-grey);
}

.section-footer-1.section-futer-2 {
  background-color: var(--grey-background);
}

.section-footer-1.section-futer-2.section-smi {
  background-color: var(--dark-grey);
  margin-bottom: -60px;
}

.section-footer-1.section-futer-2.section-backgroud-white, .section-footer-1.section-customers, .section-footer-1.section-price, .section-footer-1.section-faq-price {
  background-color: var(--dark-black);
}

.section-footer-1.section-grey {
  background-color: var(--grey-background);
  width: 1170px;
  max-width: 1170px;
}

.section-footer-1.section-black {
  background-color: var(--dark-grey);
}

.section-footer-1.faq {
  background-color: var(--dark-black);
}

.section-footer-1.partners {
  background-color: var(--grey-background);
}

.section-footer-1.blog {
  background-color: var(--dark-black);
}

.section-footer-1.section-futer-1 {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
}

.section-footer-1.section-futer-1.section-smi {
  background-color: var(--dark-grey);
  margin-bottom: -60px;
}

.section-footer-1.section-futer-1.section-backgroud-white {
  background-color: var(--dark-black);
}

.footer-flex-container-up {
  text-align: left;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.footer-flex-container-up.vertikal {
  font-size: 12px;
}

.footer-flex-container-up.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.footer-flex-container-up.footer-grid-up {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  display: grid;
}

.footer-flex-first-up {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
}

.footer-flex-first-up.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-flex-content-up {
  min-width: 20%;
  margin-right: 20px;
}

.brand-black {
  z-index: 2;
  width: 150px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-black.w--current {
  width: 150px;
  min-width: 150px;
}

.nav-logo-black {
  width: 150px;
  height: 100%;
  max-height: 50px;
}

.section-products-09-25 {
  background-color: var(--dark-black);
  max-width: 100%;
  overflow: visible;
}

.section-products-09-25.section-futer-2 {
  background-color: var(--grey-background);
}

.section-products-09-25.section-futer-2.section-smi {
  background-color: var(--dark-grey);
}

.section-products-09-25.section-futer-2.section-backgroud-white, .section-products-09-25.section-customers, .section-products-09-25.section-price, .section-products-09-25.section-faq-price {
  background-color: var(--dark-black);
}

.section-products-09-25.section-grey, .section-products-09-25.section-black {
  background-color: var(--dark-grey);
}

.section-products-09-25.faq {
  background-color: var(--dark-black);
}

.section-products-09-25.partners {
  background-color: var(--grey-background);
}

.section-products-09-25.blog {
  background-color: var(--dark-black);
}

.container-products-09-25 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-products-09-25.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-products-09-25.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-products-09-25.customers {
  padding-top: 2rem;
}

.container-products-09-25.main-carusel {
  background-color: var(--dark-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-products-09-25.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-products-09-25.faq {
  padding-bottom: 0;
}

.container-products-09-25.news-container-black {
  background-color: var(--dark-black);
}

.container-products-09-25.container-max-w {
  max-width: 900px;
}

.container-products-09-25.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-products-09-25.main-carusel-09-25 {
  background-color: var(--dark-black);
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  overflow: visible;
}

.tabs-09-25 {
  margin-top: 60px;
  display: flex;
}

.tabs-menu-09-25 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-top: -1px;
  padding: 10px 60px;
  display: flex;
}

.tab-link-09-25 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  padding: 0 0 40px;
  text-decoration: none;
  transition: height .2s, color .2s;
  display: flex;
  overflow: visible;
}

.tab-link-09-25:hover {
  text-decoration: none;
}

.tab-link-09-25.w--current {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

.tab-icon-holder-09-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding-top: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-title-09-25 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.tab-description-09-25 {
  color: var(--grey);
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  display: flex;
  overflow: hidden;
}

.tab-content-09-25 {
  border: 0px solid var(--dark-black);
  background-color: var(--dark-black);
  flex: 1;
  overflow: visible;
}

.tab-pane-09-25 {
  border-radius: 5px;
}

.slider-3-09-25 {
  background-color: var(--grey-background);
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
}

.mask-09-25 {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
  border-radius: 0;
  max-height: 100%;
  overflow: visible;
}

.slide-5-09-25 {
  border: 0px solid var(--grey-background);
  background-color: var(--dark-black);
}

.bold-text-09-25 {
  color: var(--text-color);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.container-products-09-25-low {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-products-09-25-low.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-products-09-25-low.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.container-products-09-25-low.customers {
  padding-top: 2rem;
}

.container-products-09-25-low.main-carusel {
  background-color: var(--dark-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-products-09-25-low.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-products-09-25-low.faq {
  padding-bottom: 0;
}

.container-products-09-25-low.news-container-black {
  background-color: var(--dark-black);
}

.container-products-09-25-low.container-max-w {
  max-width: 900px;
}

.container-products-09-25-low.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-products-09-25-low.main-carusel-09-25 {
  background-color: var(--dark-black);
  padding-top: 0;
  padding-bottom: 5rem;
}

.section-customers {
  max-width: 100%;
  overflow: visible;
}

.small-header-grey-hero-09-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey-menu);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.body-09-25 {
  background-color: var(--dark-black);
  max-width: 100%;
  overflow: visible;
}

.div-block-advantages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 50px;
  display: grid;
}

.heading-4-advantages {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-advantages.smaller {
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  text-decoration: none;
}

.heading-4-advantages.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-advantages.smaller.align-left {
  text-align: left;
}

.heading-4-advantages.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-advantages.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4-call-09-2025 {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-call-09-2025.smaller {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-4-call-09-2025.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-call-09-2025.smaller.align-left {
  text-align: left;
}

.heading-4-call-09-2025.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-call-09-2025.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4-call-09-2025.smaller.call-to-action.cta {
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
}

.div-block-call-09-2025 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 50px;
  display: grid;
}

.call-to-action-09-2025 {
  font-size: 52px;
  font-weight: 400;
}

.call-to-action-09-2025.ai-gradient-text {
  font-size: 52px;
}

.link-upload {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-upload:hover {
  color: var(--grey);
  text-decoration: none;
}

.link-upload.small-link-footer {
  padding-bottom: 0;
}

.link-upload.presslink {
  color: var(--grey);
  padding-top: 20px;
  overflow: visible;
}

.link-upload.presslink:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.link-upload.presslink-2 {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: visible;
}

.link-upload.presslink-2:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.text-block-upload {
  font-size: 14px;
  font-weight: 400;
}

.link-underline-10-25 {
  background-color: var(--primary-green);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-underline-10-25.grey {
  background-color: var(--grey);
}

.icon-10-25 {
  box-sizing: border-box;
  text-align: center;
  object-fit: contain;
  width: 20%;
  max-width: 20%;
  height: 20%;
  max-height: 20%;
  font-size: 0;
  position: static;
  overflow: visible;
}

.div-block-upload {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template: "." 30px
  / .25fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 220px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.icon-hero-copy {
  box-sizing: border-box;
  text-align: center;
  object-fit: contain;
  width: 40%;
  max-width: 40%;
  height: 60%;
  max-height: 60%;
  font-size: 0;
  position: static;
  overflow: visible;
}

.icon-upload {
  box-sizing: border-box;
  text-align: center;
  vertical-align: baseline;
  object-fit: contain;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  font-size: 0;
  position: static;
  overflow: visible;
}

.section-bp {
  margin-top: 20px;
  position: relative;
}

.container-bp {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container-bp.nav-container {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.container-bp.no-padding-bottom {
  padding-top: 4rem;
  padding-bottom: 0;
}

.container-bp.customers {
  padding-top: 2rem;
}

.container-bp.main-carusel {
  background-color: var(--dark-grey);
}

.container-bp.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-bp.faq {
  padding-bottom: 0;
}

.container-bp.news-container-black {
  background-color: var(--dark-black);
}

.container-bp.container-max-w {
  max-width: 900px;
}

.container-bp.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.container-bp.no-padding-bottom-bp {
  padding-top: 4rem;
  padding-bottom: 0;
}

.text-center-bp {
  color: var(--dark-black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
  position: static;
}

.heading-2-bp {
  color: var(--dark-black);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
}

.heading-2-bp.ai-gradient-text {
  color: var(--text-color);
}

.small-container-bp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.small-container-bp.small-container-06-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.text-center-bp {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: flex;
  position: static;
}

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

.text-center-bp.text-center-06-25 {
  flex-flow: column;
  align-items: flex-start;
}

.text-holder-bp {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}

.text-holder-bp.mainpage {
  color: var(--grey-menu);
  padding-top: 10px;
}

.text-holder-bp.mainpage.mainpage-06-25 {
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.text-holder-bp.mainpage-bp {
  color: var(--grey-menu);
  padding-top: 10px;
}

.text-holder-bp.mainpage-bp.mainpage-06-25 {
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.grey-text-bp {
  color: var(--grey);
  flex-direction: column;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.grey-text-bp.links {
  display: block;
}

.grey-text-bp.links.footer-small-text {
  font-size: 16px;
}

.grey-text-bp.faq-text {
  font-size: 14px;
  font-weight: 200;
}

.grey-text-bp.footer-text {
  font-size: 14px;
  font-weight: 300;
}

.grey-text-bp.hero-description {
  -webkit-text-stroke-color: var(--grey-menu);
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.grey-text-bp.hero-description.grey-text-customers {
  aspect-ratio: auto;
  color: var(--grey);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.grey-text-bp.hero-description.left {
  flex-flow: row;
}

.grey-text-bp.grey-paragraph {
  font-size: 22px;
}

.grey-text-bp.partners {
  font-size: 20px;
}

.button-container-bp {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.button-container-bp.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-container-bp.mainpage {
  padding-top: 0;
  padding-bottom: 40px;
}

.button-container-bp.mainpage.button-new {
  background-color: #2c2c2e;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-container-bp.mainpage-bp {
  padding-top: 0;
  padding-bottom: 40px;
}

.button-container-bp.mainpage-bp.button-new {
  background-color: #2c2c2e;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-bp {
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 17px 35px 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: inline-block;
}

.button-bp:hover {
  background-color: var(--gradient1-right);
  color: var(--text-color);
  text-decoration: none;
}

.button-bp.empty {
  box-sizing: border-box;
  border: 2px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  text-align: center;
  vertical-align: baseline;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  height: auto;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: static;
}

.button-bp.empty:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.button-bp.empty.grey {
  border-width: 0;
  border-color: #000;
  display: inline-block;
}

.button-bp.empty.button-new {
  border-width: 2px;
  border-color: var(--gradient2-left);
  background-color: var(--dark-grey);
  justify-content: space-between;
  font-weight: 300;
  display: flex;
}

.button-bp.empty.button-new:hover {
  background-color: var(--gradient2-left);
}

.button-bp.empty.button-new.price-link-button {
  color: var(--text-color);
  background-color: #1f252b;
  font-size: 14px;
  display: block;
}

.button-bp.empty.button-new.price-link-button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-bp.empty.button-call {
  text-align: center;
  font-weight: 400;
  display: block;
}

.button-bp.empty.button-new-copy {
  border-width: 2px;
  border-color: var(--gradient2-left);
  background-color: var(--dark-grey);
  justify-content: space-between;
  font-weight: 300;
  display: flex;
}

.button-bp.empty.button-new-copy:hover {
  background-color: var(--gradient2-left);
}

.button-bp.empty.button-new-copy.price-link-button {
  color: var(--text-color);
  background-color: #1f252b;
  font-size: 14px;
  display: block;
}

.button-bp.empty.button-new-copy.price-link-button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-bp.white-filled {
  color: var(--dark-black);
  -webkit-text-stroke-color: var(--dark-black);
  background-color: #fff;
  border-radius: 10px;
  max-width: 130px;
  height: 48px;
  padding-bottom: 17px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
}

.button-bp.white-filled:hover {
  background-color: var(--text-color);
  color: var(--dark-black);
  border: 0 solid #0000000d;
}

.button-bp.white-filled.wide {
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
}

.button-bp.white-empty {
  color: #fff;
  background-color: #3ada9100;
  border: 1px solid #fff;
  padding-top: 16px;
  padding-bottom: 14px;
}

.button-bp.white-empty:hover {
  border-color: var(--secondary-green);
  background-color: var(--secondary-green);
}

.button-bp.white-empty.wide {
  border-width: 0;
  border-color: var(--gradient2-left);
  background-color: var(--gradient2-left);
  color: var(--text-color);
  max-width: 300px;
  margin-bottom: 10px;
  font-weight: 400;
}

.button-bp.white-empty.wide:hover {
  border-color: var(--gradient1-right);
  background-color: var(--gradient1-right);
}

.button-bp.grey {
  color: #fff;
  background-color: #fff3;
  height: auto;
}

.button-bp.grey:hover {
  background-color: var(--primary-green);
}

.button-bp.grey.small {
  background-color: var(--gradient2-left);
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-bp.grey.small:hover {
  background-color: #07e4b8;
}

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

.button-bp.small {
  box-sizing: border-box;
  border: 1px solid var(--gradient2-left);
  background-color: var(--gradient2-left);
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 400;
  overflow: visible;
}

.button-bp.small:hover {
  border-width: 1px;
  border-color: var(--gradient1-right);
  background-color: var(--dark-black);
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
}

.section-bp-10-25 {
  max-width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.section-hero-bp-10-25 {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.container-hero-bp-10-25 {
  background-color: var(--white);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: visible;
}

.container-hero-bp-10-25.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-hero-bp-10-25.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-hero-bp-10-25.customers {
  padding-top: 2rem;
}

.container-hero-bp-10-25.main-carusel {
  background-color: var(--dark-grey);
}

.container-hero-bp-10-25.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-hero-bp-10-25.faq {
  padding-bottom: 0;
}

.container-hero-bp-10-25.news-container-black {
  background-color: var(--dark-black);
}

.container-hero-bp-10-25.container-max-w {
  max-width: 900px;
}

.container-hero-bp-10-25.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-9_1-bp {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  background-color: var(--white);
  grid-template-rows: 40px;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.container-bp-10-25 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.container-bp-10-25.nav-container {
  min-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  padding: 25px 10px;
  display: flex;
  overflow: visible;
}

.container-bp-10-25.no-padding-bottom {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-bp-10-25.customers {
  padding-top: 2rem;
}

.container-bp-10-25.main-carusel {
  background-color: var(--dark-grey);
}

.container-bp-10-25.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-bp-10-25.faq {
  padding-bottom: 0;
}

.container-bp-10-25.news-container-black {
  background-color: var(--dark-black);
}

.container-bp-10-25.container-max-w {
  max-width: 900px;
}

.container-bp-10-25.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.product-image-container-bp {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  overflow: visible;
}

.product-icons-background-bp {
  z-index: 0;
  background-color: var(--white);
  max-width: 100%;
  position: absolute;
  inset: 0% -3em;
  overflow: visible;
}

.product-container-bp {
  width: 100%;
  padding: 30px 30%;
  display: inline-block;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.product-container-bp.desktop {
  vertical-align: baseline;
  max-width: 100%;
  padding: 0 0%;
  overflow: visible;
}

.product-image-bp {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  padding-top: 0;
  display: inline-block;
  overflow: visible;
}

.product-image-bp:hover {
  color: var(--gradient1-right);
}

.div-block-upload-bp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template: "." 30px
  / .25fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 300px;
  margin-right: 300px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.link-block-bp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-upload-bp {
  box-sizing: border-box;
  text-align: center;
  vertical-align: baseline;
  object-fit: contain;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  font-size: 0;
  position: static;
  overflow: visible;
}

.link-upload-bp {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-upload-bp:hover {
  color: var(--grey);
  text-decoration: none;
}

.link-upload-bp.small-link-footer {
  padding-bottom: 0;
}

.link-upload-bp.presslink {
  color: var(--grey);
  padding-top: 20px;
  overflow: visible;
}

.link-upload-bp.presslink:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.link-upload-bp.presslink-2 {
  color: var(--grey);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: visible;
}

.link-upload-bp.presslink-2:hover {
  color: var(--gradient2-left);
  -webkit-text-stroke-color: var(--gradient2-left);
}

.link-underline-bp {
  background-color: var(--primary-green);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-underline-bp.grey {
  background-color: var(--grey);
}

.text-block-upload-bp {
  font-size: 14px;
  font-weight: 400;
}

.div-block-button-bp {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .45fr .45fr .25fr .25fr;
  grid-auto-columns: .5fr;
  max-width: 100%;
  margin-top: -240px;
  margin-bottom: 0;
  font-size: 14px;
  display: grid;
  position: absolute;
  inset: 200px 50px auto;
  overflow: visible;
}

.button-hero-bp {
  border: 2px solid var(--gradient1-right);
  background-color: var(--gradient1-right);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 500;
}

.button-hero-bp:hover {
  background-color: var(--white);
  color: var(--gradient1-right);
}

.button-hero-2-bp {
  border: 2px solid var(--gradient1-right);
  color: var(--gradient1-right);
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--white);
  background-color: #3898ec05;
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 500;
}

.button-hero-2-bp:hover {
  background-color: var(--gradient1-right);
  color: var(--white);
}

.div-block-9_1-hero-bp {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  background-color: var(--white);
  -webkit-text-stroke-color: var(--dark-black);
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.heading-4-hero-bp {
  font-size: 48px;
  font-weight: 400;
}

.heading-4-hero-bp.smaller {
  color: var(--text-color);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.heading-4-hero-bp.smaller.color {
  color: var(--gradient1-right);
}

.heading-4-hero-bp.smaller.align-left {
  text-align: left;
}

.heading-4-hero-bp.smaller.h4-technology {
  font-size: 32px;
}

.heading-4-hero-bp.smaller.call-to-action {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2-hero-bp {
  color: var(--dark-black);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  font-size: 52px;
  font-weight: 600;
}

.div-block-bp-up {
  grid-column-gap: 24px;
  grid-row-gap: 7px;
  background-color: var(--white);
  grid-template-rows: 40px;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.small-header-bp-up {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey-blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.section-bp-description-10-25 {
  background-color: var(--dark-grey);
}

.section-bp-description-10-25.section-futer-2 {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
}

.section-bp-description-10-25.section-futer-2.section-smi {
  background-color: var(--dark-grey);
  margin-bottom: 0;
  overflow: visible;
}

.section-bp-description-10-25.section-futer-2.section-backgroud-white, .section-bp-description-10-25.section-customers, .section-bp-description-10-25.section-price, .section-bp-description-10-25.section-faq-price {
  background-color: var(--dark-black);
}

.section-bp-description-10-25.section-grey {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.section-bp-description-10-25.section-black {
  background-color: var(--dark-grey);
}

.section-bp-description-10-25.section-black.partners, .section-bp-description-10-25.faq {
  background-color: var(--dark-black);
}

.section-bp-description-10-25.partners {
  background-color: var(--grey-background);
}

.section-bp-description-10-25.blog {
  background-color: var(--dark-black);
}

.section-bp-description-10-25.section-aditional-style {
  background-color: var(--grey-background);
  width: 100%;
  max-width: 100%;
}

.section-bp-description-10-25.section-aditional-style.section-smi {
  background-color: var(--dark-grey);
  margin-bottom: 0;
  overflow: visible;
}

.section-bp-description-10-25.section-aditional-style.section-backgroud-white {
  background-color: var(--dark-black);
}

.container-bp-description-10-25 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: visible;
}

.container-bp-description-10-25.nav-container {
  min-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  padding: 25px 10px;
  display: flex;
  overflow: visible;
}

.container-bp-description-10-25.no-padding-bottom {
  background-color: var(--white);
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-bp-description-10-25.customers {
  padding-top: 2rem;
}

.container-bp-description-10-25.main-carusel {
  background-color: var(--dark-grey);
}

.container-bp-description-10-25.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-bp-description-10-25.faq {
  padding-bottom: 0;
}

.container-bp-description-10-25.news-container-black {
  background-color: var(--dark-black);
}

.container-bp-description-10-25.container-max-w {
  max-width: 900px;
}

.container-bp-description-10-25.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-grid-bp-10-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.feature-grid-bp-10-25.gap-30 {
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
}

.feature-grid-bp-10-25.gap-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.feature-grid-bp-10-25.company {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-item-bp {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  padding: 30px 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #2b333d;
}

.card-item-bp:hover {
  text-decoration: none;
}

.card-item-bp.fadein-into-view {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-item-bp.fadein-into-view.change-color {
  border: 1px solid var(--dark-black);
}

.card-item-bp.fadein-into-view.dark {
  border: 0px solid var(--dark-black);
  box-shadow: none;
  padding: 2px;
}

.card-item-bp.fadein-into-view.dark.shadow {
  box-shadow: 3px 3px 5px 2px var(--dark-grey);
}

.card-item-bp.fadein-into-view.card-item-2 {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  min-height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  overflow: visible;
}

.card-item-bp.fadein-into-view.card-item-2:hover {
  border: 0px solid var(--gradient1-right);
  box-shadow: inset 0 0 0 2px var(--gradient1-right);
  color: var(--text-color);
}

.card-item-bp.card-item-smi {
  background-image: linear-gradient(to bottom, var(--dark-black), var(--dark-black));
}

.card-item-bp.card-item-price {
  box-shadow: none;
  background-image: none;
  border-radius: 0;
}

.card-item-bp.card-item-short {
  max-height: 350px;
}

.card-item-bp.card-item-enterprise {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: visible;
}

.section-bp-description {
  background-color: var(--dark-black);
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.container-bp-description {
  background-color: var(--dark-black);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-bp-description.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-bp-description.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-bp-description.customers {
  padding-top: 2rem;
}

.container-bp-description.main-carusel {
  background-color: var(--dark-grey);
}

.container-bp-description.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-bp-description.faq {
  padding-bottom: 0;
}

.container-bp-description.news-container-black {
  background-color: var(--dark-black);
}

.container-bp-description.container-max-w {
  max-width: 900px;
}

.container-bp-description.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-bp {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.tabs-bp-description {
  background-color: var(--dark-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.tab-image-bp {
  border: 0px solid var(--dark-black);
  background-color: var(--dark-black);
  flex: 1;
  margin-right: 0;
  overflow: visible;
}

.tab-link-bp {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 20px;
  text-decoration: none;
  transition: height .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.tab-link-bp:hover {
  text-decoration: none;
}

.tab-link-bp.w--current {
  background-color: #0000;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.tab-title-bp-description {
  color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
}

.tab-bp-description {
  color: var(--grey-menu);
  width: auto;
  max-width: 400px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.tab-pane-bp {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.image-bp {
  border: 0px solid var(--dark-grey);
  background-color: var(--dark-black);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.bold-text-bp {
  letter-spacing: .5px;
  font-size: 34px;
  font-weight: 600;
}

.container-bp-description-2 {
  background-color: var(--dark-black);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-bp-description-2.nav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-bp-description-2.no-padding-bottom {
  background-color: var(--dark-grey);
  padding-bottom: 0;
}

.container-bp-description-2.customers {
  padding-top: 2rem;
}

.container-bp-description-2.main-carusel {
  background-color: var(--dark-grey);
}

.container-bp-description-2.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-bp-description-2.faq {
  padding-bottom: 0;
}

.container-bp-description-2.news-container-black {
  background-color: var(--dark-black);
}

.container-bp-description-2.container-max-w {
  max-width: 900px;
}

.container-bp-description-2.new-grey-background {
  background-color: var(--dark-grey);
  border: 0 solid #1f252b;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-bp-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.tabs-bp-description-2 {
  background-color: var(--dark-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.tab-image-bp-2 {
  border: 0px solid var(--dark-black);
  background-color: var(--dark-black);
  flex: 1;
  margin-right: 0;
  overflow: visible;
}

.tab-link-bp-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 20px;
  text-decoration: none;
  transition: height .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.tab-link-bp-2:hover {
  text-decoration: none;
}

.tab-link-bp-2.w--current {
  background-color: #0000;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.tab-title-bp-description-2 {
  color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
}

.bold-text-bp-2 {
  letter-spacing: .5px;
  font-size: 34px;
  font-weight: 600;
}

.tab-pane-bp-2 {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
}

.image-bp-2 {
  border: 0px solid var(--dark-grey);
  background-color: var(--dark-black);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .fixed-nav.fixed-nav-06-25 {
    max-width: 100%;
    height: auto;
    overflow: visible;
  }

  .nav-logo {
    width: 190px;
  }

  .section.section-futer-2.section-smi {
    margin-bottom: 0;
    overflow: visible;
  }

  .section.section-grey {
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .container {
    max-width: 100%;
    padding-top: 6rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container.nav-container {
    max-width: 100%;
    overflow: visible;
  }

  .container.no-padding-bottom {
    background-color: var(--white);
    max-width: 100%;
    overflow: visible;
  }

  .container.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.new-grey-background {
    background-color: var(--grey-background);
  }

  .hero-text {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .white-text {
    float: none;
    margin-top: 40px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .section-hero {
    max-width: 100%;
    overflow: visible;
  }

  .content.centered {
    padding-bottom: 0;
  }

  .grid-6-col.grid-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-text {
    font-size: 16px;
    font-weight: 400;
  }

  .brand.w--current {
    width: 165px;
  }

  .content-details {
    font-size: 20px;
  }

  .text-gradient-1.text85 {
    font-size: 85px;
  }

  .grey-text {
    font-size: 18px;
  }

  .nav-cta-button {
    border-radius: 5px;
  }

  .button.empty {
    font-size: 18px;
  }

  .button.grey.small {
    font-size: 22px;
  }

  .card-item.fadein-into-view.card-item-2 {
    overflow: visible;
  }

  .card-item-gradient {
    background-image: linear-gradient(132deg, var(--gradient1-left), var(--gradient1-left) 0%, var(--gradient1-right) 102%);
  }

  .text-center {
    font-size: 22px;
  }

  .product-image {
    overflow: visible;
  }

  .product-image-container {
    background-color: var(--white);
    max-width: 100%;
    padding-left: 110px;
    padding-right: 110px;
    overflow: visible;
  }

  .small-text {
    font-size: 22px;
  }

  .product-icons-background {
    max-width: 100%;
    overflow: visible;
  }

  .customers-panel {
    padding-bottom: 30px;
  }

  .text-holder {
    font-size: 28px;
  }

  .tab-pane {
    overflow: hidden;
  }

  .tab-description {
    color: var(--grey);
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
  }

  .tab-title {
    font-size: 24px;
  }

  .tab-icon-gradient {
    background-image: none;
  }

  .product-container.desktop {
    max-width: 100%;
    overflow: visible;
  }

  .slider-left-arrow, .slider-right-arrow {
    overflow: visible;
  }

  .text-regular.text-center {
    color: var(--grey);
  }

  .slider-container {
    max-width: 100%;
    overflow: visible;
  }

  .nav-dropdown-list.w--open:active {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link.last {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-icon-gradient {
    width: 45px;
    height: 45px;
    padding: 12px;
  }

  .dropdown-nav-item-title {
    font-size: 14px;
    font-weight: 400;
  }

  .feature-image-container.main-1920 {
    background-color: var(--white);
    max-width: 100%;
    overflow: visible;
  }

  .image-animation {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-animation.company-img-1, .image-animation.company-img-3 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .grey-paragraph {
    font-size: 18px;
  }

  .title-text.heading-2 {
    font-size: 60px;
  }

  .text-block-4 {
    padding-bottom: 5px;
    font-size: 22px;
  }

  .link-3 {
    flex: 0 auto;
  }

  .link-4 {
    display: block;
  }

  .slider-3 {
    border-radius: 20px;
  }

  .mask {
    border-radius: 20px;
    max-height: 495px;
  }

  .image-101 {
    max-height: 100%;
  }

  .heading-4 {
    font-size: 44px;
  }

  .heading-4.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-5 {
    font-size: 60px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .bold-text.text-center.space-x-small.white-text {
    margin-top: 15px;
  }

  .icon {
    margin-top: 228px;
    margin-bottom: 228px;
  }

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

  .heading-7 {
    font-size: 42px;
  }

  .container-2 {
    max-width: 1280px;
  }

  .link-6.presslink {
    color: var(--text-color);
  }

  .text-block-31 {
    -webkit-text-stroke-color: var(--gradient2-left);
  }

  .text-block-31:hover {
    font-weight: 700;
  }

  .image-wrapper {
    overflow: visible;
  }

  .text-overlay.text-center {
    background-color: var(--grey-background);
  }

  .image-111 {
    background-color: var(--grey-background);
    vertical-align: middle;
    overflow: visible;
  }

  .div-block-9 {
    background-color: var(--dark-black);
  }

  .button-call-to-action, .button-call-to-action-transparent {
    text-align: center;
  }

  .body {
    overflow: visible;
  }

  .heading-4-customers {
    font-size: 44px;
  }

  .heading-4-customers.smaller {
    font-size: 40px;
  }

  .image-logo-customers {
    background-color: var(--white);
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4-customers-vertical {
    font-size: 44px;
  }

  .call-to-action-color {
    background-color: var(--grey-background);
    max-width: 100%;
    overflow: visible;
  }

  .container-customers {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-customers.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-customers.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-recognition {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-recognition.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-recognition.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-recognition {
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-bottom: 10px;
  }

  .div-block-button-recognition {
    grid-column-gap: 19px;
  }

  .button-recognition-1 {
    padding: 20px 30px;
    font-size: 18px;
  }

  .heading-2-recognition {
    font-size: 42px;
  }

  .text-overlay-copy.text-center {
    background-color: var(--grey-background);
  }

  .container-hero {
    max-width: 100%;
    padding-top: 6rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-hero.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-hero.new-grey-background {
    background-color: var(--grey-background);
  }

  .small-header-grey-hero {
    font-size: 20px;
  }

  .div-block-9_1-hero, .div-block-9_1-hero-text {
    overflow: visible;
  }

  .heading-4-hero {
    font-size: 44px;
  }

  .heading-4-hero.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero {
    font-size: 52px;
  }

  .button-hero {
    padding: 20px 30px;
    font-size: 18px;
  }

  .div-block-9_1-hero-2 {
    grid-template-columns: .25fr .25fr .55fr .25fr .55fr .25fr .55fr .25fr;
    margin-bottom: 20px;
    padding-bottom: 0;
    overflow: visible;
  }

  .small-header-grey-hero-2 {
    font-size: 18px;
  }

  .icon-hero {
    margin-right: 0;
  }

  .button-hero-2 {
    padding: 20px 30px;
    font-size: 18px;
  }

  .div-block-button-hero-3 {
    grid-template-columns: .25fr .25fr .6fr .6fr .25fr .25fr;
    overflow: visible;
  }

  .section-hero-new {
    border: 1px solid var(--white);
    max-width: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .button-hero-new, .button-hero-2-new {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
  }

  .button-heder {
    border-radius: 5px;
  }

  .button-heder.empty {
    font-size: 18px;
  }

  .button-heder.grey.small {
    font-size: 22px;
  }

  .nav-link-text-heder {
    font-size: 16px;
    font-weight: 500;
  }

  .nav-dropdown-link-company.last {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link-text-2 {
    font-size: 14px;
    font-weight: 700;
  }

  .container-products {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-products.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-products {
    font-size: 44px;
  }

  .heading-4-products.smaller {
    background-color: var(--dark-black);
  }

  .heading-4-products.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-products {
    font-size: 42px;
  }

  .section-products {
    background-color: var(--dark-black);
  }

  .section-tech {
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-tech {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-tech.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-tech.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-tech {
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-bottom: 10px;
  }

  .tabs-tech {
    overflow: visible;
  }

  .tab-link-2.w--current {
    height: 100%;
    margin-top: 160px;
    margin-left: 40px;
    overflow: visible;
  }

  .tab-title-2 {
    font-size: 24px;
  }

  .tab-description-2 {
    color: var(--grey);
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
  }

  .tab-content-tech {
    overflow: visible;
  }

  .slider-3-tech {
    border-radius: 20px;
  }

  .mask-2 {
    border-radius: 20px;
    max-height: 495px;
  }

  .image-tech {
    max-height: 100%;
  }

  .container-22 {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-22.no-padding-bottom {
    background-color: var(--white);
  }

  .container-22.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-22.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-futer {
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-futer.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-futer.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-futer-down {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-futer-down.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer-down.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-futer-down.footer {
    max-width: none;
  }

  .container-futer-down.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-apm {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-apm.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-apm.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-apm.new-grey-background {
    background-color: var(--grey-background);
  }

  .text-center-apm {
    font-size: 22px;
  }

  .heading-2-hero-apm {
    font-size: 52px;
  }

  .grey-text-apm {
    font-size: 18px;
  }

  .grey-text-apm.hero-description {
    font-size: 24px;
  }

  .text-holder-apm {
    font-size: 28px;
  }

  .nav-link-text-black {
    font-size: 14px;
    font-weight: 700;
  }

  .container-copy {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-copy.no-padding-bottom {
    background-color: var(--white);
  }

  .container-copy.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-copy.new-grey-background {
    background-color: var(--grey-background);
  }

  .nav-dropdown-list-black.w--open:active {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-black.last, .nav-dropdown-link-black.last-copy {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-nav-item-title-black {
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-call {
    grid-column-gap: 141px;
    grid-auto-columns: .75fr;
    margin-bottom: 0;
  }

  .div-block-call.cta {
    overflow: visible;
  }

  .heading-4-call {
    font-size: 44px;
  }

  .heading-4-call.smaller.call-to-action, .text-overlay-copy.text-center {
    background-color: var(--grey-background);
  }

  .text-overlay-copy.text-center-copy {
    background-color: var(--grey-background);
    padding-bottom: 0;
  }

  .div-block-8-call-1 {
    overflow: visible;
  }

  .container-partners {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-partners.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-partners.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-partners.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-company {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-company.no-padding-bottom {
    background-color: var(--white);
  }

  .container-company.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-company.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-blog-mini {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-blog-mini.no-padding-bottom {
    background-color: var(--white);
  }

  .container-blog-mini.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-blog-mini.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-blog {
    font-size: 44px;
  }

  .heading-4-blog.smaller {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .heading-4-blog.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .bold-text-tech {
    font-size: 42px;
  }

  .tab-title-tech {
    font-size: 24px;
  }

  .tab-description-tech {
    color: var(--grey-menu);
    margin-top: 25px;
    font-size: 24px;
    font-weight: 300;
  }

  .heading-4-smi {
    font-size: 44px;
  }

  .heading-4-smi.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .text-center-edvant, .small-header-grey-advant {
    font-size: 22px;
  }

  .heading-4-advant {
    font-size: 44px;
  }

  .heading-4-advant.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .container-advant {
    max-width: 100%;
    padding-top: 6rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-advant.no-padding-bottom {
    background-color: var(--white);
  }

  .container-advant.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-advant.new-grey-background {
    background-color: var(--grey-background);
  }

  .section-footer-1.section-futer-2.section-smi {
    margin-bottom: -60px;
  }

  .section-footer-1.section-grey {
    width: auto;
    max-width: none;
  }

  .section-footer-1.section-futer-1 {
    width: 100%;
    max-width: 100%;
  }

  .section-footer-1.section-futer-1.section-smi {
    margin-bottom: -60px;
  }

  .footer-flex-container-up.footer-grid-up {
    width: 100%;
    max-width: 100%;
  }

  .brand-black.w--current {
    width: 165px;
  }

  .nav-logo-black {
    width: 190px;
  }

  .section-products-09-25 {
    background-color: var(--dark-black);
    max-width: 100%;
    overflow: visible;
  }

  .container-products-09-25 {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-products-09-25.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products-09-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-menu-09-25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-09-25 {
    margin-bottom: 10px;
    padding-bottom: 40px;
  }

  .tab-link-09-25.w--current {
    margin-bottom: 40px;
  }

  .tab-title-09-25 {
    font-size: 24px;
  }

  .tab-description-09-25 {
    color: var(--grey);
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .tab-content-09-25, .tab-pane-09-25 {
    overflow: visible;
  }

  .slider-3-09-25 {
    border-radius: 20px;
  }

  .mask-09-25 {
    border-radius: 20px;
    max-height: 495px;
    overflow: visible;
  }

  .bold-text-09-25 {
    font-size: 20px;
  }

  .container-products-09-25-low {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-products-09-25-low.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25-low.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products-09-25-low.new-grey-background {
    background-color: var(--grey-background);
  }

  .section-customers {
    background-color: var(--white);
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: -1px;
    padding-top: 0;
    overflow: visible;
  }

  .small-header-grey-hero-09-25 {
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .body-09-25 {
    max-width: 100%;
    overflow: visible;
  }

  .div-block-advantages {
    background-color: var(--grey-background);
  }

  .heading-4-advantages {
    font-size: 44px;
  }

  .heading-4-advantages.smaller, .heading-4-advantages.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-4-call-09-2025 {
    font-size: 44px;
  }

  .heading-4-call-09-2025.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .div-block-call-09-2025 {
    grid-column-gap: 141px;
    grid-auto-columns: .75fr;
    margin-bottom: 0;
  }

  .div-block-call-09-2025.cta, .div-block-call-09-2025.cta-09-2025 {
    overflow: visible;
  }

  .link-upload.presslink {
    color: var(--text-color);
  }

  .link-upload.presslink-2 {
    color: var(--grey);
    font-size: 18px;
  }

  .text-block-upload {
    color: var(--grey);
    -webkit-text-stroke-color: var(--gradient2-left);
    font-size: 18px;
  }

  .text-block-upload:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .div-block-upload {
    grid-template-columns: .25fr .55fr;
    margin-left: 300px;
    margin-right: 300px;
    padding-left: 100px;
    padding-right: 100px;
    overflow: visible;
  }

  .container-bp {
    max-width: 1280px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-bp.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-bp.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-bp.no-padding-bottom-bp {
    background-color: var(--dark-black);
  }

  .heading-2-bp {
    font-size: 52px;
  }

  .text-center-bp {
    font-size: 22px;
  }

  .text-holder-bp {
    font-size: 28px;
  }

  .grey-text-bp {
    font-size: 18px;
  }

  .grey-text-bp.hero-description {
    font-size: 24px;
  }

  .button-bp.empty {
    font-size: 18px;
  }

  .button-bp.grey.small {
    font-size: 22px;
  }

  .section-bp-10-25 {
    border: 1px solid var(--white);
    max-width: 100%;
    margin-top: -1px;
    overflow: visible;
  }

  .section-hero-bp-10-25 {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: -1px;
    overflow: visible;
  }

  .container-hero-bp-10-25 {
    max-width: 100%;
    padding-top: 6rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-hero-bp-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-hero-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-bp {
    overflow: visible;
  }

  .container-bp-10-25 {
    max-width: 100%;
    margin-top: -1px;
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-bp-10-25.nav-container {
    max-width: 100%;
    overflow: visible;
  }

  .container-bp-10-25.no-padding-bottom {
    background-color: var(--white);
    max-width: 100%;
    overflow: visible;
  }

  .container-bp-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .product-image-container-bp {
    background-color: var(--white);
    max-width: 100%;
    padding-left: 110px;
    padding-right: 110px;
    overflow: visible;
  }

  .product-icons-background-bp, .product-container-bp.desktop {
    max-width: 100%;
    overflow: visible;
  }

  .product-image-bp {
    overflow: visible;
  }

  .div-block-upload-bp {
    grid-template-columns: .25fr .55fr;
    margin-left: 300px;
    margin-right: 300px;
    padding-left: 90px;
    padding-right: 90px;
    overflow: visible;
  }

  .link-upload-bp.presslink {
    color: var(--text-color);
  }

  .link-upload-bp.presslink-2 {
    grid-row-gap: 0px;
    color: var(--grey);
    font-size: 18px;
  }

  .text-block-upload-bp {
    color: var(--grey);
    -webkit-text-stroke-color: var(--gradient2-left);
    font-size: 18px;
  }

  .text-block-upload-bp:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .div-block-button-bp {
    grid-template-columns: .25fr .25fr .6fr .6fr .25fr .25fr;
    overflow: visible;
  }

  .button-hero-bp, .button-hero-2-bp {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-9_1-hero-bp {
    overflow: visible;
  }

  .heading-4-hero-bp {
    font-size: 44px;
  }

  .heading-4-hero-bp.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero-bp {
    font-size: 52px;
  }

  .div-block-bp-up {
    overflow: visible;
  }

  .small-header-bp-up {
    font-size: 20px;
  }

  .section-bp-description-10-25.section-futer-2.section-smi {
    margin-bottom: 0;
    overflow: visible;
  }

  .section-bp-description-10-25.section-grey {
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .section-bp-description-10-25.section-aditional-style.section-smi {
    margin-bottom: 0;
    overflow: visible;
  }

  .container-bp-description-10-25 {
    max-width: 100%;
    padding-top: 6rem;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .container-bp-description-10-25.nav-container {
    max-width: 100%;
    overflow: visible;
  }

  .container-bp-description-10-25.no-padding-bottom {
    background-color: var(--white);
    max-width: 100%;
    overflow: visible;
  }

  .container-bp-description-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .card-item-bp.fadein-into-view.card-item-2 {
    overflow: visible;
  }

  .section-bp-description {
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-bp-description {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-bp-description.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .tabs-bp-description {
    padding: 60px;
  }

  .tab-image-bp {
    margin-right: 0;
    overflow: visible;
  }

  .tab-link-bp.w--current {
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab-title-bp-description {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .tab-bp-description {
    color: var(--grey-menu);
    margin-top: 25px;
    font-size: 24px;
    font-weight: 300;
  }

  .image-bp {
    max-height: 100%;
    overflow: visible;
  }

  .bold-text-bp {
    font-size: 42px;
  }

  .container-bp-description-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-bp-description-2.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description-2.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp-2 {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .tabs-bp-description-2 {
    padding: 60px;
  }

  .tab-image-bp-2 {
    margin-right: 0;
    overflow: visible;
  }

  .tab-link-bp-2.w--current {
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab-title-bp-description-2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .image-bp-2 {
    max-height: 100%;
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 40px;
  }

  figure {
    margin-top: 20px;
  }

  .fixed-nav.fixed-nav-06-25 {
    height: auto;
  }

  .nav-logo {
    width: 210px;
  }

  .nav-link, .footer-flex-container.vertikal {
    font-size: 22px;
  }

  .footer-flex-container.footer-grid {
    width: 100%;
    max-width: 100%;
  }

  .section.section-futer-2.section-smi {
    margin-top: -1px;
    margin-bottom: 0;
    overflow: visible;
  }

  .section.section-grey {
    width: auto;
    max-width: 100%;
    margin-top: -1px;
    overflow: visible;
  }

  .section.section-black.partners {
    background-color: var(--dark-black);
  }

  .container {
    max-width: 100%;
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .container.nav-container {
    overflow: visible;
  }

  .container.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.new-grey-background {
    background-color: var(--grey-background);
    overflow: hidden;
  }

  .container.new-grey-background.cta {
    overflow: visible;
  }

  .white-text {
    font-size: 18px;
  }

  .section-hero {
    margin-top: 60px;
    overflow: visible;
  }

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

  .grid-6-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .grid-6-col.grid-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-text {
    font-size: 18px;
  }

  .brand.w--current {
    width: 165px;
  }

  .footer-flex-first {
    font-size: 22px;
  }

  .footer-flex-first.links {
    object-fit: fill;
    grid-template-columns: .5fr .75fr .75fr;
    grid-auto-flow: row;
    overflow: visible;
  }

  .content-details {
    font-size: 22px;
  }

  .text-gradient-1 {
    background-image: linear-gradient(111deg, var(--gradient1-left), #727ff4 99%, #b46eba 100%, var(--gradient1-right));
  }

  .grey-text {
    margin-top: 10px;
    font-size: 18px;
    display: block;
  }

  .grey-text.links {
    font-size: 22px;
  }

  .grey-text.footer-text {
    margin-top: 0;
  }

  .nav-cta-button {
    border-radius: 5px;
  }

  .button.empty, .button.grey.small {
    font-size: 22px;
  }

  .button-icon {
    align-self: center;
  }

  .text-center {
    font-size: 23px;
  }

  .button-container {
    font-size: 22px;
  }

  .product-image {
    overflow: visible;
  }

  .product-image-container {
    background-color: var(--white);
    padding-left: 120px;
    padding-right: 120px;
    overflow: visible;
  }

  .small-text {
    font-size: 23px;
  }

  .product-icons-background {
    overflow: visible;
  }

  .text-holder {
    font-size: 22px;
  }

  .customer-image {
    min-width: 0;
    max-width: 130px;
    min-height: 0;
    max-height: 100px;
  }

  .tabs-menu {
    width: 50%;
  }

  .tab-pane {
    background-color: var(--dark-black);
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark-black);
    border-radius: 0;
  }

  .tab-description {
    max-width: 500px;
    margin-top: 10px;
    font-size: 24px;
  }

  .tab-title {
    font-size: 28px;
  }

  .tab-icon-holder:hover {
    -webkit-text-stroke-color: #07e4b800;
  }

  .tab-icon-gradient {
    background-image: none;
  }

  .product-container {
    position: relative;
  }

  .product-container.desktop {
    overflow: visible;
  }

  .play-icon-holder {
    margin-top: -76px;
    position: absolute;
    inset: 50% auto auto 50%;
  }

  .slider-container {
    max-width: 100%;
    overflow: visible;
  }

  .feature-image-container.main-1920 {
    background-color: var(--white);
  }

  .image-animation {
    background-size: contain;
  }

  .image-animation.company-img-3 {
    background-position: 50%;
    background-size: cover;
  }

  .feature-grid.gap-30 {
    grid-template-rows: auto auto auto;
  }

  .grey-paragraph {
    font-size: 20px;
  }

  .title-text.heading-2 {
    font-size: 60px;
  }

  .card-item-title {
    font-size: 18px;
  }

  .card-item-title.bolder {
    font-weight: 600;
  }

  .card-item-description.color-white {
    color: #dadada;
    -webkit-text-stroke-color: var(--text-color);
    font-weight: 300;
  }

  .text-block-4 {
    padding-bottom: 5px;
    font-size: 22px;
  }

  .slider-2 {
    min-height: 500px;
  }

  .slide-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    border-radius: 10px;
  }

  .slide-3, .slide-4 {
    background-image: none;
    border-radius: 10px;
  }

  .slider-3 {
    background-color: #0000;
    border-radius: 20px;
    max-height: 100%;
    overflow: visible;
  }

  .mask {
    background-color: #ddd;
    border-radius: 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    overflow: visible;
  }

  .image-101 {
    color: var(--dark-black);
    -webkit-text-stroke-width: 0px;
    max-height: 100%;
    margin-left: 10px;
    overflow: visible;
  }

  .image-102 {
    opacity: 1;
  }

  .image-103 {
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #dadada;
  }

  .image-104 {
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #dadada;
  }

  .heading-4 {
    font-size: 60px;
  }

  .heading-4.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-5 {
    font-size: 60px;
  }

  .link-5 {
    display: block;
    overflow: visible;
  }

  .bold-text.text-center.space-x-small.white-text {
    margin-top: 15px;
  }

  .icon {
    margin-top: 260px;
    margin-bottom: 260px;
  }

  .slide-5 {
    background-color: var(--dark-black);
    max-height: none;
  }

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

  .heading-7 {
    font-size: 42px;
  }

  .container-2 {
    max-width: 1440px;
  }

  .image-wrapper {
    overflow: visible;
  }

  .text-overlay.text-center {
    background-color: var(--grey-background);
  }

  .image-111 {
    border-color: var(--grey-background);
    background-color: var(--grey-background);
    vertical-align: middle;
    display: block;
    overflow: visible;
  }

  .div-block-9 {
    background-color: var(--dark-black);
  }

  .body {
    overflow: visible;
  }

  .heading-4-customers {
    font-size: 60px;
  }

  .heading-4-customers.smaller {
    font-size: 52px;
  }

  .image-logo-customers {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-9_1-vertical {
    grid-column-gap: 89px;
  }

  .heading-4-customers-vertical {
    font-size: 60px;
  }

  .call-to-action-color {
    background-color: var(--grey-background);
    max-width: 100%;
    overflow: visible;
  }

  .container-customers {
    max-width: 100%;
    padding-bottom: 3rem;
    font-size: 0;
    overflow: visible;
  }

  .container-customers.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-customers.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-recognition {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: visible;
  }

  .container-recognition.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-recognition.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-recognition {
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-bottom: 10px;
  }

  .div-block-button-recognition {
    grid-column-gap: 19px;
  }

  .button-recognition-1 {
    padding: 20px 40px;
    font-size: 20px;
  }

  .heading-2-recognition {
    font-size: 42px;
  }

  .small-header-grey-recognition {
    font-size: 18px;
  }

  .text-overlay-copy.text-center {
    background-color: var(--grey-background);
  }

  .container-hero {
    max-width: 1440px;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .container-hero.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-hero.new-grey-background {
    background-color: var(--grey-background);
  }

  .small-header-grey-hero, .small-header-grey-hero.ai-gradient-text {
    font-size: 22px;
  }

  .div-block-9_1-hero {
    overflow: visible;
  }

  .div-block-9_1-hero-text {
    margin-bottom: 20px;
    overflow: visible;
  }

  .heading-4-hero {
    font-size: 60px;
  }

  .heading-4-hero.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero {
    font-size: 62px;
  }

  .button-hero {
    padding: 20px 40px;
    font-size: 20px;
  }

  .div-block-9_1-hero-2 {
    grid-template-columns: .25fr .25fr .55fr .25fr .55fr .25fr .55fr .25fr;
    overflow: visible;
  }

  .small-header-grey-hero-2 {
    font-size: 18px;
  }

  .button-hero-2 {
    padding: 20px 40px;
    font-size: 20px;
  }

  .div-block-button-hero-3 {
    grid-column-gap: 15px;
    overflow: visible;
  }

  .button-hero-new, .button-hero-2-new {
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 500;
  }

  .button-heder {
    font-weight: 500;
  }

  .button-heder.empty, .button-heder.grey.small {
    font-size: 22px;
  }

  .nav-link-text-heder {
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-heder {
    font-size: 22px;
  }

  .nav-link-text-2 {
    font-size: 16px;
    font-weight: 700;
  }

  .section-3 {
    max-width: 100%;
    overflow: visible;
  }

  .container-products {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-products.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-products {
    font-size: 60px;
  }

  .heading-4-products.smaller {
    font-size: 42px;
  }

  .heading-4-products.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .slide-6 {
    background-color: var(--dark-black);
    -webkit-text-stroke-color: var(--dark-black);
  }

  .tab-icon-white:hover, .tab-icon-white:active {
    color: var(--white);
  }

  .section-tech {
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-tech {
    max-width: 100%;
    max-height: none;
    padding: 0 0;
    overflow: visible;
  }

  .container-tech.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-tech.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-tech {
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-bottom: 10px;
  }

  .tabs-tech {
    overflow: visible;
  }

  .tabs-menu-tech {
    width: 50%;
    max-height: 100%;
  }

  .tab-link-2.w--current {
    height: 100%;
    margin-top: 200px;
    padding-top: 0;
    padding-left: 60px;
    overflow: visible;
  }

  .tab-icon-holder-2:hover {
    -webkit-text-stroke-color: #07e4b800;
  }

  .tab-title-2 {
    font-size: 28px;
  }

  .tab-description-2 {
    max-width: 500px;
    margin-top: 10px;
    font-size: 24px;
  }

  .tab-content-tech {
    overflow: visible;
  }

  .tab-pane-tech {
    background-color: var(--dark-black);
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark-black);
    border-radius: 0;
  }

  .slider-3-tech {
    background-color: #0000;
    border-radius: 20px;
    max-height: 100%;
    overflow: visible;
  }

  .mask-2 {
    background-color: #ddd;
    border-radius: 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    overflow: visible;
  }

  .slide-tech {
    background-color: var(--dark-black);
    max-height: none;
  }

  .image-tech {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .container-22 {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-22.no-padding-bottom {
    background-color: var(--white);
  }

  .container-22.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-22.new-grey-background {
    background-color: var(--grey-background);
  }

  .footer-1 {
    background-color: var(--dark-black);
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    overflow: visible;
  }

  .container-futer {
    max-width: none;
    padding: 0 0 0 1em;
  }

  .container-futer.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-futer.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-futer-down {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-futer-down.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer-down.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-futer-down.footer {
    max-width: none;
  }

  .container-futer-down.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-apm {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-apm.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-apm.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-apm.new-grey-background {
    background-color: var(--grey-background);
  }

  .text-center-apm {
    font-size: 23px;
  }

  .heading-2-hero-apm {
    font-size: 62px;
  }

  .grey-text-apm {
    margin-top: 10px;
    font-size: 18px;
    display: block;
  }

  .grey-text-apm.links {
    font-size: 22px;
  }

  .grey-text-apm.footer-text {
    margin-top: 0;
  }

  .grey-text-apm.hero-description {
    font-size: 28px;
  }

  .text-holder-apm {
    font-size: 22px;
  }

  .section-apm {
    margin-top: 60px;
  }

  .nav-link-heder-black {
    font-size: 22px;
  }

  .nav-link-text-black {
    font-size: 14px;
    font-weight: 700;
  }

  .container-copy {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-copy.no-padding-bottom {
    background-color: var(--white);
  }

  .container-copy.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-copy.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-call {
    grid-column-gap: 171px;
    background-color: var(--grey-background);
  }

  .div-block-call.cta {
    overflow: visible;
  }

  .heading-4-call {
    font-size: 60px;
  }

  .heading-4-call.smaller.call-to-action, .text-overlay-copy.text-center, .text-overlay-copy.text-center-copy {
    background-color: var(--grey-background);
  }

  .div-block-8-call-1 {
    overflow: visible;
  }

  .container-partners {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-partners.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-partners.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-partners.new-grey-background {
    background-color: var(--grey-background);
  }

  .content-blog.centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-company {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-company.no-padding-bottom {
    background-color: var(--white);
  }

  .container-company.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-company.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-blog-mini {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-blog-mini.no-padding-bottom {
    background-color: var(--white);
  }

  .container-blog-mini.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-blog-mini.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-blog {
    font-size: 60px;
  }

  .heading-4-blog.smaller {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-4-blog.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .bold-text-tech {
    font-size: 42px;
  }

  .tab-title-tech {
    font-size: 28px;
  }

  .tab-description-tech {
    color: var(--grey-menu);
    max-width: 550px;
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-4-smi {
    font-size: 60px;
  }

  .heading-4-smi.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .text-center-edvant {
    font-size: 23px;
  }

  .small-header-grey-advant {
    font-size: 22px;
  }

  .heading-4-advant {
    font-size: 60px;
  }

  .heading-4-advant.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .container-advant {
    max-width: 100%;
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .container-advant.no-padding-bottom {
    background-color: var(--white);
  }

  .container-advant.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-advant.new-grey-background {
    background-color: var(--grey-background);
  }

  .card-item-title-copy {
    font-size: 18px;
  }

  .card-item-title-copy.bolder {
    font-weight: 600;
  }

  .section-footer-1.section-grey {
    width: auto;
    max-width: none;
    margin-top: -6px;
  }

  .section-footer-1.section-futer-1 {
    background-color: var(--dark-black);
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .footer-flex-container-up.vertikal {
    font-size: 22px;
  }

  .footer-flex-container-up.footer-grid {
    width: 100%;
    max-width: 100%;
  }

  .footer-flex-container-up.footer-grid-up {
    background-color: var(--dark-black);
    width: 100%;
    max-width: 100%;
  }

  .footer-flex-first-up {
    background-color: var(--dark-black);
    margin-bottom: 30px;
    font-size: 22px;
  }

  .footer-flex-first-up.links {
    object-fit: fill;
    grid-template-columns: .5fr .75fr .75fr;
    grid-auto-flow: row;
    overflow: visible;
  }

  .brand-black.w--current {
    width: 165px;
  }

  .nav-logo-black {
    width: 210px;
    overflow: clip;
  }

  .section-products-09-25 {
    max-width: 100%;
    overflow: visible;
  }

  .container-products-09-25 {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-products-09-25.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products-09-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-products-09-25.main-carusel-09-25 {
    max-width: 100%;
    padding-bottom: 4rem;
    overflow: visible;
  }

  .tabs-09-25 {
    margin-top: 0;
    padding-top: 80px;
  }

  .tabs-menu-09-25 {
    width: 50%;
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-09-25 {
    background-color: var(--dark-black);
    margin-bottom: 10px;
    padding-bottom: 40px;
  }

  .tab-link-09-25.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .tab-icon-holder-09-25:hover {
    -webkit-text-stroke-color: #07e4b800;
  }

  .tab-title-09-25 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .tab-description-09-25 {
    max-width: 100%;
    margin-top: 10px;
    font-size: 20px;
    overflow: hidden;
  }

  .tab-content-09-25 {
    overflow: visible;
  }

  .tab-pane-09-25 {
    background-color: var(--dark-black);
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark-black);
    border-radius: 0;
    overflow: visible;
  }

  .slider-3-09-25 {
    background-color: #0000;
    border-radius: 20px;
    max-height: 100%;
    overflow: visible;
  }

  .mask-09-25 {
    background-color: var(--dark-black);
    -webkit-text-stroke-width: 0px;
    border-radius: 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    overflow: visible;
  }

  .slide-5-09-25 {
    background-color: var(--dark-black);
    -webkit-text-stroke-width: 0px;
    max-height: none;
  }

  .slide-6-09-25 {
    background-color: var(--dark-black);
    -webkit-text-stroke-color: var(--dark-black);
  }

  .bold-text-09-25 {
    font-size: 22px;
  }

  .container-products-09-25-low {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-products-09-25-low.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25-low.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-products-09-25-low.new-grey-background {
    background-color: var(--grey-background);
  }

  .section-customers {
    max-width: 100%;
    overflow: visible;
  }

  .small-header-grey-hero-09-25 {
    margin-right: 0;
    font-size: 18px;
  }

  .body-09-25 {
    background-color: var(--white);
    overflow: visible;
  }

  .right-arrow-2, .left-arrow {
    overflow: hidden;
  }

  .div-block-advantages {
    background-color: var(--grey-background);
  }

  .heading-4-advantages {
    font-size: 60px;
  }

  .heading-4-advantages.smaller {
    background-color: var(--grey-background);
    font-size: 42px;
  }

  .heading-4-advantages.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-4-call-09-2025 {
    font-size: 60px;
  }

  .heading-4-call-09-2025.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .div-block-call-09-2025 {
    grid-column-gap: 171px;
    background-color: var(--grey-background);
  }

  .div-block-call-09-2025.cta, .div-block-call-09-2025.cta-09-2025 {
    overflow: visible;
  }

  .link-upload.presslink-2, .text-block-upload {
    color: var(--grey);
    font-size: 18px;
  }

  .text-block-upload:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .div-block-upload {
    grid-template-columns: .25fr .55fr;
    margin-left: 320px;
    margin-right: 320px;
    padding-left: 140px;
    padding-right: 140px;
    overflow: visible;
  }

  .icon-upload {
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
  }

  .section-bp {
    margin-top: 60px;
  }

  .container-bp {
    max-width: 1440px;
    padding-bottom: 3rem;
  }

  .container-bp.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-bp.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-bp.no-padding-bottom-bp {
    background-color: var(--dark-black);
  }

  .heading-2-bp {
    font-size: 62px;
  }

  .text-center-bp {
    font-size: 23px;
  }

  .text-holder-bp {
    font-size: 22px;
  }

  .grey-text-bp {
    margin-top: 10px;
    font-size: 18px;
    display: block;
  }

  .grey-text-bp.links {
    font-size: 22px;
  }

  .grey-text-bp.footer-text {
    margin-top: 0;
  }

  .grey-text-bp.hero-description {
    font-size: 28px;
  }

  .button-container-bp, .button-bp.empty, .button-bp.grey.small {
    font-size: 22px;
  }

  .section-hero-bp-10-25 {
    margin-top: 60px;
    overflow: visible;
  }

  .container-hero-bp-10-25 {
    max-width: 1440px;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .container-hero-bp-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-hero-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-bp {
    overflow: visible;
  }

  .container-bp-10-25 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .container-bp-10-25.nav-container {
    overflow: visible;
  }

  .container-bp-10-25.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container-bp-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
    overflow: hidden;
  }

  .container-bp-10-25.new-grey-background.cta {
    overflow: visible;
  }

  .product-image-container-bp {
    background-color: var(--white);
    padding-left: 120px;
    padding-right: 120px;
    overflow: visible;
  }

  .product-icons-background-bp {
    overflow: visible;
  }

  .product-container-bp {
    position: relative;
  }

  .product-container-bp.desktop, .product-image-bp {
    overflow: visible;
  }

  .div-block-upload-bp {
    grid-template-columns: .25fr .55fr;
    margin-left: 400px;
    margin-right: 400px;
    padding-left: 60px;
    padding-right: 60px;
    overflow: visible;
  }

  .icon-upload-bp {
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
  }

  .link-upload-bp.presslink-2, .text-block-upload-bp {
    color: var(--grey);
    font-size: 18px;
  }

  .text-block-upload-bp:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .div-block-button-bp {
    grid-column-gap: 15px;
    overflow: visible;
  }

  .button-hero-bp, .button-hero-2-bp {
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-9_1-hero-bp {
    margin-bottom: 20px;
    overflow: visible;
  }

  .heading-4-hero-bp {
    font-size: 60px;
  }

  .heading-4-hero-bp.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero-bp {
    font-size: 62px;
  }

  .div-block-bp-up {
    overflow: visible;
  }

  .small-header-bp-up, .small-header-bp-up.ai-gradient-text {
    font-size: 22px;
  }

  .section-bp-description-10-25.section-futer-2.section-smi {
    margin-bottom: 0;
    overflow: visible;
  }

  .section-bp-description-10-25.section-grey {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .section-bp-description-10-25.section-black.partners {
    background-color: var(--dark-black);
  }

  .section-bp-description-10-25.section-aditional-style.section-smi {
    margin-bottom: 0;
    overflow: visible;
  }

  .container-bp-description-10-25 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .container-bp-description-10-25.nav-container {
    overflow: visible;
  }

  .container-bp-description-10-25.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container-bp-description-10-25.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description-10-25.new-grey-background {
    background-color: var(--grey-background);
    overflow: hidden;
  }

  .container-bp-description-10-25.new-grey-background.cta {
    overflow: visible;
  }

  .feature-grid-bp-10-25.gap-30 {
    grid-template-rows: auto auto auto;
  }

  .section-bp-description {
    max-width: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-bp-description {
    max-width: 100%;
    max-height: none;
    padding: 0 0;
    overflow: visible;
  }

  .container-bp-description.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .tabs-bp-description {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-height: 100%;
    padding: 60px;
  }

  .tab-image-bp {
    overflow: visible;
  }

  .tab-link-bp.w--current {
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab-title-bp-description {
    font-size: 28px;
  }

  .tab-bp-description {
    color: var(--grey-menu);
    max-width: 550px;
    margin-top: 10px;
    font-size: 28px;
  }

  .tab-pane-bp {
    background-color: var(--dark-black);
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark-black);
    border-radius: 0;
  }

  .image-bp {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .bold-text-bp {
    font-size: 42px;
  }

  .container-bp-description-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0 0;
    overflow: visible;
  }

  .container-bp-description-2.customers {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-bp-description-2.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp-2 {
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .tabs-bp-description-2 {
    width: 50%;
    max-height: 100%;
    padding: 60px;
  }

  .tab-image-bp-2 {
    max-width: 100%;
    overflow: visible;
  }

  .tab-link-bp-2.w--current {
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab-title-bp-description-2 {
    font-size: 28px;
  }

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

  .tab-pane-bp-2 {
    background-color: var(--dark-black);
    opacity: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark-black);
    border-radius: 0;
  }

  .image-bp-2 {
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .section.section-futer-2.section-smi {
    margin-top: -1px;
    overflow: hidden;
  }

  .section.section-grey {
    width: auto;
    max-width: 100%;
    margin-top: -1px;
    overflow: visible;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: visible;
  }

  .container.nav-container {
    overflow: visible;
  }

  .container.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container.new-grey-background.cta {
    overflow: visible;
  }

  .section-hero {
    margin-top: 100px;
    overflow: visible;
  }

  .content.company_image-1 {
    background-position: 50%;
    background-size: cover;
    height: 15vh;
  }

  .content.company_image-2 {
    background-position: 50%;
    background-size: cover;
    height: 25vh;
  }

  .content.company_image-3 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .menu-button {
    letter-spacing: .5px;
    font-weight: 500;
  }

  .content-details {
    font-size: 28px;
  }

  .nav-cta-button {
    border-radius: 5px;
    font-weight: 500;
  }

  .product-image {
    max-width: 1500px;
    overflow: visible;
  }

  .product-image-container {
    background-color: var(--white);
    overflow: visible;
  }

  .product-icons-background {
    left: 0;
    right: 0;
    overflow: visible;
  }

  .tab-description {
    max-width: 500px;
    font-size: 24px;
  }

  .product-container.desktop {
    text-align: center;
    overflow: visible;
  }

  .slider-container {
    max-width: 100%;
    overflow: visible;
  }

  .feature-image-container.main-1920 {
    background-color: var(--white);
    overflow: visible;
  }

  .footer-link-holder {
    font-size: 20px;
  }

  .card-item-title.card-item-title-2 {
    font-size: 22px;
  }

  .mask {
    background-color: var(--grey-background);
  }

  .image-101 {
    border-radius: 10px;
  }

  .heading-4.smaller {
    font-size: 52px;
  }

  .bold-text.text-center.space-x-small.white-text {
    margin-top: 15px;
  }

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

  .text-block-9 {
    font-size: 18px;
  }

  .image-wrapper {
    background-color: var(--grey-background);
    overflow: visible;
  }

  .image-111 {
    vertical-align: middle;
    display: block;
    overflow: visible;
  }

  .section-2 {
    background-color: var(--dark-grey);
  }

  .div-block-9 {
    background-color: var(--dark-black);
  }

  .div-block-10 {
    max-width: 1920px;
  }

  .body {
    background-color: var(--white);
  }

  .heading-4-customers.smaller {
    font-size: 52px;
  }

  .image-logo-customers {
    background-color: var(--white);
    vertical-align: middle;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-9_1-vertical {
    grid-column-gap: 93px;
  }

  .call-to-action-color {
    background-color: var(--grey-background);
    max-width: 100%;
    overflow: visible;
  }

  .container-customers {
    border: 1px solid var(--white);
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 0;
    font-weight: 400;
    overflow: visible;
  }

  .container-customers.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .div-block-9_1-mobile {
    grid-template-rows: auto 100fr;
  }

  .container-recognition {
    max-width: 100%;
    padding: 5rem 0;
    overflow: visible;
  }

  .container-recognition.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .div-block-9_1-recognition {
    grid-template-rows: 35px 45px 45px 45px;
    grid-template-columns: .25fr 1fr 5fr .25fr;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .div-block-button-recognition {
    grid-column-gap: 76px;
    grid-template-rows: 20fr;
    grid-template-columns: .25fr .5fr .25fr 3fr .25fr;
  }

  .button-recognition-1 {
    padding: 25px 40px;
    font-size: 22px;
  }

  .small-header-grey-recognition {
    font-size: 22px;
  }

  .div-block-9_1-recognition-grey-text {
    margin-top: 15px;
  }

  .div-block-9_1-recognition-icon-2 {
    grid-column-gap: 1px;
    grid-template-rows: 100px;
    grid-template-columns: .25fr .5fr 3fr .25fr;
  }

  .container-hero {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .container-hero.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .small-header-grey-hero {
    font-size: 28px;
  }

  .small-header-grey-hero.ai-gradient-text {
    font-size: 38px;
  }

  .div-block-9_1-hero {
    margin-top: 0;
    font-size: 38px;
    overflow: visible;
  }

  .div-block-9_1-hero-text {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 72px;
    overflow: visible;
  }

  .heading-4-hero.smaller, .heading-2-hero {
    font-size: 72px;
  }

  .div-block-button-hero {
    grid-template-rows: 20fr;
    grid-template-columns: .25fr .5fr 3fr .25fr;
  }

  .button-hero {
    padding: 25px 40px;
    font-size: 26px;
  }

  .div-block-9_1-hero-2 {
    grid-column-gap: 10px;
    grid-template-columns: .25fr .25fr .55fr .25fr .55fr .25fr .55fr .25fr;
    margin-top: 15px;
    padding-top: 10px;
    overflow: visible;
  }

  .small-header-grey-hero-2 {
    font-size: 24px;
  }

  .icon-hero {
    height: 100%;
    max-height: 100%;
  }

  .button-hero-2 {
    padding: 25px 40px;
    font-size: 26px;
  }

  .div-block-button-hero-3 {
    grid-template-rows: 20fr;
    grid-template-columns: .25fr .25fr .8fr .8fr .25fr .25fr;
    margin-top: 10px;
    top: 40px;
    overflow: visible;
  }

  .button-hero-new, .button-hero-2-new {
    padding: 25px 40px;
    font-size: 22px;
    font-weight: 500;
  }

  .button-hero-2-new:hover {
    -webkit-text-stroke-color: var(--gradient1-right);
  }

  .button-heder {
    border-radius: 5px;
    padding: 20px 45px;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-text-heder {
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-heder:hover, .nav-link-heder.w--current:hover {
    color: var(--gradient1-right);
  }

  .nav-link-text-2 {
    font-size: 18px;
    font-weight: 700;
  }

  .section-3 {
    max-width: 100%;
    overflow: visible;
  }

  .container-products.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products.main-carusel {
    padding-bottom: 10rem;
  }

  .container-products.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .heading-4-products.smaller {
    font-size: 52px;
  }

  .heading-2-products {
    text-align: center;
    font-size: 52px;
  }

  .section-products {
    max-height: 80%;
  }

  .section-tech {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-tech {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    padding: 0 0;
    overflow: visible;
  }

  .container-tech.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .div-block-tech {
    grid-template-rows: 35px 45px 45px 45px;
    grid-template-columns: .25fr 1fr 5fr .25fr;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .tabs-tech {
    margin-bottom: 0;
    overflow: visible;
  }

  .tabs-menu-tech {
    margin-bottom: 0;
  }

  .tab-link-2.w--current {
    height: 100%;
    margin-top: 200px;
    padding-left: 0;
  }

  .tab-description-2 {
    max-width: 500px;
    font-size: 24px;
  }

  .mask-2 {
    background-color: var(--grey-background);
  }

  .image-tech {
    border-radius: 10px;
    height: 100%;
  }

  .container-22.no-padding-bottom {
    background-color: var(--white);
  }

  .container-22.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .footer-1 {
    background-color: var(--dark-black);
    max-width: 100%;
  }

  .container-futer.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-futer-down.no-padding-bottom {
    background-color: var(--white);
  }

  .container-futer-down.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .grey-text-futer.footer-heading, .link-futer {
    font-size: 20px;
  }

  .container-apm.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-apm.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .heading-2-hero-apm {
    font-size: 72px;
  }

  .grey-text-apm.hero-description {
    font-size: 32px;
  }

  .section-apm {
    margin-top: 100px;
  }

  .nav-menu-black {
    margin-right: 40px;
  }

  .nav-link-heder-black {
    font-size: 20px;
  }

  .nav-link-text-black {
    font-size: 18px;
    font-weight: 700;
  }

  .container-copy.no-padding-bottom {
    background-color: var(--white);
  }

  .container-copy.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .div-block-call {
    background-color: var(--grey-background);
  }

  .div-block-call.cta {
    overflow: visible;
  }

  .heading-4-call.smaller {
    font-size: 52px;
  }

  .container-partners.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-partners.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .content-blog.company_image-1 {
    background-position: 50%;
    background-size: cover;
    height: 15vh;
  }

  .content-blog.company_image-2 {
    background-position: 50%;
    background-size: cover;
    height: 25vh;
  }

  .content-blog.company_image-3 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .container-company.no-padding-bottom {
    background-color: var(--white);
  }

  .container-company.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-blog-mini.no-padding-bottom {
    background-color: var(--white);
  }

  .container-blog-mini.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .heading-4-blog.smaller {
    margin-bottom: 40px;
    font-size: 42px;
  }

  .bold-text-tech {
    font-size: 42px;
  }

  .tab-title-tech {
    margin-bottom: 10px;
  }

  .tab-description-tech {
    color: var(--grey-menu);
    max-width: 550px;
    height: 100%;
    max-height: 56%;
    font-size: 28px;
  }

  .heading-4-smi.smaller {
    font-size: 52px;
  }

  .small-header-grey-advant {
    font-size: 28px;
  }

  .heading-4-advant.smaller {
    font-size: 52px;
  }

  .container-advant {
    max-width: 100%;
    padding-top: 6rem;
    overflow: visible;
  }

  .container-advant.no-padding-bottom {
    background-color: var(--white);
  }

  .container-advant.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .card-item-title-copy.card-item-title-2-copy {
    font-size: 22px;
  }

  .section-footer-1.section-futer-2.section-smi {
    margin-top: 0;
  }

  .section-footer-1.section-grey {
    width: auto;
    max-width: none;
  }

  .section-footer-1.section-futer-1.section-smi {
    margin-top: 0;
  }

  .section-products-09-25 {
    -webkit-text-stroke-color: var(--dark-black);
    border-style: solid;
    border-color: #000;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .container-products-09-25.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25.main-carusel {
    padding-bottom: 10rem;
  }

  .container-products-09-25.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-products-09-25.main-carusel-09-25 {
    border-style: solid;
    border-color: #000;
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 10rem;
    overflow: visible;
  }

  .tabs-09-25 {
    background-color: var(--dark-black);
  }

  .tab-link-09-25 {
    margin-bottom: 10px;
    padding-bottom: 40px;
  }

  .tab-link-09-25.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  .tab-description-09-25 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .tab-content-09-25, .tab-pane-09-25 {
    overflow: visible;
  }

  .mask-09-25 {
    background-color: var(--grey-background);
  }

  .bold-text-09-25 {
    font-size: 28px;
  }

  .container-products-09-25-low.no-padding-bottom {
    background-color: var(--white);
  }

  .container-products-09-25-low.main-carusel {
    padding-bottom: 10rem;
  }

  .container-products-09-25-low.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-products-09-25-low.main-carusel-09-25 {
    background-color: var(--dark-black);
    max-width: 100%;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .section-customers {
    max-width: 100%;
    overflow: visible;
  }

  .small-header-grey-hero-09-25 {
    margin-right: 0;
    font-size: 26px;
  }

  .body-09-25 {
    background-color: var(--white);
    overflow: visible;
  }

  .div-block-advantages {
    background-color: var(--grey-background);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-4-advantages.smaller {
    background-color: var(--grey-background);
    font-size: 52px;
  }

  .heading-4-call-09-2025.smaller {
    font-size: 52px;
  }

  .div-block-call-09-2025 {
    background-color: var(--grey-background);
  }

  .div-block-call-09-2025.cta, .div-block-call-09-2025.cta-09-2025 {
    overflow: visible;
  }

  .link-upload.presslink-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-upload {
    color: var(--grey);
    font-size: 24px;
  }

  .text-block-upload:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .icon-10-25 {
    height: 100%;
    max-height: 100%;
  }

  .div-block-upload {
    grid-column-gap: 0px;
    grid-template-columns: .55fr .25fr;
    margin-top: 0;
    margin-left: 450px;
    margin-right: 450px;
    padding-top: 0;
    padding-left: 210px;
    padding-right: 210px;
    overflow: visible;
  }

  .icon-hero-copy {
    height: 100%;
    max-height: 100%;
  }

  .icon-upload {
    width: 35px;
    max-width: 35px;
    height: 35px;
    max-height: 35px;
  }

  .section-bp {
    margin-top: 100px;
  }

  .container-bp.no-padding-bottom {
    background-color: var(--dark-black);
  }

  .container-bp.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-bp.no-padding-bottom-bp {
    background-color: var(--dark-black);
  }

  .heading-2-bp {
    font-size: 72px;
  }

  .grey-text-bp.hero-description {
    font-size: 32px;
  }

  .section-hero-bp-10-25 {
    margin-top: 100px;
    overflow: visible;
  }

  .container-hero-bp-10-25 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .container-hero-bp-10-25.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .div-block-9_1-bp {
    margin-top: 15px;
    overflow: visible;
  }

  .container-bp-10-25 {
    max-width: 100%;
    padding-top: 2rem;
    overflow: visible;
  }

  .container-bp-10-25.nav-container {
    overflow: visible;
  }

  .container-bp-10-25.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container-bp-10-25.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-bp-10-25.new-grey-background.cta {
    overflow: visible;
  }

  .product-image-container-bp {
    background-color: var(--white);
    overflow: visible;
  }

  .product-icons-background-bp {
    left: 0;
    right: 0;
    overflow: visible;
  }

  .product-container-bp.desktop {
    text-align: center;
    overflow: visible;
  }

  .product-image-bp {
    max-width: 1500px;
    overflow: visible;
  }

  .div-block-upload-bp {
    grid-column-gap: 0px;
    grid-template-columns: .55fr .25fr;
    margin-top: 40px;
    margin-left: 500px;
    margin-right: 500px;
    padding-top: 0;
    padding-left: 160px;
    padding-right: 160px;
    overflow: visible;
  }

  .icon-upload-bp {
    width: 35px;
    max-width: 35px;
    height: 35px;
    max-height: 35px;
  }

  .link-upload-bp.presslink-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-upload-bp {
    color: var(--grey);
    font-size: 24px;
  }

  .text-block-upload-bp:hover {
    color: var(--gradient1-right);
    font-weight: 400;
  }

  .div-block-button-bp {
    grid-template-rows: 20fr;
    grid-template-columns: .25fr .25fr .8fr .8fr .25fr .25fr;
    margin-top: -80px;
    top: 40px;
    overflow: visible;
  }

  .button-hero-bp, .button-hero-2-bp {
    padding: 25px 40px;
    font-size: 22px;
    font-weight: 500;
  }

  .button-hero-2-bp:hover {
    -webkit-text-stroke-color: var(--gradient1-right);
  }

  .div-block-9_1-hero-bp {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 0;
    overflow: visible;
  }

  .heading-4-hero-bp.smaller {
    font-size: 52px;
  }

  .heading-2-hero-bp {
    font-size: 72px;
  }

  .div-block-bp-up {
    margin-top: 15px;
    overflow: visible;
  }

  .small-header-bp-up {
    font-size: 28px;
  }

  .section-bp-description-10-25.section-futer-2.section-smi {
    margin-top: 0;
    overflow: hidden;
  }

  .section-bp-description-10-25.section-grey {
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .section-bp-description-10-25.section-aditional-style.section-smi {
    margin-top: 0;
    overflow: hidden;
  }

  .container-bp-description-10-25 {
    max-width: 100%;
    padding-top: 6rem;
    overflow: visible;
  }

  .container-bp-description-10-25.nav-container {
    overflow: visible;
  }

  .container-bp-description-10-25.no-padding-bottom {
    background-color: var(--white);
    overflow: visible;
  }

  .container-bp-description-10-25.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .container-bp-description-10-25.new-grey-background.cta {
    overflow: visible;
  }

  .section-bp-description {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: visible;
  }

  .section-bp-description.section-pb-description-2 {
    border: 0px solid var(--dark-black);
  }

  .container-bp-description {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    padding: 0 0;
    display: flex;
    overflow: visible;
  }

  .container-bp-description.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .tabs-bp {
    background-color: var(--dark-black);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    overflow: visible;
  }

  .tabs-bp-description {
    margin-bottom: 0;
    padding: 60px;
  }

  .tab-link-bp.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
  }

  .tab-title-bp-description {
    margin-bottom: 40px;
    font-size: 52px;
  }

  .tab-bp-description {
    color: var(--grey-menu);
    max-width: 550px;
    height: 100%;
    max-height: 56%;
    font-size: 38px;
  }

  .image-bp {
    border-radius: 10px;
    height: 100%;
  }

  .bold-text-bp {
    font-size: 52px;
  }

  .container-bp-description-2 {
    border: 0px solid var(--dark-black);
    -webkit-text-stroke-color: var(--dark-black);
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    padding: 0 0;
    overflow: visible;
  }

  .container-bp-description-2.new-grey-background {
    border-color: var(--dark-grey);
    background-color: var(--grey-background);
  }

  .tabs-bp-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    overflow: visible;
  }

  .tabs-bp-description-2 {
    margin-bottom: 0;
    padding: 60px 60px 60px 100px;
  }

  .tab-link-bp-2.w--current {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .tab-title-bp-description-2 {
    margin-bottom: 40px;
  }

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

  .image-bp-2 {
    border-radius: 10px;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fixed-nav {
    height: 80px;
  }

  .nav-link {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 18px;
  }

  .nav-link.nav-item-dropdown {
    align-items: flex-start;
  }

  .footer-flex-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-container.vertikal {
    flex-direction: column;
    font-size: 16px;
  }

  .section.section-futer-2.section-smi {
    text-align: center;
  }

  .section.section-grey {
    width: auto;
    max-width: none;
  }

  .container {
    margin-right: auto;
    padding: 4rem 1em 2rem;
    display: block;
  }

  .container.nav-container {
    height: 80px;
  }

  .container.news-container-black {
    display: inline-block;
  }

  .container.new-grey-background {
    background-color: var(--grey-background);
  }

  .hero-text {
    font-size: 100px;
  }

  .white-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .content.blog-empty {
    display: none;
  }

  .link.social-footer-link {
    margin-right: 15px;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1.25fr .75fr 1fr 1fr 1fr;
  }

  .project-item {
    width: 100%;
    padding-right: 0;
  }

  .nav-link-text {
    font-size: 12px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--ховер);
    background-color: var(--white);
    padding-bottom: 20px;
  }

  .menu-button {
    color: var(--grey-menu);
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 13px;
    transition: background-color .2s;
    position: absolute;
    inset: 13px 20px auto auto;
  }

  .menu-button.w--open {
    background-color: var(--dark-black);
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex-first {
    flex-direction: column;
    width: 100%;
  }

  .footer-flex-first.links {
    grid-template-columns: .5fr .75fr .75fr;
  }

  .project-item-style-2 {
    padding-right: 0;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .content-details {
    font-size: 16px;
    font-weight: 300;
  }

  .content-details h2, .content-details h1 {
    text-align: left;
  }

  .content-details figcaption {
    font-size: 18px;
  }

  .text-gradient-1.text85 {
    font-size: 45px;
  }

  .text-gradient-2.ai-gradient-text {
    font-size: 40px;
  }

  .grey-text {
    font-size: 18px;
  }

  .grey-text.links {
    width: 100%;
  }

  .grey-text.faq-text {
    font-size: 14px;
  }

  .grey-text.hero-description {
    font-size: 20px;
  }

  .grey-text.grey-paragraph, .grey-text.partners, .grey-text.grey-paragraph-copy {
    font-size: 18px;
  }

  .nav-cta-button {
    text-align: left;
    flex: 0 auto;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .button.empty {
    font-size: 18px;
  }

  .button.empty.button-new {
    font-size: 12px;
  }

  .button.white-filled {
    font-size: 18px;
  }

  .card-item-content.large-padding {
    padding: 2em;
  }

  .product-image-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .small-container {
    max-width: 100%;
  }

  .small-text {
    font-size: 18px;
  }

  .product-icons-background {
    z-index: 0;
    background-image: none;
    position: absolute;
    overflow: hidden;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    padding-right: 0;
  }

  .tab-link.w--current {
    height: 160px;
  }

  .tab-description {
    font-size: 16px;
  }

  .text-container {
    max-width: 70%;
    font-size: 18px;
  }

  .text-container.text-container-widht-100 {
    padding-bottom: 0;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .pricing-list {
    padding-left: 0;
  }

  .play-icon-image {
    width: 100px;
  }

  .nav-dropdown-icon {
    margin-right: 30px;
  }

  .nav-dropdown-icon.grey-text-2 {
    margin-right: 10px;
    font-size: 12px;
  }

  .nav-dropdown-list {
    background-color: var(--dark-grey);
  }

  .nav-dropdown-list.w--open {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .nav-dropdown-link {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-dropdown-link.w--current {
    padding-left: 10px;
  }

  .nav-icon-gradient {
    width: 30px;
    height: 30px;
    padding: 6px;
  }

  .nav-dropdown-image {
    width: 14px;
  }

  .dropdown-nav-item-description {
    font-size: 16px;
  }

  .image-100 {
    width: 100%;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-10.company {
    grid-auto-flow: row;
  }

  .image-anim-container {
    height: 16vh;
  }

  .image-anim-container._100-pct {
    min-height: 30vh;
  }

  .image-anim-container._20-vh {
    height: 10vh;
  }

  .image-animation {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image-animation.company-img-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-image {
    width: 100px;
  }

  .team-image-holder {
    width: 100px;
    height: 100px;
  }

  .team-name {
    font-size: 14px;
  }

  .team-name.tech-name-compact {
    font-size: 12px;
  }

  .social-icons {
    flex-direction: row;
  }

  .feature-grid.gap-5 {
    grid-template-columns: .5fr .25fr .5fr .25fr;
  }

  .feature-grid.company {
    display: none;
  }

  .nav-external-link {
    padding-left: 16px;
  }

  .navbar-contianer {
    color: var(--grey-menu);
    flex: 1;
    justify-content: flex-end;
    padding-right: 58px;
  }

  .cart-container {
    min-width: 630px;
    max-width: 630px;
  }

  .cart-thumbanil-holder {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .quantity-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-price {
    font-size: 14px;
  }

  .product-title-holder {
    max-width: 100%;
  }

  .product-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .checkout-form {
    padding: 14px;
  }

  .field-label {
    font-size: 14px;
  }

  .grey-paragraph {
    font-size: 18px;
  }

  .title-text.heading-2 {
    font-size: 46px;
  }

  .pricing-title {
    font-size: 32px;
  }

  .pricing-title.compare-title {
    font-size: 24px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-small-title {
    font-size: 16px;
  }

  .sub-header-text {
    font-size: 22px;
  }

  .question-text {
    font-size: 16px;
  }

  .horizontal-block-holder {
    display: flex;
  }

  .card-item-title {
    font-size: 16px;
  }

  .card-item-title.card-item-title-2, .card-item-title.card-item-title-2-copy, .card-item-description {
    font-size: 14px;
  }

  .text-block-4 {
    padding-bottom: 10px;
  }

  .slider-3 {
    min-height: 560px;
  }

  .image-101 {
    width: 768px;
    max-width: 768px;
    max-height: none;
    margin-bottom: 40px;
    overflow: visible;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-5 {
    font-size: 46px;
  }

  .heading-6 {
    font-size: 30px;
  }

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

  .icon {
    margin-top: 260px;
    margin-bottom: 260px;
  }

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

  .heading-7 {
    font-size: 26px;
  }

  .link-6.social-footer-link {
    margin-right: 15px;
  }

  .footer-flex-container-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-container-2.vertikal {
    flex-direction: column;
  }

  .footer-flex-first-2 {
    flex-direction: column;
    width: 100%;
  }

  .grey-text-2.links {
    width: 100%;
  }

  .tech-wrapper.rows-2.cols-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .text-span-gradient.ai-gradient-text {
    font-size: 40px;
  }

  .text-overlay.text-center {
    background-color: var(--grey-background);
  }

  .image-111 {
    border-color: var(--grey-background);
    background-color: var(--grey-background);
  }

  .div-block-9 {
    background-color: var(--dark-black);
    margin-top: 50px;
    padding-top: 0;
  }

  .header-small {
    font-size: 18px;
  }

  .call-to-action.ai-gradient-text {
    font-size: 22px;
  }

  .call-to-action.ai-gradient-text.blog {
    font-size: 32px;
  }

  .button-call-to-action, .button-call-to-action-transparent {
    width: 150px;
    font-size: 12px;
  }

  .small-header-grey {
    font-size: 18px;
  }

  .heading-4-customers {
    font-size: 22px;
  }

  .heading-4-customers.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-customers.smaller.h4-technology {
    font-size: 22px;
  }

  .image-logo-customers {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4-customers-vertical {
    font-size: 22px;
  }

  .heading-4-customers-vertical.smaller {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-customers-vertical.smaller.h4-technology {
    font-size: 22px;
  }

  .container-customers {
    max-width: 100%;
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-customers.nav-container {
    height: 80px;
  }

  .container-customers.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-recognition {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-recognition.nav-container {
    height: 80px;
  }

  .container-recognition.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-recognition {
    grid-template-rows: 35px 45px 15px;
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-button-recognition {
    grid-column-gap: 42px;
    grid-template-columns: .25fr .25fr 3.25fr .25fr;
    margin-top: 20px;
    padding-left: 0;
    overflow: hidden;
  }

  .button-recognition-1 {
    width: 120px;
    padding: 15px 22px;
    font-size: 12px;
    overflow: hidden;
  }

  .heading-2-recognition {
    font-size: 22px;
    overflow: hidden;
  }

  .small-header-grey-recognition {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-9_1-recognition-grey-text {
    grid-template-rows: 25px;
  }

  .div-block-9_1-recognition-icon-2 {
    grid-column-gap: 35px;
    grid-template-rows: 50px;
    grid-template-columns: .25fr .35fr 3.65fr .25fr;
  }

  .container-hero {
    max-width: 100%;
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-hero.nav-container {
    height: 80px;
  }

  .container-hero.new-grey-background {
    background-color: var(--grey-background);
  }

  .small-header-grey-hero {
    margin-top: 10px;
    font-size: 14px;
  }

  .small-header-grey-hero.ai-gradient-text {
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-9_1-hero {
    grid-template-rows: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 10px;
    display: flex;
  }

  .div-block-9_1-hero-text {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-4-hero {
    font-size: 22px;
  }

  .heading-4-hero.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-hero.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-hero.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .div-block-button-hero {
    grid-column-gap: 42px;
    grid-template-columns: .25fr .25fr 3.25fr .25fr;
  }

  .button-hero {
    width: 120px;
    padding: 15px 22px;
    font-size: 14px;
  }

  .div-block-9_1-hero-2 {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    grid-template: "." 25px
    / .25fr .25fr .55fr .25fr .55fr .25fr .55fr .25fr;
    grid-auto-columns: .25fr;
    justify-content: center;
    margin-bottom: 20px;
    display: grid;
  }

  .small-header-grey-hero-2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .icon-hero {
    vertical-align: middle;
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .button-hero-2 {
    width: 120px;
    padding: 15px 22px;
    font-size: 14px;
  }

  .div-block-button-hero-3 {
    grid-column-gap: 16px;
    grid-template-columns: .25fr 7fr 4fr 2.25fr .25fr;
    grid-template-areas: ".";
    justify-content: center;
    align-items: center;
    margin-top: -200px;
    margin-left: 0;
    display: flex;
  }

  .button-hero-new {
    padding: 15px 22px;
    font-size: 12px;
    font-weight: 500;
  }

  .button-hero-2-new {
    text-align: center;
    padding: 15px 22px;
    font-size: 12px;
  }

  .button-heder {
    border-radius: 5px;
    font-weight: 300;
  }

  .button-heder.empty {
    font-size: 18px;
  }

  .button-heder.empty.button-new {
    font-size: 12px;
  }

  .button-heder.white-filled {
    font-size: 18px;
  }

  .nav-link-text-heder {
    font-size: 12px;
  }

  .nav-dropdown-list-company {
    background-color: var(--dark-grey);
  }

  .nav-dropdown-list-company.w--open {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .nav-dropdown-link-company {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-dropdown-link-company.w--current {
    padding-left: 10px;
  }

  .nav-link-heder {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 18px;
  }

  .nav-link-heder.nav-item-dropdown {
    align-items: flex-start;
  }

  .nav-link-text-2 {
    font-size: 12px;
  }

  .image-112 {
    background-color: var(--white);
  }

  .container-products {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-products.nav-container {
    height: 80px;
  }

  .container-products.main-carusel {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .container-products.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-products {
    font-size: 22px;
  }

  .heading-4-products.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-products.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-products.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-products {
    font-size: 22px;
  }

  .container-tech {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-tech.nav-container {
    height: 80px;
  }

  .container-tech.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-tech {
    grid-template-rows: 35px 45px 15px;
    grid-template-columns: .25fr .65fr 4fr .25fr;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-tech {
    flex-direction: column;
  }

  .tabs-menu-tech {
    width: 100%;
  }

  .tab-link-2 {
    padding-right: 0;
  }

  .tab-link-2.w--current {
    height: 160px;
    margin-top: 60px;
    overflow: visible;
  }

  .tab-description-2 {
    font-size: 16px;
  }

  .tab-content-tech {
    margin-left: -29px;
    margin-right: -35px;
    padding-right: 0;
  }

  .slider-3-tech {
    min-height: 560px;
  }

  .image-tech {
    width: 100%;
    height: 60%;
    max-height: 60%;
    overflow: visible;
  }

  .container-22 {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-22.nav-container {
    height: 80px;
  }

  .container-22.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-futer {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-futer.nav-container {
    height: 80px;
  }

  .container-futer.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-futer-down {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-futer-down.nav-container {
    height: 80px;
  }

  .container-futer-down.new-grey-background {
    background-color: var(--grey-background);
  }

  .grey-text-futer.links {
    width: 100%;
  }

  .link-futer.social-footer-link {
    margin-right: 15px;
  }

  .container-apm {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-apm.nav-container {
    height: 80px;
  }

  .container-apm.new-grey-background {
    background-color: var(--grey-background);
  }

  ._2-apm.ai-gradient-text {
    font-size: 40px;
  }

  .heading-2-hero-apm {
    font-size: 30px;
  }

  .grey-text-apm {
    font-size: 18px;
  }

  .grey-text-apm.links {
    width: 100%;
  }

  .grey-text-apm.faq-text {
    font-size: 14px;
  }

  .grey-text-apm.hero-description, .grey-text-apm.grey-paragraph, .grey-text-apm.partners {
    font-size: 18px;
  }

  .fixed-nav-black {
    height: 80px;
  }

  .nav-menu-black {
    border-bottom: 1px solid var(--ховер);
    background-color: var(--white);
    padding-bottom: 20px;
  }

  .nav-link-heder-black {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 18px;
  }

  .nav-link-heder-black.nav-item-dropdown {
    align-items: flex-start;
  }

  .nav-link-text-black {
    font-size: 12px;
  }

  .fixed-nav-black-copy, .fixed-nav-copy {
    height: 80px;
  }

  .container-copy {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-copy.nav-container {
    height: 80px;
  }

  .container-copy.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-copy.nav-container-black {
    height: 80px;
  }

  .navbar-contianer-black {
    color: var(--grey-menu);
    flex: 1;
    justify-content: flex-end;
    padding-right: 58px;
  }

  .nav-dropdown-icon-2 {
    margin-right: 30px;
  }

  .nav-dropdown-icon-2.grey-text-2, .nav-dropdown-icon-2.grey-text-3 {
    margin-right: 10px;
    font-size: 12px;
  }

  .nav-dropdown-list-black {
    background-color: var(--dark-grey);
  }

  .nav-dropdown-list-black.w--open {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .nav-dropdown-link-black {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-dropdown-link-black.w--current {
    padding-left: 10px;
  }

  .nav-dropdown-list-company-black {
    background-color: var(--dark-grey);
  }

  .nav-dropdown-list-company-black.w--open {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .nav-menu-black-2 {
    border-bottom: 1px solid var(--grey);
    background-color: var(--grey-background);
    padding-bottom: 20px;
  }

  .div-block-call {
    background-color: var(--grey-background);
    margin-top: 50px;
    padding-top: 0;
  }

  .heading-4-call {
    font-size: 22px;
  }

  .heading-4-call.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-call.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-call.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .header-small-call {
    font-size: 18px;
  }

  .text-overlay-copy.text-center, .text-overlay-copy.text-center-copy {
    background-color: var(--grey-background);
  }

  .container-partners {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-partners.nav-container {
    height: 80px;
  }

  .container-partners.new-grey-background {
    background-color: var(--grey-background);
  }

  .content-blog.blog-empty {
    display: none;
  }

  .container-company {
    padding: 3rem 1em;
    display: block;
  }

  .container-company.nav-container {
    height: 80px;
  }

  .container-company.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-blog-mini {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-blog-mini.nav-container {
    height: 80px;
  }

  .container-blog-mini.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-4-blog {
    font-size: 22px;
  }

  .heading-4-blog.smaller {
    margin-bottom: 10px;
    margin-right: 60px;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-blog.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-blog.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .bold-text-tech {
    font-size: 22px;
    font-weight: 600;
  }

  .tab-title-tech {
    align-self: auto;
  }

  .tab-description-tech {
    letter-spacing: .5px;
    align-self: auto;
    max-width: 650px;
    font-size: 18px;
  }

  .heading-4-smi {
    font-size: 22px;
  }

  .heading-4-smi.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-smi.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-smi.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .small-header-grey-copy {
    font-size: 18px;
  }

  .small-header-grey-advant {
    font-size: 16px;
    font-weight: 200;
  }

  .heading-4-advant {
    font-size: 22px;
  }

  .heading-4-advant.smaller {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
  }

  .heading-4-advant.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-advant.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .container-advant {
    padding: 4rem 1em 2rem;
    display: inline-block;
  }

  .container-advant.nav-container {
    height: 80px;
  }

  .container-advant.news-container-black {
    display: inline-block;
  }

  .container-advant.new-grey-background {
    background-color: var(--grey-background);
  }

  .card-item-title-copy {
    font-size: 16px;
  }

  .card-item-title-copy.card-item-title-2, .card-item-title-copy.card-item-title-2-copy {
    font-size: 14px;
  }

  .section-footer-1.section-futer-2.section-smi {
    text-align: center;
  }

  .section-footer-1.section-grey {
    width: auto;
    max-width: none;
  }

  .section-footer-1.section-futer-1.section-smi {
    text-align: center;
  }

  .footer-flex-container-up {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-container-up.vertikal {
    flex-direction: column;
    font-size: 16px;
  }

  .footer-flex-first-up {
    flex-direction: column;
    width: 100%;
  }

  .footer-flex-first-up.links {
    grid-template-columns: .5fr .75fr .75fr;
  }

  .container-products-09-25 {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-products-09-25.nav-container {
    height: 80px;
  }

  .container-products-09-25.main-carusel {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .container-products-09-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-products-09-25.main-carusel-09-25 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .tabs-09-25 {
    flex-direction: column;
  }

  .tabs-menu-09-25 {
    width: 100%;
    padding-top: 0;
  }

  .tab-link-09-25 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .tab-link-09-25.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .tab-description-09-25 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 500px;
    font-size: 16px;
  }

  .slider-3-09-25 {
    max-width: none;
    min-height: 560px;
    max-height: none;
  }

  .bold-text-09-25 {
    font-size: 18px;
  }

  .container-products-09-25-low {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-products-09-25-low.nav-container {
    height: 80px;
  }

  .container-products-09-25-low.main-carusel {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .container-products-09-25-low.new-grey-background {
    background-color: var(--grey-background);
  }

  .container-products-09-25-low.main-carusel-09-25 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .small-header-grey-hero-09-25 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-advantages {
    background-color: var(--grey-background);
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-4-advantages {
    font-size: 22px;
  }

  .heading-4-advantages.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-advantages.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-advantages.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-4-call-09-2025 {
    font-size: 22px;
  }

  .heading-4-call-09-2025.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-call-09-2025.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-call-09-2025.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-4-call-09-2025.smaller.call-to-action.cta {
    font-size: 18px;
  }

  .div-block-call-09-2025 {
    background-color: var(--grey-background);
    margin-top: 50px;
    padding-top: 0;
  }

  .call-to-action-09-2025.ai-gradient-text {
    font-size: 22px;
  }

  .call-to-action-09-2025.ai-gradient-text.blog {
    font-size: 32px;
  }

  .link-upload.social-footer-link {
    margin-right: 15px;
  }

  .text-block-upload {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-10-25 {
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .div-block-upload {
    grid-column-gap: 0px;
    grid-template: "." 25px
    / .55fr .25fr;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .icon-hero-copy {
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
  }

  .icon-upload {
    width: 22px;
    max-width: 22px;
    height: 22px;
    max-height: 22px;
  }

  .container-bp {
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-bp.nav-container {
    height: 80px;
  }

  .container-bp.new-grey-background {
    background-color: var(--grey-background);
  }

  .heading-2-bp {
    font-size: 30px;
  }

  .small-container-bp {
    max-width: 100%;
  }

  .grey-text-bp {
    font-size: 18px;
  }

  .grey-text-bp.links {
    width: 100%;
  }

  .grey-text-bp.faq-text {
    font-size: 14px;
  }

  .grey-text-bp.hero-description, .grey-text-bp.grey-paragraph, .grey-text-bp.partners, .button-bp.empty {
    font-size: 18px;
  }

  .button-bp.empty.button-new, .button-bp.empty.button-new-copy {
    font-size: 12px;
  }

  .button-bp.white-filled {
    font-size: 18px;
  }

  .container-hero-bp-10-25 {
    max-width: 100%;
    padding-top: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .container-hero-bp-10-25.nav-container {
    height: 80px;
  }

  .container-hero-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .div-block-9_1-bp {
    grid-template-rows: 25px;
  }

  .container-bp-10-25 {
    margin-right: auto;
    padding: 3rem 1em 2rem;
    display: block;
  }

  .container-bp-10-25.nav-container {
    height: 80px;
  }

  .container-bp-10-25.news-container-black {
    display: inline-block;
  }

  .container-bp-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .product-image-container-bp {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .product-icons-background-bp {
    z-index: 0;
    background-image: none;
    position: absolute;
    overflow: hidden;
  }

  .div-block-upload-bp {
    grid-column-gap: 10px;
    grid-template: "." 25px
    / .55fr .25fr;
    justify-content: space-between;
    align-items: center;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .link-block-bp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-upload-bp {
    width: 22px;
    max-width: 22px;
    height: 22px;
    max-height: 22px;
  }

  .link-upload-bp.social-footer-link {
    margin-right: 15px;
  }

  .link-upload-bp.presslink-2 {
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
  }

  .div-block-button-bp {
    grid-column-gap: 16px;
    grid-template-columns: .25fr 7fr 15fr 2.25fr;
    grid-template-areas: ".";
    margin-top: -220px;
    margin-left: 56px;
  }

  .button-hero-bp {
    padding: 15px 22px;
    font-size: 12px;
    font-weight: 500;
  }

  .button-hero-2-bp {
    text-align: center;
    padding: 15px 22px;
    font-size: 12px;
  }

  .div-block-9_1-hero-bp {
    margin-top: 5px;
  }

  .heading-4-hero-bp {
    font-size: 22px;
  }

  .heading-4-hero-bp.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-hero-bp.smaller.h4-technology {
    font-size: 22px;
  }

  .heading-4-hero-bp.smaller.call-to-action {
    background-color: var(--grey-background);
  }

  .heading-2-hero-bp {
    font-size: 30px;
  }

  .div-block-bp-up {
    grid-template-rows: 25px;
  }

  .small-header-bp-up {
    margin-top: 10px;
    font-size: 14px;
  }

  .small-header-bp-up.ai-gradient-text {
    font-size: 16px;
  }

  .section-bp-description-10-25.section-futer-2.section-smi {
    text-align: center;
  }

  .section-bp-description-10-25.section-grey {
    width: auto;
    max-width: none;
  }

  .section-bp-description-10-25.section-aditional-style.section-smi {
    text-align: center;
  }

  .container-bp-description-10-25 {
    margin-right: auto;
    padding: 4rem 1em 2rem;
    display: block;
  }

  .container-bp-description-10-25.nav-container {
    height: 80px;
  }

  .container-bp-description-10-25.news-container-black {
    display: inline-block;
  }

  .container-bp-description-10-25.new-grey-background {
    background-color: var(--grey-background);
  }

  .feature-grid-bp-10-25.gap-5 {
    grid-template-columns: .5fr .25fr .5fr .25fr;
  }

  .feature-grid-bp-10-25.company {
    display: none;
  }

  .container-bp-description {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-bp-description.nav-container {
    height: 80px;
  }

  .container-bp-description.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp {
    flex-direction: column;
    align-items: center;
  }

  .tabs-bp-description {
    width: 100%;
  }

  .tab-image-bp {
    margin-left: -29px;
    margin-right: -35px;
    padding-right: 0;
  }

  .tab-link-bp {
    padding-right: 0;
  }

  .tab-link-bp.w--current {
    height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .tab-title-bp-description {
    align-self: auto;
  }

  .tab-bp-description {
    letter-spacing: .5px;
    align-self: auto;
    max-width: 650px;
    font-size: 18px;
  }

  .image-bp {
    width: 100%;
    max-width: 728px;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .bold-text-bp {
    font-size: 22px;
    font-weight: 600;
  }

  .container-bp-description-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-bp-description-2.nav-container {
    height: 80px;
  }

  .container-bp-description-2.new-grey-background {
    background-color: var(--grey-background);
  }

  .tabs-bp-2 {
    flex-direction: column;
  }

  .tabs-bp-description-2 {
    width: 100%;
  }

  .tab-image-bp-2 {
    margin-left: -29px;
    margin-right: -35px;
    padding-right: 0;
  }

  .tab-link-bp-2 {
    padding-right: 0;
  }

  .tab-link-bp-2.w--current {
    height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .tab-title-bp-description-2 {
    align-self: auto;
  }

  .bold-text-bp-2 {
    font-size: 22px;
    font-weight: 600;
  }

  .image-bp-2 {
    width: 100%;
    max-width: 728px;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 22px;
  }

  .footer-flex-container {
    flex-direction: column;
    padding-top: 20px;
  }

  .footer-flex-container.footer-grid {
    display: inline;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    margin-top: 0;
    font-size: 70px;
  }

  .white-text {
    text-align: center;
    margin-top: 10px;
  }

  .content.company_image-1 {
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .content.company_image-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .content.company_image-3 {
    height: 300px;
  }

  .link.social-link {
    margin-top: 10px;
    margin-left: 0;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

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

  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .menu-button {
    line-height: 1;
  }

  .menu-button.w--open {
    color: #000;
  }

  .footer-flex-first {
    padding-right: 0;
  }

  .heading-display {
    font-size: 50px;
  }

  .utility-page-content {
    max-width: none;
  }

  .content-details {
    font-size: 14px;
    font-weight: 300;
  }

  .subscribe-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .subscribe-form-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-form-input-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-input {
    font-size: 16px;
  }

  .blog-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .asset-licensing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-gradient-1.long-header {
    font-size: 50px;
  }

  .text-gradient-2.ai-gradient-text {
    font-size: 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .grey-text {
    font-size: 16px;
  }

  .grey-text.faq-text {
    font-size: 14px;
  }

  .grey-text.hero-description {
    font-size: 20px;
  }

  .grey-text.grey-paragraph, .grey-text.partners, .grey-text.grey-paragraph-copy {
    font-size: 18px;
  }

  .footer-flex-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-cta-button {
    display: none;
  }

  .button {
    margin-bottom: 5px;
  }

  .button.empty {
    font-size: 16px;
  }

  .button.white-filled {
    padding-left: 35px;
    font-size: 16px;
  }

  .button.white-filled.wide {
    max-width: 300px;
  }

  .button.btn-subscribe {
    margin-right: 0;
  }

  .card-item {
    flex-direction: column;
  }

  .white-40 {
    font-size: 16px;
  }

  .card-item-content {
    align-self: auto;
    font-size: 14px;
  }

  .card-item-content.large-padding {
    padding: 0;
  }

  .job-position-content {
    grid-template-columns: 1fr;
  }

  .hero-product-demo {
    height: 130vh;
  }

  .product-image {
    width: auto;
    font-size: 18px;
    overflow: visible;
  }

  .product-image-container {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .small-text {
    font-size: 16px;
  }

  .product-icons-background {
    left: 0;
    right: 0;
  }

  .tab-link {
    padding-left: 0;
  }

  .tab-content {
    padding-top: 40px;
  }

  .tab-description {
    margin-top: 20px;
    padding-left: 80px;
  }

  .tab-title {
    padding-left: 80px;
  }

  .text-container {
    max-width: 100%;
  }

  .product-container.desktop {
    margin-top: 40px;
    padding-top: 30px;
  }

  .pricing-list {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .pricing-vertical-line {
    width: 100%;
    height: 4px;
    margin: 40px 0;
  }

  .pricing-tabs-menu {
    flex-direction: column;
  }

  .slider {
    min-width: 320px;
  }

  .feedback-card {
    flex-direction: column;
  }

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

  .pricing-table-primary {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-icon {
    margin-right: 25px;
  }

  .feature-image-container.apm {
    overflow: visible;
  }

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

  .accordion-container {
    grid-template-columns: 1fr;
  }

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

  .image-anim-container {
    height: 20vh;
  }

  .image-anim-container._100-pct {
    min-height: 25vh;
  }

  .image-anim-container._20-vh {
    height: 10vh;
  }

  .team-item {
    min-height: auto;
  }

  .team-image {
    width: 100px;
  }

  .team-image-holder {
    width: 100px;
    height: 100px;
  }

  .contact-form-container {
    top: 30px;
  }

  .change-log-grid {
    grid-template-columns: 1fr;
  }

  .card-item-photo {
    align-self: center;
  }

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

  .licensing-item-photo {
    align-self: center;
  }

  .cart-container {
    min-width: 470px;
    max-width: 480px;
  }

  .cart-thumbanil-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .product-name {
    font-size: 22px;
  }

  .product-category {
    white-space: nowrap;
  }

  .cart-price {
    font-size: 16px;
  }

  .cateogry-pricing-tabs-menu {
    flex-direction: column;
  }

  .footer-link-holder {
    margin-bottom: 5px;
  }

  .grey-paragraph {
    font-size: 16px;
  }

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

  .title-text.heading-2 {
    font-size: 36px;
  }

  .pricing-title {
    font-size: 32px;
  }

  .pricing-title.compare-title {
    font-size: 18px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-small-title {
    font-size: 16px;
  }

  .sub-header-text {
    font-size: 22px;
  }

  .question-text {
    font-size: 16px;
  }

  .cart-title {
    font-size: 28px;
    font-weight: 500;
  }

  .card-item-head {
    flex-direction: row;
  }

  .card-item-head.flex-row {
    min-width: 200px;
    font-size: 14px;
  }

  .card-item-title {
    flex: 1;
    font-size: 16px;
  }

  .card-item-title.card-item-title-2 {
    font-size: 12px;
  }

  .card-item-title.card-item-title-2-copy, .card-item-description {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .slider-3 {
    min-height: 423px;
  }

  .image-101 {
    width: 568px;
    max-width: 568px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-5 {
    font-size: 36px;
  }

  .heading-6 {
    float: none;
    text-align: left;
  }

  .bold-text.text-center.space-x-small.white-text {
    font-size: 18px;
  }

  .icon {
    margin-top: 191.5px;
    margin-bottom: 191.5px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .link-6 {
    font-size: 10px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-flex-first-2 {
    padding-right: 0;
  }

  .grey-text-2.footer-heading {
    font-size: 12px;
  }

  .compare-line-name.white-text {
    text-align: left;
  }

  .tech-wrapper.rows-2.cols-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-3.reestr {
    margin-bottom: 10px;
  }

  .listitem.list-cta {
    font-size: 16px;
  }

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

  .text-block-9 {
    font-size: 10px;
  }

  .grid-6-col-2 {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-tabs-menu-2, .card-item-2 {
    flex-direction: column;
  }

  .text-span-gradient.ai-gradient-text {
    font-size: 40px;
  }

  .button-call-to-action {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-call-to-action-transparent {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .small-header-grey {
    font-size: 18px;
  }

  .card-item-3 {
    flex-direction: column;
  }

  .body {
    overflow: visible;
  }

  .heading-4-customers {
    font-size: 22px;
  }

  .heading-4-customers.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .image-logo-customers {
    padding-top: 0;
  }

  .div-block-9_1-vertical {
    grid-column-gap: 23px;
    grid-template-columns: .25fr 3fr 1.5fr .25fr;
  }

  .heading-4-customers-vertical {
    font-size: 22px;
  }

  .heading-4-customers-vertical.smaller {
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
  }

  .container-customers {
    padding-top: 1rem;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0;
  }

  .container-recognition {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-9_1-recognition {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: .25fr 1.2fr 5fr .25fr;
    margin-bottom: 10px;
  }

  .div-block-button-recognition {
    grid-column-gap: 46px;
  }

  .heading-2-recognition {
    font-size: 20px;
  }

  .section-recognition {
    padding-top: 0;
  }

  .small-header-grey-recognition {
    margin-bottom: 0;
    font-size: 10px;
  }

  .div-block-9_1-recognition-icon-2 {
    grid-column-gap: 29px;
    grid-template-columns: .25fr .5fr 3.25fr .25fr;
  }

  .container-hero {
    padding-left: 1em;
    padding-right: 1em;
  }

  .small-header-grey-hero {
    font-size: 14px;
  }

  .small-header-grey-hero.ai-gradient-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9_1-hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-9_1-hero-text {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-4-hero {
    font-size: 22px;
  }

  .heading-4-hero.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2-hero {
    font-size: 28px;
  }

  .div-block-button-hero {
    grid-column-gap: 43px;
  }

  .div-block-9_1-hero-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "." 25px
    / .25fr .6fr .25fr .6fr .25fr .6fr;
    grid-auto-columns: .25fr;
    place-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    display: grid;
  }

  .small-header-grey-hero-2 {
    text-align: center;
    font-size: 14px;
  }

  .icon-hero {
    vertical-align: baseline;
    width: 80%;
    margin-right: 0;
    display: block;
  }

  .div-block-button-hero-3 {
    grid-column-gap: 16px;
    grid-template-columns: .25fr 3fr 3fr .25fr;
    grid-template-areas: ".";
    margin-top: -200px;
    margin-left: -71px;
    left: 100px;
  }

  .button-hero-new, .button-hero-2-new {
    padding: 12px 10px;
  }

  .button-heder {
    margin-bottom: 5px;
  }

  .button-heder.empty {
    font-size: 16px;
  }

  .button-heder.white-filled {
    padding-left: 35px;
    font-size: 16px;
  }

  .button-heder.white-filled.wide {
    max-width: 300px;
  }

  .button-heder.btn-subscribe {
    margin-right: 0;
  }

  .container-products {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-4-products {
    font-size: 22px;
  }

  .heading-4-products.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2-products {
    font-size: 22px;
  }

  .container-tech {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-tech {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: .25fr 1.2fr 5fr .25fr;
    margin-bottom: 10px;
  }

  .tabs-tech {
    width: 100%;
    max-width: 100%;
  }

  .tab-link-2, .tab-link-2.w--current {
    padding-left: 0;
  }

  .tab-title-2 {
    padding-left: 80px;
  }

  .tab-description-2 {
    margin-top: 20px;
    padding-left: 80px;
  }

  .tab-content-tech {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: visible;
  }

  .tab-pane-tech {
    width: 110%;
    max-width: 110%;
  }

  .slider-3-tech {
    min-height: 423px;
  }

  .container-22 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-22.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .container-futer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-futer.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .container-futer-down {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-futer-down.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text-futer.footer-heading {
    font-size: 12px;
  }

  .link-futer {
    font-size: 10px;
  }

  .container-apm {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-apm.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-apm.ai-gradient-text {
    font-size: 40px;
  }

  .heading-2-hero-apm {
    font-size: 28px;
  }

  .grey-text-apm {
    font-size: 16px;
  }

  .grey-text-apm.faq-text {
    font-size: 14px;
  }

  .grey-text-apm.hero-description {
    font-size: 16px;
  }

  .grey-text-apm.grey-paragraph, .grey-text-apm.partners {
    font-size: 18px;
  }

  .nav-menu-black {
    flex-direction: column;
    display: flex;
  }

  .container-copy {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-copy.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon-2 {
    margin-right: 25px;
  }

  .nav-menu-black-2 {
    flex-direction: column;
    display: flex;
  }

  .div-block-call {
    background-color: var(--grey-background);
    margin-bottom: 0;
  }

  .heading-4-call {
    font-size: 22px;
  }

  .heading-4-call.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-call.smaller.call-to-action {
    text-align: left;
  }

  .header-small-call {
    font-size: 16px;
  }

  .text-overlay-copy.text-center-copy {
    grid-column-gap: 16px;
    padding-bottom: 0;
  }

  .container-partners {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-partners.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .content-blog.company_image-1 {
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .content-blog.company_image-2 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .content-blog.company_image-3 {
    height: 300px;
  }

  .container-company {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-company.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .container-blog-mini {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-blog-mini.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4-blog {
    font-size: 22px;
  }

  .heading-4-blog.smaller {
    font-size: 20px;
    font-weight: 400;
  }

  .tab-title-tech {
    margin-bottom: 0;
    padding-left: 80px;
  }

  .tab-description-tech {
    margin-top: 10px;
    padding-left: 80px;
  }

  .heading-4-smi {
    font-size: 22px;
  }

  .heading-4-smi.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .small-header-grey-copy {
    font-size: 18px;
  }

  .heading-4-advant {
    font-size: 22px;
  }

  .heading-4-advant.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .container-advant {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-advant.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .card-item-title-copy {
    flex: 1;
    font-size: 16px;
  }

  .card-item-title-copy.card-item-title-2 {
    font-size: 14px;
  }

  .card-item-title-copy.card-item-title-2-copy {
    font-size: 12px;
  }

  .footer-flex-container-up {
    flex-direction: column;
    padding-top: 20px;
  }

  .footer-flex-container-up.footer-grid, .footer-flex-container-up.footer-grid-up {
    display: inline;
  }

  .footer-flex-first-up {
    padding-right: 0;
  }

  .footer-flex-content-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-products-09-25 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-products-09-25.main-carusel-09-25 {
    padding-bottom: 0;
  }

  .tabs-menu-09-25 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link-09-25, .tab-title-09-25 {
    padding-left: 0;
  }

  .tab-description-09-25 {
    margin-top: 20px;
    padding-left: 0;
  }

  .tab-content-09-25 {
    padding-top: 0;
  }

  .slider-3-09-25 {
    background-color: var(--dark-black);
    min-height: 423px;
  }

  .container-products-09-25-low {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-products-09-25-low.main-carusel-09-25 {
    padding-top: 0;
  }

  .small-header-grey-hero-09-25 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
    overflow: hidden;
  }

  .body-09-25 {
    overflow: visible;
  }

  .heading-4-advantages {
    font-size: 22px;
  }

  .heading-4-advantages.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-call-09-2025 {
    font-size: 22px;
  }

  .heading-4-call-09-2025.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-4-call-09-2025.smaller.call-to-action {
    text-align: left;
  }

  .div-block-call-09-2025 {
    background-color: var(--grey-background);
    margin-bottom: 0;
  }

  .link-upload {
    font-size: 10px;
  }

  .icon-10-25 {
    width: auto;
  }

  .div-block-upload {
    grid-template-columns: .25fr .55fr;
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon-hero-copy, .icon-upload {
    width: auto;
  }

  .container-bp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-bp.no-padding-bottom, .container-bp.no-padding-bottom-bp {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-bp {
    font-size: 28px;
  }

  .grey-text-bp {
    font-size: 16px;
  }

  .grey-text-bp.faq-text {
    font-size: 14px;
  }

  .grey-text-bp.hero-description {
    font-size: 16px;
  }

  .grey-text-bp.grey-paragraph, .grey-text-bp.partners {
    font-size: 18px;
  }

  .button-bp {
    margin-bottom: 5px;
  }

  .button-bp.empty {
    font-size: 16px;
  }

  .button-bp.white-filled {
    padding-left: 35px;
    font-size: 16px;
  }

  .button-bp.white-filled.wide {
    max-width: 300px;
  }

  .button-bp.btn-subscribe {
    margin-right: 0;
  }

  .container-hero-bp-10-25 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-9_1-bp {
    margin-bottom: 0;
  }

  .container-bp-10-25 {
    padding: 1rem 1em 0;
  }

  .container-bp-10-25.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .product-image-container-bp {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .product-icons-background-bp {
    left: 0;
    right: 0;
  }

  .product-container-bp.desktop {
    margin-top: 40px;
    padding-top: 30px;
  }

  .product-image-bp {
    width: auto;
    font-size: 18px;
    overflow: visible;
  }

  .div-block-upload-bp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr .55fr;
    place-content: stretch space-between;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .link-block-bp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-upload-bp {
    width: 22px;
    display: block;
  }

  .link-upload-bp {
    font-size: 10px;
  }

  .link-upload-bp.presslink-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-button-bp {
    grid-column-gap: 16px;
    grid-template-columns: .25fr 3fr 3fr .25fr;
    grid-template-areas: ".";
    margin-top: -200px;
    margin-left: -71px;
    left: 100px;
  }

  .button-hero-bp, .button-hero-2-bp {
    padding: 12px 10px;
  }

  .div-block-9_1-hero-bp {
    margin-top: 5px;
  }

  .heading-4-hero-bp {
    font-size: 22px;
  }

  .heading-4-hero-bp.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2-hero-bp {
    font-size: 28px;
  }

  .div-block-bp-up {
    margin-bottom: 0;
  }

  .small-header-bp-up {
    font-size: 14px;
  }

  .container-bp-description-10-25 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-bp-description-10-25.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-grid-bp-10-25 {
    grid-template-columns: 1fr 1fr;
  }

  .card-item-bp {
    flex-direction: column;
  }

  .container-bp-description {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-bp {
    width: 100%;
    max-width: 100%;
  }

  .tab-image-bp {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: visible;
  }

  .tab-link-bp, .tab-link-bp.w--current {
    padding-left: 0;
  }

  .tab-title-bp-description {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .tab-bp-description {
    margin-top: 10px;
    padding-left: 0;
  }

  .tab-pane-bp {
    width: 110%;
    max-width: 110%;
  }

  .image-bp {
    max-width: 568px;
  }

  .bold-text-bp {
    word-break: normal;
  }

  .container-bp-description-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-bp-2 {
    width: 100%;
    max-width: 100%;
  }

  .tab-image-bp-2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: visible;
  }

  .tab-link-bp-2, .tab-link-bp-2.w--current {
    padding-left: 0;
  }

  .tab-title-bp-description-2 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .bold-text-bp-2 {
    line-height: 0;
  }

  .tab-pane-bp-2 {
    width: 110%;
    max-width: 110%;
  }

  .image-bp-2 {
    max-width: 568px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  .fixed-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-flex-container.footer-grid {
    display: inline;
  }

  .container {
    padding: 2rem 1em;
  }

  .container.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container.new-grey-background {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .content.blog-empty {
    display: none;
  }

  .content.company_image-1 {
    background-size: contain;
    height: 100px;
  }

  .content.company_image-2 {
    height: 150px;
  }

  .content.company_image-3 {
    height: 170px;
  }

  .brand {
    width: 90px;
    padding-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .footer-flex-first.links {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .heading-display {
    font-size: 40px;
  }

  .content-details figcaption {
    font-size: 16px;
  }

  .subscribe-form {
    padding-top: 20px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .form-input {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }

  .visit-asset-page {
    font-size: 14px;
  }

  .text-gradient-1 {
    font-size: 40px;
  }

  .text-gradient-1.text85, .text-gradient-1.long-header {
    font-size: 30px;
  }

  .text-gradient-2 {
    font-size: 44px;
  }

  .text-gradient-2.ai-gradient-text {
    font-size: 40px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .grey-text.faq-text {
    font-size: 14px;
  }

  .grey-text.hero-description {
    font-size: 20px;
    line-height: 1.2;
  }

  .grey-text.grey-paragraph, .grey-text.partners, .grey-text.grey-paragraph-copy {
    font-size: 18px;
  }

  .button.empty.button-new {
    font-size: 12px;
  }

  .button.white-filled.wide, .button.white-empty.wide {
    font-size: 14px;
  }

  .card-item.fadein-into-view.card-item-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .text-center {
    font-size: 44px;
  }

  .hero-product-demo {
    height: 80vh;
  }

  .product-image {
    width: 320px;
    max-width: 320px;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .product-image-container {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link.w--current {
    height: auto;
  }

  .tab-pane {
    border-radius: 0;
  }

  .tab-description {
    width: auto;
    margin-top: 20px;
    font-size: 14px;
  }

  .tab-title {
    min-height: 50px;
    font-size: 20px;
  }

  .product-container.desktop {
    width: auto;
  }

  .play-icon-holder {
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .pricing-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
  }

  .pricing-list {
    font-size: 14px;
    line-height: 1;
  }

  .pricing-fee.option-2 {
    font-size: 24px;
  }

  .pricing-tabs-menu {
    width: 100%;
  }

  .slider {
    min-width: 280px;
  }

  .slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .play-icon-image {
    width: 60px;
  }

  .image-100 {
    width: 100%;
  }

  .accordion-item-content {
    padding-left: 10px;
  }

  .image-anim-container {
    height: 15vh;
  }

  .image-anim-container._100-pct {
    min-height: 15vh;
  }

  .image-anim-container._20-vh {
    height: 7vh;
  }

  .image-animation.company-img-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    inset: 0%;
  }

  .image-animation.company-img-3 {
    background-size: cover;
  }

  .team-image {
    width: 80px;
  }

  .team-image-holder {
    width: 80px;
    height: 80px;
  }

  .team-image-holder.technology-compact {
    width: 50px;
    height: 50px;
  }

  .team-name.tech-name-compact {
    font-size: 12px;
  }

  .subscribe-input {
    width: 100%;
    min-width: auto;
  }

  .feature-grid.gap-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: -8px;
  }

  .navbar-contianer {
    align-items: center;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .close-button.cart {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-item-holder {
    flex-direction: row;
  }

  .cart-thumbanil-holder {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .product-category {
    font-size: 16px;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .price-holder {
    padding-top: 12px;
  }

  .cart-price {
    font-size: 21px;
  }

  .cart-line-item, .checkout-button {
    font-size: 18px;
  }

  .product-section-holder {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .product-title-holder {
    margin-top: -33px;
  }

  .collection-list-wrapper {
    justify-content: center;
  }

  .cateogry-pricing-tabs-menu {
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-holder {
    margin-bottom: 7px;
  }

  .grey-paragraph {
    font-size: 14px;
  }

  .title-text {
    font-size: 30px;
    font-weight: 400;
  }

  .title-text.heading-2 {
    text-align: center;
    align-self: auto;
    font-size: 26px;
  }

  .pricing-title {
    font-size: 32px;
  }

  .pricing-title.compare-title {
    font-size: 13px;
  }

  .blog-title {
    font-size: 22px;
    font-weight: 500;
  }

  .blog-small-title {
    font-size: 16px;
    font-weight: 500;
  }

  .sub-header-text {
    font-size: 18px;
    font-weight: 400;
  }

  .question-text {
    font-size: 16px;
  }

  .cart-title {
    font-size: 22px;
    font-weight: 600;
  }

  .horizontal-block-holder {
    flex-direction: column;
  }

  .card-item-head.flex-row {
    min-width: 100px;
  }

  .card-item-icon {
    max-width: 20px;
    max-height: 20px;
    font-weight: 500;
  }

  .card-item-title {
    min-height: 50px;
    font-size: 16px;
  }

  .card-item-title.card-item-title-2 {
    min-height: 30px;
    padding-left: 0;
    font-size: 10px;
  }

  .card-item-title.card-item-title-2-copy {
    min-height: 30px;
    font-size: 10px;
  }

  .card-item-description {
    font-size: 14px;
  }

  .buy-template-panel {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .text-block-4.footer-title {
    padding-bottom: 5px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .slider-3 {
    border-radius: 20px;
    min-height: 0;
    max-height: 100%;
  }

  .mask {
    border-radius: 20px;
    max-height: none;
  }

  .image-101 {
    width: 320px;
    max-width: 320px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.smaller {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
  }

  .heading-5 {
    font-size: 28px;
  }

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

  .bold-text.text-center.space-x-small.white-text {
    font-size: 16px;
  }

  .icon {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .right-arrow {
    color: #212121;
  }

  .heading-7 {
    font-size: 18px;
  }

  .list {
    font-size: 14px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-flex-first-2.links {
    margin-bottom: 10px;
  }

  .compare-line-name.white-text {
    text-align: left;
    font-size: 12px;
  }

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

  .tech-wrapper.rows-1 {
    grid-template-rows: auto;
  }

  .tech-wrapper.rows-1.cols-3 {
    grid-template-columns: 1fr 1fr;
  }

  .tech-wrapper.rows-2.cols-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .listitem.list-cta {
    font-size: 14px;
  }

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

  .pricing-tabs-menu-2 {
    width: 100%;
  }

  .text-span-gradient.ai-gradient-text {
    font-size: 40px;
  }

  .image-111 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9 {
    padding-top: 0;
  }

  .header-small {
    font-size: 18px;
  }

  .call-to-action.ai-gradient-text {
    text-align: left;
    font-size: 22px;
  }

  .button-call-to-action {
    text-align: center;
    width: 130px;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button-call-to-action-transparent {
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .small-header-grey {
    font-size: 18px;
  }

  .div-block-9_1 {
    padding-top: 20px;
  }

  .heading-4-customers {
    font-size: 22px;
  }

  .heading-4-customers.smaller {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .image-logo-customers {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9_1-vertical {
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    padding-top: 20px;
  }

  .heading-4-customers-vertical {
    font-size: 22px;
  }

  .heading-4-customers-vertical.smaller {
    max-width: 90%;
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
  }

  .container-customers {
    padding: 1rem 1em 2rem;
  }

  .container-customers.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-9_1-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 3.5fr .25fr;
    padding-top: 20px;
  }

  .container-recognition {
    padding: 3rem 1em;
  }

  .container-recognition.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-9_1-recognition {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .div-block-button-recognition {
    grid-column-gap: 21px;
  }

  .button-recognition-1 {
    width: 130px;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .heading-2-recognition {
    text-align: left;
    font-size: 20px;
  }

  .icon-recognittion {
    font-weight: 500;
    display: none;
  }

  .small-header-grey-recognition {
    margin-top: 5px;
    font-size: 10px;
  }

  .div-block-9_1-recognition-icon {
    padding-top: 20px;
  }

  .div-block-9_1-recognition-grey-text {
    grid-template-columns: .5fr 3.5fr .25fr;
    padding-top: 0;
  }

  .div-block-9_1-recognition-icon-2 {
    grid-column-gap: 22px;
    grid-template-rows: 45px;
    grid-template-columns: 1fr 2.5fr .25fr;
    padding-top: 0;
  }

  .container-hero {
    padding: 2rem 1em 0;
  }

  .container-hero.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .small-header-grey-hero {
    margin-top: 5px;
    font-size: 14px;
  }

  .small-header-grey-hero.ai-gradient-text {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .div-block-9_1-hero {
    grid-template-columns: .5fr 3.5fr .25fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-9_1-hero-text {
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 20px;
    padding-top: 0;
    display: flex;
  }

  .heading-4-hero {
    font-size: 22px;
  }

  .heading-4-hero.smaller {
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    display: flex;
  }

  .heading-2-hero {
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: flex;
  }

  .button-hero {
    width: 130px;
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .div-block-9_1-hero-2 {
    grid-column-gap: 24px;
    grid-template: "." 30px
    / .25fr .25fr .25fr;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    display: flex;
  }

  .small-header-grey-hero-2 {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
  }

  .icon-hero {
    font-weight: 500;
    display: none;
  }

  .button-hero-2 {
    width: 130px;
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .div-block-button-hero-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 3fr 3fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -100px;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 92px;
    left: 10px;
    right: 10px;
  }

  .button-hero-new {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    display: flex;
  }

  .button-hero-2-new {
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    display: flex;
  }

  .button-heder.empty.button-new {
    font-size: 12px;
  }

  .button-heder.white-filled.wide, .button-heder.white-empty.wide {
    font-size: 14px;
  }

  .nav-link-heder {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-3 {
    font-size: 10px;
  }

  .container-products {
    padding: 2rem 1em;
  }

  .container-products.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-products.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .heading-4-products {
    font-size: 22px;
  }

  .heading-4-products.smaller {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-2-products {
    font-size: 20px;
  }

  .section-3-copy, .section-tech {
    font-size: 10px;
  }

  .container-tech {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
  }

  .container-tech.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-tech {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .tab-link-2.w--current {
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .tab-title-2 {
    min-height: 50px;
    font-size: 20px;
  }

  .tab-description-2 {
    width: auto;
    margin-top: 20px;
    font-size: 14px;
  }

  .tab-pane-tech {
    border-radius: 0;
  }

  .slider-3-tech {
    border-radius: 20px;
    min-height: 0;
    max-height: 100%;
  }

  .mask-2 {
    border-radius: 20px;
    max-height: none;
  }

  .image-tech {
    width: 320px;
    max-width: 320px;
  }

  .container-22 {
    padding: 2rem 1em;
  }

  .container-22.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-22.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

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

  .container-futer {
    padding: 2rem 1em;
  }

  .container-futer.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-futer.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-futer-down {
    padding: 2rem 1em;
  }

  .container-futer-down.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-futer-down.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-apm {
    padding: 2rem 1em;
  }

  .container-apm.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-apm.no-padding-bottom {
    background-color: var(--dark-black);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  ._2-apm {
    font-size: 44px;
  }

  ._2-apm.ai-gradient-text {
    font-size: 40px;
  }

  .text-center-apm {
    font-size: 44px;
  }

  .heading-2-hero-apm {
    font-size: 28px;
  }

  .heading-2-hero-apm.ai-gradient-text {
    text-align: center;
  }

  .grey-text-apm.faq-text {
    font-size: 14px;
  }

  .grey-text-apm.hero-description {
    font-size: 14px;
    line-height: 1.2;
  }

  .grey-text-apm.grey-paragraph, .grey-text-apm.partners {
    font-size: 18px;
  }

  .fixed-nav-black {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-heder-black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fixed-nav-black-copy, .fixed-nav-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy {
    padding: 2rem 1em;
  }

  .container-copy.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-copy.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-copy.nav-container-black {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-contianer-black {
    align-items: center;
  }

  .div-block-call {
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-4-call {
    font-size: 22px;
  }

  .heading-4-call.smaller {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .heading-4-call.smaller.call-to-action {
    text-align: left;
    font-size: 16px;
  }

  .header-small-call {
    text-align: left;
    font-size: 14px;
  }

  .div-block-8-call-1 {
    grid-template-columns: 3.25fr;
  }

  .container-partners {
    padding: 2rem 1em;
  }

  .container-partners.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-partners.no-padding-bottom {
    background-color: var(--dark-black);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .content-blog.blog-empty {
    display: none;
  }

  .content-blog.company_image-1 {
    background-size: contain;
    height: 100px;
  }

  .content-blog.company_image-2 {
    height: 150px;
  }

  .content-blog.company_image-3 {
    height: 170px;
  }

  .container-company {
    padding: 2rem 1em;
  }

  .container-company.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-company.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-blog-mini {
    padding: 2rem 1em;
  }

  .container-blog-mini.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-blog-mini.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .heading-4-blog {
    font-size: 22px;
  }

  .heading-4-blog.smaller {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
  }

  .tab-title-tech {
    min-height: 50px;
    padding-left: 40px;
    font-size: 20px;
  }

  .tab-description-tech {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 14px;
  }

  .heading-4-smi {
    font-size: 22px;
  }

  .heading-4-smi.smaller {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .text-center-edvant {
    font-size: 44px;
  }

  .small-header-grey-copy {
    font-size: 18px;
  }

  .small-header-grey-advant {
    font-size: 14px;
  }

  .heading-4-advant {
    font-size: 22px;
  }

  .heading-4-advant.smaller {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .container-advant {
    padding: 4rem 1em 2rem;
  }

  .container-advant.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-advant.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-advant.new-grey-background {
    margin-left: 0;
    margin-right: 0;
  }

  .card-item-title-copy {
    min-height: 50px;
    font-size: 16px;
  }

  .card-item-title-copy.card-item-title-2 {
    min-height: 30px;
    font-size: 10px;
  }

  .card-item-title-copy.card-item-title-2-copy {
    min-height: 30px;
    padding-left: 0;
    font-size: 10px;
  }

  .footer-flex-container-up {
    flex-direction: column;
  }

  .footer-flex-container-up.footer-grid, .footer-flex-container-up.footer-grid-up {
    display: inline;
  }

  .footer-flex-first-up.links {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .brand-black {
    width: 90px;
    padding-left: 0;
  }

  .container-products-09-25 {
    padding: 2rem 1em;
  }

  .container-products-09-25.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-products-09-25.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .tabs-menu-09-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-09-25 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .tab-link-09-25.w--current {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tab-title-09-25 {
    min-height: 50px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .tab-description-09-25 {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
  }

  .tab-pane-09-25 {
    border-radius: 0;
    margin-top: 20px;
  }

  .slider-3-09-25 {
    border-radius: 20px;
    min-height: 0;
    max-height: 100%;
  }

  .mask-09-25 {
    border-radius: 20px;
    max-height: none;
  }

  .bold-text-09-25 {
    font-size: 16px;
  }

  .container-products-09-25-low {
    padding: 2rem 1em;
  }

  .container-products-09-25-low.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-products-09-25-low.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .small-header-grey-hero-09-25 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 9px;
    font-weight: 500;
    display: flex;
    overflow: visible;
  }

  .div-block-advantages {
    padding-top: 0;
  }

  .heading-4-advantages {
    font-size: 22px;
  }

  .heading-4-advantages.smaller {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-4-call-09-2025 {
    font-size: 22px;
  }

  .heading-4-call-09-2025.smaller {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .heading-4-call-09-2025.smaller.call-to-action {
    text-align: left;
    font-size: 16px;
  }

  .heading-4-call-09-2025.smaller.call-to-action.cta {
    font-size: 14px;
  }

  .div-block-call-09-2025 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .call-to-action-09-2025.ai-gradient-text {
    text-align: left;
    font-size: 22px;
  }

  .link-upload.presslink-2 {
    font-size: 11px;
    font-weight: 400;
  }

  .text-block-upload {
    font-size: 11px;
  }

  .icon-10-25 {
    font-weight: 500;
    display: none;
  }

  .div-block-upload {
    grid-column-gap: 0px;
    grid-template: "." 30px
    / .25fr .75fr;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0 40px;
    font-size: 8px;
  }

  .icon-hero-copy {
    font-weight: 500;
    display: none;
  }

  .icon-upload {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
    font-weight: 500;
    display: block;
  }

  .container-bp {
    padding: 2rem 1em;
  }

  .container-bp.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-bp.no-padding-bottom, .container-bp.no-padding-bottom-bp {
    background-color: var(--dark-black);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .heading-2-bp {
    font-size: 28px;
  }

  .heading-2-bp.ai-gradient-text {
    text-align: center;
  }

  .text-center-bp {
    font-size: 44px;
  }

  .grey-text-bp.faq-text {
    font-size: 14px;
  }

  .grey-text-bp.hero-description {
    font-size: 14px;
    line-height: 1.2;
  }

  .grey-text-bp.grey-paragraph, .grey-text-bp.partners {
    font-size: 18px;
  }

  .button-bp.empty.button-new, .button-bp.empty.button-new-copy {
    font-size: 12px;
  }

  .button-bp.white-filled.wide, .button-bp.white-empty.wide {
    font-size: 14px;
  }

  .container-hero-bp-10-25 {
    padding: 2rem 1em 0;
  }

  .container-hero-bp-10-25.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-9_1-bp {
    grid-template-columns: .5fr 3.5fr .25fr;
    padding-top: 0;
  }

  .container-bp-10-25 {
    padding: 0 1em;
  }

  .container-bp-10-25.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-bp-10-25.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-bp-10-25.new-grey-background {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-image-container-bp {
    padding-left: 0;
    padding-right: 0;
  }

  .product-container-bp.desktop {
    width: auto;
    margin-top: 20px;
  }

  .product-image-bp {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .div-block-upload-bp {
    grid-column-gap: 5px;
    grid-template: "." 30px
    / .25fr .75fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 0;
    font-size: 8px;
    display: flex;
  }

  .icon-upload-bp {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
    font-weight: 500;
    display: block;
  }

  .link-upload-bp.presslink-2 {
    grid-row-gap: 10px;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
  }

  .text-block-upload-bp {
    font-size: 11px;
  }

  .div-block-button-bp {
    grid-template-columns: 3fr 3fr;
    margin-top: -90px;
    margin-left: -176px;
    top: 92px;
  }

  .button-hero-bp {
    width: auto;
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    display: none;
  }

  .button-hero-2-bp {
    width: auto;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    display: inline-flex;
  }

  .div-block-9_1-hero-bp {
    margin-top: 5px;
    padding-top: 0;
  }

  .heading-4-hero-bp {
    font-size: 22px;
  }

  .heading-4-hero-bp.smaller {
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2-hero-bp {
    font-size: 28px;
  }

  .div-block-bp-up {
    grid-template-columns: .5fr 3.5fr .25fr;
    padding-top: 0;
  }

  .small-header-bp-up {
    margin-top: 5px;
    font-size: 14px;
  }

  .small-header-bp-up.ai-gradient-text {
    font-size: 12px;
  }

  .container-bp-description-10-25 {
    padding: 2rem 1em;
  }

  .container-bp-description-10-25.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-bp-description-10-25.no-padding-bottom {
    background-color: var(--white);
    padding-top: 0;
    padding-left: .125em;
    padding-right: .125em;
  }

  .container-bp-description-10-25.new-grey-background {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-grid-bp-10-25.gap-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: -8px;
  }

  .card-item-bp.fadein-into-view.card-item-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .section-bp-description {
    font-size: 10px;
  }

  .container-bp-description {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
  }

  .container-bp-description.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs-bp {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .tab-link-bp.w--current {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-title-bp-description {
    min-height: 50px;
    padding-left: 0;
    font-size: 20px;
  }

  .tab-bp-description {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 14px;
  }

  .tab-pane-bp {
    border-radius: 0;
  }

  .image-bp {
    max-width: 320px;
  }

  .container-bp-description-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
  }

  .container-bp-description-2.nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs-bp-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-link-bp-2.w--current {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-title-bp-description-2 {
    min-height: auto;
    max-height: none;
    padding-left: 0;
    font-size: 20px;
  }

  .bold-text-bp-2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .tab-pane-bp-2 {
    border-radius: 0;
  }

  .image-bp-2 {
    max-width: 320px;
  }
}

#w-node-_989761a0-bf40-d779-4312-c1d08eaa6da5-80dd34d6, #w-node-_557db447-cbf5-e295-a3a7-db0340e93373-80dd34d6, #w-node-_7952d447-681c-3b93-2996-d3bad64644bf-80dd34d6 {
  align-self: center;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718051, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718051, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718051, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718051, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718051, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718051, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718051, #w-node-_26c4751a-9f70-c012-cf60-f4468a7b39cd-3d718051, #w-node-b1c619d0-d8c5-00f8-70dc-0aed468fe67c-3d718051, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718051, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718051, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718051, #w-node-_382c4f1b-eb8d-b4c6-6666-9258950e6787-3d718051, #w-node-_382c4f1b-eb8d-b4c6-6666-9258950e67a7-3d718051 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77919-f5a77915 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77922-f5a77915, #w-node-ac8fe8f4-0635-bc8e-d36c-2e87621f9ff1-f5a77915 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac8fe8f4-0635-bc8e-d36c-2e87621f9ff2-f5a77915 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-ac8fe8f4-0635-bc8e-d36c-2e87621f9ff4-f5a77915 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a4f6-6879a4ec {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a4fc-6879a4ec {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a502-6879a4ec {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a508-6879a4ec {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a50e-6879a4ec {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e781d1ad-4e31-f46a-db20-b52b6879a514-6879a4ec {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_986f29b6-8617-52ec-89ea-f40121739289-3d718066, #w-node-_578ee373-e8e9-7b43-88b6-79bc28c4ba3a-3d718066 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d20c-3d71806a, #w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d21e-3d71806a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_310b6777-46d5-8379-4afd-687ad92df0a8-3d71806a, #w-node-_310b6777-46d5-8379-4afd-687ad92df0ae-3d71806a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fc97557f-9b83-3e94-492f-0e005defb2a4-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb2a7-3d71806b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc97557f-9b83-3e94-492f-0e005defb2b4-3d71806b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fc97557f-9b83-3e94-492f-0e005defb311-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb331-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb391-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb394-3d71806b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc97557f-9b83-3e94-492f-0e005defb3a3-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb3a6-3d71806b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-fc97557f-9b83-3e94-492f-0e005defb3b7-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb3ba-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb3cb-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb3d1-3d71806b, #w-node-fc97557f-9b83-3e94-492f-0e005defb3d7-3d71806b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-3d71806c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a1a-3d71806c, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a21-3d71806c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-da4e604b-3e2b-4b76-b942-7c3ed83d1899-3d71806d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6593e5-b011-3c13-314f-003e52a95abe-3d71806d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f49-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f4f-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f55-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f5b-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f61-3d71806f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3811d04c-801a-f090-d14a-72e914aa6699-3d71806f, #w-node-_3811d04c-801a-f090-d14a-72e914aa669b-3d71806f, #w-node-_3811d04c-801a-f090-d14a-72e914aa669d-3d71806f, #w-node-_3811d04c-801a-f090-d14a-72e914aa66a6-3d71806f, #w-node-_3811d04c-801a-f090-d14a-72e914aa66a8-3d71806f, #w-node-_3811d04c-801a-f090-d14a-72e914aa66aa-3d71806f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718073, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718073, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb71-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb79-3d718073 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb81-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb86-3d718073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8df17bd3-c6d5-b14d-6033-3833b1543e0d-3d718073, #w-node-_080a14a0-3fc9-ecff-9a6c-1d8b5e98ae3f-3d718073, #w-node-d026f028-a414-9198-1442-3bc40912e23e-3d718073, #w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718073 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7bf591f-3428-3b2c-dd47-a78740c68ff8-3d718073, #w-node-b436dd4b-01f1-8864-3ef0-1a7f15ce4e89-3d718073, #w-node-c54c0f3a-f091-1837-bc0d-09f24415c15e-3d718073, #w-node-b0177f63-b6d2-5785-f0d7-326030583e51-3d718073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8882527b-aa7c-99c4-6d88-5b6c98866d09-3d718073 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-ff272171-87dd-2f60-5450-8083a6598886-3d718074 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9dd29294-0da6-36a1-cef7-90d4e2e9feda-3d718074 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-d026f028-a414-9198-1442-3bc40912e23e-3d718074 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718074 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-eb1a0dff-41b7-7f50-da22-edb709f1a011-3d718074 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a7bf591f-3428-3b2c-dd47-a78740c68ff8-3d718074, #w-node-b436dd4b-01f1-8864-3ef0-1a7f15ce4e89-3d718074, #w-node-c54c0f3a-f091-1837-bc0d-09f24415c15e-3d718074, #w-node-_63d0d605-2177-3ba2-97b2-ae0407eebfc9-3d718074, #w-node-_63d0d605-2177-3ba2-97b2-ae0407eebfe9-3d718074, #w-node-_71b435fc-aa87-8747-d08c-43342452130e-3d718074 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71b435fc-aa87-8747-d08c-433424521314-3d718074 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e8a53307-b415-18ce-db86-151aa3a9244a-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92453-3d718075 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e8a53307-b415-18ce-db86-151aa3a9245c-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92462-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c43007f-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c430082-3d718075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3d4a013-06ea-85a1-fc96-e3883c43008f-3d718075 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b4-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b7-3d718075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3d4a013-06ea-85a1-fc96-e3883c4300c4-3d718075 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1e7ba95a-12f5-d14f-865c-58c6925923e9-3d718076, #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f0-3d718076, #w-node-_9688fbe3-21b5-3db4-59c2-b395b5460a02-3d718076, #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f7-3d718076, #w-node-_1a295a86-cf11-59c3-3bcd-ebc7bcbcf3bd-3d718076 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718077, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718077, #w-node-_2570dbb1-d866-f71f-c440-904bea342ccb-3d718077, #w-node-c092f1f4-b9dc-0687-02b4-c465b15d78c3-3d718077, #w-node-_74d66e08-6a1f-237a-ae6c-28609cebade4-3d718077, #w-node-_6d8ff267-39ff-e57b-e095-897d49cd3023-3d718077, #w-node-a1b4037f-04d1-5916-3b08-e73d1e588ef7-3d718077, #w-node-a1b4037f-04d1-5916-3b08-e73d1e588f0d-3d718077, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718078, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718078, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d718078, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d718078, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718078, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d718078 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718079, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718079, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718079, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718079, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718079, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d718079, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718079, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718079, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718079, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718079 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807a, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807a, #w-node-_2570dbb1-d866-f71f-c440-904bea342ccb-3d71807a, #w-node-a156d48c-8bda-d3bf-037e-1692e2b6ee8f-3d71807a, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807a, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807a, #w-node-e093fef1-1301-a46d-9f4f-d5eb2acc075a-3d71807a, #w-node-e093fef1-1301-a46d-9f4f-d5eb2acc0770-3d71807a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807b, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807b, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807b, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807b, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807b, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807b, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807b, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807b, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807b, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807c, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807c, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d71807c, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d71807c, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807c, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d71807c, #w-node-e150423a-dd7b-d879-cf16-caa3e152b5c3-3d71807c, #w-node-e150423a-dd7b-d879-cf16-caa3e152b5d9-3d71807c, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807d, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807d, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d71807d, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d71807d, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807d, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d71807d, #w-node-ee37fbe0-993c-115c-f165-b794ade55ba3-3d71807d, #w-node-ee37fbe0-993c-115c-f165-b794ade55bb9-3d71807d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807e, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807e, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807e, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807e, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807e, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d71807e, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807e, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807e, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807e, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807e, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807f, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807f, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807f, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807f, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807f, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807f, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807f, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807f, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807f, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807f, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718080, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718080, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718080, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718080, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718080, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d718080, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718080, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718080, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718080, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718080 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718085, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718085, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718085, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718085, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718085, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718085, #w-node-_382c4f1b-eb8d-b4c6-6666-9258950e6787-3d718085, #w-node-_382c4f1b-eb8d-b4c6-6666-9258950e67a7-3d718085 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f0-3d718098, #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923e9-3d718098, #w-node-_9688fbe3-21b5-3db4-59c2-b395b5460a02-3d718098, #w-node-e1168589-4b55-b6aa-fdd8-3fbff628240c-3d718098, #w-node-_1e7ba95a-12f5-d14f-865c-58c6925923f7-3d718098, #w-node-_1a295a86-cf11-59c3-3bcd-ebc7bcbcf3bd-3d718098, #w-node-d7af92b1-908e-f418-6c64-2987267807cb-3d718098, #w-node-_552e85e5-93c4-9531-f457-afe03e7635d2-3d718098, #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7715-3d718098, #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7717-3d718098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-3d71809a, #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e7f-3d71809a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bcd54ad8-18ff-4318-a454-cdd9c435fd07-3d71809a, #w-node-_7272be21-d3bd-3d65-b784-2dc1c99974cd-3d71809a, #w-node-fda52213-a24e-d6cb-57dc-4738b8388073-3d71809b, #w-node-_82974270-5b2f-3b27-ceb1-cc0b9d865207-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82974270-5b2f-3b27-ceb1-cc0b9d86521e-3d71809b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b3-3d71809b, #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b6-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32105c45-bdc3-34ab-0100-d84f7fa708c3-3d71809b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bcd54ad8-18ff-4318-a454-cdd9c435fd07-3d71809b, #w-node-_7272be21-d3bd-3d65-b784-2dc1c99974cd-3d71809b, #w-node-_69100497-1b1c-a6e9-ce3b-fd6109e1aaf2-3d71809b, #w-node-addb6d59-5c02-7bcd-118d-fe5ed52d970c-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae97329a-6f2f-8afe-caac-2ccf0a9c1b91-3d71809b, #w-node-_9b044441-1a86-a2da-99de-51f997ae4b78-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_56107a90-015a-f826-6454-a283a3899788-3d71809b, #w-node-_56107a90-015a-f826-6454-a283a389978b-3d71809b, #w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fb9-3d71809b, #w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fbc-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fcb-3d71809b, #w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fce-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fdf-3d71809b, #w-node-_0da76026-d8f6-47ae-ecd3-5a25ac614fe2-3d71809b, #w-node-d93ed7f3-9e4d-7b8b-1740-8ea793881a66-3d71809b, #w-node-d93ed7f3-9e4d-7b8b-1740-8ea793881a6c-3d71809b, #w-node-d93ed7f3-9e4d-7b8b-1740-8ea793881a72-3d71809b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71809e, #w-node-_990d4a21-f4d1-bfd2-cef0-dd08978e7111-3d71809e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_09799c7f-d5d6-7a86-e9dc-28d94f9e33a4-3d71809e, #w-node-c78f6b20-2ce1-735e-8d8f-471198416976-3d71809e, #w-node-a56519b6-34c8-d24d-73d1-4684ed45ce8f-3d71809e, #w-node-f9c5133c-03a4-b890-b788-573f52ff7f9e-3d71809e, #w-node-_939bfd1c-8df4-6766-e4df-eaae309db87c-3d71809e, #w-node-_1e1319cb-6bd2-bc5d-7580-37ddfb96d846-3d71809e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e1319cb-6bd2-bc5d-7580-37ddfb96d84c-3d71809e {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_4846517c-b9ec-8280-73b0-bbf4867eeb74-3d71809e, #w-node-b8f4f27f-0142-a7c4-41b5-7f5cb38725c1-3d71809e, #w-node-_69179f69-99d5-4982-1c61-99038d39d557-3d71809e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064549-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d5906454b-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d5906454d-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d5906454f-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064551-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064553-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064558-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d5906459d-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d590645ad-3d7180a7, #w-node-_55fc5522-bb2b-2f60-a4a5-2e1d590645b5-3d7180a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-95b61846, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-95b61846, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-95b61846, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-95b61846, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-95b61846, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-95b61846 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3813ca7-88eb-e595-f91f-244ef631cd7e-8befc78c, #w-node-fd2198a5-62b2-8eea-0cfc-f874cce3f128-8befc78c, #w-node-_599f2cfc-0c43-8a00-3485-4a39b91f16a6-8befc78c, #w-node-e07c1a72-38aa-d130-9ee4-9d564c175975-8befc78c, #w-node-b72f0022-7974-875f-90e7-199552743339-8befc78c, #w-node-_5796f78c-629d-0c1f-7a34-588a270cefbc-8befc78c, #w-node-c1e53bf3-a56c-1d47-3d95-c359df42421a-8befc78c, #w-node-c5c36f77-73c9-a49d-cb9b-5fe682a9bdf2-8befc78c, #w-node-_23b72681-549e-b695-3986-5456c21a40c4-8befc78c, #w-node-bcd54ad8-18ff-4318-a454-cdd9c435fd07-8befc78c, #w-node-_7272be21-d3bd-3d65-b784-2dc1c99974cd-8befc78c, #w-node-c3813ca7-88eb-e595-f91f-244ef631cd7e-b5a38ad5, #w-node-fd2198a5-62b2-8eea-0cfc-f874cce3f128-b5a38ad5, #w-node-_599f2cfc-0c43-8a00-3485-4a39b91f16a6-b5a38ad5, #w-node-e07c1a72-38aa-d130-9ee4-9d564c175975-b5a38ad5, #w-node-b72f0022-7974-875f-90e7-199552743339-b5a38ad5, #w-node-_5796f78c-629d-0c1f-7a34-588a270cefbc-b5a38ad5, #w-node-c1e53bf3-a56c-1d47-3d95-c359df42421a-b5a38ad5, #w-node-c5c36f77-73c9-a49d-cb9b-5fe682a9bdf2-b5a38ad5, #w-node-_23b72681-549e-b695-3986-5456c21a40c4-b5a38ad5, #w-node-_8ab1cfd3-87ad-216c-cc93-52a89756e029-b5a38ad5, #w-node-_356d9c3c-8854-d552-e156-3de04f336f87-b5a38ad5, #w-node-cfc2b00d-8b0c-76c0-36da-47797429d731-b5a38ad5, #w-node-d651c169-66d9-18d6-737a-129a35fdd205-b5a38ad5, #w-node-_916905a9-7005-9ca2-2a3f-a9695518519a-b5a38ad5, #w-node-bcd54ad8-18ff-4318-a454-cdd9c435fd07-b5a38ad5, #w-node-_7272be21-d3bd-3d65-b784-2dc1c99974cd-b5a38ad5, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-b1a801f4, #w-node-b5ef4f43-f417-c144-4569-c60a17d4456e-b1a801f4, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-b1a801f4, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-b1a801f4, #w-node-_52e0da99-835e-4f27-fe6e-1c8f703e1c3b-b1a801f4, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-b1a801f4, #w-node-_730772ad-b2bc-1233-485e-e9c7fb71a7a1-b1a801f4, #w-node-_3585595c-1e39-f80f-d7df-792fddc50dd7-b1a801f4, #w-node-_9d929dce-149c-06f5-ef8f-a7be64110242-b1a801f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4479bb91-31c7-e730-eaed-fd4f95ad34b6-8a4fb8b8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-8a4fb8b8 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9fd375ff-0157-0662-2785-74cd039aaad6-8a4fb8b8 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cc3-8a4fb8b8 {
  grid-area: 1 / 5 / 3 / 11;
}

#w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-4a482e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2efc9101-00c8-1171-42db-867c5aacb78b-4a482e76 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1f59e804-921c-a280-d096-11faeea9face-4a482e76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d20bdde3-db88-4abd-2a7d-466fbf067ebe-4a482e76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d20bdde3-db88-4abd-2a7d-466fbf067ec4-4a482e76 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bcd54ad8-18ff-4318-a454-cdd9c435fd07-4a482e76, #w-node-_7272be21-d3bd-3d65-b784-2dc1c99974cd-4a482e76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af2ae73d-eec8-b64b-2cac-ea10172b446f-39304252 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-af2ae73d-eec8-b64b-2cac-ea10172b4472-39304252 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_15f495ff-5641-abc1-0703-46ffd03d58f7-39304252 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-ff13cee1-6ab0-7c6d-3ec7-8846f61e1a16-39304252 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-e11aad80-660d-7c87-39b9-584a3e8f6573-39304252 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-a6f6d724-120a-176c-579e-6a70f95f7946-39304252 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center end;
}

#w-node-aaa4aded-4c42-4781-4c4f-5faab5d6d14d-39304252 {
  grid-area: 1 / 7 / 2 / 8;
  place-self: center start;
}

#w-node-_0a0a93ba-d441-8970-6941-a2fe68f73de7-39304252 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-f6bed3e6-19a6-8b50-8962-989b535a01b4-39304252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-f1f2bb2a-790b-09a0-9f83-cef5e6427b04-39304252, #w-node-_40eb705b-92c7-0589-b77d-8f2f94715939-39304252 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddb9d-39304252 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba3-39304252 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba9-39304252 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbaf-39304252 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbb5-39304252 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbbb-39304252 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_25ef8735-0003-61ab-0956-f2279a37d747-1f025e9a {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-a0a0f524-e719-d7d0-5e57-02c8b0384fd5-1f025e9a {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
  grid-area: 2 / 3 / 3 / 4;
  place-self: auto;
}

#w-node-_6067308d-3bc7-c5ad-6a6b-3b374fbb7c73-1f025e9a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f4a274a8-e64f-fb3d-80c1-377c271157c1-271157be {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f4a274a8-e64f-fb3d-80c1-377c271157c2-271157be {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-6cc95704 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-6cc95704 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-6cc95704 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-6cc95704 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-6cc95704 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-6cc95704 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-6cc95704 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
  grid-area: 1 / 7 / 2 / 8;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-6cc95704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770660-6cc95704 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770666-6cc95704 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077066c-6cc95704 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770672-6cc95704 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770678-6cc95704 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077067e-6cc95704 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770684-6cc95704 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-b93ce9a4 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-b93ce9a4 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-b93ce9a4 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-b93ce9a4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
  grid-area: 1 / 7 / 2 / 8;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-b93ce9a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770660-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770666-b93ce9a4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077066c-b93ce9a4 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770672-b93ce9a4 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770678-b93ce9a4 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077067e-b93ce9a4 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770684-b93ce9a4 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-b8901b0f-1dc8-efa8-4d34-34d8755cf859-b93ce9a4, #w-node-b8901b0f-1dc8-efa8-4d34-34d8755cf86f-b93ce9a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-315f4a47 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-315f4a47 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-315f4a47 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-315f4a47 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-315f4a47 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-315f4a47 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-315f4a47 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
  grid-area: 1 / 7 / 2 / 8;
  place-self: center start;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-315f4a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770660-315f4a47 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770666-315f4a47 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077066c-315f4a47 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770672-315f4a47 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770678-315f4a47 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_530bc1cf-1235-5368-2299-191cd077067e-315f4a47 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_530bc1cf-1235-5368-2299-191cd0770684-315f4a47 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-b8901b0f-1dc8-efa8-4d34-34d8755cf859-315f4a47, #w-node-b8901b0f-1dc8-efa8-4d34-34d8755cf86f-315f4a47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-8a4fb8b8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_15f495ff-5641-abc1-0703-46ffd03d58f7-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-ff13cee1-6ab0-7c6d-3ec7-8846f61e1a16-39304252 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
  }

  #w-node-e11aad80-660d-7c87-39b9-584a3e8f6573-39304252 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center start;
  }

  #w-node-a6f6d724-120a-176c-579e-6a70f95f7946-39304252 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
  }

  #w-node-f6bed3e6-19a6-8b50-8962-989b535a01b4-39304252 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    align-self: center;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_25ef8735-0003-61ab-0956-f2279a37d747-1f025e9a {
    grid-area: 1 / 2 / 5 / 3;
    align-self: center;
  }

  #w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
    place-self: auto center;
  }

  #w-node-_6067308d-3bc7-c5ad-6a6b-3b374fbb7c73-1f025e9a {
    align-self: center;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c1-271157be {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c2-271157be {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-6cc95704 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-6cc95704 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-6cc95704 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
    grid-area: 1 / 7 / 2 / 9;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-6cc95704 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-b93ce9a4 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-b93ce9a4 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-b93ce9a4 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
    grid-area: 1 / 7 / 2 / 9;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-b93ce9a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-315f4a47 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-315f4a47 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-315f4a47 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
    grid-area: 1 / 7 / 2 / 9;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-315f4a47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1e1319cb-6bd2-bc5d-7580-37ddfb96d84c-3d71809e {
    grid-area: 1 / 4 / 2 / 7;
    place-self: center;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4472-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    justify-self: end;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    justify-self: start;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c1-271157be {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
    grid-area: 1 / 7 / 2 / 8;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
    grid-area: 1 / 7 / 2 / 8;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
    grid-area: 1 / 7 / 2 / 8;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77919-f5a77915 {
    place-self: end start;
  }

  #w-node-b8f4f27f-0142-a7c4-41b5-7f5cb38725c1-3d71809e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b446f-39304252 {
    justify-self: center;
  }

  #w-node-_0a0a93ba-d441-8970-6941-a2fe68f73de7-39304252 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    justify-self: end;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    justify-self: start;
  }

  #w-node-a0a0f524-e719-d7d0-5e57-02c8b0384fd5-1f025e9a {
    align-self: end;
  }

  #w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
    place-self: auto;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c2-271157be {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-6cc95704 {
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    justify-self: start;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-b93ce9a4 {
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    justify-self: start;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-315f4a47 {
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718051, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718051, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718051, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718051, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718051, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718051, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718051, #w-node-_26c4751a-9f70-c012-cf60-f4468a7b39cd-3d718051, #w-node-b1c619d0-d8c5-00f8-70dc-0aed468fe67c-3d718051, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718051, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718051, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718051, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a4f6-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a4fc-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a502-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a508-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a50e-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a514-6879a4ec, #w-node-_986f29b6-8617-52ec-89ea-f40121739289-3d718066, #w-node-_578ee373-e8e9-7b43-88b6-79bc28c4ba3a-3d718066 {
    grid-column: span 3 / span 3;
  }

  #w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d20c-3d71806a, #w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d21e-3d71806a, #w-node-fc97557f-9b83-3e94-492f-0e005defb2a4-3d71806b {
    grid-column: span 6 / span 6;
  }

  #w-node-fc97557f-9b83-3e94-492f-0e005defb2a7-3d71806b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-fc97557f-9b83-3e94-492f-0e005defb2b4-3d71806b, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-3d71806c, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a1a-3d71806c {
    grid-column: span 6 / span 6;
  }

  #w-node-da4e604b-3e2b-4b76-b942-7c3ed83d1899-3d71806d {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f49-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f4f-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f55-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f5b-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f61-3d71806f, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb71-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb79-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb81-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb86-3d718073 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8df17bd3-c6d5-b14d-6033-3833b1543e0d-3d718073, #w-node-_080a14a0-3fc9-ecff-9a6c-1d8b5e98ae3f-3d718073 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d026f028-a414-9198-1442-3bc40912e23e-3d718073, #w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718073 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ff272171-87dd-2f60-5450-8083a6598886-3d718074 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9dd29294-0da6-36a1-cef7-90d4e2e9feda-3d718074 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718074 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eb1a0dff-41b7-7f50-da22-edb709f1a011-3d718074 {
    grid-column: span 6 / span 6;
  }

  #w-node-_71b435fc-aa87-8747-d08c-43342452130e-3d718074, #w-node-_71b435fc-aa87-8747-d08c-433424521314-3d718074, #w-node-e8a53307-b415-18ce-db86-151aa3a9244a-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92453-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a9245c-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92462-3d718075 {
    grid-column: span 3 / span 3;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c43007f-3d718075 {
    grid-column: span 6 / span 6;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c430082-3d718075 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c43008f-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b4-3d718075 {
    grid-column: span 6 / span 6;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b7-3d718075 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300c4-3d718075 {
    grid-column: span 6 / span 6;
  }

  #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718077, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718077, #w-node-_2570dbb1-d866-f71f-c440-904bea342ccb-3d718077, #w-node-c092f1f4-b9dc-0687-02b4-c465b15d78c3-3d718077, #w-node-_74d66e08-6a1f-237a-ae6c-28609cebade4-3d718077, #w-node-_6d8ff267-39ff-e57b-e095-897d49cd3023-3d718077, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718078, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718078, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d718078, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d718078, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718079, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718079, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718079, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718079, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718079, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d718079, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718079, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718079, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718079, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718079, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807a, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807a, #w-node-_2570dbb1-d866-f71f-c440-904bea342ccb-3d71807a, #w-node-a156d48c-8bda-d3bf-037e-1692e2b6ee8f-3d71807a, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807a, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807a, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807b, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807b, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807b, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807b, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807b, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807b, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807b, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807b, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807b, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807b, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807d, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807d, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d71807d, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d71807d, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807d, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d71807d, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807e, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807e, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807e, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807e, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807e, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d71807e, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807e, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807e, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807e, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807e, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807f, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807f, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d71807f, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d71807f, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807f, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d71807f, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d71807f, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d71807f, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d71807f, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d71807f, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718080, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718080, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718080, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718080, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718080, #w-node-_4308f7f5-a76d-e4dc-819e-dcb19e4a14c9-3d718080, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-3d718080, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-3d718080, #w-node-_2887c542-1ca6-5428-de7c-e58b74a7f596-3d718080, #w-node-_8ff5febd-5a01-cf5f-e2bd-c03800cc4bdf-3d718080, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718085, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718085, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-3d718085, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-3d718085, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718085, #w-node-_85ad3155-9e55-c691-a8a5-6e4bc15272e3-3d718085 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7715-3d718098, #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7717-3d718098 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-3d71809a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e7f-3d71809a, #w-node-fda52213-a24e-d6cb-57dc-4738b8388073-3d71809b {
    grid-column: span 6 / span 6;
  }

  #w-node-_82974270-5b2f-3b27-ceb1-cc0b9d865207-3d71809b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_82974270-5b2f-3b27-ceb1-cc0b9d86521e-3d71809b, #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b3-3d71809b {
    grid-column: span 6 / span 6;
  }

  #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b6-3d71809b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708c3-3d71809b {
    grid-column: span 6 / span 6;
  }

  #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71809e, #w-node-_990d4a21-f4d1-bfd2-cef0-dd08978e7111-3d71809e, #w-node-_09799c7f-d5d6-7a86-e9dc-28d94f9e33a4-3d71809e, #w-node-c78f6b20-2ce1-735e-8d8f-471198416976-3d71809e, #w-node-a56519b6-34c8-d24d-73d1-4684ed45ce8f-3d71809e, #w-node-f9c5133c-03a4-b890-b788-573f52ff7f9e-3d71809e, #w-node-_939bfd1c-8df4-6766-e4df-eaae309db87c-3d71809e, #w-node-_3795fd8c-ef1d-e980-790d-ce6ec3822dd8-95b61846, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-95b61846, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-95b61846, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-95b61846, #w-node-a9c0302a-c614-68d2-474c-5d0b29986e3a-95b61846, #w-node-_5b2497a4-d42f-17ae-b3dd-456e144bdfed-95b61846, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-b1a801f4, #w-node-b5ef4f43-f417-c144-4569-c60a17d4456e-b1a801f4, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-b1a801f4, #w-node-_70738ed0-d2c9-b41d-8fa2-2c3a3435867d-b1a801f4, #w-node-_52e0da99-835e-4f27-fe6e-1c8f703e1c3b-b1a801f4, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-b1a801f4, #w-node-_730772ad-b2bc-1233-485e-e9c7fb71a7a1-b1a801f4, #w-node-_3585595c-1e39-f80f-d7df-792fddc50dd7-b1a801f4, #w-node-_9d929dce-149c-06f5-ef8f-a7be64110242-b1a801f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4479bb91-31c7-e730-eaed-fd4f95ad34b6-8a4fb8b8, #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-8a4fb8b8, #w-node-_9fd375ff-0157-0662-2785-74cd039aaad6-8a4fb8b8 {
    grid-column: span 6 / span 6;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-4a482e76, #w-node-_2efc9101-00c8-1171-42db-867c5aacb78b-4a482e76 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1f59e804-921c-a280-d096-11faeea9face-4a482e76, #w-node-d20bdde3-db88-4abd-2a7d-466fbf067ebe-4a482e76, #w-node-d20bdde3-db88-4abd-2a7d-466fbf067ec4-4a482e76 {
    grid-column: span 6 / span 6;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b446f-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4472-39304252 {
    place-self: start center;
  }

  #w-node-_15f495ff-5641-abc1-0703-46ffd03d58f7-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-ff13cee1-6ab0-7c6d-3ec7-8846f61e1a16-39304252 {
    place-self: center end;
  }

  #w-node-e11aad80-660d-7c87-39b9-584a3e8f6573-39304252 {
    align-self: center;
  }

  #w-node-aaa4aded-4c42-4781-4c4f-5faab5d6d14d-39304252 {
    grid-column-end: 8;
    align-self: center;
  }

  #w-node-_0a0a93ba-d441-8970-6941-a2fe68f73de7-39304252 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-f6bed3e6-19a6-8b50-8962-989b535a01b4-39304252 {
    justify-self: end;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddb9d-39304252 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba3-39304252 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba9-39304252 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbaf-39304252 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbb5-39304252 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbbb-39304252 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a0a0f524-e719-d7d0-5e57-02c8b0384fd5-1f025e9a {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
    align-self: start;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-6cc95704 {
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-6cc95704 {
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-6cc95704 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-6cc95704 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-6cc95704 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-6cc95704 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-6cc95704 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770672-6cc95704 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770678-6cc95704 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077067e-6cc95704 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770684-6cc95704 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-b93ce9a4 {
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-b93ce9a4 {
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-b93ce9a4 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-b93ce9a4 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-b93ce9a4 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-b93ce9a4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770672-b93ce9a4 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770678-b93ce9a4 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077067e-b93ce9a4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770684-b93ce9a4 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-315f4a47 {
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-315f4a47 {
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-315f4a47 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-315f4a47 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
    align-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-315f4a47 {
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-315f4a47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-315f4a47 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770672-315f4a47 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770678-315f4a47 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077067e-315f4a47 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770684-315f4a47 {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77919-f5a77915 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: end start;
  }

  #w-node-e781d1ad-4e31-f46a-db20-b52b6879a4f6-6879a4ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e781d1ad-4e31-f46a-db20-b52b6879a4fc-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a502-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a508-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a50e-6879a4ec, #w-node-e781d1ad-4e31-f46a-db20-b52b6879a514-6879a4ec, #w-node-_986f29b6-8617-52ec-89ea-f40121739289-3d718066, #w-node-_578ee373-e8e9-7b43-88b6-79bc28c4ba3a-3d718066, #w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d20c-3d71806a, #w-node-_40d597bf-d666-db68-b7d9-ca3bfe02d21e-3d71806a, #w-node-fc97557f-9b83-3e94-492f-0e005defb2a4-3d71806b {
    grid-column: span 2 / span 2;
  }

  #w-node-fc97557f-9b83-3e94-492f-0e005defb2a7-3d71806b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc97557f-9b83-3e94-492f-0e005defb2b4-3d71806b, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-3d71806c, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a1a-3d71806c, #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a21-3d71806c {
    grid-column: span 2 / span 2;
  }

  #w-node-da4e604b-3e2b-4b76-b942-7c3ed83d1899-3d71806d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f49-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f4f-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f55-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f5b-3d71806f, #w-node-_67ad02bd-4a8e-4d0b-6c27-f24293b78f61-3d71806f, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb71-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb79-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb81-3d718073, #w-node-f969da45-4a52-36ce-07fc-f3bce5b3cb86-3d718073, #w-node-_8df17bd3-c6d5-b14d-6033-3833b1543e0d-3d718073, #w-node-_080a14a0-3fc9-ecff-9a6c-1d8b5e98ae3f-3d718073, #w-node-d026f028-a414-9198-1442-3bc40912e23e-3d718073, #w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718073, #w-node-b0177f63-b6d2-5785-f0d7-326030583e51-3d718073 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8882527b-aa7c-99c4-6d88-5b6c98866d09-3d718073 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d026f028-a414-9198-1442-3bc40912e23e-3d718074, #w-node-d026f028-a414-9198-1442-3bc40912e23c-3d718074, #w-node-eb1a0dff-41b7-7f50-da22-edb709f1a011-3d718074, #w-node-_71b435fc-aa87-8747-d08c-43342452130e-3d718074 {
    grid-column: span 2 / span 2;
  }

  #w-node-_71b435fc-aa87-8747-d08c-433424521314-3d718074 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8a53307-b415-18ce-db86-151aa3a9244a-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92453-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a9245c-3d718075, #w-node-e8a53307-b415-18ce-db86-151aa3a92462-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c43007f-3d718075 {
    grid-column: span 2 / span 2;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c430082-3d718075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c43008f-3d718075, #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b4-3d718075 {
    grid-column: span 2 / span 2;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300b7-3d718075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3d4a013-06ea-85a1-fc96-e3883c4300c4-3d718075 {
    grid-column: span 2 / span 2;
  }

  #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718077, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718077, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d718078, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d718078, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807a, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807a, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807a {
    grid-column: span 3 / span 3;
  }

  #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7715-3d718098, #w-node-_2aaf68e5-9258-acc6-9a10-4af3e54a7717-3d718098 {
    grid-column: span 2 / span 2;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-3d71809a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e7f-3d71809a, #w-node-fda52213-a24e-d6cb-57dc-4738b8388073-3d71809b {
    grid-column: span 2 / span 2;
  }

  #w-node-_82974270-5b2f-3b27-ceb1-cc0b9d865207-3d71809b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82974270-5b2f-3b27-ceb1-cc0b9d86521e-3d71809b, #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b3-3d71809b {
    grid-column: span 2 / span 2;
  }

  #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708b6-3d71809b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32105c45-bdc3-34ab-0100-d84f7fa708c3-3d71809b, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71809e, #w-node-_990d4a21-f4d1-bfd2-cef0-dd08978e7111-3d71809e, #w-node-_09799c7f-d5d6-7a86-e9dc-28d94f9e33a4-3d71809e, #w-node-c78f6b20-2ce1-735e-8d8f-471198416976-3d71809e, #w-node-a56519b6-34c8-d24d-73d1-4684ed45ce8f-3d71809e, #w-node-f9c5133c-03a4-b890-b788-573f52ff7f9e-3d71809e, #w-node-_939bfd1c-8df4-6766-e4df-eaae309db87c-3d71809e, #w-node-_1e1319cb-6bd2-bc5d-7580-37ddfb96d846-3d71809e {
    grid-column: span 2 / span 2;
  }

  #w-node-_1e1319cb-6bd2-bc5d-7580-37ddfb96d84c-3d71809e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4479bb91-31c7-e730-eaed-fd4f95ad34b6-8a4fb8b8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-8a4fb8b8 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_9fd375ff-0157-0662-2785-74cd039aaad6-8a4fb8b8 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cc3-8a4fb8b8 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-bca3cd55-2052-a4be-5059-b6f3517d4e5a-4a482e76, #w-node-_2efc9101-00c8-1171-42db-867c5aacb78b-4a482e76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f59e804-921c-a280-d096-11faeea9face-4a482e76, #w-node-d20bdde3-db88-4abd-2a7d-466fbf067ebe-4a482e76, #w-node-d20bdde3-db88-4abd-2a7d-466fbf067ec4-4a482e76 {
    grid-column: span 2 / span 2;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b446f-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end center;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4472-39304252 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_15f495ff-5641-abc1-0703-46ffd03d58f7-39304252 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-ff13cee1-6ab0-7c6d-3ec7-8846f61e1a16-39304252 {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-e11aad80-660d-7c87-39b9-584a3e8f6573-39304252 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-a6f6d724-120a-176c-579e-6a70f95f7946-39304252 {
    grid-column: 5 / 6;
    justify-self: center;
  }

  #w-node-aaa4aded-4c42-4781-4c4f-5faab5d6d14d-39304252 {
    grid-column: 6 / 7;
    justify-self: start;
  }

  #w-node-_0a0a93ba-d441-8970-6941-a2fe68f73de7-39304252 {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-f6bed3e6-19a6-8b50-8962-989b535a01b4-39304252 {
    justify-self: start;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    justify-self: end;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
  }

  #w-node-f1f2bb2a-790b-09a0-9f83-cef5e6427b04-39304252, #w-node-_40eb705b-92c7-0589-b77d-8f2f94715939-39304252 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddb9d-39304252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba3-39304252, #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddba9-39304252, #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbaf-39304252, #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbb5-39304252, #w-node-_579e7f71-9f5f-c6b9-57fe-e392cc4ddbbb-39304252 {
    grid-column: span 2 / span 2;
  }

  #w-node-_25ef8735-0003-61ab-0956-f2279a37d747-1f025e9a {
    grid-column-start: 1;
  }

  #w-node-a0a0f524-e719-d7d0-5e57-02c8b0384fd5-1f025e9a {
    align-self: start;
  }

  #w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
    grid-area: 2 / 3 / 3 / 5;
    align-self: center;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-6cc95704 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-6cc95704 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-6cc95704 {
    grid-column: 3 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-6cc95704 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-6cc95704 {
    grid-column: 5 / 6;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-6cc95704 {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
    grid-column: 6 / 7;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-6cc95704 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-6cc95704 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-6cc95704 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-6cc95704, #w-node-_530bc1cf-1235-5368-2299-191cd0770672-6cc95704, #w-node-_530bc1cf-1235-5368-2299-191cd0770678-6cc95704, #w-node-_530bc1cf-1235-5368-2299-191cd077067e-6cc95704, #w-node-_530bc1cf-1235-5368-2299-191cd0770684-6cc95704 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-b93ce9a4 {
    grid-column: 3 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-b93ce9a4 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-b93ce9a4 {
    grid-column: 5 / 6;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-b93ce9a4 {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
    grid-column: 6 / 7;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-b93ce9a4 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-b93ce9a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-b93ce9a4, #w-node-_530bc1cf-1235-5368-2299-191cd0770672-b93ce9a4, #w-node-_530bc1cf-1235-5368-2299-191cd0770678-b93ce9a4, #w-node-_530bc1cf-1235-5368-2299-191cd077067e-b93ce9a4, #w-node-_530bc1cf-1235-5368-2299-191cd0770684-b93ce9a4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-315f4a47 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: start center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-315f4a47 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-315f4a47 {
    grid-column: 3 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-315f4a47 {
    grid-area: 1 / 4 / 2 / 5;
    place-self: center start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-315f4a47 {
    grid-column: 5 / 6;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-315f4a47 {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
    grid-column: 6 / 7;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-315f4a47 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    justify-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-315f4a47 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770666-315f4a47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd077066c-315f4a47, #w-node-_530bc1cf-1235-5368-2299-191cd0770672-315f4a47, #w-node-_530bc1cf-1235-5368-2299-191cd0770678-315f4a47, #w-node-_530bc1cf-1235-5368-2299-191cd077067e-315f4a47, #w-node-_530bc1cf-1235-5368-2299-191cd0770684-315f4a47 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77919-f5a77915 {
    grid-column: 1 / 4;
    justify-self: start;
  }

  #w-node-c42c36d2-fd33-3bee-f9b8-df93f5a77922-f5a77915 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac8fe8f4-0635-bc8e-d36c-2e87621f9ff1-f5a77915 {
    grid-column-start: 1;
  }

  #w-node-ac8fe8f4-0635-bc8e-d36c-2e87621f9ff2-f5a77915 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d718078, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d718078, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d718078, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d718078, #w-node-c6f5231e-b84e-5819-702a-e79ddfb4d30e-3d71807d, #w-node-_4408a832-4de6-0e09-34b4-7e2107a78869-3d71807d, #w-node-f071d24a-fb4a-c811-6997-6c1ca81d7c14-3d71807d, #w-node-_4e848497-3a47-e645-f47c-2f867b25093f-3d71807d, #w-node-_1dfaea61-70dd-1704-3e0f-bb8b0a4dabd6-3d71807d, #w-node-_4353a1a9-7757-9542-c209-ddb1fa58e7c9-3d71807d {
    grid-column: span 3 / span 3;
  }

  #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-8a4fb8b8 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_9fd375ff-0157-0662-2785-74cd039aaad6-8a4fb8b8 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cc3-8a4fb8b8 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b446f-39304252 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4472-39304252 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: start center;
  }

  #w-node-_15f495ff-5641-abc1-0703-46ffd03d58f7-39304252, #w-node-ff13cee1-6ab0-7c6d-3ec7-8846f61e1a16-39304252 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-e11aad80-660d-7c87-39b9-584a3e8f6573-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-a6f6d724-120a-176c-579e-6a70f95f7946-39304252 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-aaa4aded-4c42-4781-4c4f-5faab5d6d14d-39304252 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_0a0a93ba-d441-8970-6941-a2fe68f73de7-39304252 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-f6bed3e6-19a6-8b50-8962-989b535a01b4-39304252 {
    justify-self: start;
  }

  #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-f1f2bb2a-790b-09a0-9f83-cef5e6427b04-39304252, #w-node-_40eb705b-92c7-0589-b77d-8f2f94715939-39304252 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_2fd8522a-af2a-03d7-86b6-99451f025e9a-1f025e9a {
    grid-column: 1 / 3;
  }

  #w-node-_25ef8735-0003-61ab-0956-f2279a37d747-1f025e9a {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-a0a0f524-e719-d7d0-5e57-02c8b0384fd5-1f025e9a {
    grid-column-start: 1;
    align-self: end;
  }

  #w-node-_13e78e88-ea74-4a96-6748-76b7f412367d-1f025e9a {
    grid-area: 2 / 1 / 3 / 4;
    place-self: start;
  }

  #w-node-_6067308d-3bc7-c5ad-6a6b-3b374fbb7c73-1f025e9a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c1-271157be {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-f4a274a8-e64f-fb3d-80c1-377c271157c2-271157be {
    grid-area: 1 / 1 / 2 / 4;
    align-self: auto;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-6cc95704 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-6cc95704 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-6cc95704, #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-6cc95704 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-6cc95704 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-6cc95704 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-6cc95704 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-6cc95704 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-6cc95704 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-6cc95704 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-6cc95704 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-b93ce9a4, #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-b93ce9a4 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-b93ce9a4 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-b93ce9a4 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-b93ce9a4 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-b93ce9a4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-b93ce9a4 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_0d9f5f66-b0cf-abff-af22-92d20e5467b3-315f4a47 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7518-315f4a47 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751d-315f4a47, #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751e-315f4a47 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea751f-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7521-315f4a47 {
    grid-column: 1 / 2;
    align-self: end;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7524-315f4a47 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7522-315f4a47 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea752e-315f4a47 {
    justify-self: start;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7533-315f4a47 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_6599308a-f9e2-e2d8-fdd2-8625caea7535-315f4a47 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center start;
  }

  #w-node-_530bc1cf-1235-5368-2299-191cd0770660-315f4a47 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }
}

/* ============================================================
 * Hero split layout + data-driven carousel (quick-260428-rpb)
 * Adds: .hero-split, .hero-split__left/right, .slider-hero-09-25,
 *       .hero-carousel__*, plus visible-arrow override.
 * Scoped to new class names — does NOT modify existing rules.
 * ============================================================ */

/* Outer hero wrapper: keep left side white, right side gets the gradient.
   Drop the legacy 20px margin-top so the gradient block sits flush
   against the header. Also kill the 1px white border that the >=1280px
   breakpoint adds to .section-hero-new (it draws a visible frame around
   the entire hero, including the gradient column). */
.section-hero-new.hero-split {
  margin-top: 0;
  border: 0 !important;
}

.hero-split .section-hero.hero-split__inner {
  margin-top: 0;
  border: 0 !important;
}

.hero-split .hero-split__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 0;
}

.hero-split__left {
  flex: 0 0 50%;
  width: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-split__left-inner {
  width: 100%;
  text-align: center; /* centers the inline-block .hero-split__stack horizontally */
}

/* Stack groups heading + buttons so they share a left edge and center as a
   single unit. inline-block sizes the stack to the widest child (the heading
   single-line at desktop, the wider wrapped line at narrower viewports where
   the .hero-break-md <br> kicks in). max-width:100% caps it to the column. */
.hero-split__stack {
  display: inline-block;
  vertical-align: top;
  text-align: left;     /* heading + buttons left-aligned within the centered stack */
  max-width: 100%;
}

/* The <br class="hero-break-md"> in the heading is hidden on wide screens
   (heading flows on one line) and shown at ≤1279px so the heading wraps
   between "Платформа наблюдаемости" and "для {word}" — produces a stable
   widest-line that the inline-block stack can size against. */
.hero-break-md {
  display: none;
}

@media (max-width: 1279px) {
  .hero-break-md {
    display: inline;
  }
}

/* Override .div-block-button-hero-3 — originally used position: absolute +
   inset: 200px 50px auto + a 6-col grid + margin-top: -200px to overlay the
   Main_UI screenshot. In the split hero those rules pull the buttons out of
   flow (overlapping the heading on desktop and the carousel on mobile). Reset
   to in-flow flex layout below the checkmarks. !important is needed to beat
   per-breakpoint rules that reapply position/top across media queries. */
.hero-split__buttons.div-block-button-hero-3 {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  justify-content: flex-start !important;
  align-items: center;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  grid-template-areas: none !important;
  grid-auto-columns: auto;
  width: auto !important;       /* shrink to content; left edge sits at stack's left */
  max-width: 100%;
}

/* Reset Webflow per-button grid-area placements — they're irrelevant in
   our flex layout and would otherwise re-position the buttons in any
   ancestor that happens to be display: grid. */
.hero-split__buttons.div-block-button-hero-3
  > #w-node-af2ae73d-eec8-b64b-2cac-ea10172b4477-39304252,
.hero-split__buttons.div-block-button-hero-3
  > #w-node-_0f6b3c88-183c-c5b5-4740-45623cc7708d-39304252 {
  grid-area: auto !important;
  place-self: auto !important;
}

/* Right column: gradient background mirrors .section-recognition.
   Padding gives the carousel room so it doesn't touch the column edges. */
.hero-split__right {
  flex: 0 0 50%;
  width: 50%;
  background-color: var(--white);
  background-image: url('../images/10.-Classtone-Gradient-01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 56px;
  box-sizing: border-box;
}

/* Carousel — scope to the new hook class so we don't touch the tab carousels
   that share .slider-3-09-25. Fixed height keeps Webflow runtime stable and
   prevents the mask from inheriting cumulative slide heights. */
.slider-hero-09-25.slider-3-09-25 {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  width: 100%;
  max-width: 560px;
  height: 560px;
  position: relative;
  padding: 0;
}

/* Critical: keep overflow: hidden so Webflow's inline-block slides don't wrap
   into a vertical stack (was causing 5x slide-height = ~3000px hero). */
.slider-hero-09-25 .hero-carousel__mask.mask-09-25 {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* Each slide is a dark "card" — image on top with rounded corners, caption
   below on the same dark background. The slide MUST stay inline-block so
   the Webflow runtime can translateX between siblings. */
.slider-hero-09-25 .hero-carousel__slide.slide-5-09-25 {
  background-color: rgba(15, 15, 17, 0.96) !important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding: 24px 24px 20px;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  white-space: normal;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/* Image sits at top of the card with matched corner radius (smaller than
   the outer card radius) and small breathing room before the caption. */
.slider-hero-09-25 .hero-carousel__slide.slide-5-09-25 > .hero-carousel__image,
.slider-hero-09-25 .hero-carousel__slide.slide-5-09-25 > .hero-carousel__image.image-101 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: calc(100% - 72px);
  width: auto;
  height: auto;
  object-fit: cover;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-carousel__caption {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.35;
  text-align: center;
  margin-top: 28px;
  padding: 0 8px;
  display: block;
}

/* Hero heading override for the split layout: smaller, block-level so the
   long Russian phrase wraps cleanly and the rotating word flows inline
   with the rest of the text. The legacy .heading-2-hero is display: flex
   which makes the leading text-node and the .hero-rotate span separate
   flex items — that visually drops the space between them. */
.hero-split .heading-4-hero.smaller {
  display: block;
  font-size: 36px;
  line-height: 1.15;
  text-align: left;
  margin: 0;
  padding: 0;
}

.hero-split .heading-2-hero {
  display: inline;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
  letter-spacing: 0;
  color: var(--dark-black);
}

/* Rotating word in hero heading: smooth opacity fade between words. */
.hero-rotate {
  display: inline-block;
  transition: opacity 0.35s ease;
  opacity: 1;
  white-space: nowrap;
}

.hero-rotate.hero-rotate--out {
  opacity: 0;
}

@media (min-width: 1280px) {
  .hero-split .heading-4-hero.smaller,
  .hero-split .heading-2-hero {
    font-size: 42px;
  }
}

@media (min-width: 1440px) {
  .hero-split .heading-4-hero.smaller,
  .hero-split .heading-2-hero {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .hero-split .heading-4-hero.smaller,
  .hero-split .heading-2-hero {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .hero-split .heading-4-hero.smaller,
  .hero-split .heading-2-hero {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .hero-split .heading-4-hero.smaller,
  .hero-split .heading-2-hero {
    font-size: 24px;
  }
}

/* Visible-arrow override: Webflow's default arrow is an 80px hit area with a
   barely-visible glyph. Pin a 44px translucent chip behind the icon and force
   them to render even if the runtime tries to inject display:none. */
.slider-hero-09-25 > .w-slider-arrow-left,
.slider-hero-09-25 > .w-slider-arrow-right {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slider-hero-09-25 > .w-slider-arrow-left {
  left: 8px;
  right: auto;
}

.slider-hero-09-25 > .w-slider-arrow-right {
  right: 8px;
  left: auto;
}

.slider-hero-09-25 > .w-slider-arrow-left:hover,
.slider-hero-09-25 > .w-slider-arrow-right:hover {
  background-color: rgba(255, 255, 255, 0.32);
}

.slider-hero-09-25 > .w-slider-arrow-left .w-icon-slider-left,
.slider-hero-09-25 > .w-slider-arrow-right .w-icon-slider-right {
  color: var(--white);
  font-size: 22px;
  line-height: 1;
}

/* Slider nav dots: keep visible on the gradient, white-tinted. */
.slider-hero-09-25 .hero-carousel__nav.slide-nav {
  margin-bottom: -8px;
  padding-top: 8px;
}

.slider-hero-09-25 .w-slider-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-hero-09-25 .w-slider-dot.w-active {
  background-color: var(--white);
}

/* Tablet: stack at 991px and below (matches existing breakpoint convention). */
@media (max-width: 991px) {
  .hero-split .hero-split__inner {
    flex-direction: column;
  }

  .hero-split__left,
  .hero-split__right {
    flex: 0 0 100%;
    width: 100%;
  }

  /* Breathing room below the buttons before the gradient block starts. */
  .hero-split__left {
    padding-bottom: 40px;
  }

  .hero-split__right {
    padding: 48px 36px;
  }

  .slider-hero-09-25.slider-3-09-25 {
    height: 500px;
    max-width: 520px;
  }
}

/* Mobile: tighter padding and reduced height. */
@media (max-width: 767px) {
  .hero-split__left {
    padding-bottom: 32px;
  }

  .hero-split__right {
    padding: 32px 24px;
  }

  .slider-hero-09-25.slider-3-09-25 {
    height: 400px;
    max-width: 100%;
  }

  .slider-hero-09-25 .hero-carousel__slide.slide-5-09-25 {
    padding: 18px 18px 16px;
    border-radius: 20px;
  }

  .hero-carousel__caption {
    font-size: 14px;
  }

  .slider-hero-09-25 > .w-slider-arrow-left,
  .slider-hero-09-25 > .w-slider-arrow-right {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 479px) {
  .hero-split__left {
    padding-bottom: 24px;
  }
}


/* ============================================================================ */
/* quick-260428-tl3: Pill-shaped buttons (border-radius: 9999px)                */
/* Appended override block. Targets every button selector in the codebase.      */
/* Uses !important to beat:                                                     */
/*   - .w-button rule in css/webflow.css (line 174, has !important)             */
/*   - Responsive @media redeclarations of border-radius at 991/767/479/        */
/*     1280/1440/1920 breakpoints                                               */
/*   - .button-bp / .button-hero-bp rules nested inside @media (min-width:1280) */
/* Safe to remove or replace as a single block.                                 */
/* ============================================================================ */
.w-button,
.nav-cta-button,
.button,
.button.empty,
.button.empty.grey,
.button.empty.button-new,
.button.empty.button-new.price-link-button,
.button.empty.button-call,
.button.white-filled,
.button.white-filled.wide,
.button.white-empty,
.button.white-empty.wide,
.button.grey,
.button.grey.small,
.button.grey.full,
.button.small,
.button-2,
.button-new,
.button-call-to-action,
.button-call-to-action-transparent,
.button-recognition,
.button-recognition-1,
.button-hero,
.button-hero-2,
.button-hero-new,
.button-hero-2-new,
.button-hero-bp,
.button-hero-2-bp,
.button-bp,
.button-bp.empty,
.button-bp.empty.grey,
.button-bp.empty.button-new,
.button-bp.empty.button-new.price-link-button,
.button-bp.empty.button-call,
.button-bp.white-filled,
.button-bp.white-empty,
.button-bp.grey,
.button-bp.grey.small,
.button-bp.small,
.button-heder,
.button-heder.empty,
.button-heder.empty.grey,
.button-heder.empty.button-new,
.button-heder.empty.button-new.price-link-button,
.button-heder.empty.button-call,
.button-heder.white-filled,
.button-heder.white-filled.wide,
.button-heder.white-empty,
.button-heder.white-empty.wide,
.button-heder.grey,
.button-heder.grey.small,
.button-heder.grey.full,
.button-heder.small {
  border-radius: 9999px !important;
}

/* ============================================================================ */
/* quick-260429-nqo: Hand-drawn underline under hero rotating word              */
/* Targets .hero-rotate via ::after — span width auto-fits each rotating word  */
/* (Бизнеса / Разработки / DevOps/SRE / Эксплуатации). Inherits opacity fade   */
/* from existing .hero-rotate transition; no JS change required.               */
/* Safe to remove or replace as a single block.                                */
/* ============================================================================ */
.hero-rotate {
  position: relative; /* anchor for ::after */
}

.hero-rotate::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;            /* below descenders (e.g. "р" in "Разработки") */
  width: 100%;          /* hug the current word's inline-block box */
  height: 0.32em;       /* font-relative vertical reservation (two stacked strokes) */
  margin-top: 0.04em;   /* tiny breathing room from descenders */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14' fill='none' preserveAspectRatio='none'%3E%3Cpath d='M4 6 C 35 5, 75 5, 117 4' stroke='%230f0f11' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 6 C 25 8, 55 10, 85 11' stroke='%230f0f11' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  /* opacity inherits from .hero-rotate -- fades with the existing JS toggle */
}

/* === quick-260429-ovg: floating pill header === */

/* 1. Anchor-link offset so #hash targets are not covered by the floating header   */
html { scroll-padding-top: 110px; }

/* 2. Outer banner: full-width positioning context for the pills                    */
.fixed-nav.fixed-nav-06-25,
.fixed-nav-copy.fixed-nav-06-25,
.fixed-nav-copy.fixed-nav-06-25-black {
  position: absolute !important;
  top: 16px !important;
  left: 0 !important;
  right: 0 !important;
  /* width / max-width intentionally omitted: 100vw includes the vertical
     scrollbar and pushes the nav past the content area. left/right:0 on a
     position:absolute element correctly anchors it to the body's content
     edges (scrollbar excluded). */
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 80px !important;
  display: block !important;
  z-index: 1000;
}

/* 3. Inner container: collapse out of layout so pills anchor against .fixed-nav    */
body .fixed-nav .container.nav-container,
body .fixed-nav .container.nav-container.w-container,
body .fixed-nav-copy .container-copy.nav-container-black,
body .fixed-nav-copy .container-copy.nav-container-black.w-container,
body .fixed-nav-copy .container.nav-container {
  display: contents !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* 3b. Pills anchored to viewport edges and vertically centered in the banner       */
.fixed-nav.fixed-nav-06-25 .hdr-pill--left,
.fixed-nav-copy.fixed-nav-06-25-black .hdr-pill--left,
.fixed-nav-copy.fixed-nav-06-25 .hdr-pill--left {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fixed-nav.fixed-nav-06-25 .hdr-pill--right,
.fixed-nav-copy.fixed-nav-06-25-black .hdr-pill--right,
.fixed-nav-copy.fixed-nav-06-25 .hdr-pill--right {
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* 4. LEFT pill only: dark rounded pill — asymmetric padding (28L / 12R)            */
/* Larger left padding gives the logo breathing room; smaller right padding keeps  */
/* the last menu item close to the rounded edge.                                   */
.hdr-pill--left {
  display: flex !important;
  align-items: center !important;
  background-color: var(--dark-black) !important;
  border-radius: 9999px !important;
  padding: 16px 12px 16px 28px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
  gap: 16px !important;
}

/* 5. RIGHT pill: no background — only the CTA button is visible                    */
.hdr-pill--right {
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 12px !important;
}
.hdr-pill--right .nav-cta-button {
  flex: 0 0 auto !important;
}

/* 6. Tighten logo↔menu spacing inside left pill                                    */
.hdr-pill--left .nav-menu-black,
.hdr-pill--left .nav-menu-black-2 {
  flex: 0 0 auto !important;
  justify-content: flex-start !important;
  padding-left: 16px !important;
  padding-right: 0 !important;
  background: transparent !important;
}

.hdr-pill--left .brand,
.hdr-pill--left .brand-black {
  margin-right: 0 !important;
}

/* 7. Menu link text: white + sentence case (no all-caps)                           */
.hdr-pill--left .nav-link-text,
.hdr-pill--left .nav-link-text-2,
.hdr-pill--left .nav-link-text-black {
  color: #ffffff !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

/* 8. Dropdown caret: smaller, muted gray, sits close to the link text              */
.hdr-pill--left .nav-dropdown-icon,
.hdr-pill--left .nav-dropdown-icon-2 {
  font-size: 12px !important;
  margin-right: 8px !important;
  color: rgba(255, 255, 255, 0.55) !important;
}
.hdr-pill--left .nav-item-dropdown.w-dropdown-toggle {
  padding-right: 28px !important;
}

/* 9. Restore visible dropdown gap so menus don't snap up against the pill          */
.nav-dropdown-list,
.nav-dropdown-list-black,
.nav-dropdown-list-company,
.nav-dropdown-list-company-black {
  margin-top: 8px !important;
}

/* 10. Mobile (≤991px): keep layout; restore hamburger visibility                   */
/* Webflow shifts .menu-button to position:absolute with inset:13px 20px auto auto */
/* at ≤991px, but our .hdr-pill--right is now content-sized + absolutely-anchored,*/
/* so the absolute hamburger ends up off-screen or overlapping the CTA. Force it  */
/* back to static (flex flow) so it sits next to "Триал" inside the right pill.   */
@media screen and (max-width: 991px) {
  .fixed-nav.fixed-nav-06-25,
  .fixed-nav-copy.fixed-nav-06-25,
  .fixed-nav-copy.fixed-nav-06-25-black { top: 12px !important; }
  .hdr-pill--left { padding: 12px 20px !important; }
  .hdr-pill--right .menu-button.w-nav-button {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    color: #ffffff !important;
    background-color: transparent !important;
    display: block !important;
  }
  .hdr-pill--right .menu-button.w-nav-button .image-112 {
    filter: invert(1) !important;
  }
}
@media screen and (max-width: 479px) {
  .hdr-pill--left { padding: 10px 16px !important; }
}

/* === END quick-260429-ovg === */


/* === Hide injected Webflow attribution badge (2026-05-02) === */
/* webflow.js runtime injects <a class="w-webflow-badge"> at runtime; we use
   inert data URIs for its SVGs (so no CDN requests fire) and hide the badge
   with a high-specificity rule that beats webflow.css's !important block. */
html body .w-webflow-badge { display: none !important; }

/* ============================================================================ */
/* === Press mentions multi-card override (260503-jy1) ======================== */
/* Show N cards at once in the СМИ о нас slider:                                */
/*   >=992px : 3 cards                                                          */
/*   768-991: 2 cards                                                           */
/*   <=767px : 1 card (preserve existing single-card behavior)                  */
/* Scope: .section-smi only — other sliders (.slider-3*) unaffected.            */
/* No JS change — Webflow IXSlider runtime auto-paginates by .w-slide width.    */
/* ============================================================================ */
.section-smi .slider {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.section-smi .feedback-card {
  min-width: 0 !important;
  max-width: none !important;
}
@media (min-width: 992px) {
  .section-smi .slide {
    width: calc(100% / 3) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-smi .slide {
    width: calc(100% / 2) !important;
  }
}
/* === END press mentions multi-card override (260503-jy1) ==================== */

/* === Clip .section-tech horizontal overflow ================================
   .tab-content-tech has `margin-right: -82px` (original Webflow design
   quirk that assumes a wider gutter). On viewports narrower than that
   gutter, the negative margin pushes the tech-tabs image past the
   viewport right edge and triggers a page-level horizontal scrollbar.
   Clip at the section boundary to preserve the visual intent without
   forcing horizontal page scroll.
============================================================================ */
.section-tech { overflow: hidden; }
