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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

h1 {
  color: #1f2535;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: #1f2535;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  color: #1f232f;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  color: #1f2535;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  color: #1f2535;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  color: #1f2535;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

p {
  color: #1f2535;
  margin-bottom: 12px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f3bf01, #9515c5 87%);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

ul, ol {
  color: #1f2535;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

li {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #ccdaee;
  background-image: linear-gradient(#1f2535, #11131a);
  border: 1px #000;
  border-radius: 6px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 90px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 180%;
}

.nav-link {
  color: #ccdaee;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wrapper.hidden-wrapper {
  height: auto;
  opacity: 1;
  justify-content: flex-start;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.inner-container._900px {
  width: 800px;
}

.title {
  color: #1f232f;
  letter-spacing: -.5px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
}

.title.size-22 {
  color: #666c86;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.title.size-22._40px-margin {
  color: rgba(244, 246, 250, .6);
  margin-top: 0;
  margin-bottom: 40px;
}

.title.size-22._40px-margin.white-text {
  color: #666c86;
  font-weight: 400;
}

.section {
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
}

.section.team {
  height: auto;
  background-image: none;
  padding: 120px 20px 0;
  overflow: visible;
}

.section.gradient {
  background-color: #f4f6fa;
  background-image: radial-gradient(circle at 0 0, #333a4d, #1b2131 24%, #101520 39%, #1b2130);
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section.gradient.tie-padding {
  padding-top: 85px;
}

.section.gray-bottom {
  background-color: #f4f6fa;
  padding-top: 0;
}

.section.gray-bottom.double-marg {
  padding-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.gradient-tide-paddings {
  background-image: linear-gradient(145deg, #f3bf01, #9515c5);
}

.section.gray {
  background-color: rgba(204, 218, 238, .1);
}

.section.absolut-img-on-side {
  background-color: #f4f6fa;
  background-image: radial-gradient(circle at 0 0, #333a4d, #1b2131 24%, #101520 39%, #1b2130);
  padding-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section.search {
  color: #fff;
  background-color: #1f2535;
  padding-top: 220px;
}

.service-grid {
  max-width: 650px;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-grid._80 {
  max-width: 80%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.service-card {
  text-align: left;
  background-color: #fff;
  border: 0 #ccdaee;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  font-size: 14px;
  line-height: 22px;
  transition: border-color .2s;
  display: flex;
}

.service-card:hover {
  border-color: rgba(0, 0, 0, 0);
}

.service-card._1 {
  text-align: left;
  background-color: #f4f6fa;
  border: 0 #ccdaee;
  border-radius: 13px;
  align-items: center;
  padding: 40px 24px;
  transition: border-color .2s;
}

.service-card._1:hover {
  border-color: rgba(0, 0, 0, 0);
}

.service-card._2 {
  background-color: #f4f6fa;
  align-items: center;
  padding: 40px 24px;
}

.service-card._3 {
  background-color: #f4f6fa;
  border-style: none;
  border-width: 0;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collaborate-div {
  width: auto;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.main-grid._3-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-grid._3-column.new {
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}

.main-grid._24px-margin {
  grid-template-columns: 2fr 1.5fr;
  align-items: center;
  margin-top: 24px;
}

.main-grid._4-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-grid._4-columns._40px-margin {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.main-grid.invers {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.collab-image._2 {
  width: 120px;
  height: 120px;
  background-image: url('../images/Arrow.svg'), linear-gradient(135deg, #9515c5, #f3bf01);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-radius: 100%;
  margin: 26px auto auto;
}

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

.collab-div-image {
  width: 233px;
  height: 224px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-circle-image {
  width: 176px;
  height: 176px;
  border: 0 #e4e7ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 600px;
  height: 600px;
  background-color: rgba(204, 218, 238, .4);
  border: 0 #ccdaee;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 67px 67px 67px 60px;
  display: flex;
}

.image.gradient {
  width: 500px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Graphic-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin-left: auto;
  padding: 0;
}

.image.gradient.about {
  height: 450px;
  background-image: url('../images/3452346.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.gradient.blog {
  height: 450px;
  background-image: url('../images/video-bacground.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.gradient.pricing {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/graphic-444.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
}

.image.gradient.pricing._2 {
  width: 400px;
  height: 300px;
  background-image: url('../images/pricing2.png');
}

.image.gradient.pricing._3 {
  background-image: url('../images/graphic-5.svg');
}

.image.gradient.hero {
  width: auto;
  height: 600px;
  background-image: linear-gradient(119135deg, #f3bf01 25%, #9515c5), url('../images/Graphic-6.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.image.gradient.categorie-pricing {
  background-image: url('../images/graphic-444.svg');
}

.image.gradient.plan {
  background-image: url('../images/graphic-5.svg');
}

.image.gradient.post {
  width: 800px;
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.image.gradient.changelog {
  background-image: url('../images/6182075d665205e6d0d6c8db_portrait-08.jpg');
  background-position: 100%;
  background-size: cover;
}

.image.right {
  background-image: radial-gradient(circle at 0 0, #1f2535, #101520);
  border-style: solid;
  border-color: rgba(102, 108, 134, .2);
  margin-left: auto;
}

.features-div {
  border: 1px solid rgba(102, 108, 134, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 42px 32px;
  display: flex;
}

.features-div.white {
  background-color: rgba(204, 218, 238, .4);
  border: 0 #ccdaee;
}

.white-text {
  color: #ccdaee;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
}

.icon-card {
  width: auto;
  height: auto;
  margin-right: 24px;
}

.link {
  color: #ccdaee;
}

.footer-dark {
  background-color: rgba(204, 218, 238, .4);
  border-bottom: 1px solid #e4ebf3;
  padding: 85px 30px 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
}

.footer-wrapper {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.footer-block.last {
  border-left: .5px solid rgba(102, 108, 134, .4);
  padding-left: 60px;
}

.footer-block.right-flex {
  justify-content: center;
  align-items: flex-end;
}

.footer-link {
  color: #1c2231;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 39px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-copyright-center {
  color: #1f2535;
  text-align: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 32px;
}

.footer-copyright-center.separator {
  margin-left: 7px;
  margin-right: 7px;
  font-size: 14px;
}

.bottomfooter {
  border-top: 1px solid #ccdaee;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.copyright-footer-link {
  color: #1f2535;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 14px;
  text-decoration: none;
}

.footer-flex {
  display: flex;
}

.main {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6vw;
  overflow: visible;
}

.main.absolut {
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0 auto -125px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle-scroll {
  z-index: 5;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.inner-image-line {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  height: auto;
  mix-blend-mode: normal;
  border: 1px #000;
}

.h1-white {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
}

.higlited-text {
  color: #fff;
}

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

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

.features-wrapper {
  background-color: #fff;
}

.features-info {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.container {
  z-index: 4;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navbar-copy {
  height: 80px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.arete-service-icon {
  width: 24px;
  height: 24px;
  color: #9515c5;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.emax-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: rgba(149, 21, 197, .15);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.emax-icon-wrapper.orange {
  background-color: rgba(243, 191, 1, .25);
}

.star-wrapper {
  margin-top: 20px;
}

.testimonials-grid {
  width: 800px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.star {
  margin-left: 2px;
  margin-right: 2px;
}

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

.center-text._50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.center-text._60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.arete-testimonials-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-main-grid {
  grid-template-rows: auto;
  margin-top: 0;
}

.testimonials-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonials-quiote {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

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

.paragraph-big {
  color: #1f2535;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-big.white {
  font-weight: 500;
}

.features-title {
  color: #1f232f;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.style-guide-line {
  height: 1px;
  background-color: #ccdaee;
  flex: 1;
  margin-left: 0;
}

.color-name {
  color: #1f2535;
  background-color: #fff;
  border: 1px solid rgba(236, 255, 223, .18);
  border-radius: 0;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 1px 1px 10px rgba(23, 30, 48, .1);
}

.line-wrapper {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.btn-primary {
  width: auto;
  height: auto;
  grid-column-gap: 8px;
  color: #f4f6fa;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #9515c5;
  background-image: none;
  background-clip: border-box;
  border: 0 #666c86;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 14px 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.btn-primary:hover {
  grid-column-gap: 14px;
  color: #f4f6fa;
  background-color: #f3bf01;
  background-image: none;
  border-color: #5ce202;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

.btn-primary.sidebar {
  color: #fff;
  background-image: linear-gradient(146deg, #f3bf01, #9515c5);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.btn-primary.sidebar:hover {
  font-weight: 400;
}

.btn-primary._2 {
  width: auto;
  height: 52px;
  color: #fff;
  background-image: linear-gradient(135deg, #f3bf01, #9515c5);
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-primary._2:hover {
  background-image: linear-gradient(135deg, #9515c5, #f3bf01);
  font-weight: 500;
}

.btn-primary._2.fullwidth, .btn-primary._2.fullwidth.w--current, .btn-primary.fullwidth {
  width: 100%;
}

.style-guide-buttons {
  width: 100%;
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.card-component {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccdaee;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 150%;
}

.grid-colors {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.component-block {
  height: 200px;
  background-image: url('../images/video-bacground.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.component-block._3 {
  background-color: #1f2535;
  background-image: none;
  border-radius: 0;
}

.component-block._2 {
  background-color: #f3bf01;
  background-image: none;
  border-radius: 0;
}

.component-block._1 {
  background-color: #9515c5;
  background-image: none;
  border: 1px solid rgba(236, 255, 223, .18);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
  display: flex;
}

.component-block._6 {
  background-color: #666c86;
  background-image: none;
  border-radius: 0;
}

.component-block._5 {
  background-color: #f4f6fa;
  background-image: none;
}

.component-block._4 {
  background-color: #ccdaee;
  background-image: none;
  border-radius: 0;
}

.component-wrapper {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
}

.mg-40px {
  width: 100%;
  height: 40px;
}

.style-guide-left-sidebar {
  width: 270px;
  color: #fff;
  background-color: #1f232f;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.style-guide-menu-block {
  border-top: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  align-items: stretch;
  padding: 32px 20px 32px 10px;
  display: flex;
}

.style-guide-link {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .4s;
}

.style-guide-link:hover {
  color: #fff;
  background-color: rgba(102, 108, 134, .1);
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.center {
  text-align: center;
}

.medici-form-field {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medici-form-component {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(236, 255, 223, .18);
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 48px;
}

.medici-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.medici-form-field-wrapper {
  position: relative;
}

.medici-field-label {
  color: #666c86;
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.form-input {
  height: 38px;
  min-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(102, 108, 134, .4);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
  transition: all .4s;
}

.form-input:hover {
  border-style: solid;
  border-color: #9515c5;
  box-shadow: 0 0 0 4px rgba(236, 255, 223, .18);
}

.form-input:active {
  box-shadow: 0 0 0 4px rgba(236, 255, 223, .18);
}

.form-input:focus, .form-input.-wfp-focus {
  color: #ecffdf;
  border-color: #9515c5;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, .1);
}

.form-input::-ms-input-placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-input::placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  color: #f4f6fa;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(102, 108, 134, .4);
  border-radius: 6px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
  overflow: auto;
}

.form-input.text-area:hover, .form-input.text-area:active, .form-input.text-area:focus {
  border-color: #9515c5;
}

.form-input.select {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(102, 108, 134, .4);
  padding-right: 10px;
}

.form-input.select:hover {
  border-color: #9515c5;
}

.form-input.select:active, .form-input.select:focus {
  border-color: #9515c5;
  box-shadow: 0 0 0 4px rgba(236, 255, 223, .18);
}

.form-input.select:focus-visible {
  font-size: 16px;
  line-height: 160%;
  box-shadow: 0 0 0 4px rgba(236, 255, 223, .18);
}

.form-input.select[data-wf-focus-visible] {
  font-size: 16px;
  line-height: 160%;
  box-shadow: 0 0 0 4px rgba(236, 255, 223, .18);
}

.form-input.black {
  color: #1f2535;
}

.form-input.search {
  width: 80%;
  height: 100%;
  min-height: 54px;
  color: #1f2535;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-right: 10px;
}

.medici-contact-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-cta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 48px;
}

.link-wrapper-email {
  color: #ecffdf;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper-email:hover {
  color: #5ce202;
}

.form-block-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(204, 218, 238, .1);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.bottom-contact-form-content {
  background-color: #9515c5;
  border: 1px rgba(236, 255, 223, .18);
  padding: 48px;
}

.cta-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  justify-items: stretch;
}

.link-text {
  transition: color .3s;
}

.link-text.big {
  color: #f3bf01;
  background-color: #f3bf01;
  font-size: 22px;
  line-height: 32px;
  display: flex;
}

.image-contact {
  background-image: url('../images/portrait.png'), linear-gradient(135deg, #f3bf01, #9515c5);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 500px, auto;
  border-radius: 6px;
  margin: 40px;
}

.dark-color-text {
  color: #191a1a;
}

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

.features-info-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  filter: invert();
}

.logo-wrapper {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #ccdaee;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.team-card {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  display: flex;
}

.team-card.border-line {
  background-color: rgba(204, 218, 238, .4);
  border: 1px #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.team-card.border-line:hover {
  background-color: rgba(0, 0, 0, 0);
}

.click-now {
  color: #fff;
  font-weight: 500;
  transition: color .4s;
}

.click-now:hover {
  color: #285aff;
}

.learn-more-text {
  color: #161616;
  text-align: center;
  margin-top: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.learn-more-text.white {
  color: #666c86;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  display: block;
}

.link-block-social {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.team-image {
  width: 300px;
  height: 300px;
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
}

.team-image._4 {
  background-image: url('../images/Team-2.jpg');
}

.team-image._4.small {
  width: 140px;
  height: 140px;
  background-image: url('../images/Image-32.jpg');
  border: 6px #fff;
  border-radius: 6px;
}

.team-image._3 {
  background-image: url('../images/Team-1.jpg');
}

.team-image._3.small {
  width: 140px;
  height: 140px;
  background-image: url('../images/Image-34.jpg');
  border: 6px #fff;
  border-radius: 6px;
}

.team-image._1.small {
  width: 140px;
  height: 140px;
  background-image: url('../images/Image-30.jpg');
  background-position: 50%;
  border: 6px #fff;
  border-radius: 6px;
}

.team-image._4 {
  width: 140px;
  height: 140px;
  border-radius: 6px;
}

.team-text {
  color: #9ba4af;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.team-info-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.team-info-div.vertical {
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 0;
}

.team-info-div.no-padding {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.link-block-twitter {
  margin-left: 0;
  margin-right: 0;
}

.team-social-div {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-social-div.white-content {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fourth-social-icon {
  width: 32px;
  height: 32px;
  opacity: .6;
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  transition: background-color .2s;
  display: flex;
}

.fourth-social-icon:hover {
  opacity: 1;
}

.fourth-social-icon.twitter-icon {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0 2px 2px 0;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.twitter-icon:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8280a8;
}

.fourth-social-icon.twitter-icon.light {
  opacity: .6;
  filter: none;
  background-color: #ccdaee;
  border-style: none;
  border-color: #000;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
}

.fourth-social-icon.twitter-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.google-plus-icon {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0;
  margin-bottom: -1px;
  margin-right: 5px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.google-plus-icon:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8280a8;
}

.fourth-social-icon.google-plus-icon.light {
  opacity: .6;
  filter: none;
  background-color: #ccdaee;
  border-style: none;
  border-color: #000;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 2px;
}

.fourth-social-icon.google-plus-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.facebook-icon {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 2px 0 0 2px;
  margin-bottom: -1px;
  margin-right: 5px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.facebook-icon:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8280a8;
}

.fourth-social-icon.facebook-icon.light {
  opacity: .6;
  filter: none;
  background-color: #ccdaee;
  border-style: none;
  border-color: #000;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 2px;
  transition-property: none;
}

.fourth-social-icon.facebook-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.instagram-icon {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/instagram-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 5px;
  padding-top: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.instagram-icon:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8280a8;
}

.fourth-social-icon.instagram-icon.light {
  opacity: .6;
  filter: none;
  background-color: #ccdaee;
  border-style: none;
  border-color: #000;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 2px;
}

.fourth-social-icon.instagram-icon.light:hover {
  opacity: 1;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d2d2f5;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid.line {
  grid-column-gap: 30px;
  border-style: none;
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  overflow: hidden;
}

.right-testimonials-arrow {
  width: 48px;
  height: 360px;
  color: #fff;
  background-color: #171a24;
  border: 1px solid #1f2535;
  border-radius: 0 6px 6px 0;
  margin-right: -30px;
  font-size: 13px;
  transition: background-color .4s;
  box-shadow: 0 11px 24px rgba(0, 0, 0, .09);
}

.right-testimonials-arrow:hover {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #9515c5, #f3bf01);
}

.testimonials-card {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1f2535;
  border-radius: 10px;
  align-items: center;
  padding: 24px 20px;
  display: flex;
  overflow: hidden;
}

.testimonial-slider {
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.review-position {
  color: #6a4ee1;
  font-size: 12px;
}

.review-position.white {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 24px;
}

.avatar {
  width: 52px;
  height: 52px;
  max-width: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  flex: none;
}

.slide-nav {
  color: #3774f0;
  background-color: #fff;
  border: 1px #d2d2f5;
  border-radius: 10px 10px 0 0;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8px;
  line-height: 30px;
  display: inline-block;
  position: static;
}

.slide-nav.hide {
  display: none;
}

.review-info {
  flex: 1;
  padding-left: 15px;
  padding-right: 5px;
}

.review-name {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.testimonial-content {
  width: 50%;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 50px;
}

.testimonial-content.image {
  height: 100%;
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  margin-left: 40px;
}

.testimonial-content.dark-side {
  width: 70%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.left-testimonials-arrow {
  width: 48px;
  height: 360px;
  color: #fff;
  background-color: #171a24;
  border: 1px solid #1f2535;
  border-radius: 6px 0 0 6px;
  margin-left: -30px;
  font-size: 13px;
  transition: background-color .4s;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .09);
}

.left-testimonials-arrow:hover {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #f3bf01, #9515c5);
}

.testimonial-name {
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.grid-scale-new {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.page-title {
  width: 100%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-title.left {
  max-width: 550px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-right: 40px;
}

.testimonial-text {
  font-size: 20px;
  line-height: 30px;
}

.testimonials-headline {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f3bf01, #9515c5);
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-freepik-images {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.card-image {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.card-image.component {
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow: hidden;
}

.licenses-image {
  width: 100%;
  height: 240px;
  background-color: #ccdaee;
  background-image: url('../images/Graphic-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.licenses-image._5 {
  width: 100%;
  height: 240px;
  background-image: url('../images/Image-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.licenses-image._8 {
  width: 100%;
  height: 240px;
  background-image: url('../images/Image-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.licenses-image._4 {
  width: 100%;
  height: 240px;
  background-image: url('../images/Image-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licenses-image._3 {
  width: 100%;
  height: 240px;
  background-color: #dce1c8;
  background-image: url('../images/Image-33.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.licenses-image._1 {
  width: 100%;
  height: 240px;
  background-color: #dce1c8;
  background-image: url('../images/Image-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.licenses-image._6 {
  width: 100%;
  height: 240px;
  background-image: url('../images/Image-34.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licenses-image._7 {
  width: 100%;
  height: 240px;
  background-image: url('../images/Image-31.jpg');
  background-position: 50%;
  background-size: cover;
}

.licenses-image._2 {
  width: 100%;
  height: 240px;
  background-color: #dce1c8;
  background-image: url('../images/Image-32.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.licenses-image.icon-1 {
  width: 100%;
  height: 240px;
  background-color: #ccdaee;
  background-image: url('../images/graphic-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.licenses-image.icon-2 {
  width: 100%;
  height: 240px;
  background-color: #ccdaee;
  background-image: url('../images/graphic-444.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.h3-white {
  color: #ccdaee;
}

.white {
  max-width: 500px;
  color: #f4f6fa;
  text-align: center;
}

.toogle-wrapper {
  width: 550px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 10px;
  transition: transform .4s;
}

.toogle-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #dbe3ff;
  transform: translate(0, -5px);
}

.features-tittle {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.features-tittle.toggle {
  text-align: left;
  flex: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

.video-button-div {
  width: auto;
  background-color: #f4f6fa;
  border-radius: 7px;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.video-button-div:hover {
  transform: translate(0, -10px);
}

.toogle-answer {
  text-align: left;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.image-container {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.toogle-text {
  color: #9ba4af;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.toogle-info {
  padding: 20px;
}

.square {
  width: 10px;
  height: 10px;
  background-color: #1f2535;
  border-radius: 100px;
}

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

.div-image {
  height: 300px;
  margin-bottom: 40px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, .2);
}

.div-image.video {
  box-shadow: none;
  background-image: url('../images/Hero-Image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.toogle-icon {
  width: 35px;
  height: 35px;
  background-color: #9515c5;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.section-image {
  width: 50%;
  height: auto;
  background-color: #11131a;
  background-image: url('../images/Untitled-3-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-image.product {
  background-image: linear-gradient(rgba(17, 19, 26, .5), rgba(17, 19, 26, .5)), url('../images/Untitled-3-p-800.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link {
  color: #ccdaee;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.toogle-questions {
  width: 100%;
  cursor: pointer;
  background-color: #11131a;
  border: 1px #000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.video-icon {
  width: 50px;
  height: 50px;
  background-color: #1f232f;
  background-image: linear-gradient(135deg, #f3bf01, #9515c5);
  border-radius: 6%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.grid-3-colmn-mbl {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: stretch;
}

.facts-card {
  height: 200px;
  color: #fff;
  background-color: rgba(149, 21, 197, .15);
  border: 1px #1f2535;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

._18px-normal-text {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

._18px-normal-text.color {
  color: #9515c5;
}

.insight-tittle {
  color: #1f2535;
}

.container-4 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.contect-image-wrapper {
  width: 40%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.contect-image-wrapper.overall-mg {
  box-shadow: none;
  background-color: #ecedfd;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 80%);
  border-radius: 8px;
  padding: 65px;
}

.contect-image-wrapper.overall-mg.center {
  width: auto;
  background-color: rgba(204, 218, 238, .4);
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 65px;
  display: flex;
}

.our-story-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(236, 237, 253, .25);
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 0;
}

.story-card {
  background-color: #fff;
  border-radius: 6px;
  padding: 46px;
  box-shadow: 0 2px 12px #ecedfd;
}

.story-card.orange {
  background-color: rgba(243, 191, 1, .3);
}

.story-card.left-algiment {
  text-align: left;
}

.paragraph-big-2 {
  color: #13003c;
  font-size: 20px;
  font-weight: 300;
  line-height: 170%;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #9515c5, #f3bf01);
  -webkit-background-clip: text;
  background-clip: text;
}

.top-price-content-card {
  width: 100%;
  color: #000;
  margin-bottom: 0;
}

.month-text {
  color: #fff;
}

.top-header-title {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.top-header-title.white {
  color: #fff;
}

.pricing-card-vr-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ecedfd, #fff 64%);
  border-radius: 0;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.pricing-card-vr-2._3 {
  width: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  background-image: none;
  border: 0 solid #000;
  border-bottom: 10px #000;
  border-radius: 6px;
}

.price-list-text {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.black-line-pricing-card {
  background-color: #1f2535;
  border: 10px #000;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.pricing-feature-wrapper {
  grid-column-gap: 16px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.checkmark-circle {
  width: 24px;
  height: 24px;
  background-color: #ff84a7;
  background-image: linear-gradient(#f3bf01, #9515c5);
  border: 0 #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkmark-circle.purple {
  background-color: rgba(255, 255, 255, .32);
  background-image: none;
}

.price-features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: block;
}

.price-features-wrapper.vr-3 {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 46px;
  display: flex;
}

.pricing-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-table, .pricing-name {
  color: #fff;
}

.grid-2colmn-60px-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.grid-2colmn-60px-gap.vr-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.white-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
}

.white-card._2 {
  color: #fff;
  background-image: linear-gradient(#1f2535, #11131a);
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  bottom: auto;
}

.list-label {
  color: #f6fbfc;
  background-color: #ff4479;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 6px;
  display: flex;
}

.divider {
  height: 1px;
  background-color: rgba(102, 108, 134, .27);
}

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

.artitle-tittle {
  color: #13003c;
  font-size: 38px;
  font-weight: 500;
  line-height: 115%;
}

.artitle-tittle:hover {
  color: #2d008f;
}

.artitle-tittle.w--current {
  transition: color .4s;
}

.mg-20px {
  height: 20px;
}

.pricing-card {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-ad {
  height: 500px;
  background-image: url('../images/brooke-cagle-g1Kr4Ozfoac-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 6px;
}

.image-ad.blog {
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding: 46px;
}

.image-ad.blog._3 {
  height: 600px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

._16px-paragraph {
  font-size: 16px;
  font-weight: 400;
}

._100-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._100-cover.hero {
  border-radius: 6px;
}

.contact-footer-link {
  color: #9515c5;
  background-color: #9515c5;
  background-image: none;
}

.cart-wrapper-styles {
  z-index: 1100;
  background-color: #1f2535;
}

.price-package {
  color: #010e24;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.price-package.white {
  color: #fff;
}

.nav-column.right {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.cart-quantity-styles {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: rgba(204, 218, 238, .1);
  border-radius: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.brand {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.close-button {
  width: 32px;
  height: 32px;
}

.cart-button-nav {
  width: 60px;
  height: 60px;
  background-color: rgba(73, 121, 206, .06);
  border: 0 #ccc;
  border-radius: 10px;
  justify-content: center;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cart-button-nav:hover {
  background-color: #f5ae26;
}

.cart-header {
  border-bottom-color: rgba(204, 218, 238, .1);
  align-items: center;
}

.name-package {
  color: #ccdaee;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  position: static;
}

.social-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-image.cart {
  width: 28px;
  filter: invert();
}

.cart-list {
  text-decoration: none;
}

.cart-container {
  height: auto;
  max-width: 500px;
  min-width: 500px;
  box-shadow: none;
  background-color: #1f2535;
  border: 1px solid rgba(204, 218, 238, .1);
  border-radius: 6px;
  font-size: 18px;
}

.nav-menu {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: #1f2535;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart-flext-left {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.cart-footer {
  color: #fff;
  border-top-color: rgba(204, 218, 238, .1);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  line-height: 180%;
}

.cart-quantity {
  color: #ffd900;
  background-color: #101010;
  margin-bottom: 10px;
  margin-left: -10px;
  display: none;
}

.apple-pay-styles {
  height: 50px;
  border-radius: 10px;
}

.close-icon {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #ccdaee;
  border: 0 rgba(204, 218, 238, .1);
  border-radius: 4px;
  padding: 11px;
  font-size: 12px;
  display: inline-block;
}

.close-icon:hover {
  background-color: #b4c2d6;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.cart-item, .h4-white {
  color: #fff;
}

.grid-buttons {
  grid-template-rows: auto;
}

.mg-80px {
  width: 100%;
  height: 80px;
}

.grid-colors-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.card {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.card.style-guide-color-card {
  width: 100%;
  height: 200px;
  min-width: 150px;
  color: #3c4153;
  background-color: #fff;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  font-weight: 700;
  overflow: hidden;
}

.card.style-guide-color-card._1 {
  height: 240px;
  box-shadow: none;
  background-image: url('../images/3452346.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.card.style-guide-color-card._5 {
  height: 240px;
  background-image: url('../images/blog-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.card.style-guide-color-card._2 {
  height: 240px;
  background-image: url('../images/video-bacground.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.card.style-guide-color-card._6 {
  height: 240px;
  background-image: url('../images/blog-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.card.style-guide-color-card._4 {
  height: 240px;
  background-image: url('../images/blog-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.card.style-guide-color-card._3 {
  height: 240px;
  background-image: url('../images/Hero-Image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.logo-invers {
  filter: invert();
}

.block-header {
  color: #1f2535;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #9515c5, #f3bf01);
  -webkit-background-clip: text;
  background-clip: text;
  border-color: #ccdaee;
  border-radius: 6px 6px 0 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.block-content {
  color: #1f2535;
  border: 1px solid #ccdaee;
  border-top-style: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

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

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

.checkbox {
  margin-top: 0;
}

.web-payments {
  color: #1f2535;
  background-color: #1f2535;
  border-radius: 6px;
}

.checkout-right-block {
  top: 0;
}

.date-created {
  color: #ccdaee;
  font-size: 16px;
  font-weight: 300;
}

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

.button-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.richtext-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(#1f2535, #11131a);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 460px;
  color: #1f2535;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 50px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

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

.changelog-wrapper {
  width: 80%;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(135deg, #9515c5, #ddc469);
  border: 10px #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.light-color-text-2 {
  color: #fff;
}

.bold-text {
  color: #000;
}

.color-text {
  color: #5ce202;
  font-weight: 500;
}

.changelog-info-cart {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-items, .order-summary {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.search-style {
  display: flex;
}

.paragraph-search {
  color: #fff;
}

.search-resoult-item {
  margin-bottom: 40px;
}

.checkout-block {
  border: 1px solid #ffe8eb;
  border-radius: 10px;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.heading {
  font-family: Plus Jakarta Sans, sans-serif;
}

.empy-state {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.error-state {
  justify-content: center;
  align-items: center;
  padding: 36px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.block-content-2 {
  border-right-color: #ccdaee;
}

.contact-link {
  color: #f3bf01;
  background-color: #9515c5;
  background-image: none;
}

.text-span, .text-span-2 {
  color: #666c86;
}

.section-2 {
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
}

.section-2.team {
  height: auto;
  background-image: none;
  padding: 120px 20px 0;
  overflow: visible;
}

.section-2.gradient {
  background-color: #f4f6fa;
  background-image: radial-gradient(circle at 0 0, #333a4d, #1b2131 24%, #101520 39%, #1b2130);
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section-2.gradient.tie-padding {
  padding-top: 85px;
}

.section-2.gray-bottom {
  background-color: #f4f6fa;
  padding-top: 0;
}

.section-2.gray-bottom.double-marg {
  padding-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2.gradient-tide-paddings {
  background-image: linear-gradient(145deg, #f3bf01, #9515c5);
}

.section-2.gray {
  background-color: rgba(204, 218, 238, .1);
}

.section-2.absolut-img-on-side {
  background-color: #f4f6fa;
  background-image: radial-gradient(circle at 0 0, #333a4d, #1b2131 24%, #101520 39%, #1b2130);
  padding-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section-2.search {
  color: #fff;
  background-color: #1f2535;
  padding-top: 220px;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-align: left;
}

.wrap-right-45-83 {
  width: 45.83%;
  margin-left: auto;
}

.tab-pane-text {
  margin-top: 5em;
}

.tab-link-text {
  width: 100%;
  background-color: #9515c5;
  background-image: none;
  border-radius: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.7em;
  padding-right: 1.7em;
  transition: background-color .35s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.tab-link-text:hover {
  background-color: #f3bf01;
}

.tab-link-text.w--current {
  color: #c43786;
  background-color: #9515c5;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-text.w--current:hover {
  background-color: #f3bf01;
}

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

.wrap-left-50 {
  width: 50%;
  margin-right: auto;
}

.heading-4 {
  color: #333;
  margin-bottom: 16px;
}

.tab-feature {
  background-color: #fff;
  border-radius: 100em;
  justify-content: space-between;
  align-items: center;
  padding: .7em;
  display: flex;
}

.tab-feature.gradient {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.tab-text {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.section-3 {
  max-width: none;
  padding: 100px 0;
}

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

.image-wrapper {
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: rgba(149, 21, 197, .15);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-wrapper.orange {
  background-color: rgba(243, 191, 1, .25);
}

.image-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: #9515c5;
}

.text-span-4 {
  color: #9515c5;
  background-color: rgba(0, 0, 0, 0);
}

.text-span-4:hover {
  color: #11131a;
}

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

.image-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.slide-nav-hidden {
  display: none;
}

.company-arrow-r {
  width: 48px;
  height: 48px;
  color: #030407;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.company-arrow-r:hover {
  color: #f4f6fa;
  background-color: #9515c5;
}

.company-arrow-r:active {
  background-color: #9515c5;
}

.company-mask {
  width: 390px;
  overflow: visible;
}

.company-arrow-l {
  width: 48px;
  height: 48px;
  color: #d6d7e0;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.section-companies {
  text-align: center;
  background-color: #fff;
  padding: 40px 5% 10px 0%;
  position: relative;
  overflow: hidden;
}

.companies-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small-2.text-color-gray-500 {
  color: #606476;
}

.company-slider {
  height: auto;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.blog-slide {
  margin-right: 24px;
}

.company-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.company-card-header-wrap {
  grid-column-gap: 14px;
  color: #030407;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.icon-wrap-regular {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #ebebef;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-large {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: rgba(149, 21, 197, .15);
  border-radius: 10px;
  padding: 10px 40px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  max-width: 1159px;
  margin-top: 60px;
  padding: 2em 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-img {
  width: 100px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider-2 {
  width: 4100px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-img-2 {
  width: 100px;
}

.logo-slide_section {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.section-3-copy {
  max-width: none;
  padding: 100px 0;
}

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

.center-text-copy._50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.center-text-copy._60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .image.gradient.blog {
    height: 450px;
  }

  .btn-primary {
    transition-property: background-color;
    transition-duration: .4s;
  }

  .btn-primary._2 {
    height: 52px;
  }

  .image-contact {
    border-radius: 6px;
    margin: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .section.gray-bottom {
    background-color: #f4f6fa;
    padding-top: 0;
  }

  .section.gray-bottom.double-marg {
    background-color: #f6f7fc;
  }

  .main-grid._3-column.new {
    align-items: center;
  }

  .main-grid._24px-margin {
    width: 100%;
    height: 520px;
    grid-row-gap: 0px;
    grid-template-columns: 2fr 1.5fr;
  }

  .main-grid._4-columns._40px-margin {
    margin-top: 40px;
  }

  .main-grid.invers {
    grid-template-columns: 1fr 1.25fr;
  }

  .collab-div-image {
    border-radius: 100%;
  }

  .image {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    overflow: hidden;
  }

  .image.gradient.about, .image.gradient.blog {
    height: 450px;
  }

  .white-text {
    color: #99a1c1;
  }

  .footer-link {
    font-size: 16px;
  }

  .btn-primary._2 {
    height: 52px;
  }

  .form-input {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-contact {
    border-radius: 6px;
    margin: 40px;
  }

  .section-2.gray-bottom {
    background-color: #f4f6fa;
    padding-top: 0;
  }

  .section-2.gray-bottom.double-marg {
    background-color: #f6f7fc;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    color: #666c86;
    margin-right: 10px;
    line-height: 0;
  }

  .title.size-22 {
    color: #666c86;
  }

  .section.gradient.tie-padding {
    background-color: #11131a;
  }

  .section.gray-bottom.double-marg {
    padding-top: 300px;
  }

  .section.search {
    background-image: linear-gradient(131deg, #1f2535, #11131a);
  }

  .main-grid.invers {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .collab-image._2 {
    background-image: url('../images/Arrow.svg'), linear-gradient(135deg, #9515c5, #f3bf01);
    background-position: 50%, 0 0;
    background-size: 45px, auto;
    margin-top: 24px;
  }

  .image {
    overflow: visible;
  }

  .image.gradient.about {
    background-image: url('../images/3452346.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image.gradient.blog {
    height: 450px;
  }

  .image.gradient.pricing {
    background-image: url('../images/graphic-444.svg');
  }

  .image.gradient.hero {
    background-image: linear-gradient(119135deg, #f3bf01 25%, #9515c5);
  }

  .image.gradient.post {
    width: 800px;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-div {
    border-color: rgba(102, 108, 134, .2);
  }

  .white-text {
    color: #ccdaee;
  }

  .footer-wrapper {
    max-width: 1300px;
  }

  .bottomfooter {
    border-top: 1px solid #ccdaee;
    padding-top: 20px;
  }

  .container {
    max-width: 1300px;
  }

  .container.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .container.style-guide {
    max-width: 1100px;
  }

  .container.navbar-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .testimonials-quiote {
    color: #fff;
  }

  .btn-primary._2 {
    height: 52px;
  }

  .component-block._1 {
    background-image: none;
  }

  .form-input, .form-input.select {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(102, 108, 134, .4);
  }

  .team-image._4.small, .team-image._3.small, .team-image._1.small {
    width: 140px;
    height: 140px;
  }

  .team-image._4 {
    width: 140px;
    height: 140px;
    border-radius: 6px;
  }

  .testimonial-slider {
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-nav.hide {
    display: none;
  }

  .grid-freepik-images {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white {
    color: #ccdaee;
  }

  .video-button-div {
    padding-right: 5px;
  }

  .image-container {
    z-index: 10;
    padding-top: 0;
  }

  .div-image.video {
    box-shadow: none;
    background-image: url('../images/Hero-Image3.jpg');
  }

  .section-image {
    background-color: #11131a;
    background-image: url('../images/Untitled-3-p-800.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .section-image.product {
    background-image: url('../images/Untitled-3-p-800.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .toogle-questions {
    background-color: #11131a;
  }

  .grid-3-colmn-mbl {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .facts-card {
    box-shadow: none;
    background-color: rgba(149, 21, 197, .15);
  }

  ._18px-normal-text.color {
    color: #9515c5;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .insight-tittle {
    color: #1f2535;
  }

  .contect-image-wrapper.overall-mg.center {
    width: auto;
  }

  .story-card {
    box-shadow: none;
  }

  .price-features-wrapper {
    margin-top: 0;
  }

  .image-ad.blog {
    padding: 31px;
  }

  .nav-column.right {
    align-items: center;
  }

  .brand {
    background-image: none;
  }

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

  .card.style-guide-color-card {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-radius: 10px;
  }

  .section-2.gradient.tie-padding {
    background-color: #11131a;
  }

  .section-2.gray-bottom.double-marg {
    padding-top: 300px;
  }

  .section-2.search {
    background-image: linear-gradient(131deg, #1f2535, #11131a);
  }

  .logo_component-slider {
    width: 4300px;
  }

  .logo-slide_section {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 43px;
  }

  .nav-link {
    color: #1f2535;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 160%;
  }

  .nav-link:hover {
    color: #666c86;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180135deg, #9515c5, #f3bf01 60%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .inner-container._600px {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.size-22._40px-margin.white-text {
    text-align: center;
  }

  .section.absolut-img-on-side {
    padding-top: 547px;
  }

  .service-grid {
    grid-column-gap: 40px;
  }

  .service-grid._80 {
    grid-template-columns: 1fr;
    position: relative;
  }

  .service-card._1, .service-card._2, .service-card._3 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .main-grid._24px-margin {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .main-grid._4-columns._40px-margin {
    width: 82%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .main-grid.invers {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image.gradient.about {
    margin-right: auto;
  }

  .image.gradient.hero {
    width: 71.48%;
    margin-right: auto;
    display: none;
  }

  .image.right {
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .main {
    height: 180vh;
  }

  .h1-white {
    font-size: 63px;
  }

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

  .container.checkout {
    flex-direction: column;
  }

  .testimonials-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .center-text._50 {
    max-width: 80%;
  }

  .center-text._60 {
    width: 80%;
  }

  .testimonials-main-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .line-wrapper {
    margin-bottom: 56px;
  }

  .btn-primary.sidebar {
    bottom: auto;
    left: auto;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

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

  .component-wrapper {
    padding-bottom: 80px;
  }

  .style-guide-left-sidebar {
    width: 100%;
    height: 75px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .style-guide-menu-block {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .style-guide-link {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .medici-form-field {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .medici-form-component {
    max-width: 100%;
    border-right-style: solid;
  }

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

  .form-block-contact {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .bottom-contact-form-content {
    display: flex;
  }

  .cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .image-contact {
    height: 500px;
  }

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

  .team-card.border-line {
    border-left-style: none;
    margin-bottom: 20px;
  }

  .learn-more-text {
    padding-right: 0;
  }

  .team-image {
    width: 200px;
    height: 200px;
  }

  .fourth-social-icon {
    cursor: pointer;
  }

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

  .team-grid.line {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .right-testimonials-arrow {
    height: auto;
    margin-right: -10px;
  }

  .testimonial-slider {
    width: 100%;
    height: 300px;
  }

  .testimonial-content.dark-side {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-testimonials-arrow {
    height: auto;
    margin-left: -10px;
  }

  .grid-scale-new {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-scale-new.testimonials {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title.left {
    max-width: none;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 40px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonials-headline {
    font-size: 33px;
  }

  .grid-freepik-images {
    grid-template-columns: 1fr 1fr;
  }

  .toogle-wrapper {
    width: 100%;
  }

  .features-tittle.toggle {
    margin-right: 12px;
  }

  .image-container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-scale {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .div-image.video {
    height: 365px;
  }

  .section-image {
    width: 100%;
    height: 550px;
  }

  .toogle-div {
    width: 100%;
  }

  .toogle-questions {
    text-align: left;
  }

  .grid-3-colmn-mbl {
    grid-template-columns: 1fr;
  }

  .facts-card {
    height: 220px;
  }

  .contect-image-wrapper {
    width: 65%;
  }

  .contect-image-wrapper.overall-mg.center {
    padding: 48px;
  }

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

  .black-line-pricing-card {
    flex-direction: row;
  }

  .pricing-feature-wrapper {
    text-align: left;
  }

  .price-features-wrapper.vr-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .grid-2colmn-60px-gap {
    grid-template-columns: 1fr;
  }

  .artitle-tittle {
    font-size: 36px;
  }

  ._100-cover.hero {
    display: none;
  }

  .nav-column.right {
    width: 100%;
    align-items: center;
    margin-right: 20px;
  }

  .brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    overflow: auto;
  }

  .cart {
    flex: 0 auto;
  }

  .navbar {
    z-index: 2;
  }

  .menu-button {
    color: #fff;
    background-color: #11131a;
    border-radius: 10px;
    order: 1;
    padding: 14px;
    transition: background-color .2s;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, #f3bf01, #9515c5);
  }

  .menu-button.w--open {
    background-color: #e74573;
  }

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

  .checkout-right-block, .checkout-left-block {
    width: 100%;
  }

  .section-2.absolut-img-on-side {
    padding-top: 547px;
  }

  .companies-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    margin-top: 10px;
    overflow: hidden;
  }

  .logo_component-slider-2 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-2 {
    width: 100px;
  }

  .center-text-copy._50 {
    max-width: 80%;
  }

  .center-text-copy._60 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 41px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .inner-container._600px {
    max-width: 100%;
  }

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

  .section.gray-bottom.double-marg {
    padding-top: 100px;
  }

  .section.absolut-img-on-side {
    padding-top: 541px;
  }

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

  .service-card._1, .service-card._2 {
    position: relative;
    top: auto;
  }

  .main-grid._3-column.new {
    grid-template-columns: 1fr;
  }

  .main-grid.invers {
    justify-items: stretch;
  }

  .image, .image.gradient.blog, .image.gradient.hero {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-block.last {
    border-top: 1px solid rgba(102, 108, 134, .4);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-block.right-flex {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .main {
    height: auto;
    position: relative;
  }

  .main.absolut {
    margin-bottom: 0;
    position: static;
  }

  .h1-white {
    font-size: 60px;
  }

  .emax-icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .center-text._50 {
    max-width: 100%;
  }

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

  .component-wrapper {
    padding-bottom: 60px;
  }

  .style-guide-menu-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .medici-form-component {
    border-bottom-style: none;
    border-right-style: solid;
    border-right-color: #272727;
    margin-top: 0;
  }

  .medici-form-field-wrapper {
    text-align: left;
  }

  .text-cta {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .link-wrapper-email {
    text-align: left;
    justify-content: flex-start;
    margin-right: auto;
  }

  .form-block-contact {
    width: 100%;
  }

  .cta-grid {
    justify-items: start;
  }

  .learn-more-text {
    padding-right: 0;
  }

  .team-image._4.small, .team-image._3.small, .team-image._1.small {
    background-position: 50% 0;
  }

  .team-grid.line {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .right-testimonials-arrow {
    height: auto;
    display: block;
  }

  .testimonials-card {
    flex-direction: column;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-content.image {
    width: 100%;
    height: 300px;
    max-width: none;
    border-radius: 0;
  }

  .testimonial-content.dark-side {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .left-testimonials-arrow {
    height: auto;
    display: block;
  }

  .grid-scale-new {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .testimonials-headline {
    font-size: 31px;
  }

  .grid-freepik-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .toogle-wrapper {
    width: auto;
  }

  .image-container {
    padding-bottom: 80px;
  }

  .grid-scale {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .toogle-questions {
    text-align: left;
    align-items: center;
  }

  .facts-card {
    height: 200px;
  }

  ._18px-normal-text {
    font-size: 16px;
    line-height: 18px;
  }

  .story-card {
    padding: 32px;
  }

  .pricing-card-vr-2._3 {
    width: 100%;
  }

  .black-line-pricing-card {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .price-features-wrapper.vr-3 {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }

  .grid-2colmn-60px-gap {
    grid-template-columns: 1fr;
  }

  .artitle-tittle {
    font-size: 31px;
  }

  .image-ad.blog {
    height: 400px;
  }

  ._16px-paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .cart-wrapper-styles {
    z-index: 3000;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar {
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    color: #fff;
  }

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

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

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

  .section-2.gray-bottom.double-marg {
    padding-top: 100px;
  }

  .section-2.absolut-img-on-side {
    padding-top: 541px;
  }

  .tab-feature.gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 1.875em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -50px;
    display: grid;
  }

  .image-wrapper {
    width: 52px;
    height: 52px;
  }

  .company-arrow-r {
    top: -72px;
    bottom: auto;
    left: 64px;
    right: auto;
  }

  .company-mask {
    width: auto;
  }

  .company-arrow-l {
    top: -72px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .companies-title-wrap {
    margin-bottom: 100px;
  }

  .regular-collection-list {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-2 {
    width: 80px;
  }

  .center-text-copy._50 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 38px;
  }

  .title {
    line-height: 40px;
  }

  .title.size-22._40px-margin.white-text {
    margin-bottom: 0;
  }

  .section.absolut-img-on-side {
    padding-top: 495px;
  }

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

  .service-grid._80 {
    max-width: 100%;
  }

  .main-grid._4-columns._40px-margin {
    width: 100%;
  }

  .main-grid.invers {
    align-items: start;
    justify-items: stretch;
  }

  .image {
    height: 500px;
    padding: 40px;
  }

  .image.gradient.blog {
    width: 100%;
  }

  .image.gradient.pricing._2 {
    width: 240px;
    margin-right: auto;
  }

  .image.gradient.hero {
    display: none;
  }

  .image.right {
    height: 500px;
    padding: 40px;
  }

  .features-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-div.white {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    width: 100%;
    justify-items: start;
  }

  .footer-block.last {
    padding-top: 40px;
    padding-left: 0;
  }

  .footer-block.right-flex {
    align-items: flex-start;
  }

  .bottomfooter {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-white {
    font-size: 45px;
  }

  .emax-icon-wrapper {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .emax-icon-wrapper.orange {
    margin-bottom: 10px;
  }

  .center-text._50 {
    max-width: 100%;
    margin-top: 30px;
    padding: 10px;
  }

  .center-text._60 {
    width: 100%;
  }

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

  .paragraph-big {
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .medici-form-field {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .medici-form-component {
    padding: 32px 0;
  }

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

  .text-cta {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 41px;
  }

  .form-block-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-contact-form-content {
    padding: 24px;
  }

  .image-contact {
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-card.border-line {
    width: 100%;
  }

  .learn-more-text {
    padding-right: 0;
  }

  .team-image, .team-image._1 {
    width: 200px;
    height: 200px;
  }

  .team-info-div {
    flex-direction: column;
  }

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

  .team-grid.line {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .right-testimonials-arrow {
    display: none;
  }

  .testimonials-card {
    height: auto;
    flex-direction: column;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-content.image {
    width: 100%;
    height: 270px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    margin-left: 0;
  }

  .testimonial-content.dark-side {
    width: 100%;
    height: auto;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding: 32px 0 0;
  }

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

  .grid-scale-new {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page-title.left {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-headline {
    font-size: 28px;
  }

  .grid-freepik-images {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .features-tittle.toggle {
    flex: 1;
  }

  .image-container {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-scale {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-image {
    height: 200px;
  }

  .div-image.video {
    width: 100%;
  }

  .section-image {
    height: 500px;
  }

  .toogle-questions {
    text-align: left;
  }

  .grid-3-colmn-mbl {
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contect-image-wrapper {
    width: 100%;
  }

  .contect-image-wrapper.overall-mg.center {
    padding: 32px;
  }

  .story-card, .pricing-card-vr-2._3 {
    padding: 24px;
  }

  .pricing-feature-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

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

  .price-features-wrapper.vr-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2colmn-60px-gap {
    padding: 0;
  }

  .white-card, .white-card._2 {
    padding: 24px;
  }

  .list-label {
    margin-bottom: 20px;
  }

  .flex-center-h-strech {
    flex-direction: column;
    align-items: flex-start;
  }

  .artitle-tittle {
    font-size: 26px;
  }

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

  .image-ad.blog {
    height: 300px;
    padding: 32px;
  }

  .image-ad.blog._3 {
    width: 100%;
    height: 350px;
  }

  ._100-cover.hero {
    display: none;
  }

  .nav-column.right {
    margin-right: 10px;
  }

  .nav-column.right.hide-in-mbl {
    display: none;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .mg-80px {
    height: 60px;
  }

  .grid-colors-2 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

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

  .section-2.absolut-img-on-side {
    padding-top: 495px;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: left;
  }

  .wrap-right-45-83.portrait-100 {
    width: 100%;
  }

  .tab-link-text {
    padding-left: 0;
  }

  .tab-link-text.w--current {
    margin-left: -20px;
  }

  .flexhor-center-between.portrait-vertical {
    flex-direction: column;
  }

  .wrap-left-50.portrait-100 {
    width: 100%;
  }

  .heading-4 {
    font-size: 20px;
  }

  .tab-feature.gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(100px, .25fr) minmax(100px, .25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-items: center;
    margin-bottom: -50px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .tab-text {
    font-size: 14px;
  }

  .section-3 {
    padding: 40px;
  }

  .image-wrapper {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-wrapper.orange {
    margin-bottom: 10px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .section-companies {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .text-span-5 {
    font-size: 14px;
  }

  .heading-6 {
    text-align: left;
    font-size: 25px;
  }

  .page-padding.s0 {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .section-logo {
    margin-top: auto;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img-2 {
    width: 70px;
  }

  .section-3-copy {
    padding: 0;
  }

  .center-text-copy._50 {
    max-width: 100%;
    margin-top: 0;
    padding: 10px;
  }

  .center-text-copy._60 {
    width: 100%;
  }
}

#w-node-_40d46341-d0d1-cd00-8504-d67e6099ae87-5db2085f, #w-node-_5e6c02f4-650b-75e1-5d16-ee6842139d46-5db2085f, #w-node-_5e6c02f4-650b-75e1-5d16-ee6842139d4f-5db2085f, #w-node-_200546d5-a37d-83d1-3d8e-e433c610638f-5db2085f, #w-node-_200546d5-a37d-83d1-3d8e-e433c610639e-5db2085f, #w-node-_200546d5-a37d-83d1-3d8e-e433c61063a9-5db2085f, #w-node-_22a3e31a-b532-8c67-1cbe-12457caf0388-5db2085f, #w-node-_22a3e31a-b532-8c67-1cbe-12457caf0392-5db2085f, #w-node-_22a3e31a-b532-8c67-1cbe-12457caf039c-5db2085f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a3e31a-b532-8c67-1cbe-12457caf03b5-5db2085f {
  justify-self: start;
}

#w-node-_22a3e31a-b532-8c67-1cbe-12457caf03b7-5db2085f, #w-node-_22a3e31a-b532-8c67-1cbe-12457caf03bb-5db2085f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a3e31a-b532-8c67-1cbe-12457caf03bd-5db2085f {
  justify-self: end;
}

#w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438e2-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438f0-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438f4-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438f7-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438fb-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438fe-5db2085f, #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef43902-5db2085f, #w-node-f5b47944-7d20-99a6-0dcf-299765b36b4c-5db2085f, #w-node-d0ae0ef2-02f4-b4ed-8597-2f0db156c8c7-5db2085f, #w-node-f5b47944-7d20-99a6-0dcf-299765b36b59-5db2085f, #w-node-f5b47944-7d20-99a6-0dcf-299765b36b5c-5db2085f, #w-node-f5b47944-7d20-99a6-0dcf-299765b36b62-5db2085f, #w-node-f5b47944-7d20-99a6-0dcf-299765b36b65-5db2085f, #w-node-_9f3514c7-0b44-cce5-5be4-4d11dd2cfdd2-5db2085f, #w-node-_9f3514c7-0b44-cce5-5be4-4d11dd2cfdd6-5db2085f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8d2d147-0fce-ca1a-bb27-9cdb1afd058e-5db2085f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc633f1f-4d6e-4f8e-414b-359778c00be4-5db2085f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc633f1f-4d6e-4f8e-414b-359778c00be5-5db2085f {
  justify-self: center;
}

#w-node-cc633f1f-4d6e-4f8e-414b-359778c00bec-5db2085f, #w-node-_16044dab-7869-281a-388b-2b4c2904a55a-5db2085f, #w-node-_90c921ea-481a-da7b-76ca-b5894d7ff1f9-4d7ff1e7, #w-node-_90c921ea-481a-da7b-76ca-b5894d7ff1ea-4d7ff1e7, #w-node-f912a4ff-1a3a-720a-e5a8-5468e1a9af72-4d7ff1e7, #w-node-f912a4ff-1a3a-720a-e5a8-5468e1a9af81-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c17028fb-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c17028ff-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c1702903-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c1702907-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c170290b-4d7ff1e7, #w-node-e8ffde4e-1249-47f2-0430-35d7c170290f-4d7ff1e7, #w-node-_541b62fd-ad53-64bb-e91e-b71a146acf16-5db20865, #w-node-_6788a7e3-eb23-64ce-69cd-817e40b909c3-5db20867, #w-node-_23e6746b-9f7f-13c1-d192-876e850d401a-5db20868, #w-node-_23e6746b-9f7f-13c1-d192-876e850d4029-5db20868, #w-node-_9be51069-6756-d9f3-a7b1-b0a11f1d1435-5db20869 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1d60e6-e67d-1b3c-523a-cde217693326-5db20869 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df1d60e6-e67d-1b3c-523a-cde21769332f-5db20869, #w-node-df1d60e6-e67d-1b3c-523a-cde217693336-5db20869, #w-node-df1d60e6-e67d-1b3c-523a-cde21769333d-5db20869 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96a9f450-b077-518a-ec8a-cf697d28411f-5db20869 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_51b82298-932f-5050-cee1-31ca353f6478-5db2086e, #w-node-e8d48bc3-f22d-9cfb-f84c-be7fb4de6fda-5db2086f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5e6c02f4-650b-75e1-5d16-ee6842139d46-5db2085f, #w-node-_5e6c02f4-650b-75e1-5d16-ee6842139d4f-5db2085f, #w-node-e8825f07-f3bf-517d-7a2d-7591eb6eadcb-4d7ff1e7, #w-node-_90c921ea-481a-da7b-76ca-b5894d7ff1f9-4d7ff1e7, #w-node-_541b62fd-ad53-64bb-e91e-b71a146acf22-5db20865, #w-node-_6788a7e3-eb23-64ce-69cd-817e40b909cf-5db20867, #w-node-_23e6746b-9f7f-13c1-d192-876e850d401a-5db20868, #w-node-_23e6746b-9f7f-13c1-d192-876e850d4029-5db20868, #w-node-_9be51069-6756-d9f3-a7b1-b0a11f1d1441-5db20869, #w-node-df1d60e6-e67d-1b3c-523a-cde21769332f-5db20869, #w-node-_51b82298-932f-5050-cee1-31ca353f6484-5db2086e, #w-node-e8d48bc3-f22d-9cfb-f84c-be7fb4de6fe6-5db2086f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1f89ddf2-59d8-c206-dda5-8c875ef438fe-5db2085f, #w-node-_9f3514c7-0b44-cce5-5be4-4d11dd2cfdd2-5db2085f, #w-node-e8ffde4e-1249-47f2-0430-35d7c170290b-4d7ff1e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d0ae0ef2-02f4-b4ed-8597-2f0db156c8c7-5db2085f {
    order: -9999;
  }

  #w-node-c8d2d147-0fce-ca1a-bb27-9cdb1afd058e-5db2085f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc633f1f-4d6e-4f8e-414b-359778c00bec-5db2085f {
    order: -9999;
  }

  #w-node-_96a9f450-b077-518a-ec8a-cf697d28411f-5db20869 {
    grid-column: 1 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc633f1f-4d6e-4f8e-414b-359778c00bc8-5db2085f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc633f1f-4d6e-4f8e-414b-359778c00bec-5db2085f, #w-node-df1d60e6-e67d-1b3c-523a-cde217693326-5db20869 {
    grid-column: span 1 / span 1;
  }

  #w-node-_96a9f450-b077-518a-ec8a-cf697d28411f-5db20869 {
    grid-column: 1 / 9;
  }

  #w-node-_51b82298-932f-5050-cee1-31ca353f6484-5db2086e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8d2d147-0fce-ca1a-bb27-9cdb1afd058e-5db2085f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


