:root {
  --colors--black: #000201;
  --off-white: #a5a4a2;
  --colors--primary: #29c6c9;
  --colors--gray: #797878;
  --desktop-separator: 0em;
  --desktop-padding-x: 0em;
  --mobile-padding-x: 1em;
  --mobile-separator: 0em;
  --colors--gray-v2: #8e8b8a82;
  --white: white;
  --colors--dropdown-gray: #0c1012;
  --global-box-bg: #191d1b99;
  --colors--white\<deleted\|variable-36008c1a-6aee-3f88-b34d-45c245ebed7b\>: #f7f9fc;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--colors--black);
  color: var(--off-white);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  letter-spacing: -3px;
  margin-top: .8em;
  margin-bottom: .2em;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1;
}

h2 {
  letter-spacing: -3px;
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
}

h3 {
  letter-spacing: -2px;
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.1;
}

h4 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
}

h5 {
  letter-spacing: -1.5px;
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
}

h6 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
}

p {
  margin-bottom: .2em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--off-white);
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  margin-top: .3em;
  font-weight: 500;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px none var(--colors--primary);
  margin-bottom: 1em;
  padding: .5em 1em .5em 0;
  font-size: 1.2rem;
  font-weight: 500;
}

figure {
  margin-bottom: 1em;
}

figcaption {
  text-align: center;
  margin-top: .6em;
}

.section {
  text-align: left;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section.position-relative {
  position: relative;
}

.section.position-relative.overflow-visible {
  padding-left: 0;
  padding-right: 0;
}

.section.position-relative.overflow-visible.overflow-hidden-on-tablet {
  margin-top: -39px;
  padding-bottom: 0;
  box-shadow: 3px -7px 12px #061018;
}

.section.overflow-visible {
  overflow: visible;
}

.section.for--footer {
  border-width: 1px;
  border-color: var(--colors--gray) black black;
  background-color: #000;
  border-top-style: solid;
  position: relative;
}

.container {
  padding: var(--desktop-separator) var(--desktop-padding-x);
  text-align: center;
  max-width: 111%;
  height: 100%;
  margin: 40px auto 57px;
}

.container.navbar-container {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.footer-container {
  max-width: none;
  padding: 0 0 2em;
}

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

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

.container.for--hero {
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.content {
  margin-top: 0;
  display: block;
}

.text-align-center {
  opacity: 1;
  text-align: center;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-weight: 500;
}

.text-align-center.for--cms-page {
  letter-spacing: -2.6px;
  margin-top: .2em;
  font-size: 2.9rem;
}

.text-align-center.for--cms-page.left {
  text-align: left;
}

.text-align-center.none-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  line-height: 1.15;
}

.text-align-center.none-margin.second-home-title {
  text-align: center;
  font-size: 2.6rem;
}

.text-align-center.none-margin.second-home-title.left {
  text-align: left;
}

.text-align-center.none-margin-copy {
  margin-top: .125em;
  margin-bottom: 0;
  padding-top: 20px;
  line-height: 1.15;
}

.text-align-center.none-margin-copy.second-home-title {
  text-align: center;
  font-size: 2.6rem;
}

.text-align-center.none-margin-copy.second-home-title.left {
  text-align: left;
}

.large-paragraph {
  color: var(--off-white);
  font-size: 1rem;
}

.large-paragraph.for--hero {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.2rem;
  font-weight: 300;
}

.large-paragraph.for--hero.for--second-home {
  text-align: left;
}

.large-paragraph.for--hero.have--max-width {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-title-wrapper.second-version {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.hero-title-wrapper.second-version.have--position {
  z-index: 2;
  position: relative;
}

.hero-title-wrapper.full {
  z-index: 5;
  width: 100%;
  padding-top: 5em;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-wrapper.second-version {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
}

.hero-wrapper.second-version.right {
  justify-content: flex-end;
  align-items: center;
}

.hero-wrapper.for--about {
  margin-top: 0;
  padding-top: 0;
}

.hero-wrapper.auto-hight {
  height: auto;
}

.buttons-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-glow-wrapper {
  color: var(--off-white);
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper.second-version {
  border: 1px solid var(--colors--gray-v2);
  color: var(--colors--black);
  background-color: #0000;
  transition: border-color .2s, background-color .2s;
}

.primary-glow-wrapper.second-version:hover {
  border-color: var(--colors--black);
}

.primary-glow-wrapper.for--popular {
  background-color: var(--colors--primary);
  border-radius: 5px;
  padding: .5em .6em;
  font-size: .8rem;
  transition: none;
  position: absolute;
  inset: 3% 3% auto auto;
}

.primary-glow-wrapper.for--popular.for--category {
  z-index: 10;
  color: var(--white);
  letter-spacing: .6px;
  background-color: #2b3331;
  border-radius: 5em;
  padding: 1em 1.3em;
  font-weight: 300;
  inset: 4% auto auto 3%;
}

.primary-glow-wrapper.for--popular.for--category.first {
  transition: none;
  position: static;
}

.primary-glow-wrapper.for--popular.for--category.first:hover {
  opacity: .6;
}

.primary-glow-wrapper.for--career-detail {
  color: var(--white);
  padding: .4em .5em;
  font-size: 1rem;
  transition: none;
}

.primary-glow-wrapper.for--career-detail.for--single {
  background-color: var(--colors--dropdown-gray);
}

.primary-glow-wrapper.empty-text {
  color: var(--colors--gray);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0 0;
  transition: none;
}

.primary-glow-wrapper.full-width {
  width: 100%;
}

.primary-glow-wrapper.blog-grid-child {
  box-shadow: none;
  height: 100%;
  min-height: 100%;
  max-height: 450px;
  transition-property: opacity;
  transition-duration: .4s;
}

.primary-glow-wrapper.blog-grid-child:hover {
  opacity: .7;
}

.primary-glow-wrapper.blog-grid-child.second-version {
  width: 50%;
  height: auto;
  min-height: auto;
}

.primary-glow-wrapper.for--button {
  border: 1px solid var(--colors--primary);
  background-color: var(--colors--primary);
  border-radius: 100px;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: background-color .4s;
}

.primary-glow-wrapper.for--button:hover {
  background-color: #0000;
}

.hero-section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-section.for--home {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.hero-section.for--home.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
  margin-top: -200px;
  padding-bottom: 220px;
}

.hero-section.overflow-visible {
  overflow: visible;
}

.hero-section.virtual-background {
  height: 450px;
  min-height: 100%;
  margin-top: 0;
  position: relative;
}

.hero-section.virtual-background.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
}

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

.spacer-large {
  padding-top: 3em;
  padding-bottom: 3em;
}

.spacer-large.have--border {
  border-style: solid;
  border-width: 1px;
  border-color: var(--colors--black) var(--colors--black) var(--colors--black) var(--colors--primary);
}

.title-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper.low-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  max-width: 70%;
}

.title-wrapper.for--faq {
  max-width: none;
}

.title-wrapper.for--faq.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.title-wrapper.large-max-width {
  max-width: 80%;
}

.medium-paragraph {
  color: var(--off-white);
  font-size: .9rem;
  font-weight: 500;
}

.medium-paragraph.text-align-center {
  margin-top: 0;
  font-weight: 400;
}

.medium-paragraph.gray-variable {
  color: var(--colors--gray);
  font-size: 1rem;
}

.medium-paragraph.gray-variable.text-align-center {
  color: var(--off-white);
  margin-bottom: 2.3em;
  margin-left: auto;
  margin-right: auto;
}

.medium-paragraph.lower {
  color: var(--colors--gray);
  font-size: .8rem;
  font-weight: 400;
}

.spacer-small {
  padding-top: .3em;
  padding-bottom: .3em;
}

.spacer-small.have--border {
  border-style: solid;
  border-width: 1px;
  border-color: var(--colors--black) var(--colors--black) var(--colors--black) var(--colors--primary);
}

.space-between-flex-row {
  border-bottom: 1px solid var(--colors--gray-v2);
  flex-flow: row;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.space-between-flex-row.is--wrap-single-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom-style: none;
  flex-flow: row-reverse;
  padding-top: 4em;
  padding-bottom: 4em;
}

.space-between-flex-row.is--wrap-single-row.last {
  padding-bottom: 0;
}

.home-detail-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.home-detail-content-wrapper.third-version {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  width: 100%;
}

.home-detail-content-wrapper.center {
  justify-content: center;
  align-items: flex-start;
}

.feature-author-image {
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.feature-author-image.for--blog {
  width: 25px;
  height: 25px;
}

.global-medium-text {
  font-size: 1.1rem;
  font-weight: 400;
}

.global-medium-text.size-large {
  letter-spacing: -1px;
  font-size: 1.1rem;
}

.global-medium-text.size-large.have--hover-state {
  transition: opacity .2s;
}

.global-medium-text.size-large.have--hover-state:hover {
  opacity: .7;
}

.global-medium-text.size-x-large {
  letter-spacing: -1.5px;
  font-size: 1.4rem;
  font-weight: 800;
}

.global-medium-text.is--color-gray {
  color: var(--colors--gray);
}

.global-medium-text.have--hover-state {
  transition: opacity .2s;
}

.global-medium-text.have--hover-state:hover {
  opacity: .7;
}

.home-detail-title {
  letter-spacing: -2px;
  margin-top: .2em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.cards-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.cards-row.for--blog {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.cards-row.second-version {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-row.more-padding {
  padding-top: 5em;
  padding-bottom: 0;
}

.card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff21;
  border-radius: 44px;
  flex-flow: column;
  width: 32%;
  padding: 2.5em 2em;
  display: flex;
  box-shadow: inset 0 4px 4px #ffffff2b, 0 4px 4px #00000040;
}

.card.popular {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff30;
  position: relative;
}

.card.popular.full-width {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ffffff0d, #ffffff2b);
}

.card.low-padding {
  padding: 1em;
}

.card.low-padding.popular {
  justify-content: space-between;
}

.card.low-padding.popular.for--blog {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #585656;
  border-radius: 30px;
  width: 100%;
  padding: 1em;
}

.card.full-width {
  box-shadow: none;
  width: 100%;
}

.card-title {
  color: var(--colors--primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.card-title.for--blog {
  color: var(--off-white);
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.card-title.for--blog.large {
  color: var(--colors--primary);
  font-size: 1.5rem;
}

.card-block {
  flex-flow: column;
  display: flex;
}

.card-block.horizontal-flex {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.card-block.horizontal-flex.for--blog {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: flex-start;
  align-items: center;
}

.card-block.is--horizontal-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.card-block.is--space-between-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.price-text {
  letter-spacing: -1.5px;
  font-size: 2.2rem;
  font-weight: 800;
}

.bullet-icon {
  color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.card-detail-row {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.card-detail-row.first {
  margin-top: 1em;
}

.card-detail-text {
  color: var(--off-white);
  font-size: .8rem;
  font-weight: 400;
}

.card-detail-text.size-large {
  font-size: .9rem;
}

.card-detail-text.size-x-large {
  font-size: 1rem;
  font-weight: 300;
}

.card-detail-text.have--hover-state {
  transition: opacity .4s;
}

.card-detail-text.have--hover-state:hover {
  opacity: .6;
}

.quotation-icon {
  aspect-ratio: 1;
  color: var(--colors--primary);
  width: 18px;
  height: auto;
  transform: rotate(180deg);
}

.quotation-icon.bottom {
  margin-left: auto;
  transform: none;
}

.quotation-icon.size--large {
  width: 30px;
  transform: none;
}

.client-slider {
  background-color: #0000;
  border-radius: 1.5em;
  width: 100%;
  height: auto;
  margin-top: 1em;
  padding: 2.5em 0 5em;
}

.client-slide {
  width: 100%;
  height: 100%;
  margin-right: 10%;
}

.client-slider-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--colors--primary);
  background-color: var(--global-box-bg);
  box-shadow: none;
  background-image: url('../images/Get-Quote.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  background-attachment: scroll;
  border-radius: 1.2em;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2em 1.5em 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-slider-content.second-version {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.client-image-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.client-image-wrapper.second-version {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
}

.client-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.client-top {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-paragraph {
  color: var(--off-white);
  font-size: .9rem;
  line-height: 1.4;
}

.client-paragraph.size--large {
  font-size: 1rem;
}

.client-slide-nav {
  padding-top: 1em;
  font-size: .8rem;
}

.blog-image-wrapper {
  border-radius: 20px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.is--color-green-variable {
  color: var(--colors--primary);
  font-weight: 400;
}

.is--color-green-variable.is--bold {
  letter-spacing: -.5px;
  font-weight: 700;
  transition: opacity .4s;
}

.is--color-green-variable.is--bold:hover {
  opacity: .6;
}

.footer-wrapper {
  flex-flow: column;
  display: flex;
}

.footer-content {
  padding-right: var(--desktop-padding-x);
  padding-left: var(--desktop-padding-x);
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-left {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.footer-paragraph {
  color: #fff;
  font-size: .9rem;
}

.footer-grid-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 70%;
  display: grid;
}

.footer-grid-child {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.global-link {
  color: var(--off-white);
  text-transform: capitalize;
  font-weight: 500;
  transition: color .4s;
}

.global-link:hover {
  opacity: .7;
  color: var(--colors--primary);
}

.global-link.nav-link {
  font-weight: 400;
  transition: color .4s;
}

.global-link.nav-link:hover {
  color: var(--colors--primary);
}

.global-link.nav-link.first {
  margin-left: 3em;
}

.global-link.nav-link.first.w--current {
  color: var(--off-white);
}

.footer-line {
  background-color: var(--colors--gray);
  width: 100%;
  height: 1px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.footer-bottom-text {
  color: #fff;
}

.footer-bottom-link {
  color: var(--colors--primary);
  transition: color .4s;
}

.footer-bottom-link:hover {
  color: #fff;
}

.appstore-embed {
  transition: opacity .2s;
}

.appstore-embed:hover {
  opacity: .7;
}

.flex-row {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  display: flex;
}

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

.google-link {
  display: block;
}

.footer-icons-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.icon-embed {
  color: #fff;
  object-fit: scale-down;
  width: 20px;
  height: 20px;
}

.link-icon {
  background-color: #191d1b7d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .4s;
  display: flex;
  box-shadow: 0 4px 4px #0006, inset 0 4px 12px #63a79799;
}

.link-icon:hover {
  opacity: .6;
}

.link-icon.none--hover:hover {
  opacity: 1;
}

.link-icon.none--hover.lock {
  border: 5px solid var(--colors--primary);
  border: 5px solid #63a797;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: -63px;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand {
  width: 110px;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown {
  display: block;
}

.nav-menu {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.none--border {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  border: 1px none var(--colors--gray-v2);
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  border: 1px #8e8b8a82;
  border-radius: 100px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  transition: transform .2s;
  position: relative;
}

.nav-dropdown-content {
  justify-content: space-between;
  padding: 2em 1.5em;
  display: flex;
}

.nav-dropdown-grid-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-grid-child {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  display: flex;
}

.dropdown-icon {
  color: var(--off-white);
}

.secondary-tab-menu {
  border: 1px none var(--colors--gray-v2);
  background-color: #566a6633;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.secondary-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.pricing-tab-link {
  color: var(--off-white);
  background-color: #0000;
  border-radius: 34px;
  padding: 1em 2.5em;
  font-weight: 300;
}

.pricing-tab-link.w--current {
  color: #fff;
  background-image: linear-gradient(90deg, #18a78e, #000000ed);
  box-shadow: 0 4px 4px #00000040;
}

.pricing-tab-content, .secondary-tab-pane {
  width: 100%;
}

.faq-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.faq-box.second-version {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  display: grid;
}

.faq-box.third-version {
  width: 100%;
}

.spacer-medium {
  padding-top: 1em;
  padding-bottom: 0;
}

.spacer-medium.have--border {
  border-style: solid;
  border-width: 1px;
  border-color: var(--colors--black) var(--colors--black) var(--colors--black) var(--colors--primary);
}

.faq-dropdown {
  background-color: var(--global-box-bg);
  border-radius: 1.5em;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  position: static;
  overflow: hidden;
}

.faq-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.faq-dropdown-toggle:hover {
  opacity: .65;
}

.faq-dropdown-list {
  background-color: #0000;
  padding-top: 1.3em;
  padding-bottom: 1.5rem;
  display: block;
  position: static;
}

.accordion-p {
  color: var(--off-white);
  white-space: pre-wrap;
  font-weight: 600;
}

.accordion-p.for--dropdown {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.dropdown-circle {
  border: 1px solid var(--colors--primary);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: .2em;
  display: flex;
  position: relative;
}

.plus-text {
  z-index: 2;
  color: var(--colors--primary);
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-box {
  background-color: var(--global-box-bg);
  border-radius: 1.5em;
  justify-content: space-between;
  padding: 3em;
  display: flex;
  box-shadow: 0 -2px 4px #ffffff2b;
}

.cta-box.for--blog {
  background-color: #0000;
  padding: 2em;
}

.global-x-large-text {
  color: var(--colors--gray);
  text-align: center;
  max-width: 90%;
  font-size: 1.2rem;
}

.global-x-large-text.for--contact {
  color: var(--off-white);
  text-align: center;
  max-width: 100%;
  transition: opacity .2s;
}

.global-x-large-text.for--contact:hover {
  opacity: .6;
}

.global-x-large-text.for--contact.size--small {
  max-width: 60%;
  font-size: 1rem;
  font-weight: 300;
}

.global-x-large-text.for--contact.size--small.second {
  margin-top: -.6em;
}

.global-small-box {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--global-box-bg);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 2em;
  display: flex;
  box-shadow: inset 0 4px 4px #ffffff1f;
}

.global-small-box.low-pading {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--colors--gray);
  color: var(--colors--black);
  border-radius: 50%;
  padding: 1.5em;
}

.global-slider-arrow {
  color: var(--colors--primary);
  background-color: #1c1d1d80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: .7rem;
  transition: transform .4s;
  display: flex;
  inset: auto auto 0% 0%;
  box-shadow: inset 0 4px 4px #63a79742;
}

.global-slider-arrow:hover {
  transform: scale(1.1);
}

.global-slider-arrow.right {
  left: 5%;
}

.team-member-job-text {
  color: var(--colors--gray);
  font-size: .9rem;
  font-weight: 400;
}

.integrations-grid-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.integrations-grid-child {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--colors--gray-v2);
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  padding: 2em 1.5em;
  display: flex;
}

.integrations-grid-child.second-version {
  background-color: var(--colors--white\<deleted\|variable-36008c1a-6aee-3f88-b34d-45c245ebed7b\>);
  border-style: none;
}

.integrations-grid-child.global-small-box.second-version {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  border-style: solid;
  border-color: var(--colors--primary);
  background-color: var(--global-box-bg);
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.integration-p {
  color: var(--colors--gray);
  font-size: 1rem;
  font-weight: 300;
}

.integration-name-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  display: flex;
}

.career-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.career-flex-child {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  border: 1px solid var(--colors--primary);
  background-color: var(--global-box-bg);
  box-shadow: none;
  border-radius: 100em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em 4em;
  display: flex;
  position: relative;
}

.career-grid-title {
  color: var(--colors--primary);
  letter-spacing: -1px;
  font-size: 1.4rem;
}

.career-first-title {
  color: var(--colors--primary);
  text-align: center;
  margin-top: 3em;
  font-size: 1.1rem;
  font-weight: 800;
}

.career-detail-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-detail-left {
  background-color: var(--global-box-bg);
  border-radius: 45px;
  width: 100%;
  height: 480px;
  padding: 2em 1em;
  box-shadow: 0 -2px 4px #ffffff2b;
}

.career-detail-title-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.line {
  background-color: var(--colors--gray-v2);
  width: 100%;
  height: 1px;
}

.career-richtext-wrapper {
  width: 50%;
}

.career-detail-content-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.career-icon {
  width: 25px;
  height: 25px;
}

.career-field-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career-field-wrapper.for--single {
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
}

.contact-input-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.contact-input-row.vertical {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  width: 50%;
}

.contact-input-row.vertical.width-auto {
  width: auto;
}

.contact-input-row.vertical.width-full {
  width: 100%;
}

.global-input {
  border: .5px none var(--colors--primary);
  color: var(--off-white);
  background-color: #1a1a1adb;
  border-radius: 45px;
  margin-bottom: 0;
  padding: 1.5em 1em;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
}

.global-input:active {
  border-color: var(--colors--gray);
  box-shadow: 0 0 5px #0000004a;
}

.global-input:focus {
  border-color: var(--colors--gray);
  box-shadow: 0 0 5px #00000040;
}

.global-input::placeholder {
  color: var(--colors--gray);
  font-weight: 300;
}

.global-input.text-area {
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

.global-input.text-area.is--full {
  border-radius: 24px;
  width: 100%;
}

.success-message {
  background-color: var(--colors--primary);
  color: #fff;
}

.error-message {
  color: #0e0e0e;
  padding-top: 1em;
  padding-bottom: 1em;
}

.title-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-main-image {
  border-radius: 33px;
  height: 600px;
}

.post-body {
  max-width: 90%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.related-posts-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.related-title {
  letter-spacing: -2px;
  font-size: 1.8rem;
}

.sign-in-content-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.sign-in-content-wrapper.for--second-version {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.global-small-main-title {
  text-align: center;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 1.3;
}

.sign-in-form {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  flex-flow: column;
  display: flex;
}

.check-button {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  transition: box-shadow .2s;
}

.check-button:focus {
  box-shadow: 0 0 5px #0003;
}

.terms-rich-text {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-bottom: 1.5em;
  display: flex;
}

.terms-block {
  margin-bottom: 2em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 425px;
  margin-bottom: 20px;
  display: flex;
}

.small-text {
  color: var(--colors--primary);
  letter-spacing: -1px;
  font-size: 1.1rem;
}

.style-guide-title {
  color: var(--colors--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-title.for-structures {
  font-size: 1.3rem;
}

.style-guide-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.style-guide-colors-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  width: 40%;
  display: flex;
}

.horizontal-flex {
  justify-content: space-between;
  display: flex;
}

.color-block {
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
}

.color-block.gray-v1 {
  background-color: var(--colors--gray);
}

.color-block.gray-v2 {
  background-color: var(--colors--gray-v2);
}

.color-block.drop-gray {
  background-color: var(--colors--dropdown-gray);
}

.color-block.white {
  background-color: var(--off-white);
}

.color-block.primary {
  background-color: var(--colors--primary);
}

.color-block.black {
  border: 1px solid var(--colors--primary);
  background-color: var(--colors--black);
}

.licences-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.licences-row {
  padding-top: 5em;
  display: flex;
}

.licences-font-box {
  padding-top: 5em;
}

.licences-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 2em;
  display: flex;
}

.licences-image {
  width: 100%;
  height: 150px;
}

.footer-logo-link {
  color: var(--colors--primary);
  font-weight: 600;
  transition: opacity .2s;
  display: block;
}

.footer-logo-link:hover {
  opacity: .6;
}

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

.feature-icon-picture {
  aspect-ratio: 1;
  width: 30px;
  height: auto;
}

.feature-icon-picture.for--pricing {
  object-fit: scale-down;
  width: 20px;
}

.card-icon-wrapper {
  background-color: #1c1d1d80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: inset 0 4px 4px #63a79742, 0 4px 4px #00000038;
}

.client-slider-mask {
  width: 45%;
  height: 360px;
  overflow: visible;
}

.client-slider-mask.second-version {
  width: 40%;
  height: 350px;
}

.client-image {
  border: 1px solid var(--colors--primary);
  filter: grayscale();
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: .5em;
}

.client-image.second-version {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

.client-stars-design {
  width: 60px;
  height: auto;
}

.contact-detail-flex {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-details-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  display: flex;
}

.contact-detail-box {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: var(--global-box-bg);
  border-radius: 1.5em;
  justify-content: flex-start;
  padding: 2.5em;
  display: flex;
  box-shadow: inset 0 4px 4px #ffffff0a;
}

.contact-detail-box.vertical {
  box-shadow: none;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 0;
}

.contact-details-right {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  padding-top: 1.6em;
  display: flex;
}

.contact-details-right.horizontal {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.contact-icon {
  width: 25px;
  height: 25px;
}

.team-members-tab {
  padding-top: 1.6em;
}

.team-member-image-for--tab {
  filter: grayscale();
  border-radius: 12px;
  width: 250px;
  height: 250px;
}

.team-member-image-wrapper {
  position: relative;
}

.global-tab-link {
  color: var(--colors--gray);
  text-transform: capitalize;
  background-color: #1a1e1d80;
  border-radius: 45px;
  padding: .8em 1.5em;
  font-size: 1.1rem;
  transition: opacity .4s;
}

.global-tab-link:hover {
  opacity: .6;
}

.global-tab-link.w--current {
  color: var(--white);
  background-image: linear-gradient(90deg, #18a78e, #000000ed);
}

.team-member-details-wrapper {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: column;
  display: flex;
}

.team-member-content-wrapper {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-color: var(--global-box-bg);
  background-image: linear-gradient(#090909, #16433b);
  border-radius: 20px;
  flex-flow: column;
  padding: 1em;
  display: flex;
  box-shadow: inset 0 4px 4px #ffffff1f;
}

.team-member-content-wrapper.have--transform {
  transform: translate(0, 10%);
}

.team-member-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.team-member-category {
  background-color: var(--colors--primary);
  color: #fff;
  text-transform: capitalize;
  border-radius: 2em;
  padding: .5em 1em;
  font-size: .8rem;
  position: absolute;
  inset: 5% auto auto 5%;
  overflow: hidden;
}

.global-tab-pane {
  padding-top: 3em;
  padding-bottom: 5em;
}

.global-tab-pane.for--blog {
  margin-top: 2em;
  padding-top: 0;
  padding-bottom: 0;
}

.global-tab-menu {
  background-color: var(--global-box-bg);
  border-radius: 45px;
  justify-content: space-between;
  width: auto;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: .9em 1.5em;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.team-members-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  display: flex;
}

.team-members-row.center {
  justify-content: center;
  align-items: center;
}

.black-logo {
  display: block;
  transform: scale(1.2);
}

.white-logo {
  display: none;
}

.career-rich-text {
  line-height: 1.6;
}

.video-wrapper {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 87px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-image-overlay {
  pointer-events: none;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.video-bg-image {
  aspect-ratio: auto;
  vertical-align: baseline;
  border-radius: 0;
  flex: 1;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-lightbox:hover {
  opacity: .8;
}

.video-play-icon {
  width: 20px;
}

.play-icon-path {
  color: var(--colors--black);
}

.button-overflow-hidden {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.button-overflow-hidden.full-width {
  width: 100%;
}

.button-overflow-hidden.low-radius {
  border-radius: 44px;
  width: 100%;
}

.button-overflow-hidden.for--faq {
  border-radius: 1.5em;
  width: 100%;
}

.button-overflow-hidden.for--socials {
  border-radius: 50%;
}

.button-overflow-hidden.for--form {
  border-radius: 45px;
  width: 100%;
}

.button-overflow-hidden.for--blog {
  border-radius: 33px;
  width: 100%;
  height: 100%;
}

.button-overflow-hidden.for--third-version-features {
  border-radius: 44px;
}

.button-overflow-hidden.for--third-version-features.full-size {
  border-radius: 1.5em;
}

.button-overflow-hidden.for--third-version-features.full-size.ai-child {
  border-radius: 1em;
}

.pedding-stroke {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 1.5px;
  position: relative;
  overflow: hidden;
}

.pedding-stroke.big--size {
  padding: 2.5px;
}

.pedding-stroke.big--size.for--popular-card {
  background-color: #ffffff1a;
}

.pedding-stroke.big--size.full-size {
  padding: 1.5px;
}

.pedding-stroke.for--popular-card {
  background-color: #ffffff1a;
}

.inside-button {
  z-index: 2;
  background-color: var(--colors--black);
  border: 1px #000;
  border-radius: 100px;
  padding: 16px 25px;
  position: relative;
  overflow: hidden;
}

.inside-button.have--gradiant {
  background-image: linear-gradient(49deg, #63a79799, var(--colors--primary));
}

.inside-button.none-padding {
  padding: 0;
}

.inside-button.none-padding.for--price-card {
  border-radius: 44px;
}

.inside-button.none-padding.for--price-card.bg--transparent {
  background-color: #0000;
}

.inside-button.none-padding.for--faq {
  border-radius: 1.5em;
}

.inside-button.none-padding.for--socials {
  border-radius: 50%;
}

.inside-button.none-padding.for--form {
  border-radius: 45px;
}

.inside-button.none-padding.full-size.for--blog {
  border-radius: 33px;
}

.inside-button.none-padding.ai-child {
  border-radius: 1em;
}

.inside-button.is--bg-transparent {
  background-color: #2c2c2c;
}

.button-text {
  z-index: 111;
  color: #5cd1be;
  text-align: center;
  text-transform: capitalize;
  font-size: 1rem;
  position: relative;
}

.hover-line {
  mix-blend-mode: normal;
  background-image: linear-gradient(111deg, #0000, #36ffdb80 50%, #fff0);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.glow-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.glow-wrapper.stroke {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.glow-wrapper.stroke.for--boxes {
  padding-right: 0;
}

.glow-wrapper.bg {
  opacity: .4;
  filter: blur(10px);
  max-width: 50%;
  inset: 0% auto;
}

.glow-item {
  filter: none;
  background-image: linear-gradient(221deg, #ff191900 13%, #939393 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #fff 51%, #fff0 73%);
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(-45deg);
}

.glow-item.left {
  background-image: linear-gradient(221deg, #ff191900 13%, #36ffdb80 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #63a79799 51%, #fff0 73%);
  transform: rotate(180deg)rotate(-45deg);
}

.glow-item.left.bg {
  background-image: repeating-radial-gradient(circle closest-side, #ff191900 13%, #36ffdb80 54%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #fff 51%, #fff0 73%);
}

.glow-item.left.second-version {
  background-image: linear-gradient(221deg, #ff191900 13%, #04fcc1 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #8f8b8b 51%, #fff0 73%);
}

.glow-item.bg {
  background-image: repeating-radial-gradient(circle closest-side, #ff191900 13%, #e1e1e1 54%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #d445eb 51%, #fff0 73%);
}

.glow-item.second-version {
  background-image: linear-gradient(221deg, #ff191900 13%, #fff 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #fff 51%, #fff0 73%);
}

.slide-animation-wrapper {
  margin-top: 60px;
}

.slide-animation-wrapper.flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.text-overflow-hidden {
  margin-bottom: -18px;
  position: relative;
  overflow: hidden;
}

.first-line {
  display: block;
}

.shadow {
  z-index: 2;
  background-color: var(--colors--black);
  filter: blur(10px);
  width: 120%;
  height: 150%;
  margin-left: -10%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 120%);
}

.box-shadow-block {
  box-shadow: inset 0 -12px 12px #000, inset 0 4px 4px #ffffff1f;
}

.home-hero-design-shadow {
  z-index: -1;
  pointer-events: none;
  width: 300px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-hero-design-shadow.second {
  width: 500px;
  right: 10%;
}

.home-hero-design-shadow.second.for--pricing {
  width: 700px;
  right: 0%;
}

.home-hero-design-shadow.second.is--width-auto {
  width: auto;
  right: 0%;
}

.home-hero-design-shadow.for--pricing {
  width: 300px;
  top: -15%;
  right: 0%;
}

.home-hero-design-shadow.z-index {
  z-index: 5;
}

.custom-vector {
  z-index: -1;
  width: auto;
  height: auto;
  position: absolute;
  inset: -10% auto auto 0%;
}

.custom-vector.right {
  transform-style: preserve-3d;
  inset: -10% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.custom-vector.for--inner-pages {
  top: 6%;
}

.list-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.cart-wrapper {
  width: 32%;
}

.cart-wrapper.size--large {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.cart-wrapper.second-version {
  width: 100%;
}

.cart-wrapper.have--transform {
  transform: translate(0, -40px);
}

.faq-vector {
  z-index: -1;
  pointer-events: none;
  width: auto;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.footer-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-name-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.client-section.overflow-visible-on-tablet {
  position: relative;
}

.login-form {
  background-color: #0009;
  background-image: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 3em 2em;
}

.custom-spacer {
  margin-top: 2em;
}

.custom-spacer.contact-form-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form-inputs-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.star {
  z-index: -1;
  width: 100px;
  height: auto;
  position: absolute;
  inset: 40% auto auto 4%;
}

.star.for--password {
  inset: 36% 5% auto auto;
  transform: rotate(-20deg);
}

.star.for--pricing {
  transform: rotate(10deg);
}

.circle-vector {
  z-index: 1;
  pointer-events: none;
  width: 300px;
  height: auto;
  position: absolute;
  inset: auto auto -22% 0%;
}

.circle-vector.for--career {
  z-index: -1;
  pointer-events: none;
  bottom: -76%;
}

.circle-vector.for--career.is--right {
  width: 250px;
  inset: 14% 0% auto auto;
}

.circle-vector.for--faq {
  pointer-events: none;
  width: 700px;
  bottom: 27%;
  left: -27%;
  right: auto;
}

.googleplaye-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.flex-row-for--google-play {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.green-line {
  background-color: var(--colors--primary);
  width: 35%;
  height: .1px;
}

.form-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--colors--primary);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.1rem;
  font-weight: 400;
  transition: background-color .4s;
  display: flex;
}

.form-button:hover {
  background-color: var(--colors--primary);
}

.google-icon {
  width: 24px;
  height: auto;
}

.career-icon-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clock {
  width: 21px;
  height: auto;
}

.career-title {
  text-align: center;
  margin-top: .2em;
}

.career-sticky-wrapper {
  width: 45%;
  position: sticky;
  top: 17%;
  left: 0%;
}

.select-option {
  background-color: var(--colors--primary);
  color: var(--colors--black);
  border: 1px solid #000;
  border-radius: 2.5em;
  width: 100%;
  height: 56px;
  padding: 1.2em 1.5em;
  font-weight: 600;
}

.select-option:active, .select-option:focus {
  border-color: #000;
}

.global-pricing-button {
  color: #404145;
  text-transform: capitalize;
  border: 1px solid #404145;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  min-width: 185px;
  min-height: 68px;
  padding: 1.5em 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.global-pricing-button.secondary {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  min-width: 120px;
  min-height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  transition: color .2s, background-color .2s;
}

.global-pricing-button.secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #181818;
}

.global-pricing-button.secondary.for--product {
  border-color: #63a797;
  width: 100%;
  transition-duration: .4s, .4s;
}

.global-pricing-button.secondary.for--product:hover {
  background-color: #63a797;
}

.product-detail-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.product-rich-text {
  color: #fff;
  font-size: .9rem;
  line-height: 1.9;
}

.product-detail-content-wrapper {
  background-color: var(--global-box-bg);
  border-radius: 1.25em;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  padding: 2em;
}

.checkout-input {
  background-color: var(--colors--gray-v2);
  color: var(--off-white);
  border-style: none;
  border-radius: 2em;
  padding: 1.5em 1em;
}

.product-single-wrapper {
  width: 50%;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.block-header {
  border-style: none;
  border-color: var(--colors--primary);
  background-color: var(--global-box-bg);
}

.block-content {
  background-color: var(--global-box-bg);
  border: 1px #000;
}

.block-wrapper {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: inset 0 4px 4px #ffffff1f;
}

.checkout-sticky-block {
  top: 110px;
}

.blog-grid-block {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.blog-grid-block.second-version {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding: 10px;
  display: flex;
}

.blog-grid-child {
  border-radius: 33px;
  box-shadow: inset 0 4px 4px #ffffff59;
}

.blog-link, .full-size {
  width: 100%;
  height: 100%;
}

.full-size.blog-first-item, .full-size.blog-first-item-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  display: flex;
}

.blog-nae-wrapper {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
  flex-flow: column;
  width: 100%;
  padding: .125em 1.5em .25em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.blog-nae-wrapper.for--center-column {
  background-color: #191d1b;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 1em 1em;
  position: static;
}

.blog-date {
  color: #f2f2f280;
  font-size: .8rem;
  font-weight: 300;
}

.blog-name {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.blog-name.size--large {
  font-size: 1.7rem;
}

.none {
  display: none;
}

.blog-collection-list-wrapper {
  border: 1px #585656;
  border-radius: 44px;
}

.blog-first-item-left {
  border-radius: 24px;
  width: 50%;
  max-height: 500px;
  overflow: hidden;
}

.blog-image-have--hover {
  transition: transform .4s;
}

.blog-image-have--hover:hover {
  transform: scale(1.1);
}

.blog-first-item-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.vertical-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.discover-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.discover-element {
  aspect-ratio: 1;
  background-color: var(--colors--black);
  object-fit: cover;
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.discover-element:hover {
  color: #7400ab;
}

.partners-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-wrapper.to-right {
  flex-flow: row-reverse;
}

.partners-logo-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: center;
  min-width: max-content;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.partners-logo-wrapper.to-right {
  flex-flow: row-reverse;
}

.partner-logos-box {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  display: flex;
}

.partner-logo {
  object-fit: scale-down;
  width: 10rem;
}

.partner-logo-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-logos-shadow {
  background-image: linear-gradient(90deg, var(--colors--black) 1%, var(--colors--black) 15%, transparent);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partner-logos-shadow.is-right {
  background-image: linear-gradient(-90deg, var(--colors--black), transparent);
  inset: 0% 0% 0% auto;
}

.gradiant-line {
  background-image: linear-gradient(90deg, #2123221a, #63a797 50%, #2123221a);
  border-radius: 100em;
  width: 100%;
  height: 1px;
}

.feature-number-flex-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.features-row.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 40px 10px 100px;
  display: grid;
}

.faq-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  display: flex;
}

.faq-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 5em;
  display: flex;
}

.faq-arrow-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
}

.faq-circle {
  aspect-ratio: 1;
  border: 1px solid var(--colors--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: transform .4s;
  display: flex;
}

.faq-circle:hover {
  transform: scale(1.1);
}

.faq-arrow {
  width: 50px;
  height: auto;
}

.contact-custom-vector {
  z-index: -2;
  pointer-events: none;
  width: 70%;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-wrapper {
  border-radius: 44px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.map-details-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #000201ab;
  border-radius: 44px;
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  padding: 2em 1.5em;
  display: flex;
  position: absolute;
  inset: 10% 5% 10% auto;
}

.map-detail-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map-detail-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.comign-soon-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.process-wrapper {
  background-color: #666;
  border-radius: 56px;
  width: 80%;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.process-content {
  background-color: #35b59e;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
  width: 55%;
  height: 100%;
}

.coming-soon-wrap {
  aspect-ratio: 1;
  background-color: #000201;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 -30px 60px #36ffdb75;
}

.coming-soon-title {
  text-align: center;
  margin-top: .2em;
  margin-bottom: 0;
  font-size: 3rem;
}

.discover-wrapper {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.discover-block {
  aspect-ratio: 1;
  background-color: var(--colors--black);
  color: #201428;
  object-fit: cover;
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.discover-block:hover {
  color: #7400ab;
}

.discover-block.first {
  border-top: 1px solid #494949;
  border-top-left-radius: .75rem;
}

.discover-block.last {
  border-bottom-left-radius: .75rem;
}

.discover-icon {
  aspect-ratio: 1;
  color: var(--colors--primary);
  width: 1.3rem;
  overflow: hidden;
}

.discover-text-2 {
  z-index: -1;
  background-color: var(--black);
  color: var(--off-white);
  border: 1px solid #494949;
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  min-width: max-content;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  right: calc(100% + .5rem);
}

.discover-button {
  background-color: var(--colors--black);
  display: none;
}

.global-grid-child {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  padding: 2em 1.5em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.global-grid-child.for--features {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px solid var(--colors--primary);
  background-color: var(--global-box-bg);
  box-shadow: none;
}

.features-bold-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.global-grid-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.global-grid-child-paragraph {
  color: #b0b0b0;
  font-size: 1rem;
  font-weight: 300;
}

.none-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.cart-remove-button {
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
}

.cart-remove-button:hover {
  color: var(--colors--primary);
}

.form-message-error {
  background-color: var(--global-box-bg);
  color: var(--off-white);
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem;
}

.empty-message {
  background-color: var(--colors--black);
  color: var(--off-white);
  border-radius: .5rem;
  padding: 1rem;
}

.apple-pay {
  border-radius: 1rem;
  height: 2.5rem;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
}

.cart-quantity.is-for-menu-cart {
  border-color: var(--colors--primary);
  border-color: #63a797;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  padding: .25rem 1rem;
}

.cart-container {
  background-color: var(--colors--black);
  height: 100vh;
}

.cart-header {
  border-bottom-color: #494949;
  padding: 1rem 1.5rem;
}

.cart-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.cart-close-button {
  aspect-ratio: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: auto;
  transition: opacity .4s;
  display: flex;
  overflow: hidden;
}

.cart-close-button:hover {
  opacity: .6;
}

.cart-list {
  padding: 1rem 1.5rem;
}

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

.cart-button {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cart-item-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h4 {
  color: var(--colors--primary);
  letter-spacing: -.05rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.cart-footer {
  padding: 1rem 1.5rem 2rem;
}

.order-price {
  color: var(--off-white);
  font-weight: 500;
}

.cart-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is--color-gray {
  color: var(--colors--gray);
}

.line-height {
  line-height: 1.3;
}

.nav-dropdown-list {
  background-color: #212322;
  border-radius: 1.5em;
  width: 1140%;
  display: none;
  top: 2.8em;
  left: -35.7em;
}

.nav-dropdown-list.w--open {
  background-color: #212322;
  border-radius: 1.5em;
}

.global-link-dropdown {
  color: #f7ffff;
  text-transform: capitalize;
  font-weight: 500;
  transition: opacity .2s;
}

.global-link-dropdown:hover {
  opacity: .7;
}

.global-link-dropdown.nav-link {
  color: #0e0e0e;
  font-weight: 600;
  transition: opacity .2s;
}

.global-link-dropdown.nav-link:hover {
  opacity: .7;
}

.global-link-dropdown.nav-link.for--title {
  color: #f2f2f2;
  margin-bottom: .4em;
  font-size: 1rem;
  transition-property: none;
}

.global-link-dropdown.nav-link.for--title:hover {
  opacity: 1;
}

.global-link-dropdown.nav-link.for--dropdown {
  color: #f2f2f2;
  text-transform: capitalize;
  font-size: .9rem;
  font-weight: 300;
}

.cart-image {
  display: none;
}

.sales-stats-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--global-box-bg);
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem 1rem;
  display: flex;
  overflow: hidden;
}

.banner-wrapper {
  border-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sales-feature-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--global-box-bg);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.horizontal-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-video {
  z-index: 100;
  width: 100%;
  height: 200px;
}

.footer-spline {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.partner-details-wrpper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.partner-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--colors--primary);
  background-color: var(--global-box-bg);
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em;
  display: flex;
}

.partner-p {
  font-size: 1rem;
}

.partner-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.small-text-title {
  color: #404145;
  text-transform: capitalize;
  font-size: 1.1rem;
}

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

.partner-name-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  display: flex;
}

.partner-image-wrapper {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.dashboard-left {
  width: 19%;
  position: absolute;
  bottom: 15%;
  left: 3%;
  right: auto;
}

.dashboard-image {
  box-shadow: 0 2px 20px #00000057;
}

.dashboard-image.desktop-none {
  display: none;
}

.dashboard-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 72%;
  height: 90%;
  display: grid;
  position: absolute;
  inset: 20% 3% auto auto;
}

.hero-content-wrapper {
  margin-bottom: var(--desktop-separator);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #4f2274;
  flex-flow: column;
  display: flex;
}

.hero-dashboard-wrapper-large {
  background-image: url('../images/Dashboard-2-1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5em;
  width: 100%;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-dashboard-wrapper-large.for--feature {
  background-image: url('../images/Frame-1000000871_11zon-1.png');
  background-size: cover;
  height: 575px;
}

.position-relative {
  position: relative;
}

.hero-dashboard-left {
  width: 300px;
  height: auto;
  position: absolute;
  inset: 15% auto auto -3%;
  transform: rotate(8deg);
}

.hero-dashboard-left.bottom {
  width: 250px;
  top: 45%;
  left: 0%;
}

.hero-dashboard-left.right {
  left: auto;
  right: -3%;
  transform: rotate(-8deg);
}

.hero-dashboard-left.right-bottom {
  top: 45%;
  left: auto;
  right: 0%;
  transform: rotate(-8deg);
}

.spline-wrapper {
  width: 95%;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.full-spline {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.spline-detail-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.spline-detail-block.first {
  top: 5%;
}

.spline-detail-block.second {
  top: 50%;
  left: -2%;
}

.spline-detail-block.third {
  inset: auto auto 15% 3%;
}

.spline-detail-block.fourth {
  inset: 5% 0% auto auto;
}

.spline-detail-block.fifth {
  inset: 50% 2% auto auto;
}

.spline-detail-block.sixth {
  inset: auto 0% 15% auto;
}

.spline-circle {
  aspect-ratio: 1;
  border: 3px solid var(--colors--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: auto;
  padding: .2em;
  display: flex;
}

.inner-circle {
  background-color: var(--colors--primary);
  filter: blur(5px);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.spline-text {
  font-size: 1.3rem;
}

.horizontal-scroll-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-flex {
  margin-right: -100vw;
  display: flex;
}

.about-legacy {
  height: 100%;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.about-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6em 2em;
  display: flex;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.absolute-line {
  z-index: 4;
  background-color: var(--colors--primary);
  width: 20vw;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.about-scroll {
  z-index: 4;
  pointer-events: auto;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% auto 50px;
}

.history-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.track {
  flex: none;
  display: flex;
  position: relative;
  transform: translate(0);
}

.horizontal-wrapper {
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.history-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.history-content.fourth {
  margin-top: 150px;
  margin-right: 200px;
}

.history-content.first {
  margin-left: 200px;
  margin-right: 280px;
}

.history-content.third {
  margin-right: 350px;
}

.history-content.second {
  margin-right: 250px;
  position: relative;
}

.gallery-link {
  background-image: linear-gradient(90deg, var(--colors--primary), var(--colors--primary));
  color: var(--colors--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: .8rem;
  line-height: 1.3;
  display: flex;
}

.history-line {
  z-index: 4;
  position: relative;
  inset: auto 0%;
  overflow: clip;
}

.line-wrapper {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% auto 48px;
  overflow: hidden;
}

.history-p {
  max-width: 270px;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
}

.horizontal-scroll {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-history-title-wrapper {
  margin-bottom: auto;
}

.history-image-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 275px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-height {
  width: 100%;
  height: 500vw;
}

.image-layer {
  z-index: 2;
  background-color: var(--colors--primary);
  pointer-events: none;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.about-animation-image-wrapper {
  width: 45%;
  position: relative;
}

.overlay-wrapper {
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-right {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.image-overlay {
  background-color: var(--colors--primary);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.normal-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
}

.normal-title.none-margin {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.normal-title.none-margin.text-align-left {
  text-align: left;
}

.about-year-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-contain-wrapper {
  width: 100%;
  height: 100%;
}

.global-small-text-second {
  font-size: .8rem;
}

.about-p-second {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.about-p-second.text-align-left {
  text-align: left;
  max-width: 75%;
}

.about-p-second.text-align-left.second-version {
  max-width: 100%;
}

.contain-image-block {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  right: -20%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.first-line-second-version {
  display: block;
  position: relative;
}

.overflow-hidden-second {
  overflow: hidden;
}

.image-wrapper {
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-flex-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.about-flex-right.second {
  justify-content: space-between;
  width: 100%;
}

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

.about-year {
  font-size: 5.5rem;
}

.about-year.size--small {
  color: var(--colors--primary);
  font-size: 3.5rem;
}

.text-animation-wrapper {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.service-sticky-center-column {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-sticky-rive {
  object-fit: scale-down;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.service-sticky-content-text-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 22rem;
  display: flex;
}

.service-sticky-content-text-block.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.service-sticky-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.service-sticky-rive-wrapper {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
  left: 0;
  overflow: clip;
}

.service-sticky-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.service-sticky-content-block.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.service-sticky-column {
  width: 100%;
  position: relative;
}

.about-rive-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: -200px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.about-rive {
  width: 55%;
}

.about-rive.left {
  perspective-origin: 50%;
  transform-origin: 50%;
  transform: rotate(-180deg);
}

.about-main-image {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 13%;
  height: auto;
  position: absolute;
  inset: 60% auto auto 50%;
  transform: translate(-50%, -50%);
  box-shadow: -1px -1px 20px #fff7f79e;
}

.shadow-image {
  pointer-events: none;
  width: 65%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% -15%;
}

.shadow-image.right {
  transform-style: preserve-3d;
  inset: 0% -15% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.principle-block {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.principle-child {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.principle-flex {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.principle-flex.center {
  justify-content: center;
  align-items: center;
}

.principle-icon {
  width: 75px;
  height: auto;
}

.principle-icon.size--small {
  width: 40px;
}

.polygon {
  width: 95px;
  height: auto;
}

.polygon-wrapper {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--colors--primary);
  border-radius: .5em 0 0 .5em;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  display: flex;
  position: relative;
}

.polygon-wrapper.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.principle-number {
  color: var(--colors--primary);
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.principle-number.right {
  transform-style: preserve-3d;
  left: 25%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(-50%, -50%);
}

.principle-rive {
  z-index: -10;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.principle-line {
  background-color: var(--colors--primary);
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -99%;
  right: auto;
  transform: translate(0, -50%);
}

.arrow {
  width: 8px;
  height: auto;
  position: absolute;
  bottom: 50%;
  left: -5%;
  right: auto;
  transform: translate(0, 50%);
}

.principle-image {
  border-radius: 1em;
  height: 250px;
}

.principle-flex-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.principle-child-second-version {
  width: 25%;
}

.principle-second-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.principle-second-block.ai {
  background-color: var(--global-box-bg);
  background-color: #191d1b99;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.principle-second-block.for-integration {
  background-color: #191d1b99;
  width: 135px;
}

.principle-second-block.for-integration.have--rotate {
  transform: rotate(180deg);
}

.principle-second-block.ai-child {
  background-color: var(--global-box-bg);
  background-color: #191d1b99;
  padding-left: 1em;
  padding-right: 1em;
}

.principle-second-block.ai {
  background-color: #191d1b99;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.image-frame-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
  transform: scale(.9);
}

.image-frame-block {
  perspective: 750px;
  width: 20rem;
  height: 26rem;
  position: relative;
}

.image-frame-item {
  width: 20rem;
  height: 26rem;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.image-frame-item.first {
  transform: translate(-125%);
}

.image-frame-item.second {
  transform: translate(-75%);
}

.image-frame-item.third {
  transform: translate(125%);
}

.image-frame-item.fourth {
  transform: translate(75%);
}

.small-image {
  width: 100%;
  height: 100%;
  transform: scale(.65);
}

.medium-image {
  width: 100%;
  height: 100%;
  transform: scale(.75);
}

.about-image {
  border-radius: 1em;
}

.platform-block {
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.platform-block.for--hero {
  margin-top: 0;
}

.platform-rive {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.platform-child {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.platform-child.right {
  justify-content: space-between;
  align-items: flex-start;
}

.integration-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 43rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.integration-rive {
  z-index: -2;
  width: 100%;
  height: 300px;
  position: relative;
}

.integration-rive-block {
  width: 100%;
  position: relative;
}

.integration-rive-block.down {
  transform: rotate(180deg);
}

.integration-rive-child {
  position: absolute;
  inset: -25% auto auto -5.7%;
}

.integration-rive-child.second {
  left: 23.7%;
}

.integration-rive-child.third {
  left: 56.5%;
}

.integration-rive-child.fourth {
  left: 84%;
}

.custom-image {
  z-index: -1;
  width: 20px;
  height: auto;
  position: absolute;
  inset: auto auto -13% 50%;
  transform: translate(-50%);
}

.integration-rive-connect-image-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -5% 50%;
  transform: translate(-50%);
}

.auto-size {
  width: auto;
  height: auto;
}

.ai-block {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.feature-rive {
  object-fit: scale-down;
  width: 100%;
  height: 150px;
}

.feature-rive.right {
  transform: rotate(180deg);
}

.feature-rive.last {
  height: 450px;
}

.feature-rive.last.second {
  width: 50%;
  height: 300px;
}

.feature-rive.second-version {
  width: 50%;
}

.security-rive-block {
  justify-content: space-between;
  display: flex;
}

.security-rive-block.second-version {
  width: 50%;
}

.home-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-layer {
  pointer-events: none;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.key-features-height-loader-box {
  width: 100%;
  height: 100vh;
}

.mobile-animation-section {
  margin-top: var(--desktop-separator);
}

.mobile-animation-section.second {
  margin-top: 0;
  margin-bottom: var(--desktop-separator);
}

.iphone-mockup-frame-image {
  height: 100%;
}

.iphone-mockup-frame-image.show-in-tablet {
  display: none;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-section-medium {
  padding-right: var(--desktop-padding-x);
  padding-left: var(--desktop-padding-x);
}

.key-feature-icon-v1 {
  width: 5rem;
}

.key-feature-text-content-v1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.key-features-height-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}

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

.heading-style-h4-2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
}

.dashboard-mobile-image {
  z-index: -1;
  object-fit: fill;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
}

.key-feature-item-content-v1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.key-features-items-v1 {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.key-features-box-v1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 5rem;
}

.section-main-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-frame {
  background-color: var(--global-box-bg);
  border-radius: 1rem;
}

.card-frame.second-key-feature-item-card-v1 {
  border-radius: 1rem;
}

.key-features-phone-wrapper-v1 {
  z-index: 1;
  justify-content: flex-end;
  width: 35%;
  margin-right: 3rem;
  display: flex;
  position: relative;
}

.dashboard-mobile-image-frame {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4rem;
  height: 98%;
  padding-left: .5rem;
  padding-right: .5rem;
  position: absolute;
  inset: 1% .25rem auto;
  overflow: hidden;
}

.key-features-height-v1 {
  height: 350vh;
  position: relative;
}

.iphone-mockup-frame-v1 {
  width: 90%;
  padding: .125rem;
  position: relative;
}

.feature-p {
  font-size: .8rem;
}

.primary-glow-wrapper-box {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper-box.full-width {
  width: 100%;
}

.medium-paragraph-home {
  color: #f2f2f2;
  font-size: .9rem;
  font-weight: 500;
}

.medium-paragraph-home.text-align-center {
  padding-top: 7px;
  padding-bottom: 8px;
}

.space-between-flex-row-home {
  border-bottom: 1px solid #8e8b8a82;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.space-between-flex-row-home.is--wrap-single-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom-style: none;
  flex-flow: row-reverse;
  padding-top: 4em;
  padding-bottom: 4em;
}

.space-between-flex-row-home.is--wrap-single-row.third-version {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #191d1b99;
  border: 1px solid #63a797;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  box-shadow: 0 4px 4px #00000040;
}

.space-between-flex-row-home.is--wrap-single-row.third-version.last-feature {
  width: 100%;
}

.inside-button-integration {
  z-index: 2;
  background-color: #000201;
  border: 1px #000;
  border-radius: 100px;
  padding: 16px 25px;
  position: relative;
  overflow: hidden;
}

.inside-button-integration.none-padding {
  padding: 0;
}

.inside-button-integration.none-padding.for--faq {
  border-radius: 1.5em;
}

.inside-button-integration.none-padding.for--socials {
  border-radius: 50%;
}

.is--color-green-variable-2 {
  color: #63a797;
}

.shadow-large {
  z-index: 2;
  filter: blur(10px);
  background-color: #000201;
  width: 120%;
  height: 150%;
  margin-left: -10%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 120%);
}

.shadow-large.first.feature {
  background-color: #191d1b99;
}

.discover-block-2 {
  aspect-ratio: 1;
  color: #201428;
  object-fit: cover;
  background-color: #000201;
  border-bottom: 1px solid #494949;
  border-left: 1px solid #494949;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.discover-block-2:hover {
  color: #7400ab;
}

.gradiant-ai-line {
  z-index: 100;
  background-image: linear-gradient(90deg, var(--colors--black), var(--colors--primary) 50%, var(--colors--black));
  width: 150px;
  height: 1.5px;
  display: none;
  position: absolute;
  inset: auto -40% -150% auto;
  transform: rotate(30deg);
}

.gradiant-ai-line.down {
  width: 175px;
  inset: -150% -40% auto auto;
  transform: rotate(-30deg);
}

.gradiant-ai-line.down.center {
  width: 140px;
  top: -99%;
  right: -8%;
  transform: rotate(-20deg);
}

.gradiant-ai-line.down.top-right {
  inset: auto auto -157% -62%;
}

.gradiant-ai-line.center-right {
  width: 120px;
  inset: -31% auto auto -88%;
  transform: rotate(20deg);
}

.gradiant-ai-line.down-right {
  inset: -125% auto auto -115%;
  transform: rotate(25deg);
}

.hire-row-text {
  flex: 1;
}

.customization-dropdown-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  padding: .5rem 1rem 1rem;
  display: block;
  position: static;
}

.hire-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: opacity .4s;
  display: flex;
}

.hire-row:hover {
  opacity: .6;
}

.hire-icon-wrapper {
  aspect-ratio: 1;
  color: #fff;
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: flex;
}

.custom-page-fixed-block {
  z-index: 1300;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  max-width: 20rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: 1rem;
}

.webflow-logo {
  aspect-ratio: 1;
  width: 2.25rem;
  overflow: hidden;
}

.customization-dropdown {
  background-color: #fff;
  border: 1px solid #00000078;
  border-radius: .5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 14px #00000012;
}

.customization-text {
  color: #000;
  white-space: normal;
}

.hire-rows-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.customization-heading-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plus-text-discover {
  z-index: 2;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.hire-icon {
  aspect-ratio: 1;
  color: #fff;
  width: 1.2rem;
  overflow: hidden;
}

.customization-dropdown-toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 1rem 1rem 1rem .3rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.customization-dropdown-toggle:hover {
  opacity: .65;
}

.hero-spline-image {
  mix-blend-mode: screen;
}

.hero-full-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hire-icon-wrapper-2 {
  aspect-ratio: 1;
  mix-blend-mode: difference;
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: flex;
}

.customization-dropdown-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  padding-left: .8rem;
  padding-right: .8rem;
  display: block;
  position: static;
}

.hire-row-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.hire-row-2:hover {
  opacity: .6;
}

.customization-dropdown-2 {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  padding: 0;
  font-size: .8rem;
  position: static;
  overflow: hidden;
}

.plus-text-2 {
  z-index: 2;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.text-subtitle-discover {
  font-size: .92rem;
}

.hire-icon-2 {
  aspect-ratio: 1;
  color: #fff;
  width: 1.2rem;
  overflow: hidden;
}

.customization-text-2 {
  white-space: normal;
}

.spase-1rem {
  padding-top: 1rem;
}

.customization-dropdown-toggle-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .6rem 1rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.customization-dropdown-toggle-2:hover {
  opacity: .65;
}

.hire-row-text-2 {
  flex: 1;
  font-size: .85rem;
  font-weight: 400;
}

.hire-row-3 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.hire-row-3:hover {
  opacity: .9;
}

.spase-1-5rem {
  padding-top: 1.5rem;
}

.hire-icon-wrapper-3 {
  aspect-ratio: 1;
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: flex;
}

.light-blue-notifbar {
  filter: blur(5px);
  background-image: linear-gradient(90deg, #fff, #3fa2ff);
  width: 240%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image-2 {
  transform-origin: 0 100%;
  width: 1.6rem;
  height: auto;
}

.image-2.is-2 {
  z-index: 0;
  perspective-origin: 100% 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.customization-heading-row-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-notifbar {
  z-index: 1300;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #f4faff;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  max-width: 20rem;
  padding: 1px;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  overflow: clip;
}

.text-subtitle-discover-2 {
  color: #050505;
  font-size: .92rem;
  font-weight: 400;
}

.customization-dropdown-toggle-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .7rem .5rem 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.customization-dropdown-toggle-3:hover {
  opacity: .65;
}

.customization-text-3 {
  white-space: normal;
  font-size: .95rem;
  font-weight: 600;
}

.image-3 {
  width: 1.4rem;
  height: auto;
}

.customization-dropdown-3 {
  background-color: #fff;
  border-radius: .3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 .6rem;
  font-size: .8rem;
  overflow: hidden;
}

.hire-icon-3 {
  aspect-ratio: 1;
  color: #fff;
  width: 1.2rem;
  overflow: hidden;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.6rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.plus-text-3 {
  z-index: 2;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.image-4 {
  width: 3rem;
}

.home-one-destination-text-wrap {
  z-index: 2;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-button {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  background-color: #ee5e00;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.home-one-marquee-large-text {
  color: #00000026;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25rem;
  font-weight: 600;
  line-height: 26.25rem;
}

.home-one-marquee-large-text.home-one-destination-large-text {
  color: #ffffff1a;
  font-size: 17.375rem;
  line-height: 18.2438rem;
}

.home-one-marquee-large-text.service-one-marquee-large-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff0 89%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-one-marquee-large-text.home-two-marquee-text {
  font-size: 18.75rem;
  line-height: 17rem;
}

.home-one-destination-paragraph {
  max-width: 633px;
}

.button-mask {
  overflow: hidden;
}

.home-one-designation-image-three {
  display: none;
  position: absolute;
  inset: auto auto -142px 345px;
}

.home-one-designation-image-one {
  z-index: 4;
  display: none;
  position: absolute;
  inset: -175px auto auto 0%;
}

.home-one-destination-heading {
  max-width: 503px;
}

.home-one-destination-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 107px;
  padding-bottom: 118px;
  display: flex;
}

.text-marquee-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.overflow-none {
  overflow: hidden;
}

.position-relative-2 {
  position: relative;
}

.home-one-designation-image-two {
  z-index: 4;
  display: none;
  position: absolute;
  top: 174px;
  left: auto;
  right: 0%;
}

.text-marquee-block {
  align-items: center;
  display: flex;
}

.secondt-btn-text {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200%);
}

.tag-text {
  color: #ee5e00;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.text-marquee-box {
  flex: none;
}

.text-marquee-box.home-one-destination-marquee-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.link-text-wrp {
  position: relative;
}

.hp-template-content-wrap {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-overflow-hidden-2 {
  margin-top: -12px;
  padding-top: 0;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.inside-button-3 {
  z-index: 2;
  background-color: #000201;
  border: 1px #000;
  border-radius: 100px;
  padding: 16px 25px;
  position: relative;
  overflow: hidden;
}

.inside-button-3.none-padding {
  padding: 0;
}

.inside-button-3.none-padding.ai-child {
  border-radius: 1em;
}

.primary-glow-wrapper-2 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper-2.full-width {
  width: 100%;
}

.text-block-2 {
  color: #00fac3;
}

.hp_hero_banner_wrapper-4 {
  z-index: 1;
  background-image: url('../images/Hero_banner_1Hero_banner.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  margin-top: 42px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}

.hp_hero_banner_wrapper-4.hp-hero-inner {
  background-image: url('../images/Hero-bg.svg');
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.hp_hero_banner_wrapper-4.hp-hero-inner-copy {
  background-image: url('../images/Hero-bg.svg');
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  transform: translate(0);
  box-shadow: 4px 8px 2px -2px #0003;
}

.is--color-green-variable-3 {
  color: #63a797;
}

.platform-block-2 {
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2 {
  max-width: 1100px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2em 2em 5em;
}

.hp_blog_update_one_cms_box {
  z-index: 5;
  margin-bottom: 120px;
  position: relative;
}

.hp_blog_update_one_cms_main_items {
  border-radius: 24px;
  padding: 1px;
}

.text-marquee-box-2 {
  background-color: #111;
  flex: none;
  margin-top: 27px;
  margin-left: -23px;
}

.text-marquee-box-2.the-orozco-realty {
  background-color: #1110;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-page-big-text-copy {
  opacity: .62;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Tab-Change-image-2.webp'), linear-gradient(#eed0bc, #fff0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -108px;
  font-size: 12rem;
  font-weight: 700;
  line-height: 26.25rem;
}

.home-one-marquee-large-text-two-copy {
  color: #00000026;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25rem;
  font-weight: 600;
  line-height: 26.25rem;
}

.home-one-marquee-large-text-two-copy.landing-large-marquee-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e29e7226, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 93px;
  font-size: 14rem;
  line-height: 14rem;
  box-shadow: 0 2px 5px 1px #0a000033;
}

.text-center-10 {
  text-align: center;
  margin-top: -141px;
}

.center-flex-2 {
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-left: 14px;
  display: flex;
}

.section-253 {
  background-color: #0000;
  margin-top: 100px;
}

.text-marquee-wrap-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.landing-home-page-wrap-copy {
  align-items: center;
  margin-top: 12px;
}

.primary-glow-wrapper-19 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.landing-home-page-wrap-copy-4 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  margin-top: 200px;
}

.text-marquee-box-copy {
  background-color: #111;
  flex: none;
  margin-top: 15px;
  margin-left: -23px;
}

.text-marquee-box-copy.the-orozco-realty {
  background-color: #1110;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-page-big-text-copy-copy {
  opacity: .62;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Tab-Change-image-2.webp'), linear-gradient(#eed0bc, #fff0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 72px;
  font-size: 9rem;
  font-weight: 700;
  line-height: 26.25rem;
}

.text-marquee-box-3 {
  background-color: #111;
  flex: none;
  margin-top: 27px;
  margin-left: -23px;
}

.text-marquee-box-3.the-orozco-realty {
  background-color: #1110;
  padding-left: 15px;
  padding-right: 15px;
}

.text-marquee.full-width.overflow-none.home-two-text-matquee-section {
  padding-top: 0;
}

.text-marquee-wrap-3 {
  flex: none;
  align-items: center;
  margin-top: -30px;
  display: flex;
}

.landing-home-page-wrap-copy-3 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  width: 100%;
  margin-top: -200px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  box-shadow: 7px 5px 9px 6px #000;
}

.welcomsection {
  background-color: #0000;
  margin-top: 100px;
}

.text-center-copy {
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: left;
  width: 110%;
  margin-top: -15px;
  margin-bottom: 0;
  margin-left: -5px;
  font-size: 1rem;
  line-height: 1.3;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
}

.heading-3 {
  color: var(--colors--gray);
  text-align: center;
  margin-top: .25em;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
}

.home-one-destination-large-image-wrap-4 {
  z-index: 3;
  mix-blend-mode: normal;
  width: 130%;
  height: 85px;
  margin-top: 48px;
  margin-left: -146px;
  box-shadow: 1px 1px 5px 3px #000;
}

.heading-5, .paragraph-3 {
  margin-bottom: 0;
}

.primary-glow-wrapper-4 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper-4.full-width {
  width: 100%;
}

.text-align-center-2 {
  color: #666;
  text-align: center;
  width: 700px;
  margin-left: -83px;
}

.container-4 {
  max-width: 1100px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.is--color-green-variable-4 {
  color: #63a797;
}

.primary-glow-wrapper-20 {
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.primary-glow-wrapper-20.full-width {
  width: 100%;
}

.container-5 {
  max-width: 1100px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.is--color-green-variable-5 {
  color: #63a797;
}

.container-full-copy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full-copy.listings-01 {
  margin-top: -3px;
  padding: 0 40px 20px;
  overflow: visible;
}

.title-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-2.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.listings-badge {
  color: #e3af5a;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #1a1614;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 9px 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.title-flex {
  flex-wrap: nowrap;
  display: flex;
}

.listings-text {
  max-width: 620px;
  font-family: Gilda Display, sans-serif;
}

.heading-6 {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 2;
}

.heading-8 {
  color: var(--off-white);
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -17px;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.section-254 {
  text-align: center;
  margin-top: 21px;
}

.paragraph-4 {
  color: var(--off-white);
  width: 505px;
  margin-top: -12px;
  margin-left: -5px;
}

.paragraph-5 {
  color: var(--off-white);
  width: 505px;
  margin-top: -15px;
  margin-left: -8px;
}

.first {
  color: var(--colors--primary);
}

.first.is--bold {
  letter-spacing: -.5px;
  font-weight: 700;
  transition: opacity .4s;
}

.first.is--bold:hover {
  opacity: .6;
}

.section-256 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 0 2px 10px 1px #030409;
}

.paragraph-6 {
  padding-left: 40px;
  padding-right: 10px;
}

.title-wrapper-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-3.fade-in-animation {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
}

.centered-h6 {
  color: var(--colors--primary);
  letter-spacing: 6px;
  padding-left: 7px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
}

.centered {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  list-style: none;
}

.icon-main {
  color: var(--colors--primary);
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 4px;
  position: static;
  top: -10px;
}

.description-max-width {
  text-align: center;
  letter-spacing: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.testimonial-icon-02 {
  opacity: .1;
  align-self: flex-start;
  max-height: 120px;
}

.slide-nav-testimonial {
  padding-top: 2%;
  position: static;
  inset: auto 0% 0%;
}

.testimonial-client-wrapper-02 {
  flex-wrap: nowrap;
  display: flex;
}

.star-2 {
  filter: sepia(50%);
  max-height: 15px;
}

.image-small-circle-02 {
  border-radius: 100%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.right-arrow {
  margin-left: 0;
  margin-right: 0;
  transition: color .4s ease-in-out;
  display: none;
  inset: 0% 15% 0% auto;
}

.right-arrow:hover {
  color: #eee;
}

.container-full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.reviews-image.no-max-width {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.container-full.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-full.reviews-image.no-max-width {
  background-image: linear-gradient(#0000, #0000), url('../images/Use_the_two_images_of_my_Avata_Nano_Banana_Pro_86380.jpg');
}

.container-full.no-max-width {
  height: 90%;
}

.container-full.padding-216px {
  padding-left: 216px;
  padding-right: 216px;
}

.testimonial-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.max-width-36rem {
  max-width: 36rem;
}

.stars-wrapper {
  grid-column-gap: 5px;
  flex-wrap: nowrap;
  display: flex;
}

.left-arrow {
  transition: color .4s ease-in-out;
  display: none;
  inset: 0% auto 0% 15%;
  overflow: visible;
}

.left-arrow:hover {
  color: #e67e22;
}

.color-white {
  color: #f5f5f5;
}

.testimonial-image-wrapper {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide {
  width: 900px;
  margin-left: 5px;
  margin-right: auto;
  padding-top: 0;
}

.mask-testimonial {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slider-testimonial {
  background-color: #0000;
  max-width: 55%;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.slider-testimonial.slide-up-animation {
  margin-left: 220px;
  padding-left: 23px;
}

.testimonial-text-wrapper {
  width: 100%;
}

.commercial {
  width: 100%;
  height: 90%;
  margin-top: 0;
}

.space-large {
  min-height: 112px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cool-section {
  text-align: left;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cool-section.position-relative {
  position: relative;
}

.cool-section.overflow-visible {
  overflow: visible;
}

.cool-section.for--footer {
  border-width: 1px;
  border-color: var(--colors--gray) black black;
  background-color: #000;
  border-top-style: solid;
  position: relative;
}

.hero-title-wrapper-copy {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-title-wrapper-copy.second-version {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.hero-title-wrapper-copy.second-version.have--position {
  z-index: 2;
  position: relative;
}

.hero-title-wrapper-copy.full {
  z-index: 5;
  width: 100%;
  padding-top: 5em;
  position: relative;
}

.hero-title-wrapper-copy-copy {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-title-wrapper-copy-copy.second-version {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.hero-title-wrapper-copy-copy.second-version.have--position {
  z-index: 2;
  position: relative;
}

.hero-title-wrapper-copy-copy.full {
  z-index: 5;
  width: 100%;
  padding-top: 5em;
  position: relative;
}

.backdrop {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.backdrop.position-relative {
  position: relative;
}

.backdrop.overflow-visible {
  overflow: visible;
}

.backdrop.for--footer {
  border-width: 1px;
  border-color: var(--colors--gray) black black;
  background-color: #000;
  border-top-style: solid;
  position: relative;
}

.secondbrown {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 140px;
  box-shadow: 7px 5px 9px 6px #000;
}

.firstbrown {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  width: 100%;
  margin-top: -200px;
  margin-bottom: 0;
  padding-top: 102px;
  padding-bottom: 0;
  box-shadow: 7px 5px 9px 6px #000;
}

.secondbrown-copy {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 50% 0;
  background-size: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 140px;
  box-shadow: 4px 3px 11px 6px #000;
}

.introsub-title {
  color: var(--off-white);
  text-align: center;
  margin-top: -162px;
  padding-bottom: 20px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.what-sets-us-apart-title {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.what-sets-us-apart-title.second-version {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
}

.what-sets-us-apart-title.second-version.have--position {
  z-index: 2;
  position: relative;
}

.what-sets-us-apart-title.full {
  z-index: 5;
  width: 100%;
  padding-top: 5em;
  position: relative;
}

.section-259 {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-us-title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hp-home-two-counter-title-wrap {
  max-width: 621px;
  margin-left: auto;
  margin-right: auto;
}

.hp-home-two-counter-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}

.container_two-2 {
  max-width: 1007px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container_two-2.hp-home-two-counter-sec-container {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hp-home-two-counter-details {
  width: 100%;
  margin-top: 80px;
  margin-left: 134px;
}

.hp-home-two-counter-item {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-image: linear-gradient(#222020, #13121280);
  border-left: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 307px;
  margin-left: -2px;
  padding: 62px 40px 47px;
  display: flex;
  transform: translate(2px);
}

.hp-home-two-counter-item.hp-home-two-counter-item-border-right-none {
  border-right-color: #0000;
  padding-right: 20px;
}

.hp-home-two-counter-item.hp-home-two-counter-item-border-left-none {
  border-left-color: #0000;
}

.hp-home-two-counter-title {
  color: #cfcfcf;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.hp-home-two-counter-hr {
  opacity: .2;
  background-image: linear-gradient(270deg, #131112, #fff 50%, #131112);
  height: 1px;
}

.hp-home-two-counter-item-wrap {
  border: none;
  border-top: 1px solid #0000;
  border-image: linear-gradient(to right, #13111200 0%, #ffffff20 50%, #13111200 100%) 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 800px;
  margin-left: -113px;
  display: flex;
}

.hp-home-two-counter-item-wrap.hp-home-two-counter-item-wrap-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: none;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #13111200 0%, #ffffff20 50%, #13111200 100%) 1;
  margin-left: 71px;
}

.hp-home-two-counter-content-wrap {
  width: 100%;
  max-width: 100%;
  margin-left: 113px;
}

.section-260 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0 0;
  background-size: auto;
  height: 8%;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.hp_footer_wrapper-2 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  overflow: hidden;
  box-shadow: 0 2px 15px #020000;
}

.container-6 {
  max-width: 1410px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
  padding-right: 12px;
}

.section-261, .section-262 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.code-embed-5 {
  padding-top: 60px;
}

.slide-nav-testimonial-2 {
  opacity: 0;
  padding-top: 2%;
  position: static;
  inset: auto 0% 0%;
}

.testimonial-client-wrapper-3 {
  flex-wrap: nowrap;
  display: flex;
}

.max-width-36rem-2 {
  color: var(--colors--primary);
  width: 700px;
  max-width: 700px;
}

.testimonial-text-wrapper-2 {
  width: 900px;
}

.space-large-2 {
  min-height: 100px;
}

.aiou-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.space-text-half {
  min-height: 7.5px;
}

.cta-wrapper {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 90%;
  margin-top: -48px;
  display: grid;
}

.button-yellow {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e3af5a;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
  box-shadow: 0 2px 5px 1px #000000f7;
}

.button-yellow:hover {
  color: #111;
  background-color: #f5f5f5;
}

.space-mid {
  min-height: 96px;
}

.cta-image {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 50%;
  min-width: 720px;
  max-width: 720px;
  min-height: 720px;
  max-height: 720px;
  padding-top: 56px;
  padding-left: 0;
  padding-right: 47px;
  position: relative;
}

.centered-on-mobile.slide-in-from-left-animation {
  letter-spacing: 0;
  width: 650px;
  margin-top: -.8em;
  font-family: Gilda Display, sans-serif;
}

.gradient-overlay {
  z-index: 99;
  background-image: linear-gradient(90deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-paragraph {
  max-width: 540px;
}

.icon-main-2 {
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 4px;
  position: static;
  top: -10px;
}

.gradient-overlay-top {
  z-index: 99;
  background-image: linear-gradient(0deg, #0000 50%, #111);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-text-wrapper {
  z-index: 100;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 62px;
  display: flex;
  position: relative;
}

.gradient-overlay-bottom {
  z-index: 99;
  background-image: linear-gradient(0deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-263 {
  height: 70%;
}

.section-264 {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-265 {
  background-image: url('../images/Inner-Demo-Section-BG.svg');
  background-position: 0 0;
  background-size: auto;
}

.feature-i-image {
  object-fit: fill;
  min-width: 360px;
  max-width: 360px;
  min-height: 420px;
  max-height: 420px;
  margin-right: -17px;
  padding-right: 0;
  position: absolute;
  inset: 50% -10% 0% auto;
  overflow: hidden;
}

.heading-12 {
  font-size: 17px;
}

.numbers {
  color: #252525;
  text-align: center;
  margin-bottom: 60px;
  font-size: 250px;
  line-height: .8;
  position: relative;
  top: 44px;
}

.button-text-with-overlay {
  z-index: 2;
  color: #f5f5f5;
  position: relative;
}

.values-thirds-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 280px;
  max-width: 280px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.slide-nav-testimonial-3 {
  padding-top: 2%;
  position: static;
  inset: auto 0% 0%;
}

.testimonial-client-wrapper-4 {
  flex-wrap: nowrap;
  display: flex;
}

.feature-ii-image {
  object-fit: fill;
  min-width: 620px;
  max-width: 620px;
  min-height: 420px;
  max-height: 420px;
  margin-right: 0;
  position: absolute;
  inset: 50% auto 0% -10%;
  overflow: hidden;
}

.features-description-03 {
  width: 600px;
  max-width: 700px;
  margin-left: -29px;
}

.block-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.destinations-container {
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.destinations-container.padding-144px {
  background-color: #141313;
  margin-top: 39px;
  margin-bottom: 200px;
  padding: 0 144px 68px;
  box-shadow: 0 2px 5px 3px #02000033;
}

.destinations-container.padding-72px {
  color: #2b333d;
  background-color: #101013;
  margin: 6px 10px 48px;
  padding-bottom: 200px;
  padding-left: 72px;
  padding-right: 24px;
}

.destinations-container.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/black-and-brown-leather-padded-tub-sofa-Square.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.destinations-container.no-max-width {
  margin-top: -1px;
}

.values-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.values-image._3d-image {
  position: absolute;
  inset: 0%;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.text-wrapper.align-left.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.section-266 {
  width: 120%;
  margin-top: -6px;
  margin-bottom: 45px;
  margin-left: -44px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.values-image-wrapper {
  z-index: 10;
  min-width: 320px;
  max-width: 320px;
  min-height: 580px;
  max-height: 580px;
  position: relative;
  overflow: hidden;
}

.section-40 {
  opacity: 1;
}

.button-yellow-2 {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e3af5a;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-yellow-2:hover {
  color: #111;
  background-color: #f5f5f5;
}

.teams-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-ii {
  background-color: #252525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 880px;
  max-width: 880px;
  margin-left: 64px;
  padding: 64px 50px 64px 64px;
  display: flex;
  position: relative;
}

.letter-wrapper {
  opacity: .8;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-flex {
  width: 100%;
  margin-bottom: 45px;
  margin-left: auto;
  padding-bottom: 0;
  display: flex;
}

.features-flex.max-width-1440px {
  margin-bottom: 51px;
}

.max-width-36rem-3 {
  color: #f5f5f5;
  mix-blend-mode: darken;
  max-width: 36rem;
  transform: translate(11px, 34px);
}

.space-text {
  min-height: 16px;
}

.icon-main-3 {
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 24px;
  margin-right: -32px;
  padding-right: 0;
  position: static;
  top: -10px;
  transform: scale(2);
}

.section-5 {
  margin-bottom: 132px;
}

.description-max-width-small {
  text-align: left;
  align-self: flex-start;
  max-width: 200px;
}

.testimonial-text-wrapper-3 {
  width: 100%;
}

.title-wrapper-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -129px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.title-wrapper-4.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.feature-i {
  background-color: #252525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 680px;
  max-width: 680px;
  min-height: 640px;
  max-height: 640px;
  margin-top: -96px;
  margin-left: 128px;
  padding: 64px;
  display: flex;
  position: relative;
}

.space {
  min-height: 64px;
  margin-bottom: -18px;
  padding-bottom: 0;
}

.image-9 {
  opacity: 1;
  text-align: left;
  mix-blend-mode: exclusion;
  border-radius: 0;
  transform: translate(-11px)translate(0, 34px)translate(0, -25px)translate(-2px, -61px)translate(-300px, -300px);
}

.features-i-ii-image {
  opacity: .91;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 3px;
  margin-left: 11px;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
  bottom: -1%;
  left: -2%;
  right: 0%;
  box-shadow: 0 -1px 17px #0e0901;
}

.side-quote-text-ii {
  flex-direction: column;
  align-self: flex-end;
  min-width: 210px;
  max-width: 210px;
  display: flex;
  position: relative;
}

.max-width-450px {
  max-width: 600px;
  margin-left: -32px;
  padding-left: 0;
}

.about-half-wrapper {
  background-image: url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.space-large-3 {
  min-height: 112px;
  margin-top: -500px;
}

.space-small {
  min-height: 32px;
}

.section-4 {
  margin-bottom: auto;
  padding-bottom: 0;
}

.button {
  color: #e3af5a;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.about-us {
  background-color: #252525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67%;
  min-width: 900px;
  max-width: 67%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  left: -45px;
}

.about-features-image {
  object-fit: cover;
  border-radius: 0;
  width: 116%;
  max-width: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 45px;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% -8% -8%;
  box-shadow: -3px -1px 9px 7px #0003;
}

.vertical-line {
  background-color: #252525;
  width: 4px;
  height: 240px;
}

._3d-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 150%;
  display: flex;
  position: absolute;
  inset: -18% 0% 0% -29%;
}

.max-width-640px {
  max-width: 640px;
}

.centered-h6-2 {
  padding-bottom: 0;
  padding-left: 7px;
}

.about-us-agents-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  margin-bottom: 200px;
  padding-bottom: 88px;
}

.row-content {
  grid-column-gap: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-us-icon {
  max-width: 45px;
  max-height: 45px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.about-us-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-overlay {
  z-index: 1;
  background-color: #252525;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay:hover {
  border-color: #0000;
}

.features-description {
  max-width: 460px;
}

.features-text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 57.5%;
  display: flex;
}

.features-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hpme-faded-line-02 {
  background-image: linear-gradient(90deg, #0000, #e3af5a);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  position: relative;
  top: -4px;
}

.about-us-image {
  object-fit: fill;
  border-radius: 10px;
  min-width: 380px;
  max-width: 380px;
  min-height: 480px;
  max-height: 480px;
  margin-top: 21px;
  margin-right: -68px;
  position: absolute;
  inset: 10% -90px auto auto;
  overflow: hidden;
  box-shadow: -11px -15px 2px -5px #0003;
}

.side-quote-text {
  flex-direction: column;
  min-width: 250px;
  max-width: 250px;
  margin-left: 32px;
  display: flex;
  position: relative;
}

.section-267 {
  background-color: #8f8c8c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-268 {
  margin-bottom: 102px;
}

.section-269 {
  background-color: #d1cdcd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-270 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-18 {
  width: 900px;
}

.financial-intro {
  width: 100%;
  height: 90%;
  margin-top: 30px;
}

.section-271 {
  background-color: #111;
  margin-bottom: 40px;
}

.image-10 {
  width: 92%;
  margin-bottom: 100px;
  margin-left: 40px;
  padding: 0;
  box-shadow: 0 2px 5px 6px #000;
}

._404-section {
  text-align: left;
  background-color: #080808;
  margin: 147px auto 0;
  padding-bottom: 0;
  overflow: hidden;
}

._404-section.position-relative {
  position: relative;
}

._404-section.position-relative.overflow-visible.overflow-hidden-on-tablet {
  padding-bottom: 0;
}

._404-section.overflow-visible {
  overflow: visible;
}

._404-section.for--footer {
  border-width: 1px;
  border-color: var(--colors--gray) black black;
  background-color: #000;
  border-top-style: solid;
  position: relative;
}

.text-block-3 {
  width: 600px;
  font-family: Gilda Display, sans-serif;
  font-size: 1.3rem;
}

.mainpagebackdrop {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.mainpagebackdrop.reviews-image.no-max-width {
  background-image: linear-gradient(#0000, #0000), url('../images/Recreate_the_wallpaper_of_Real_Nano_Banana_Pro_82667.jpg');
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.mainpagebackdrop.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mainpagebackdrop.no-max-width {
  height: 90%;
}

.hp_footer_wrapper-2-copy {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  height: 20%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px #020000;
}

.avatarbackdrop {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.avatarbackdrop.reviews-image.no-max-width {
  background-image: linear-gradient(#0000, #0000), url('../images/a-modern-living-room-with-a-large-window.jpg');
  width: 100%;
  max-width: 100%;
  height: 20%;
  margin-top: -30px;
}

.avatarbackdrop.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.avatarbackdrop.no-max-width {
  height: 90%;
}

.image-small-circle {
  border-radius: 100%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.testimonial-client-wrapper {
  text-align: left;
  flex-wrap: nowrap;
  display: flex;
}

.tab-panel {
  background-color: #252525;
  border: 1px solid #252525;
  width: 100%;
  padding: 30px 60px 60px;
}

.testimonial-tab {
  box-shadow: none;
  color: #f5f5f5;
  text-align: center;
  cursor: pointer;
  background-color: #252525;
  border: 1px solid #252525;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow .2s;
  display: flex;
}

.testimonial-tab:hover {
  box-shadow: none;
  color: #f5f5f5;
  border-bottom: 1px solid #e3af5a80;
}

.testimonial-tab.w--current {
  box-shadow: none;
  background-color: #252525;
  border-bottom-color: #e3af5a;
}

.testimonial-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.reviews-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-content {
  width: 100%;
  display: flex;
}

.testimonial-text-wrapper-4, .section-272 {
  width: 100%;
}

.testimonial-icon {
  opacity: .05;
  align-self: flex-start;
  max-height: 120px;
  position: relative;
  top: 16px;
}

.features-flex-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-flex-2.max-width-1440px {
  margin-left: 140px;
}

.about-us-2 {
  background-color: #252525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 67%;
  min-width: 900px;
  max-width: 67%;
  margin-left: -38px;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  left: -45px;
  box-shadow: 0 2px 5px #0000003d;
}

.features-text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-450px-2 {
  max-width: 450px;
}

.about-us-image-2 {
  object-fit: fill;
  min-width: 380px;
  max-width: 380px;
  min-height: 480px;
  max-height: 480px;
  margin-right: 38px;
  position: absolute;
  inset: 10% -90px auto auto;
  overflow: hidden;
  box-shadow: -2px -1px 8px 2px #0e0d0d;
}

.about-features-image-2 {
  object-fit: cover;
  width: 116%;
  max-width: 116%;
  min-height: 116%;
  margin-left: -29px;
  margin-right: 44px;
  padding-right: 0;
  position: absolute;
  inset: auto 0% -8% -8%;
}

.image-11 {
  margin-top: -90px;
}

.text-block-4 {
  color: #4dcdae;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.principle-second-block-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.principle-second-block-copy.ai {
  background-color: var(--global-box-bg);
  background-color: #8b8b8b99;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.principle-second-block-copy.for-integration {
  background-color: #191d1b99;
  width: 135px;
}

.principle-second-block-copy.for-integration.have--rotate {
  transform: rotate(180deg);
}

.principle-second-block-copy.ai-child {
  background-color: var(--global-box-bg);
  background-color: #191d1b99;
  padding-left: 1em;
  padding-right: 1em;
}

.principle-second-block-copy.ai {
  background-color: #191d1b99;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
}

.section3 {
  text-align: left;
  background-color: #050505;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}

.section3.position-relative {
  position: relative;
}

.section3.position-relative.overflow-visible.overflow-hidden-on-tablet {
  margin-top: -39px;
  padding-bottom: 0;
  box-shadow: 3px -7px 12px #061018;
}

.section3.overflow-visible {
  overflow: visible;
}

.section3.for--footer {
  border-width: 1px;
  border-color: var(--colors--gray) black black;
  background-color: #000;
  border-top-style: solid;
  position: relative;
}

.dai {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.dai.for--home {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.dai.for--home.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
  margin-top: 0;
  padding-bottom: 0;
}

.dai.overflow-visible {
  overflow: visible;
}

.dai.virtual-background {
  height: 450px;
  min-height: 100%;
  margin-top: -200px;
  position: relative;
}

.dai.virtual-background.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
}

.slide-animation-wrapper-copy.flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.heading-22 {
  font-size: 2.1rem;
}

.hero_avatar {
  border: .0625rem solid #fafafa;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -.375rem;
}

.hero_avatar.is-first {
  margin-left: 0;
}

.icon-height-small-5 {
  border-radius: 0;
  height: 1.25rem;
}

.text-size-tiny {
  font-size: .755rem;
}

.text-style-muted80-2 {
  opacity: .8;
  padding-left: 54px;
}

.home1_hero_reviews-2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 41px;
  padding-left: 162px;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
  max-width: 896px;
}

.home3_hero_watch-2 {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 12px 16px;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 65px;
  padding-left: 155px;
  display: flex;
  box-shadow: 0 2px 5px #504e4d;
}

.spacer-small-3 {
  width: 100%;
  padding-top: 1.5rem;
}

.container-default-2 {
  background-color: #111;
  width: 100%;
  max-width: 1428px;
  margin-top: -96px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
}

.code-embed-28 {
  margin-top: -132px;
  margin-bottom: 0;
  margin-left: 59px;
  padding-top: 10px;
  padding-bottom: 0;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.stories_watch-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf9;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xxsmall-3 {
  width: 100%;
  padding-top: .5rem;
}

.hero_reviews-authors {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home3_hero_grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #504e4d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-height: 600px;
  display: grid;
  box-shadow: 0 2px 5px #1f1c1c;
}

.home3_hero_image-2 {
  z-index: 4;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.button-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fffdf9;
  text-align: center;
  background-color: #2f2c25;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.button-10:hover {
  opacity: .8;
}

.button-10.is-secondary {
  color: #222;
  background-color: #fffdf9;
  border: .0625rem solid #f7f3ec;
  box-shadow: 0 2px 5px #1d1c1c33;
}

.button-10.is-secondary:hover {
  opacity: 1;
  background-color: #f7f3ec;
}

.home3_hero_lightbox-2 {
  z-index: 4;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section_heading-3 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
}

.text-style-badge-3 {
  color: #2f2c25;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#222, #222);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875rem;
  line-height: 1.4;
}

.text-style-badge-3.is-white {
  background-image: linear-gradient(#fffdf9, #fffdf9);
  margin-left: 56px;
}

.sellers-intro-sections {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sellers-intro-sections.reviews-image.no-max-width {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.sellers-intro-sections.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sellers-intro-sections.reviews-image.no-max-width {
  background-image: linear-gradient(to bottom, null, null), url('../images/quote.jpg');
}

.sellers-intro-sections.no-max-width {
  height: 90%;
  margin-top: 0;
}

.sellers-intro-sections.padding-216px {
  padding-left: 216px;
  padding-right: 216px;
}

.heading-23 {
  width: 100%;
  max-width: 100%;
  margin-top: -1.5em;
  margin-left: 23px;
  font-weight: 400;
}

.aiou-backdrop {
  z-index: 99;
  background-image: linear-gradient(90deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.aiou-backscreen {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.aiou-backscreen.reviews-image.no-max-width {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.aiou-backscreen.reviews-image {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/a-modern-living-room-with-a-large-window_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.aiou-backscreen.reviews-image.no-max-width {
  background-image: linear-gradient(#0000, #0000), url('../images/Make_Image_of_Exact_avatar_as__Nano_Banana_Pro_62049.jpg');
}

.aiou-backscreen.no-max-width {
  height: 90%;
}

.aiou-backscreen.padding-216px {
  padding-left: 216px;
  padding-right: 216px;
}

.finance-overlay {
  z-index: 99;
  background-image: linear-gradient(90deg, #111, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.finance-cal-title.slide-in-from-left-animation {
  color: var(--white);
  letter-spacing: 0;
  width: 650px;
  margin-top: -.8em;
  font-family: Gilda Display, sans-serif;
}

.code-embed-29 {
  padding-bottom: 40px;
}

.container-7 {
  background-color: #111;
  width: 90%;
  max-width: 90%;
}

.rs-for-buyerprofile {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 4px;
  position: static;
  top: -10px;
}

.image-12 {
  max-width: 85%;
}

.buyerprofilebackground {
  background-color: #101010;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.buyerprofilebackground.for--home {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.buyerprofilebackground.for--home.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
  margin-top: -200px;
  padding-bottom: 220px;
}

.buyerprofilebackground.overflow-visible {
  overflow: visible;
}

.buyerprofilebackground.virtual-background {
  height: 450px;
  min-height: 100%;
  margin-top: 0;
  position: relative;
}

.buyerprofilebackground.virtual-background.height-auto {
  background-image: url('../images/Templeats-Section-Bg.svg');
  background-position: 50%;
  background-size: auto;
  height: 900px;
  min-height: 600px;
}

.image-13 {
  max-width: 25%;
}

.heading-26 {
  color: var(--colors--primary);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-family: Montserrat, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1.2rem;
  }

  .section {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: -78px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: 105%;
    height: 110%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .text-align-center.none-margin {
    font-size: 3rem;
  }

  .text-align-center.none-margin.second-home-title, .text-align-center.none-margin-copy.second-home-title {
    font-size: 3.3rem;
  }

  .large-paragraph {
    font-size: 1.1rem;
  }

  .large-paragraph.for--hero {
    width: 800px;
  }

  .hero-title-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-title-wrapper.full {
    padding-top: 6em;
  }

  .primary-glow-wrapper.blog-grid-child {
    max-height: 475px;
  }

  .hero-section.virtual-background {
    margin-top: 0;
  }

  .title-wrapper {
    max-width: 50%;
  }

  .title-wrapper.low-gap {
    max-width: 55%;
  }

  .space-between-flex-row {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .home-detail-content-wrapper {
    width: 55%;
  }

  .global-medium-text {
    margin-bottom: 40px;
    font-size: 1rem;
  }

  .global-medium-text.size-x-large {
    font-size: 1.8rem;
  }

  .home-detail-title {
    font-size: 2.1rem;
  }

  .cards-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cards-row.for--blog {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .card-title.for--blog {
    font-size: 1.4rem;
  }

  .card-title.for--blog.large {
    font-size: 2rem;
  }

  .card-block {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .card-block.is--horizontal-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .price-text {
    font-size: 2.4rem;
  }

  .card-detail-text {
    white-space: nowrap;
    font-size: .9rem;
  }

  .card-detail-text.size-x-large {
    white-space: normal;
  }

  .client-image-wrapper {
    height: 525px;
  }

  .client-paragraph {
    font-size: 1.1rem;
  }

  .client-paragraph.size--large {
    font-size: 1.2rem;
  }

  .blog-image-wrapper {
    height: 280px;
  }

  .footer-content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    max-width: 1300px;
  }

  .footer-paragraph {
    font-size: 1rem;
  }

  .footer-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .navbar {
    margin-top: -18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 130px;
  }

  .navbar-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .nav-menu.none--border {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .faq-box {
    width: 55%;
  }

  .spacer-medium {
    padding-bottom: 4em;
  }

  .plus-text {
    font-size: 1.5rem;
  }

  .global-x-large-text {
    max-width: 85%;
    font-size: 1.3rem;
  }

  .global-x-large-text.for--contact.size--small {
    font-size: 1.1rem;
  }

  .global-slider-arrow.right {
    left: 4%;
  }

  .integrations-grid-block {
    width: 92%;
  }

  .career-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 75%;
  }

  .career-detail-left {
    height: 490px;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .career-richtext-wrapper {
    width: 55%;
  }

  .global-input {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .post-body {
    max-width: 80%;
  }

  .sign-in-content-wrapper {
    width: 55%;
  }

  .sign-in-content-wrapper.for--second-version {
    width: 60%;
  }

  .licences-image {
    height: 200px;
  }

  .feature-icon-picture.for--pricing {
    width: 100px;
    max-width: 70px;
  }

  .client-slider-mask {
    width: 40%;
    height: 390px;
  }

  .client-slider-mask.second-version {
    height: 400px;
  }

  .client-image {
    width: 100px;
    height: 100px;
  }

  .contact-details-right {
    grid-column-gap: 2.45em;
    grid-row-gap: 2.45em;
  }

  .team-member-image-for--tab {
    width: 300px;
    height: 300px;
  }

  .global-tab-menu {
    max-width: 50%;
  }

  .team-members-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .black-logo {
    transform: scale(1);
  }

  .video-wrapper {
    height: 550px;
  }

  .home-hero-design-shadow {
    width: 400px;
  }

  .home-hero-design-shadow.second {
    width: 600px;
  }

  .home-hero-design-shadow.second.for--pricing {
    width: 1000px;
    top: -32%;
  }

  .custom-vector, .custom-vector.right {
    top: -3%;
  }

  .custom-vector.right.for--inner-pages {
    top: 6%;
  }

  .custom-spacer.contact-form-wrap {
    width: 85%;
  }

  .star.for--pricing {
    top: 36%;
  }

  .circle-vector {
    width: 380px;
  }

  .circle-vector.for--faq {
    bottom: 0%;
  }

  .career-sticky-wrapper {
    width: 40%;
  }

  .product-rich-text {
    font-size: 1rem;
    line-height: 1.95;
  }

  .blog-grid-block {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    width: 100%;
    height: 100%;
    margin-bottom: 108px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-grid-block.second-version {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blog-nae-wrapper {
    background-color: #0000;
    padding: 0 0 .2em 2em;
  }

  .blog-collection-list-wrapper {
    padding: 2.5em;
  }

  .features-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .features-row.grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-arrow-wrapper {
    padding-top: 8em;
  }

  .faq-arrow-wrap {
    width: 250px;
    font-size: 1.2rem;
  }

  .map-wrapper {
    height: 420px;
  }

  .coming-soon-wrap {
    width: 900px;
  }

  .global-grid-block {
    width: 92%;
  }

  .nav-dropdown-list {
    width: 1300%;
    left: -44.4em;
  }

  .partner-grid-block {
    width: 90%;
  }

  .dashboard-right {
    width: 72%;
  }

  .hero-dashboard-wrapper-large {
    height: 920px;
    margin-bottom: 2em;
  }

  .hero-dashboard-wrapper-large.for--feature {
    height: 675px;
  }

  .hero-dashboard-left {
    width: 400px;
  }

  .hero-dashboard-left.bottom {
    left: 1%;
  }

  .hero-dashboard-left.top {
    width: 350px;
    left: -2%;
  }

  .hero-dashboard-left.right {
    width: 300px;
    right: -2%;
  }

  .hero-dashboard-left.right-bottom {
    width: 275px;
    right: 1%;
  }

  .spline-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .spline-text {
    font-size: 1.5rem;
  }

  .gallery-link {
    width: 105px;
    height: 105px;
  }

  .about-right {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 40%;
  }

  .normal-title {
    font-size: 3.5rem;
  }

  .about-flex-right {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .service-sticky-center-column {
    width: 30%;
  }

  .service-sticky-content-text-block {
    max-width: 27rem;
  }

  .principle-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 65%;
  }

  .principle-image {
    height: 300px;
  }

  .principle-second-block.ai {
    width: 130px;
    height: 120px;
  }

  .platform-block {
    height: 400px;
  }

  .platform-block.for--hero {
    margin-top: -6em;
  }

  .platform-rive {
    width: 77%;
  }

  .platform-child {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .integration-block {
    margin-top: -111px;
  }

  .space-between-flex-row-home {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .custom-page-fixed-block {
    max-width: 20rem;
  }

  .plus-text-discover, .plus-text-2 {
    font-size: 1.1rem;
  }

  .custom-notifbar {
    max-width: 20rem;
  }

  .plus-text-3 {
    font-size: 1.1rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    color: #554b4b30;
  }

  .text-marquee-wrap {
    margin-top: 105px;
    line-height: 1.1;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    margin: 41px 98px 170px 89px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner-copy {
    margin-bottom: 42px;
    margin-left: 89px;
    margin-right: 98px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    transform: translate(65px);
    box-shadow: 0 2px 5px #070000;
  }

  .platform-block-2 {
    height: 400px;
  }

  .container-2 {
    max-width: 1300px;
    margin-bottom: 14px;
    padding-bottom: 0;
  }

  .text-marquee-box-2.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 100% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: contain, auto;
    margin-top: -96px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -12px;
    margin-bottom: -24px;
    padding-bottom: 0;
    font-size: 16rem;
    line-height: 18rem;
  }

  .text-center-10 {
    margin-top: -156px;
  }

  .center-flex-2 {
    margin-top: 33px;
    margin-left: 50px;
  }

  .section-253 {
    margin-top: 24px;
  }

  .landing-home-page-wrap-copy {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 54px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .landing-home-page-wrap-copy-4 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 21px;
    margin-bottom: -51px;
    padding-top: 0;
    transform: translate(0);
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 100% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: contain, auto;
    margin-top: 220px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 9rem;
  }

  .text-marquee-box-3.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-wrap-copy-3 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 9px;
    margin-bottom: -51px;
    padding-top: 20px;
    transform: translate(0);
  }

  .welcomsection {
    margin-top: 24px;
  }

  .text-center-copy {
    margin-top: 0;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph {
    width: 560.688px;
    margin-top: -9px;
    margin-bottom: 0;
  }

  .paragraph-2 {
    width: 370px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    margin-top: .25em;
    padding-top: 0;
  }

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

  .home-one-destination-large-image-wrap-4 {
    mix-blend-mode: normal;
    width: 100%;
    height: 85px;
    margin-top: 15px;
    margin-left: 0;
    box-shadow: -1px -1px 5px 2px #050000;
  }

  .paragraph-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .container-4, .container-5 {
    max-width: 1500px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(0);
    box-shadow: 0 2px 5px #0003;
  }

  .container-full-copy.listings-01 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-8 {
    margin-bottom: 0;
  }

  .section-254 {
    margin-top: 51px;
  }

  .paragraph-4 {
    width: 550px;
    margin-bottom: 0;
    margin-left: -8px;
  }

  .section-256 {
    margin-top: 21px;
  }

  .title-wrapper-3.fade-in-animation {
    margin-top: 0;
  }

  .container-full.reviews-image.no-max-width {
    max-width: 100%;
  }

  .slider-testimonial.slide-up-animation {
    padding-left: 33px;
  }

  .commercial {
    margin-top: 0;
  }

  .cool-section {
    margin-top: 45px;
  }

  .hero-title-wrapper-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-title-wrapper-copy.full {
    padding-top: 6em;
  }

  .hero-title-wrapper-copy-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-title-wrapper-copy-copy.full {
    padding-top: 6em;
  }

  .backdrop {
    margin-top: -111px;
  }

  .backdrop.position-relative.overflow-visible.overflow-hidden-on-tablet {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .secondbrown {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 9px;
    margin-bottom: -51px;
    padding-top: 20px;
    transform: translate(0);
  }

  .firstbrown {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: -200px;
    margin-bottom: -51px;
    padding-top: 40px;
    transform: translate(0);
  }

  .secondbrown-copy {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-top: 9px;
    margin-bottom: -51px;
    padding-top: 20px;
    transform: translate(0);
  }

  .introsub-title {
    margin-top: -12px;
  }

  .what-sets-us-apart-title {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .what-sets-us-apart-title.full {
    padding-top: 6em;
  }

  .about-us-title-wrapper {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .hp-home-two-counter-title-wrap {
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-home-two-counter-number {
    margin-bottom: 19px;
    font-size: 52px;
  }

  .container_two-2 {
    max-width: 1410px;
  }

  .container_two-2.hp-home-two-counter-sec-container {
    margin-top: -189px;
  }

  .heading-16-copy {
    font-family: Gilda Display, sans-serif;
  }

  .hp-home-two-counter-item {
    justify-content: center;
    align-items: center;
    width: 377px;
    padding: 77px 40px 63px;
  }

  .heading-17 {
    color: #e3af5a;
  }

  .hp-home-two-counter-title {
    font-size: 16px;
  }

  .hp-home-two-counter-item-wrap {
    max-width: 984px;
  }

  .hp-home-two-counter-content-wrap {
    max-width: 1224px;
    margin-right: 8px;
  }

  .image-8 {
    position: relative;
    right: -68px;
  }

  .cta-wrapper {
    margin-top: -111px;
  }

  .cta-image {
    padding-right: 21px;
  }

  .centered-on-mobile.slide-in-from-left-animation {
    width: 675px;
  }

  .cta-text-wrapper {
    background-color: #111;
    padding-left: 87px;
  }

  .section-264 {
    background-image: none;
  }

  .destinations-container.padding-144px {
    background-color: #0f1112;
    margin-top: 99px;
    padding-top: 171px;
    padding-bottom: 50px;
    box-shadow: 0 2px 7px 6px #0a000033;
  }

  .destinations-container.padding-72px {
    padding-bottom: 64px;
    padding-right: 0;
  }

  .destinations-container.reviews-image.no-max-width {
    margin-top: -123px;
    padding-top: 62px;
    padding-bottom: 41px;
  }

  .destinations-container.no-max-width {
    margin-top: -48px;
    margin-bottom: 81px;
    padding-bottom: 0;
  }

  .section-266 {
    margin-top: 6px;
    margin-bottom: auto;
    padding-top: 23px;
    padding-bottom: 0;
  }

  .features-flex {
    margin-bottom: -45px;
  }

  .features-flex.max-width-1440px {
    margin-top: -21px;
    margin-bottom: 30px;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .feature-i {
    margin-top: 0;
  }

  .about-half-wrapper {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .space-large-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .about-us {
    margin-top: -54px;
    transform: scale(1.1);
  }

  .section-8 {
    margin-top: -42px;
    padding-top: 0;
  }

  .financial-intro {
    margin-top: 140px;
  }

  .code {
    background-color: #131111;
    padding: 20px 60px 40px;
  }

  .section-271 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-section {
    margin-top: 126px;
    padding-top: 40px;
  }

  ._404-section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainpagebackdrop.reviews-image.no-max-width, .avatarbackdrop.reviews-image.no-max-width {
    max-width: 100%;
  }

  .features-flex-2.max-width-1440px {
    margin-left: 131px;
  }

  .principle-second-block-copy.ai {
    width: 130px;
    height: 120px;
  }

  .section3 {
    margin-top: 0;
  }

  .section3.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: -78px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20, .heading-21, .bold-text, .bold-text-2 {
    color: var(--colors--primary);
  }

  .text-block-5 {
    color: var(--off-white);
  }

  .text-block-6 {
    color: var(--white);
  }

  .heading-22 {
    font-size: 2.4rem;
  }

  .sellers-intro-sections.reviews-image.no-max-width {
    max-width: 100%;
  }

  .sellers-intro-sections.no-max-width {
    background-color: #111;
  }

  .heading-23 {
    font-size: 3.3rem;
  }

  .aiou-backscreen.reviews-image.no-max-width {
    max-width: 100%;
  }

  .finance-cal-title.slide-in-from-left-animation {
    width: 675px;
  }

  .buyerprofilebackground.virtual-background {
    margin-top: 0;
  }

  .image-13 {
    max-width: 30%;
  }

  .heading-26 {
    color: var(--colors--primary);
  }

  .code-embed-30 {
    margin-top: -9px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 3.9rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.7rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.3rem;
  }

  .section {
    margin-top: 0;
  }

  .section.position-relative.overflow-visible {
    margin-top: -114px;
  }

  .section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .text-align-center.for--cms-page {
    font-size: 3.2rem;
  }

  .text-align-center.none-margin {
    width: 9004px;
    padding-bottom: 20px;
    font-family: Gilda Display, sans-serif;
    font-weight: 500;
  }

  .text-align-center.none-margin.second-home-title, .text-align-center.none-margin-copy.second-home-title {
    font-size: 3.6rem;
  }

  .hero-title-wrapper {
    width: 100%;
    margin-top: 117px;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .hero-title-wrapper.full {
    padding-top: 7em;
  }

  .hero-wrapper.second-version {
    padding-top: 5em;
  }

  .primary-glow-wrapper {
    font-size: 1.1rem;
  }

  .primary-glow-wrapper.for--popular {
    font-size: .9rem;
  }

  .primary-glow-wrapper.blog-grid-child {
    max-height: 500px;
  }

  .hero-section.virtual-background {
    margin-top: 0;
  }

  .title-wrapper {
    max-width: 45%;
    margin-top: 117px;
  }

  .title-wrapper.low-gap {
    max-width: 60%;
  }

  .title-wrapper.large-max-width {
    padding-left: 68px;
  }

  .medium-paragraph {
    font-size: .95rem;
  }

  .medium-paragraph.gray-variable {
    font-size: 1.1rem;
  }

  .medium-paragraph.lower {
    font-size: .9rem;
  }

  .global-medium-text {
    font-size: 1.1rem;
  }

  .global-medium-text.size-large {
    font-size: 1.2rem;
  }

  .global-medium-text.size-x-large {
    font-size: 1.5rem;
  }

  .home-detail-title {
    font-size: 2.1rem;
  }

  .card-title {
    font-size: 1.7rem;
  }

  .card-title.for--blog {
    font-size: 1.5rem;
  }

  .card-title.for--blog.large {
    font-size: 2.2rem;
  }

  .price-text {
    font-size: 2.6rem;
  }

  .card-detail-text, .card-detail-text.size-large {
    font-size: 1rem;
  }

  .client-slider-content.second-version {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .client-image-wrapper {
    height: 570px;
  }

  .client-slide-nav {
    right: 22.5%;
  }

  .blog-image-wrapper {
    height: 310px;
  }

  .footer-content {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    max-width: 1350px;
  }

  .footer-paragraph {
    font-size: 1.1rem;
  }

  .global-link {
    font-size: 1.05rem;
  }

  .icon-embed {
    width: 27px;
    height: 27px;
  }

  .navbar {
    margin-top: -18px;
    padding-right: 10px;
  }

  .brand {
    width: 145px;
  }

  .nav-menu {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
  }

  .nav-menu.none--border {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .nav-dropdown-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .accordion-p.for--dropdown {
    font-size: 1.1rem;
  }

  .dropdown-circle {
    width: 27px;
    height: 27px;
  }

  .cta-box.for--blog {
    background-color: #020202;
  }

  .global-x-large-text {
    font-size: 1.5rem;
  }

  .global-x-large-text.for--contact {
    font-size: 1.4rem;
  }

  .global-slider-arrow.right {
    left: 3.5%;
  }

  .team-member-job-text {
    font-size: 1rem;
  }

  .integrations-grid-block {
    width: 87%;
  }

  .integration-p {
    font-size: 1.1rem;
  }

  .career-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 80%;
  }

  .career-detail-left {
    height: 510px;
  }

  .career-richtext-wrapper {
    width: 60%;
  }

  .global-input {
    font-size: 1.1rem;
  }

  .blog-main-image {
    height: 700px;
  }

  .related-title {
    font-size: 2rem;
  }

  .sign-in-content-wrapper {
    width: 50%;
  }

  .sign-in-content-wrapper.for--second-version {
    width: 55%;
  }

  .global-small-main-title {
    font-size: 2.8rem;
  }

  .utility-page-wrap {
    padding-top: 20px;
  }

  .small-text {
    font-size: 1.2rem;
  }

  .licences-image {
    height: 260px;
  }

  .client-slider-mask {
    height: 400px;
  }

  .client-slider-mask.second-version {
    height: 415px;
  }

  .contact-details-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .contact-details-right {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .team-member-image-for--tab {
    height: 310px;
  }

  .global-tab-menu {
    max-width: 47%;
  }

  .black-logo {
    transform: scale(1);
  }

  .video-wrapper {
    height: 600px;
  }

  .pedding-stroke.big--size.full-size {
    width: 100%;
    padding-right: 0;
  }

  .home-hero-design-shadow {
    width: 500px;
  }

  .home-hero-design-shadow.second {
    width: 650px;
  }

  .home-hero-design-shadow.second.for--pricing {
    width: 1200px;
    top: -33%;
  }

  .cart-wrapper.size--large {
    width: 40%;
  }

  .custom-spacer.contact-form-wrap {
    width: 80%;
  }

  .star.for--pricing {
    top: 30%;
    left: 11%;
  }

  .circle-vector {
    width: 420px;
  }

  .circle-vector.for--career.is--right {
    width: 265px;
  }

  .circle-vector.for--faq {
    width: 850px;
  }

  .career-sticky-wrapper {
    width: 35%;
  }

  .product-rich-text {
    font-size: 1.1rem;
    line-height: 1.93;
  }

  .blog-grid-block {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    padding: 10px 0;
  }

  .blog-name {
    font-size: 1.4rem;
  }

  .blog-name.size--large {
    font-size: 1.8rem;
  }

  .features-row.grid {
    margin-top: 100px;
    padding: 140px 20px 220px;
    transform: translate(0);
    box-shadow: 0 2px 5px #0003;
  }

  .faq-right {
    width: 65%;
  }

  .faq-arrow-wrap {
    width: 300px;
    font-size: 1.4rem;
  }

  .coming-soon-title {
    font-size: 3.2rem;
  }

  .global-grid-block {
    width: 87%;
  }

  .global-grid-child-paragraph {
    font-size: 1.1rem;
  }

  .nav-dropdown-list {
    width: 1450%;
    left: -52em;
  }

  .global-link-dropdown {
    font-size: 1.05rem;
  }

  .global-link-dropdown.nav-link.for--title {
    font-size: 1.05rem;
  }

  .global-link-dropdown.nav-link.for--dropdown {
    font-size: .95rem;
  }

  .banner-wrapper {
    max-width: 67.5rem;
  }

  .dashboard-left {
    width: 19.5%;
    bottom: 20%;
    left: 2%;
  }

  .dashboard-right {
    width: 73.5%;
    top: 20.5%;
    right: 2%;
  }

  .hero-dashboard-wrapper-large {
    height: 1000px;
  }

  .hero-dashboard-wrapper-large.for--feature {
    height: 730px;
  }

  .hero-dashboard-left {
    width: 450px;
    left: -8%;
  }

  .hero-dashboard-left.bottom {
    width: 300px;
  }

  .hero-dashboard-left.top {
    left: 0%;
  }

  .hero-dashboard-left.right {
    right: 0%;
  }

  .hero-dashboard-left.right-bottom {
    width: 300px;
  }

  .spline-wrapper {
    height: 80vh;
  }

  .spline-text {
    font-size: 1.7rem;
  }

  .history-p {
    font-size: 1rem;
  }

  .overflow-hidden-second {
    justify-content: flex-start;
    align-items: center;
  }

  .service-sticky-content-text-block {
    max-width: 30rem;
  }

  .about-main-image {
    width: 20%;
    height: 80%;
  }

  .principle-block {
    width: 60%;
  }

  .principle-image {
    height: 325px;
  }

  .principle-second-block.ai {
    width: 140px;
    height: 130px;
    font-size: 3rem;
  }

  .platform-block.for--hero {
    margin-top: -7em;
  }

  .platform-rive {
    width: 76%;
  }

  .primary-glow-wrapper-box {
    font-size: 1.1rem;
  }

  .medium-paragraph-home {
    font-size: .95rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    margin-top: 120px;
  }

  .text-marquee-wrap {
    margin-top: 129px;
    margin-bottom: -48px;
  }

  .inside-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-glow-wrapper-2 {
    font-size: 1.1rem;
  }

  .text-block-2 {
    color: #03f8b7;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    margin: 138px 119px -82px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #000;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner-copy {
    width: 1900px;
    max-width: 1700px;
    margin-top: 30px;
    margin-bottom: 27px;
    margin-left: 41px;
    padding-top: 183px;
    padding-bottom: 65px;
    padding-left: 0;
    transform: translate(-79px);
    box-shadow: 0 2px 5px #000;
  }

  .platform-block-2 {
    padding-top: 0;
  }

  .container-2 {
    max-width: 1350px;
    margin-top: -162px;
    margin-bottom: -78px;
    padding-top: 0;
    padding-bottom: 1.3em;
  }

  .text-marquee-box-2 {
    margin-top: -3px;
  }

  .text-marquee-box-2.the-orozco-realty {
    background-color: #1110;
    height: auto;
    margin-top: -153px;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50% 100%, 0 0;
    margin-top: -111px;
    margin-left: 14px;
    padding-bottom: 0;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    box-shadow: none;
    background-color: #0000003d;
    margin-top: 156px;
    margin-bottom: 0;
  }

  .text-center-10 {
    color: #bdb5b5;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .center-flex-2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -3px;
  }

  .section-253 {
    box-shadow: 0 20px 7px 4px #0a0600;
  }

  .text-marquee-wrap-2 {
    margin-top: 120px;
  }

  .landing-home-page-wrap-copy {
    background-color: #0000;
    background-image: none;
    margin-top: 184px;
    margin-bottom: -129px;
    padding-bottom: 8px;
  }

  .primary-glow-wrapper-19 {
    font-size: 1.1rem;
  }

  .landing-home-page-wrap-copy-4 {
    background-color: #0000;
    margin-top: -45px;
    margin-bottom: -129px;
    margin-left: -8px;
    padding-bottom: 8px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .text-marquee-box-copy {
    margin-top: -3px;
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
    height: auto;
    margin-top: -200px;
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50% 100%, 0 0;
    margin-top: -75px;
    margin-bottom: 132px;
    margin-left: 14px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .text-marquee-box-3 {
    margin-top: -3px;
  }

  .text-marquee-box-3.the-orozco-realty {
    background-color: #1110;
    height: auto;
    margin-top: -153px;
  }

  .text-marquee-wrap-3 {
    margin-top: 120px;
  }

  .landing-home-page-wrap-copy-3 {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    margin-bottom: -105px;
    margin-left: -8px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .welcomsection {
    box-shadow: 0 20px 7px 4px #0a0600;
  }

  .text-center-copy {
    color: #bdb5b5;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .home-one-destination-large-image-wrap-4 {
    mix-blend-mode: normal;
    width: 100%;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 63px;
    margin-left: auto;
    box-shadow: 0 2px 5px 3px #030102;
  }

  .primary-glow-wrapper-4 {
    font-size: 1.1rem;
  }

  .text-align-center-2 {
    margin-left: -20px;
  }

  .container-4 {
    max-width: 1700px;
    margin-top: -168px;
    margin-bottom: -72px;
    padding-top: 0;
    padding-bottom: .6em;
    padding-left: 2.3em;
  }

  .primary-glow-wrapper-20 {
    font-size: 1.1rem;
  }

  .container-5 {
    max-width: 1700px;
    margin-top: -168px;
    margin-bottom: -72px;
    padding-top: 0;
    padding-bottom: .6em;
    padding-left: 2.3em;
  }

  .container-full-copy {
    margin-top: 9px;
  }

  .container-full-copy.listings-01 {
    margin-top: 0;
    padding-top: 0;
  }

  .title-wrapper-2 {
    margin-left: -167px;
  }

  .heading-8 {
    color: var(--off-white);
  }

  .section-254 {
    margin-top: 138px;
  }

  .paragraph-4 {
    width: 600px;
    font-family: Gilda Display, sans-serif;
  }

  .paragraph-5 {
    color: var(--off-white);
    margin-left: -2px;
    font-family: Gilda Display, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .section-255 {
    background-image: url('../images/Templeats-Section-Bg.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-5 {
    width: 100%;
    max-width: 100%;
  }

  .quick-stack {
    padding: 0;
  }

  .section-256 {
    margin-top: 0;
  }

  .paragraph-6 {
    padding-right: 40px;
  }

  .title-wrapper-3.fade-in-animation {
    margin-top: 0;
  }

  .testimonial-icon-02.invert {
    opacity: .16;
    height: 500px;
  }

  .slide-nav-testimonial {
    opacity: 0;
    color: var(--colors--primary);
    -webkit-text-stroke-color: var(--colors--primary);
  }

  .testimonial-client-wrapper-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 83px;
  }

  .container-full.reviews-image.no-max-width {
    max-width: 100%;
  }

  .container-full.no-max-width {
    max-width: none;
  }

  .max-width-36rem {
    width: 110%;
    max-width: 110%;
    font-family: Gilda Display, sans-serif;
    font-size: 1.4rem;
  }

  .color-white.centered-on-mobile {
    width: 220px;
  }

  .slider-testimonial.slide-up-animation {
    padding-left: 48px;
  }

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

  .cool-section {
    margin-top: 0;
  }

  .hero-title-wrapper-copy {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .hero-title-wrapper-copy {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-title-wrapper-copy.full {
    padding-top: 7em;
  }

  .hero-title-wrapper-copy-copy {
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .hero-title-wrapper-copy-copy.full {
    padding-top: 7em;
  }

  .backdrop {
    margin-top: -63px;
    margin-bottom: -39px;
  }

  .backdrop.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: 12px;
  }

  .heading-9 {
    color: var(--colors--primary);
  }

  .secondbrown {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    margin-bottom: -105px;
    margin-left: -8px;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .firstbrown {
    background-color: #0000;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 0;
    margin-left: -8px;
    padding-top: 200px;
    padding-bottom: 100px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .secondbrown-copy {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    margin-bottom: -105px;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0 -11px 5px -18px #030200;
  }

  .introsub-title {
    color: #dbdbdb;
    margin-top: -144px;
    padding-bottom: 0;
  }

  .what-sets-us-apart-title {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .what-sets-us-apart-title.full {
    padding-top: 7em;
  }

  .about-us-title-wrapper {
    margin-top: 78px;
    margin-left: 71px;
    padding-top: 0;
  }

  .container_two-2.hp-home-two-counter-sec-container {
    margin-top: 15px;
    position: relative;
    top: -182px;
    left: -157px;
  }

  .hp-home-two-counter-details {
    margin-left: 17px;
  }

  .heading-16-copy {
    margin-top: -15px;
    margin-left: 2px;
    padding-top: 0;
  }

  .hp-home-two-counter-content-wrap {
    margin-top: -15px;
    margin-left: 300px;
  }

  .hp_footer_wrapper-2 {
    margin-left: 20px;
    margin-right: -8px;
    padding: 0 0 1px;
    position: relative;
    top: -179px;
  }

  .image-8 {
    position: relative;
    right: -59px;
  }

  .cell-3 {
    padding-bottom: 91px;
  }

  .code-embed-3 {
    margin-top: -33px;
  }

  .code-embed-5 {
    margin-top: 75px;
  }

  .button-yellow {
    letter-spacing: 1px;
  }

  .cta-image {
    min-width: 50vw;
    max-width: 50vw;
    margin-left: 80px;
    padding-right: 24px;
  }

  .centered-on-mobile.slide-in-from-left-animation {
    width: 715px;
  }

  .gradient-overlay {
    background-color: #0000000a;
    margin-left: 11px;
  }

  .cta-text-wrapper {
    background-color: #111;
    padding-left: 50px;
  }

  .feature-ii-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .features-description-03 {
    width: 600px;
  }

  .destinations-container.padding-144px {
    margin-top: 48px;
    margin-bottom: 39px;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 200px;
  }

  .destinations-container.padding-72px {
    margin-top: 200px;
  }

  .destinations-container.no-max-width {
    max-width: none;
  }

  .section-266 {
    margin-top: 3px;
    margin-bottom: 27px;
    padding-top: 108px;
  }

  .section-40 {
    height: 300px;
  }

  .button-yellow-2 {
    letter-spacing: 1px;
    transform: translate(147px, -120px);
  }

  .feature-ii {
    border-radius: 7px;
    padding-right: 41px;
  }

  .features-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: -21px;
    margin-bottom: 54px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .section-37 {
    margin-top: 3px;
  }

  .title-wrapper-4 {
    margin-top: 100px;
    margin-left: -146px;
  }

  .feature-i {
    border-radius: 9px;
    margin-top: -180px;
  }

  .features-i-ii-image {
    border-radius: 20px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .space-large-3 {
    margin-top: -200px;
  }

  .space-large-3.hide-on-tab {
    max-width: 1200px;
    padding-right: 0;
  }

  .section-4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-us {
    border-radius: 12px;
    margin-top: -57px;
    padding-bottom: 62px;
  }

  .features-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    max-width: 1200px;
    max-height: 1200px;
    padding-right: 0;
    display: block;
  }

  ._404-section {
    margin-top: 141px;
  }

  ._404-section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: 0;
  }

  .mainpagebackdrop.reviews-image.no-max-width {
    max-width: 100%;
  }

  .mainpagebackdrop.no-max-width {
    max-width: none;
  }

  .hp_footer_wrapper-2-copy {
    margin-left: 20px;
    margin-right: -8px;
    padding: 0 0 1px;
    position: relative;
    top: -179px;
  }

  .avatarbackdrop.reviews-image.no-max-width {
    max-width: 100%;
    margin-top: 0;
  }

  .avatarbackdrop.no-max-width {
    max-width: none;
  }

  .reviews-tabs-grid {
    padding-bottom: 40px;
    padding-left: 140px;
    padding-right: 100px;
  }

  .features-flex-2.max-width-1440px {
    margin-bottom: 100px;
    margin-left: 200px;
    padding-left: 0;
  }

  .about-us-2 {
    margin-left: 68px;
    padding-left: 81px;
    box-shadow: 3px 2px 5px #1b1717;
  }

  .about-us-image-2 {
    box-shadow: 6px 6px 5px 1px #0e0d0de3;
  }

  .section-273 {
    margin-top: 30px;
  }

  .principle-second-block-copy.ai {
    width: 140px;
    height: 130px;
    font-size: 3rem;
  }

  .section3 {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .section3.position-relative.overflow-visible.overflow-hidden-on-tablet {
    margin-top: 0;
  }

  .button-group-2 {
    padding-left: 200px;
  }

  .container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sellers-intro-sections.reviews-image.no-max-width {
    max-width: 100%;
  }

  .sellers-intro-sections.no-max-width {
    background-color: #111;
    max-width: none;
  }

  .aiou-backscreen.reviews-image.no-max-width {
    max-width: 100%;
  }

  .aiou-backscreen.no-max-width {
    max-width: none;
  }

  .finance-overlay {
    background-color: #0000000a;
    margin-left: 0;
  }

  .finance-cal-title.slide-in-from-left-animation {
    width: 715px;
  }

  .buyerprofilebackground.virtual-background {
    margin-top: 0;
  }

  .image-13 {
    max-width: 25%;
  }

  .heading-26 {
    color: var(--colors--primary);
  }
}

@media screen and (min-width: 1920px) {
  .section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.position-relative.overflow-visible {
    margin-top: -200px;
  }

  .section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
  }

  .text-align-center {
    width: 700px;
    margin-top: 0;
    margin-left: 0;
    font-size: 3rem;
  }

  .text-align-center.none-margin {
    text-align: center;
    width: 1400px;
    margin-top: 0;
    margin-left: -107px;
    font-size: 4.6rem;
    position: relative;
  }

  .large-paragraph.for--hero.have--max-width {
    max-width: 90%;
  }

  .hero-title-wrapper {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-section.for--home {
    height: 70vh;
    min-height: auto;
  }

  .hero-section.for--home.height-auto {
    margin-top: -9px;
  }

  .hero-section.virtual-background {
    height: 600px;
    min-height: auto;
  }

  .spacer-large {
    max-width: 1500px;
  }

  .title-wrapper.large-max-width {
    padding-left: 0;
  }

  .medium-paragraph.text-align-center {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
  }

  .home-detail-title {
    font-size: 2.3rem;
  }

  .footer-bottom.footer-content {
    max-width: 1500px;
  }

  .navbar {
    margin-top: -9px;
  }

  .spacer-medium {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .client-slider-mask.second-version {
    width: 35%;
    height: 400px;
  }

  .team-member-image-for--tab {
    width: 350px;
    height: 325px;
  }

  .video-bg-image {
    aspect-ratio: 2.39;
  }

  .text-overflow-hidden {
    text-align: center;
    width: 700px;
    margin-top: 3px;
    margin-left: -32px;
  }

  .first-line {
    width: 700px;
  }

  .blog-grid-block {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .partner-grid-block {
    width: 80%;
  }

  .hero-dashboard-wrapper-large {
    height: 1100px;
  }

  .spline-wrapper {
    height: auto;
  }

  .principle-block {
    width: 55%;
  }

  .principle-second-block.ai {
    width: 160px;
    height: 140px;
  }

  .platform-block {
    height: 500px;
  }

  .platform-rive {
    width: 80%;
  }

  .platform-child {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .integration-block {
    margin-top: -168px;
    padding-left: 0;
  }

  .home-one-designation-image-three {
    display: block;
  }

  .home-one-designation-image-overlay {
    z-index: 5;
    background-color: #000;
    position: absolute;
    inset: 0%;
  }

  .home-one-designation-image-one {
    display: block;
    top: -276px;
  }

  .text-marquee-wrap {
    margin-top: 111px;
    padding-bottom: 43px;
  }

  .home-one-designation-image-two {
    display: block;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    width: 90%;
    margin: 10px 0 42px 95px;
    padding: 0;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner-copy {
    width: 1850px;
    max-width: 1850px;
    margin: 21px -200px 42px 95px;
    padding-bottom: 62px;
    padding-left: 0;
    padding-right: 0;
    transform: translate(25px, -147px);
  }

  .platform-block-2 {
    height: 500px;
  }

  .container-2 {
    max-width: 1500px;
    margin-left: 200px;
  }

  .text-marquee-box-2.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-big-text-copy {
    margin-top: -63px;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    color: #0000;
    margin-top: 84px;
  }

  .landing-home-page-wrap-copy {
    background-image: none;
    margin-top: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-home-page-wrap-copy-4 {
    background-position: 50% 0;
    border-radius: 0;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-marquee-box-copy.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-big-text-copy-copy {
    margin-top: 0;
    margin-bottom: 153px;
    padding-bottom: 14px;
    font-size: 14rem;
  }

  .text-marquee-box-3.the-orozco-realty {
    background-color: #1110;
  }

  .landing-home-page-wrap-copy-3 {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    box-shadow: -4px -11px 5px -18px #030200;
  }

  .welcomsection {
    margin-top: 114px;
    box-shadow: 0 2px 19px 4px #0a0600;
  }

  .home-one-destination-large-image-wrap-4 {
    width: 200%;
    height: 125px;
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .container-4, .container-5 {
    max-width: 1500px;
    margin-left: 200px;
  }

  .container-full-copy.listings-01 {
    margin-top: 0;
    margin-bottom: 123px;
    padding-top: 0;
  }

  .container-full.reviews-image.no-max-width {
    max-width: 100%;
  }

  .container-full.no-max-width {
    height: 100%;
    max-height: 100%;
  }

  .color-white.centered-on-mobile {
    width: 500px;
  }

  .slider-testimonial.slide-up-animation {
    margin-left: 300px;
    padding-left: 300px;
  }

  .cool-section {
    margin-top: 0;
  }

  .hero-title-wrapper-copy {
    width: 100%;
    height: 700px;
    margin-top: 0;
    padding-top: 49px;
  }

  .hero-title-wrapper-copy-copy {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .backdrop {
    margin-top: -36px;
  }

  .secondbrown {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    box-shadow: -4px -11px 5px -18px #030200;
  }

  .firstbrown {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    margin-top: -198px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 140px;
    padding-bottom: 60px;
    box-shadow: -4px -11px 5px -18px #030200;
  }

  .secondbrown-copy {
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 138px;
    box-shadow: -4px -11px 5px -18px #030200;
  }

  .what-sets-us-apart-title {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .container_two-2.hp-home-two-counter-sec-container {
    margin-top: 72px;
  }

  .hp-home-two-counter-details {
    margin-top: 51px;
  }

  .hp-home-two-counter-item.hp-home-two-counter-item-border-left-none {
    padding-left: 50px;
  }

  .hp-home-two-counter-item-wrap {
    margin-top: 0;
    padding-top: 1px;
  }

  .hp-home-two-counter-content-wrap {
    position: relative;
    left: -200px;
  }

  .hp_footer_wrapper-2 {
    margin-top: -123px;
    margin-left: -32px;
    margin-right: -50px;
    padding-top: 0;
  }

  .quick-stack-2 {
    padding-top: 25px;
  }

  .image-8 {
    position: relative;
    right: -200px;
  }

  .max-width-36rem-2 {
    color: var(--white);
  }

  .cta-wrapper {
    margin-top: -21px;
  }

  .cta-text-wrapper {
    background-color: #111;
    padding-left: 138px;
  }

  .destinations-container.padding-144px {
    margin-top: 57px;
    margin-bottom: 200px;
    padding-bottom: 80px;
  }

  .destinations-container.padding-72px {
    box-shadow: none;
    height: 1600px;
    margin-top: 18px;
    padding-bottom: 37px;
  }

  .destinations-container.reviews-image.no-max-width {
    background-image: linear-gradient(to bottom, null, null), url('../images/quote.jpg');
    margin-top: -147px;
  }

  .destinations-container.no-max-width {
    margin-top: -48px;
  }

  .section-266 {
    margin-bottom: 117px;
    padding-bottom: 89px;
  }

  .section-40 {
    padding-top: 190px;
  }

  .testimonial-text-wrapper-3 {
    padding-top: 28px;
  }

  .title-wrapper-4 {
    margin-left: -122px;
  }

  .feature-i {
    margin-top: 0;
  }

  .features-i-ii-image {
    width: auto;
    max-width: none;
    min-height: auto;
    margin-left: 20px;
    transform: scale(1);
  }

  .about-half-wrapper {
    margin-top: -24px;
    padding-top: 0;
  }

  .space-large-3 {
    margin-top: -400px;
  }

  .section-4 {
    margin-top: 200px;
  }

  .financial-intro {
    height: 100%;
  }

  .code {
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .section-271 {
    margin-bottom: 100px;
  }

  ._404-section {
    padding-top: 40px;
  }

  .mainpagebackdrop.reviews-image.no-max-width {
    max-width: 100%;
  }

  .hp_footer_wrapper-2-copy {
    margin-top: -123px;
    margin-left: -32px;
    margin-right: -50px;
    padding-top: 0;
  }

  .avatarbackdrop.reviews-image.no-max-width {
    max-width: 100%;
    margin-top: -27px;
  }

  .features-flex-2.max-width-1440px {
    justify-content: center;
    align-items: center;
    margin-left: 158px;
    padding-left: 116px;
  }

  .about-us-2 {
    margin-left: 47px;
    padding-bottom: 151px;
    padding-left: 110px;
  }

  .about-us-image-2 {
    min-width: 400px;
    max-width: 400px;
    min-height: 550px;
    max-height: 550px;
  }

  .principle-second-block-copy.ai {
    width: 160px;
    height: 140px;
  }

  .section3 {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .dai.for--home, .dai.virtual-background {
    height: 70vh;
    min-height: auto;
  }

  .button-group-2 {
    box-shadow: none;
    margin-left: 173px;
  }

  .container-default-2 {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home3_hero_grid-2 {
    background-color: #6f6866;
    margin-bottom: 40px;
    box-shadow: 0 2px 5px 2px #1a1717;
  }

  .sellers-intro-sections.reviews-image.no-max-width {
    max-width: 100%;
  }

  .sellers-intro-sections.no-max-width {
    background-color: #111;
    height: 100%;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-23 {
    color: var(--white);
    margin-bottom: 0;
  }

  .aiou-backscreen.reviews-image.no-max-width {
    max-width: 100%;
  }

  .aiou-backscreen.no-max-width {
    height: 100%;
    max-height: 100%;
  }

  .finance-overlay {
    margin-left: 0;
  }

  .finance-cal-title.slide-in-from-left-animation {
    margin-top: 0;
    font-family: Gilda Display, sans-serif;
  }

  .heading-24, .heading-25 {
    color: var(--white);
  }

  .code-embed-12 {
    background-color: #0f0e0e;
  }

  .code-embed-29 {
    background-color: #0d1114;
  }

  .body-2 {
    background-color: var(--colors--dropdown-gray);
  }

  .buyerprofilebackground.for--home {
    height: 70vh;
    min-height: auto;
  }

  .buyerprofilebackground.for--home.height-auto {
    margin-top: -9px;
  }

  .buyerprofilebackground.virtual-background {
    height: 600px;
    min-height: auto;
  }

  .image-13 {
    max-width: 15%;
  }

  .heading-26 {
    color: var(--colors--primary);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4px;
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3, h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  h6 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1rem;
  }

  .section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    overflow: hidden;
  }

  .container {
    max-width: 100vw;
  }

  .container.navbar-container {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container.none-padding-top {
    padding-top: 0;
  }

  .text-align-center.for--cms-page {
    font-size: 2.5rem;
  }

  .hero-title-wrapper, .hero-title-wrapper.second-version {
    width: 100%;
  }

  .hero-wrapper.second-version {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .primary-glow-wrapper.blog-grid-child {
    height: 400px;
  }

  .hero-section.for--home.height-auto, .hero-section.virtual-background.height-auto {
    height: auto;
  }

  .spacer-large {
    flex-flow: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .title-wrapper {
    max-width: 80%;
  }

  .title-wrapper.large-max-width {
    max-width: none;
  }

  .medium-paragraph.gray-variable {
    font-size: .9rem;
  }

  .medium-paragraph.gray-variable.text-align-center {
    width: 100%;
  }

  .space-between-flex-row {
    flex-flow: row-reverse wrap;
  }

  .home-detail-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 56%;
  }

  .home-detail-title {
    font-size: 1.7rem;
  }

  .cards-row {
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .cards-row.for--blog {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    width: 48%;
  }

  .card-block.is--space-between-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .client-slider {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .client-image-wrapper {
    height: 400px;
  }

  .client-paragraph {
    width: 100%;
    font-size: .9rem;
  }

  .client-slide-nav {
    right: 19%;
  }

  .footer-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .footer-grid-block {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  .global-link {
    font-size: .9rem;
  }

  .global-link.nav-link.first {
    margin-left: 0;
  }

  .footer-bottom {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    flex-flow: wrap;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 125px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-content {
    margin-top: -60px;
  }

  .nav-menu-wrapper {
    background-color: #191d1b;
    flex-flow: column;
    width: 400px;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.3em;
    overflow: auto;
  }

  .nav-menu.hide-on-tablet {
    display: none;
  }

  .nav-menu.none--border {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 1px #000;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    padding-top: 2em;
    padding-bottom: 1.3em;
    padding-left: 2em;
    overflow: auto;
  }

  .nav-dropdown-content {
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 0;
  }

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

  .faq-box {
    width: 100%;
  }

  .accordion-p.for--dropdown {
    font-size: .9rem;
  }

  .cta-box {
    justify-content: center;
    align-items: center;
  }

  .global-x-large-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .global-x-large-text.for--contact.size--small {
    max-width: 80%;
  }

  .global-slider-arrow.right {
    left: 6%;
  }

  .integrations-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .career-grid-title {
    letter-spacing: -1px;
    font-size: 1.2rem;
  }

  .career-detail-left {
    height: 500px;
  }

  .blog-main-image {
    height: 450px;
  }

  .sign-in-content-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 60%;
  }

  .sign-in-content-wrapper.for--second-version {
    width: 100%;
  }

  .menu-button {
    color: var(--colors--primary);
    padding: 0;
    font-size: 2rem;
  }

  .menu-button.w--open {
    color: var(--colors--primary);
    background-color: #0000;
  }

  .licences-grid {
    width: 100%;
  }

  .licences-row {
    flex-flow: column;
  }

  .licences-text-box {
    width: 100%;
    padding-left: 0;
  }

  .licences-image {
    height: 300px;
  }

  .client-slider-mask {
    height: 400px;
  }

  .client-slider-mask.second-version {
    width: 60%;
  }

  .contact-details-wrapper {
    flex-flow: column;
  }

  .contact-details-right, .contact-details-right.horizontal, .team-members-tab, .team-member-image-for--tab {
    width: 100%;
  }

  .team-member-content-wrapper {
    width: 48%;
  }

  .team-member-content-wrapper.have--transform {
    transform: none;
  }

  .team-member-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .global-tab-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 90%;
    max-width: 100%;
  }

  .team-members-row {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-members-row.center {
    justify-content: flex-start;
    align-items: center;
  }

  .button-overflow-hidden, .inside-button.none-padding {
    border-radius: 60px;
  }

  .home-hero-design-shadow.second.for--pricing, .home-hero-design-shadow.for--pricing {
    display: none;
  }

  .cart-wrapper {
    width: 48%;
  }

  .cart-wrapper.size--large {
    width: 70%;
  }

  .cart-wrapper.have--transform {
    transform: none;
  }

  .client-section.overflow-visible-on-tablet {
    overflow: visible;
  }

  .custom-spacer {
    margin-top: 1em;
  }

  .custom-spacer.contact-form-wrap {
    width: 100%;
  }

  .circle-vector {
    display: none;
  }

  .career-sticky-wrapper {
    width: 50%;
  }

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

  .blog-nae-wrapper.for--center-column {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .blog-name, .blog-name.size--large {
    font-size: 1.4rem;
  }

  .none.show-on-tablet {
    display: block;
  }

  .partners-logo-wrapper.to-left, .partners-logo-wrapper.to-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .partner-logos-box {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .partner-logo {
    width: 10rem;
  }

  .features-row {
    flex-flow: column;
  }

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

  .map-details-wrapper {
    width: 50%;
  }

  .coming-soon-wrap {
    aspect-ratio: 1;
    width: 90%;
    height: auto;
  }

  .discover-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: auto;
    bottom: 4rem;
  }

  .discover-text-2 {
    display: none;
  }

  .discover-button {
    z-index: 3;
    aspect-ratio: 1;
    cursor: pointer;
    object-fit: cover;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
    border-radius: 1rem 0 0 1rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .global-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .cart-quantity {
    display: none;
  }

  .cart-quantity.is-for-menu-cart {
    display: block;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    width: 200px;
    top: auto;
    left: auto;
  }

  .global-link-dropdown {
    font-size: .9rem;
  }

  .hide-on-tablet {
    display: none;
  }

  .cart-image {
    width: 100%;
    display: block;
  }

  .dashboard-left {
    display: none;
  }

  .dashboard-image {
    box-shadow: none;
    border-radius: 0;
  }

  .dashboard-image.desktop-none {
    object-fit: scale-down;
    border-radius: 1.5em;
    display: block;
  }

  .dashboard-right {
    display: none;
  }

  .hero-content-wrapper {
    margin-bottom: 0;
  }

  .hero-dashboard-wrapper-large {
    height: auto;
  }

  .hero-dashboard-left {
    width: 250px;
  }

  .hero-dashboard-left.bottom {
    width: 200px;
    top: 40%;
    left: -4%;
  }

  .hero-dashboard-left.top {
    left: -5%;
  }

  .hero-dashboard-left.right {
    right: -5%;
  }

  .hero-dashboard-left.right-bottom {
    width: 200px;
    top: 40%;
    right: -4%;
  }

  .spline-detail-block.second {
    top: 20%;
    left: 0%;
  }

  .spline-detail-block.third {
    left: 0%;
  }

  .spline-detail-block.fifth {
    top: 20%;
    right: 0%;
  }

  .normal-title {
    margin-top: 0;
  }

  .normal-title.none-margin.text-align-left {
    font-size: 2.5rem;
  }

  .about-year-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-p-second.text-align-left.second-version {
    font-size: 1rem;
  }

  .about-year {
    font-size: 4.5rem;
  }

  .about-year.size--small {
    font-size: 2rem;
  }

  .service-sticky-rive {
    height: auto;
  }

  .service-sticky-grid {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .service-sticky-content-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3em;
  }

  .service-sticky-column, .principle-block {
    width: 100%;
  }

  .principle-icon.size--small {
    width: 27px;
  }

  .principle-second-block.for-integration {
    width: 110px;
    font-size: .8rem;
  }

  .image-frame-wrapper {
    margin-top: 0;
  }

  .image-frame-block {
    justify-content: center;
    align-items: center;
    height: 20rem;
    display: flex;
  }

  .image-frame-item {
    width: 15rem;
    height: 19rem;
  }

  .platform-rive {
    width: 65%;
  }

  .integration-block {
    width: 35rem;
  }

  .integration-rive-child {
    top: -7%;
  }

  .integration-rive-connect-image-wrapper {
    bottom: 0%;
  }

  .feature-rive.last {
    height: auto;
  }

  .security-rive-block {
    width: 100%;
  }

  .iphone-mockup-frame-image.hide-in-tablet {
    display: none;
  }

  .iphone-mockup-frame-image.show-in-tablet {
    height: auto;
    display: inline-block;
  }

  .key-feature-text-content-v1 {
    margin-top: auto;
  }

  .key-features-height-loader {
    display: none;
  }

  .key-feature-item-v1 {
    width: 100%;
  }

  .key-feature-item-content-v1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .key-features-items-v1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: none;
    display: grid;
  }

  .key-features-box-v1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    position: relative;
    top: 0;
  }

  .card-frame.first-key-feature-item-card-v1, .card-frame.fourth-key-feature-item-card-v1, .card-frame.third-key-feature-item-card-v1, .card-frame.second-key-feature-item-card-v1 {
    height: 100%;
  }

  .key-features-phone-wrapper-v1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
  }

  .dashboard-mobile-image-frame {
    border-radius: 3rem;
    display: none;
  }

  .key-features-height-v1 {
    width: 100%;
    height: auto;
  }

  .iphone-mockup-frame-v1 {
    width: 50%;
  }

  .space-between-flex-row-home {
    flex-flow: row-reverse wrap;
  }

  .space-between-flex-row-home.is--wrap-single-row.third-version {
    width: 100%;
  }

  .space-between-flex-row-home.is--wrap-single-row.third-version.last-feature {
    flex-flow: row-reverse wrap-reverse;
  }

  .inside-button-integration.none-padding {
    border-radius: 60px;
  }

  .gradiant-ai-line {
    display: none;
  }

  .hire-icon-wrapper, .webflow-logo, .hire-icon-wrapper-2, .hire-icon-wrapper-3 {
    width: 2.25rem;
  }

  .home-one-marquee-large-text {
    font-size: 20rem;
    line-height: 20.68rem;
  }

  .home-one-marquee-large-text.home-one-destination-large-text {
    font-size: 15rem;
    line-height: 15.68rem;
  }

  .home-one-marquee-large-text.service-one-marquee-large-text {
    font-size: 15rem;
    line-height: 15.63rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 15rem;
    line-height: 15.62rem;
  }

  .home-one-destination-wrap {
    padding-top: 66px;
    padding-bottom: 30px;
  }

  .inside-button-3.none-padding {
    border-radius: 60px;
  }

  .hp_hero_banner_wrapper-4 {
    padding-top: 200px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    margin-top: 0;
    padding-top: 0;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner-copy {
    padding-top: 200px;
  }

  .container-2 {
    max-width: 100vw;
  }

  .hp_blog_update_one_cms_box {
    margin-bottom: 80px;
  }

  .landing-home-page-big-text-copy {
    margin-top: 57px;
    margin-left: 20px;
    font-size: 8rem;
    line-height: 15.62rem;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -90px;
    margin-bottom: 0;
    font-size: 12rem;
  }

  .text-center-10 {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .landing-home-page-wrap-copy, .landing-home-page-wrap-copy-4 {
    margin-top: 0;
  }

  .landing-home-page-big-text-copy-copy {
    margin-top: 200px;
    margin-bottom: 48px;
    margin-left: 20px;
    font-size: 7rem;
    line-height: 8rem;
  }

  .text-marquee {
    padding-top: 0;
  }

  .landing-home-page-wrap-copy-3 {
    margin-top: 0;
  }

  .text-center-copy {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .container-4, .container-5 {
    max-width: 100vw;
  }

  .container-full-copy.listings-01 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .title-wrapper-2 {
    width: 90%;
  }

  .title-flex {
    flex-flow: wrap;
    align-items: center;
  }

  .listings-text {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-3 {
    width: 90%;
  }

  .slide-nav-testimonial {
    padding-top: 3%;
  }

  .right-arrow {
    right: 10%;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .left-arrow {
    left: 10%;
  }

  .mask-testimonial {
    max-width: 100%;
  }

  .slider-testimonial {
    max-width: 75%;
  }

  .slider-testimonial.slide-up-animation {
    margin-left: 92px;
    padding-left: 0;
  }

  .space-large {
    min-height: 120px;
  }

  .hero-title-wrapper-copy, .hero-title-wrapper-copy.second-version {
    width: 100%;
  }

  .cool-section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    overflow: hidden;
  }

  .hero-title-wrapper-copy, .hero-title-wrapper-copy.second-version, .hero-title-wrapper-copy, .hero-title-wrapper-copy.second-version, .hero-title-wrapper-copy-copy, .hero-title-wrapper-copy-copy.second-version, .hero-title-wrapper-copy-copy, .hero-title-wrapper-copy-copy.second-version {
    width: 100%;
  }

  .backdrop.position-relative.overflow-visible.overflow-hidden-on-tablet {
    overflow: hidden;
  }

  .secondbrown {
    margin-top: 0;
  }

  .firstbrown {
    margin-top: -200px;
  }

  .secondbrown-copy {
    margin-top: 0;
  }

  .introsub-title {
    margin-top: -75px;
    margin-left: 47px;
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .what-sets-us-apart-title, .what-sets-us-apart-title.second-version {
    width: 100%;
  }

  .about-us-title-wrapper {
    align-self: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .hp-home-two-counter-title-wrap {
    max-width: 520px;
  }

  .hp-home-two-counter-number {
    font-size: 36px;
  }

  .container_two-2 {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hp-home-two-counter-details {
    margin-top: 60px;
  }

  .hp-home-two-counter-item {
    padding: 55px 60px 55px 75px;
  }

  .hp-home-two-counter-item.hp-home-two-counter-item-border-right-none {
    margin-right: 29px;
    padding-right: 72px;
  }

  .hp-home-two-counter-item-wrap {
    margin-left: -29px;
    padding-right: 8px;
  }

  .hp-home-two-counter-content-wrap {
    max-width: 690px;
    margin-right: 14px;
    padding-top: 0;
    padding-right: 0;
  }

  .hp_footer_wrapper-2 {
    margin-top: -162px;
  }

  .container-6 {
    max-width: 720px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-nav-testimonial-2 {
    padding-top: 3%;
  }

  .space-large-2 {
    min-height: 120px;
  }

  .aiou-wrapper {
    width: 100%;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-image {
    min-width: 100%;
    max-width: 100%;
  }

  .cta-text-wrapper {
    padding-left: 64px;
    padding-right: 64px;
    bottom: 0;
    left: 0;
  }

  .feature-i-image {
    z-index: 1;
    min-width: 420px;
    max-width: 420px;
    position: relative;
    inset: auto;
  }

  .values-thirds-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-testimonial-3 {
    padding-top: 3%;
  }

  .feature-ii-image {
    min-width: 420px;
    max-width: 420px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .block-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .destinations-container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .destinations-container.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .values-image-wrapper {
    min-height: 480px;
    max-height: 480px;
  }

  .teams-button-wrapper {
    width: 90%;
  }

  .feature-ii {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 0;
    padding-bottom: 120px;
  }

  .letter-wrapper {
    width: 90%;
    top: 240px;
  }

  .title-wrapper-4 {
    width: 90%;
  }

  .feature-i {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
  }

  .features-i-ii-image {
    inset: 0% 0% auto;
  }

  .side-quote-text-ii {
    align-self: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .about-half-wrapper {
    margin-top: 69px;
    padding-top: 160px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .space-large-3 {
    min-height: 120px;
  }

  .about-us {
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    left: 0;
  }

  .about-us-agents-stack {
    padding-left: 0;
  }

  .row-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-stack {
    padding-left: 0;
  }

  .features-text-wrapper {
    width: 90%;
    max-width: 90%;
  }

  .features-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .about-us-image {
    display: none;
  }

  .side-quote-text {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .image-10 {
    margin-bottom: 60px;
  }

  ._404-section.position-relative.overflow-visible.overflow-hidden-on-tablet {
    overflow: hidden;
  }

  .hp_footer_wrapper-2-copy {
    margin-top: -162px;
  }

  .testimonial-client-wrapper {
    grid-column-gap: 15px;
  }

  .reviews-tabs-grid {
    flex-direction: column-reverse;
    width: 80%;
    display: flex;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .about-us-2 {
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    left: 0;
  }

  .features-text-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .about-us-image-2 {
    display: none;
  }

  .principle-second-block-copy.for-integration {
    width: 110px;
    font-size: .8rem;
  }

  .section3.position-relative.overflow-visible.overflow-hidden-on-tablet {
    overflow: hidden;
  }

  .dai.for--home.height-auto, .dai.virtual-background.height-auto {
    height: auto;
  }

  .container-default-2 {
    margin-top: -117px;
    padding-top: 127px;
  }

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

  .home3_hero_lightbox-2 {
    height: 320px;
  }

  .sellers-intro-sections.no-max-width {
    margin-top: 0;
    padding-top: 103px;
  }

  .sellers-intro-sections.padding-216px, .aiou-backscreen.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .buyerprofilebackground.for--home.height-auto, .buyerprofilebackground.virtual-background.height-auto {
    height: auto;
  }

  .image-13 {
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -3px;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  p {
    font-size: .9rem;
  }

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

  .container {
    padding-right: var(--mobile-padding-x);
    padding-left: var(--mobile-padding-x);
  }

  .container.for--hero {
    height: 120vh;
  }

  .text-align-center.for--cms-page {
    font-size: 2rem;
  }

  .text-align-center.none-margin.second-home-title, .text-align-center.none-margin-copy.second-home-title {
    font-size: 2.2rem;
  }

  .hero-title-wrapper {
    margin-top: 81px;
  }

  .hero-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .primary-glow-wrapper.blog-grid-child {
    height: 350px;
  }

  .primary-glow-wrapper.blog-grid-child.second-version {
    width: 100%;
    height: 400px;
  }

  .title-wrapper {
    max-width: 100%;
  }

  .medium-paragraph.text-align-center {
    margin-bottom: 20.3em;
    font-size: .8rem;
  }

  .medium-paragraph.gray-variable {
    font-size: .8rem;
  }

  .space-between-flex-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-bottom: 1.5em;
  }

  .space-between-flex-row.is--wrap-single-row {
    flex-flow: column;
    margin-bottom: 0;
  }

  .space-between-flex-row.is--wrap-single-row.last {
    margin-bottom: 0;
  }

  .space-between-flex-row.is--wrap-single-row.wrap {
    flex-flow: column-reverse;
  }

  .home-detail-content-wrapper {
    width: 100%;
  }

  .cards-row.for--blog, .cards-row.second-version {
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .client-slider-content {
    flex-flow: column;
  }

  .client-image-wrapper {
    width: 100%;
    height: 450px;
  }

  .client-wrapper {
    width: 100%;
  }

  .client-slide-nav {
    right: 41%;
  }

  .footer-wrapper, .footer-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer-grid-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    justify-content: center;
    align-items: center;
  }

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

  .navbar {
    height: 10%;
  }

  .brand {
    width: 100px;
  }

  .faq-box.second-version {
    grid-template-columns: 1fr;
  }

  .accordion-p {
    font-size: 1rem;
  }

  .cta-box.for--blog {
    padding-left: 1em;
    padding-right: 1em;
  }

  .global-x-large-text.for--contact.size--small {
    max-width: 90%;
    font-size: .9rem;
  }

  .global-small-box {
    width: 100%;
  }

  .global-slider-arrow.right {
    left: 8%;
  }

  .career-wrap {
    grid-template-columns: 1fr;
  }

  .career-flex-child {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-radius: 2em;
    flex-flow: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .career-detail-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row-reverse wrap-reverse;
    width: 100%;
  }

  .career-detail-left {
    width: 100%;
    height: auto;
  }

  .career-richtext-wrapper {
    width: 100%;
  }

  .sign-in-content-wrapper {
    width: 70%;
  }

  .global-small-main-title {
    font-size: 2.5rem;
  }

  .style-guide-colors-layout {
    width: 100%;
  }

  .client-slider-mask {
    width: 70%;
  }

  .client-slider-mask.second-version {
    width: 100%;
  }

  .team-member-image-for--tab {
    width: 100%;
    height: 250px;
  }

  .team-member-content-wrapper {
    width: 48%;
  }

  .team-member-content-wrapper.have--transform {
    transform: none;
  }

  .team-member-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .global-tab-menu {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    width: 100%;
  }

  .team-members-row {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .career-rich-text {
    font-size: .9rem;
  }

  .custom-vector, .custom-vector.right {
    display: none;
  }

  .cart-wrapper, .cart-wrapper.size--large {
    width: 100%;
  }

  .star.for--password {
    display: none;
  }

  .green-line {
    width: 30%;
  }

  .career-sticky-wrapper {
    width: 100%;
    position: static;
  }

  .global-pricing-button {
    min-width: 160px;
  }

  .product-detail-wrapper {
    flex-flow: column;
  }

  .product-detail-content-wrapper, .product-single-wrapper {
    width: 100%;
  }

  .blog-grid-block.second-version {
    flex-flow: column;
  }

  .full-size.blog-first-item, .full-size.blog-first-item-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .discover-element {
    width: 2.4rem;
  }

  .faq-right {
    width: 85%;
  }

  .faq-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .faq-arrow-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .map-wrapper {
    border-radius: 24px;
  }

  .map-details-wrapper {
    border-radius: 24px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .comign-soon-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .coming-soon-title {
    font-size: 2rem;
  }

  .discover-icon {
    width: 1.2rem;
  }

  .cart-container {
    max-width: none;
  }

  .sales-stats-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .horizontal-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

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

  .dashboard-image {
    object-fit: scale-down;
  }

  .dashboard-image.desktop-none {
    border-radius: 1em;
  }

  .dashboard-right {
    width: 70%;
  }

  .hero-dashboard-wrapper-large.for--feature {
    height: 400px;
  }

  .hero-dashboard-left {
    display: none;
  }

  .spline-wrapper {
    height: 70vh;
  }

  .full-spline {
    position: absolute;
    inset: 0%;
  }

  .spline-detail-block {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .spline-detail-block.second {
    top: 15%;
  }

  .spline-detail-block.third {
    top: 25%;
    bottom: auto;
  }

  .spline-detail-block.fifth {
    top: 15%;
  }

  .spline-detail-block.sixth {
    top: 25%;
    bottom: auto;
  }

  .spline-circle {
    width: 27px;
  }

  .spline-text {
    font-size: 1rem;
  }

  .about-container {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .about-animation-image-wrapper {
    width: 80%;
  }

  .about-right {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .normal-title {
    font-size: 2.7rem;
  }

  .about-p-second {
    font-size: .9rem;
  }

  .about-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-year {
    font-size: 2.5rem;
  }

  .service-sticky-center-column {
    width: 30%;
  }

  .service-sticky-grid {
    grid-column-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-sticky-content-block {
    margin-bottom: 1em;
  }

  .principle-block {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .principle-flex {
    height: 75px;
  }

  .principle-icon {
    width: 70px;
  }

  .principle-icon.size--small {
    width: 25px;
  }

  .polygon {
    width: 60px;
  }

  .principle-number {
    font-size: 2rem;
  }

  .principle-line {
    width: 66px;
  }

  .principle-image {
    height: 200px;
  }

  .principle-second-block {
    font-size: .8rem;
  }

  .principle-second-block.ai-child {
    white-space: nowrap;
    white-space: nowrap;
    width: 110px;
    font-size: .8rem;
  }

  .image-frame-block {
    width: 15rem;
    height: 17rem;
  }

  .image-frame-item {
    width: 12rem;
    height: 15rem;
  }

  .platform-rive {
    width: 85%;
  }

  .integration-block {
    width: 28rem;
  }

  .integration-rive {
    height: 265px;
  }

  .integration-rive-child {
    left: -8.5%;
  }

  .integration-rive-child.second {
    left: 21%;
  }

  .integration-rive-child.third {
    left: 54%;
  }

  .integration-rive-child.fourth {
    left: 81.5%;
  }

  .feature-rive.last.second, .feature-rive.second-version, .security-rive-block.second-version {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .key-feature-item-content-v1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .key-features-items-v1 {
    grid-template-columns: 1fr;
  }

  .key-features-phone-wrapper-v1 {
    width: auto;
    max-width: 20rem;
  }

  .medium-paragraph-home.text-align-center {
    font-size: .8rem;
  }

  .space-between-flex-row-home {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-bottom: 1.5em;
  }

  .space-between-flex-row-home.is--wrap-single-row {
    flex-flow: column;
  }

  .custom-page-fixed-block {
    max-width: 16rem;
    left: 1rem;
  }

  .hire-icon, .hire-icon-2 {
    width: 1.1rem;
  }

  .custom-notifbar {
    max-width: 16rem;
    left: 1rem;
  }

  .hire-icon-3 {
    width: 1.1rem;
  }

  .hero-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-one-marquee-large-text {
    font-size: 17rem;
    line-height: 17.68rem;
  }

  .home-one-marquee-large-text.home-one-destination-large-text {
    font-size: 12rem;
    line-height: 12.68rem;
  }

  .home-one-marquee-large-text.service-one-marquee-large-text {
    font-size: 11rem;
    line-height: 11.63rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 12rem;
    line-height: 12.62rem;
  }

  .tag-text {
    letter-spacing: .1rem;
    font-size: .7rem;
  }

  .hp-template-content-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hp_hero_banner_wrapper-4 {
    margin: 20px 15px;
    padding-top: 130px;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hp_hero_banner_wrapper-4.hp-hero-inner-copy {
    margin-top: -200px;
    margin-bottom: 0;
    padding-top: 130px;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .landing-home-page-big-text-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50%, 0 0;
    width: 978.391px;
    margin-top: 84px;
    margin-left: 110px;
    padding-bottom: 8px;
    font-size: 6rem;
    line-height: 8rem;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -93px;
  }

  .text-center-10 {
    margin-top: -30px;
    margin-left: 104px;
  }

  .landing-home-page-big-text-copy-copy {
    background-image: url('../images/Vartical-Accordion-Image-3.webp'), linear-gradient(#eed0bc, #fff0);
    background-position: 50%, 0 0;
    width: 978.391px;
    margin-top: -165px;
    margin-left: 62px;
    padding-bottom: 8px;
    font-size: 6rem;
    line-height: 8rem;
  }

  .text-center-copy {
    margin-top: -30px;
    margin-left: 104px;
  }

  .home-one-destination-large-image-wrap-4 {
    margin-left: -200px;
  }

  .container-4, .container-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-wrapper-2 {
    text-align: center;
  }

  .title-wrapper-2.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .title-wrapper-3 {
    text-align: center;
  }

  .slide-nav-testimonial {
    padding-top: 4%;
    bottom: -8%;
  }

  .right-arrow {
    right: 3%;
  }

  .max-width-36rem {
    max-width: 26rem;
  }

  .left-arrow {
    left: 3%;
  }

  .slider-testimonial {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slider-testimonial.slide-up-animation {
    text-align: center;
    margin-left: 32px;
  }

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

  .introsub-title {
    margin-top: -30px;
    margin-left: 104px;
  }

  .about-us-title-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    margin-top: 60px;
    top: -30px;
  }

  .hp-home-two-counter-title-wrap {
    max-width: 510px;
  }

  .container_two-2 {
    max-width: 540px;
  }

  .hp-home-two-counter-details {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-home-two-counter-item {
    width: 100%;
  }

  .hp-home-two-counter-item-wrap {
    flex-flow: column;
  }

  .hp_footer_wrapper-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-6 {
    max-width: 540px;
    margin-left: 200px;
  }

  .slide-nav-testimonial-2 {
    padding-top: 4%;
    bottom: -8%;
  }

  .testimonial-client-wrapper-3 {
    margin-top: 12px;
  }

  .max-width-36rem-2 {
    text-align: left;
    max-width: 400px;
  }

  .testimonial-text-wrapper-2 {
    text-align: center;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 480px;
    max-height: 480px;
  }

  .centered-on-mobile {
    text-align: center;
  }

  .cta-paragraph {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .feature-i-image {
    right: auto;
  }

  .values-thirds-wrapper {
    flex-flow: column;
    width: 80px;
    max-width: 80%;
    margin-left: 200px;
    margin-right: 23px;
  }

  .slide-nav-testimonial-3 {
    padding-top: 4%;
    bottom: -8%;
  }

  .feature-ii-image {
    left: auto;
  }

  .destinations-container.padding-144px {
    padding-left: 0%;
  }

  .text-wrapper.align-left.gap-8px {
    margin-left: 44px;
  }

  .section-266 {
    margin-bottom: 114px;
    padding-bottom: 0;
  }

  .values-image-wrapper {
    min-height: 420px;
    max-height: 420px;
  }

  .feature-ii {
    align-items: center;
  }

  .max-width-36rem-3 {
    max-width: 26rem;
  }

  .testimonial-text-wrapper-3, .title-wrapper-4 {
    text-align: center;
  }

  .title-wrapper-4.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-i {
    align-items: center;
  }

  .side-quote-text-ii {
    margin-left: auto;
    margin-right: auto;
  }

  .about-half-wrapper {
    margin-top: -63px;
    padding-top: 200px;
  }

  .side-quote-text {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-18 {
    text-align: left;
    width: 500px;
  }

  .heading-19 {
    text-align: left;
  }

  .image-10 {
    margin-bottom: 60px;
    margin-left: 20px;
  }

  .hp_footer_wrapper-2-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .reviews-tabs-grid {
    width: 100%;
  }

  .testimonial-text-wrapper-4 {
    text-align: center;
  }

  .principle-second-block-copy {
    font-size: .8rem;
  }

  .principle-second-block-copy.ai-child {
    white-space: nowrap;
    white-space: nowrap;
    width: 110px;
    font-size: .8rem;
  }

  .section-274 {
    margin-top: 0;
  }

  .section_heading-3 {
    position: static;
  }

  .finance-cal-title {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1px;
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1rem;
  }

  p {
    font-size: .8rem;
  }

  .section {
    margin-top: 0;
  }

  .container {
    padding-top: var(--mobile-separator);
    padding-bottom: var(--mobile-separator);
    margin-top: 0;
  }

  .container.navbar-container {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .container.for--hero {
    height: 100vh;
  }

  .text-align-center.for--cms-page {
    font-size: 1.5rem;
  }

  .text-align-center.none-margin {
    width: 150px;
    font-size: 1.5rem;
  }

  .text-align-center.none-margin.second-home-title {
    font-size: 2rem;
  }

  .text-align-center.none-margin-copy {
    font-size: 1.5rem;
  }

  .text-align-center.none-margin-copy.second-home-title {
    font-size: 2rem;
  }

  .large-paragraph {
    font-size: .9rem;
  }

  .large-paragraph.for--hero {
    font-size: 1.2rem;
  }

  .large-paragraph.for--hero.have--max-width {
    max-width: 90%;
  }

  .hero-title-wrapper {
    margin-top: 105px;
  }

  .hero-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .buttons-row {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 350px;
    margin-left: -29px;
    transform: scale(.6);
  }

  .primary-glow-wrapper {
    font-size: .95rem;
  }

  .primary-glow-wrapper.blog-grid-child.second-version {
    height: 300px;
  }

  .primary-glow-wrapper.mobile-full-width, .primary-glow-wrapper.full {
    width: 100%;
  }

  .spacer-large {
    padding-right: var(--mobile-padding-x);
    padding-left: var(--mobile-padding-x);
  }

  .title-wrapper.low-gap {
    max-width: 100%;
  }

  .medium-paragraph {
    font-size: .8rem;
  }

  .medium-paragraph.text-align-center {
    font-size: .6rem;
  }

  .medium-paragraph.gray-variable.text-align-center {
    font-size: .8rem;
  }

  .space-between-flex-row.is--wrap-single-row {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .home-detail-content-wrapper.third-version {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .global-medium-text {
    font-size: .7rem;
  }

  .global-medium-text.size-large {
    font-size: 1rem;
  }

  .global-medium-text.size-x-large {
    font-size: 1.2rem;
  }

  .home-detail-title {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .cards-row.more-padding {
    padding-top: 2em;
  }

  .card.low-padding.popular.for--blog {
    border-radius: 24px;
    padding: 1em;
  }

  .card.full-width {
    border-radius: 30px;
  }

  .card-title.for--blog {
    font-size: 1.1rem;
  }

  .card-title.for--blog.large {
    font-size: 1.3rem;
  }

  .card-detail-text {
    font-size: .7rem;
  }

  .card-detail-text.size-large {
    font-size: .8rem;
  }

  .card-detail-text.size-x-large {
    text-align: center;
    font-size: .7rem;
  }

  .client-slide {
    width: 100%;
  }

  .client-slider-content {
    padding-top: 1.5em;
  }

  .client-image-wrapper {
    height: 275px;
  }

  .client-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .client-paragraph, .client-paragraph.size--large {
    font-size: .9rem;
  }

  .client-slide-nav {
    right: 34%;
  }

  .blog-image-wrapper {
    height: 250px;
  }

  .footer-paragraph {
    font-size: .8rem;
  }

  .footer-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-child {
    height: auto;
  }

  .global-link {
    font-size: .8rem;
  }

  .global-link.nav-link {
    font-size: .9rem;
  }

  .footer-bottom-text {
    font-size: .9rem;
    line-height: 1.5;
  }

  .icon-embed {
    width: 14px;
    height: 14px;
  }

  .link-icon {
    width: 35px;
    height: 35px;
  }

  .brand {
    width: 90px;
  }

  .navbar-content {
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    width: 290px;
  }

  .nav-menu.none--border {
    padding-top: 2em;
    padding-left: 1.5em;
  }

  .nav-dropdown-content {
    padding-left: .4em;
  }

  .spacer-medium {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .faq-dropdown {
    border-radius: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .faq-dropdown-list {
    padding-top: 1.5em;
  }

  .accordion-p {
    width: 85%;
    font-size: .85rem;
  }

  .accordion-p.for--dropdown {
    width: 100%;
    font-size: .8rem;
  }

  .dropdown-circle {
    width: 20px;
    height: 20px;
  }

  .plus-text {
    font-size: 1rem;
  }

  .cta-box {
    padding: 2em 1em;
  }

  .global-x-large-text {
    font-size: .9rem;
  }

  .global-small-box {
    width: 100%;
  }

  .global-small-box.low-pading {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .global-slider-arrow.right {
    left: 14%;
  }

  .integrations-grid-block {
    grid-template-columns: 1fr;
  }

  .career-flex-child {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    border-radius: 1em;
    padding: 1.5em;
  }

  .career-detail-left {
    border-radius: 30px;
  }

  .contact-input-row {
    flex-flow: column;
  }

  .contact-input-row.vertical {
    width: 100%;
  }

  .blog-main-image {
    height: 275px;
  }

  .post-body {
    max-width: 100%;
  }

  .sign-in-content-wrapper {
    width: 90%;
  }

  .sign-in-content-wrapper.for--second-version {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .global-small-main-title {
    letter-spacing: -2px;
    font-size: 1.5rem;
  }

  .menu-button {
    font-size: 1.5rem;
  }

  .licences-image {
    height: 150px;
  }

  .feature-icon-picture {
    width: 24px;
  }

  .client-slider-mask {
    width: 100%;
    height: 400px;
  }

  .client-image {
    width: 65px;
    height: 65px;
  }

  .client-image.second-version {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .contact-detail-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-details-right.horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
  }

  .team-member-image-for--tab {
    height: 275px;
  }

  .global-tab-link {
    font-size: .9rem;
  }

  .team-member-content-wrapper {
    width: 100%;
  }

  .team-member-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .global-tab-pane {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .global-tab-menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .team-members-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .career-rich-text {
    font-size: .8rem;
  }

  .video-wrapper {
    height: 275px;
  }

  .video-play-icon {
    width: 20px;
  }

  .button-overflow-hidden {
    border-radius: 60px;
  }

  .button-overflow-hidden.low-radius {
    border-radius: 30px;
  }

  .button-overflow-hidden.for--faq {
    border-radius: 1em;
  }

  .button-overflow-hidden.for--form {
    border-radius: 24px;
  }

  .button-overflow-hidden.for--third-version-features.full-size {
    border-radius: 1em;
  }

  .button-overflow-hidden.mobile-full-width {
    width: 100%;
  }

  .inside-button.none-padding {
    border-radius: 60px;
  }

  .inside-button.none-padding.for--price-card {
    border-radius: 30px;
  }

  .inside-button.none-padding.for--faq {
    border-radius: 1em;
  }

  .inside-button.none-padding.for--form {
    border-radius: 24px;
  }

  .inside-button.size--small {
    padding: 10px 16px;
  }

  .button-text.size--small {
    font-size: .7rem;
  }

  .slide-animation-wrapper.mobile-full-width {
    width: 100%;
  }

  .login-form {
    padding: 2em 1em;
  }

  .form-inputs-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .star.for--password {
    display: none;
  }

  .star.for--pricing {
    width: 50px;
    display: none;
    top: 45%;
  }

  .circle-vector {
    display: none;
  }

  .green-line {
    width: 25%;
  }

  .global-pricing-button {
    min-width: 145px;
    min-height: 60px;
    padding: 1.1em 2em;
    font-size: .85rem;
  }

  .product-rich-text {
    font-size: .8rem;
  }

  .product-detail-content-wrapper {
    padding: 1.5em 1em;
  }

  .blog-grid-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .full-size.blog-first-item, .full-size.blog-first-item-copy {
    flex-flow: column;
  }

  .blog-nae-wrapper, .blog-nae-wrapper.for--center-column {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-name, .blog-name.size--large {
    font-size: 1.2rem;
  }

  .blog-collection-list-wrapper {
    border-radius: 24px;
  }

  .blog-first-item-left, .blog-first-item-right {
    width: 100%;
  }

  .partners-logo-wrapper.to-left, .partners-logo-wrapper.to-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .partner-logo {
    width: 7.5rem;
  }

  .feature-number-flex-row, .features-row.grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .faq-right {
    width: 100%;
  }

  .map-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row-reverse wrap-reverse;
    height: auto;
    margin-bottom: -2em;
    display: flex;
  }

  .map-details-wrapper {
    background-color: var(--global-box-bg);
    width: 100%;
    position: static;
  }

  .comign-soon-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .process-wrapper {
    height: 12px;
  }

  .coming-soon-wrap {
    width: 100%;
  }

  .coming-soon-title {
    font-size: 1rem;
  }

  .global-grid-block {
    grid-template-columns: 1fr;
    padding-top: 1em;
  }

  .cart-quantity.is-for-menu-cart {
    margin-left: 1rem;
  }

  .cart-item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .cart-list {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .order-price {
    font-size: .8rem;
  }

  .cart-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .global-link-dropdown {
    font-size: .8rem;
  }

  .global-link-dropdown.nav-link {
    font-size: .9rem;
  }

  .global-link-dropdown.nav-link.for--title {
    font-size: .9rem;
  }

  .global-link-dropdown.nav-link.for--dropdown {
    font-size: .8rem;
  }

  .cart-image {
    width: 80%;
    height: 80%;
  }

  .map-image {
    border-radius: 20px;
    height: 300px;
  }

  .sales-feature-item {
    padding: 1.5rem 1rem;
  }

  .footer-video {
    height: 125px;
  }

  .partenr-job {
    font-size: .9rem;
  }

  .partner-box {
    border-radius: 1em;
  }

  .partner-p {
    font-size: .85rem;
  }

  .spline-wrapper {
    height: 60vh;
  }

  .spline-circle {
    width: 16px;
  }

  .spline-text {
    font-size: .9rem;
  }

  .horizontal-scroll-content {
    width: 100%;
    height: auto;
  }

  .track-flex {
    margin-right: 0;
  }

  .about-legacy {
    height: auto;
  }

  .sticky-wrapper {
    position: static;
  }

  .about-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 3em 1em;
  }

  .sticky-element {
    height: auto;
  }

  .about-scroll {
    display: none;
  }

  .track {
    flex: 0 auto;
  }

  .horizontal-wrapper {
    padding-bottom: 0;
  }

  .history-content.fifth {
    margin-left: 0;
    margin-right: 0;
  }

  .history-content.fourth {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .history-content.first, .history-content.third, .history-content.second {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-link {
    font-size: .6rem;
  }

  .about-history-title-wrapper {
    display: none;
  }

  .section-height {
    height: auto;
  }

  .about-right {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .normal-title {
    margin-top: .2em;
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  .about-p-second {
    font-size: .7rem;
  }

  .about-p-second.text-align-left.second-version {
    font-size: .8rem;
  }

  .about-flex-right.second {
    flex-flow: wrap;
  }

  .about-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-year.size--small {
    font-size: 2.5rem;
  }

  .service-sticky-center-column {
    display: none;
  }

  .service-sticky-content-text-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .service-sticky-grid {
    flex-flow: column;
  }

  .service-sticky-content-block {
    height: auto;
  }

  .principle-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .principle-child {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .principle-icon {
    width: 40px;
  }

  .principle-icon.size--small {
    object-fit: scale-down;
  }

  .polygon {
    width: 50px;
  }

  .principle-number {
    font-size: 1.2rem;
  }

  .principle-rive {
    display: none;
  }

  .principle-line {
    width: 57px;
  }

  .arrow {
    display: none;
  }

  .principle-flex-block {
    flex-flow: column;
  }

  .principle-child-second-version {
    width: 100%;
  }

  .principle-second-block.for-integration {
    width: 4rem;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .7rem;
  }

  .image-frame-block {
    height: 15rem;
  }

  .image-frame-item {
    width: 6.8rem;
    height: 10rem;
  }

  .platform-block {
    background-image: url('../images/Screenshot-656.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
  }

  .platform-block.for--hero {
    margin-top: 0;
  }

  .platform-rive, .platform-child {
    display: none;
  }

  .integration-block {
    width: 16rem;
  }

  .integration-rive {
    height: 210px;
  }

  .custom-image, .integration-rive-connect-image-wrapper {
    width: 17px;
  }

  .ai-block {
    display: none;
  }

  .feature-rive.last {
    height: 225px;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .padding-global.padding-section-medium {
    padding-right: var(--mobile-padding-x);
    padding-left: var(--mobile-padding-x);
  }

  .heading-style-h4-2 {
    font-size: 1.2rem;
  }

  .key-feature-item-content-v1 {
    flex-flow: column;
  }

  .primary-glow-wrapper-box {
    font-size: .95rem;
  }

  .medium-paragraph-home {
    font-size: .8rem;
  }

  .space-between-flex-row-home.is--wrap-single-row {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .space-between-flex-row-home.is--wrap-single-row.third-version {
    padding-top: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .space-between-flex-row-home.is--wrap-single-row.third-version.last-feature {
    padding-top: 2.5em;
  }

  .inside-button-integration {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-button-integration.none-padding {
    border-radius: 60px;
  }

  .inside-button-integration.none-padding.for--faq {
    border-radius: 1em;
  }

  .customization-dropdown-list {
    padding: .5rem;
  }

  .hire-row {
    font-size: .75rem;
  }

  .hire-icon-wrapper {
    width: 2rem;
  }

  .custom-page-fixed-block {
    max-width: 15rem;
    left: .75rem;
  }

  .customization-text {
    font-size: .8rem;
    font-weight: 500;
  }

  .plus-text-discover {
    font-size: 1rem;
  }

  .hire-icon {
    width: 1rem;
  }

  .customization-dropdown-list-2 {
    padding: .5rem;
  }

  .hire-row-2 {
    font-size: .8rem;
  }

  .plus-text-2 {
    font-size: 1rem;
  }

  .hire-icon-2 {
    width: 1.1rem;
  }

  .customization-dropdown-toggle-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hire-row-3 {
    font-size: .8rem;
  }

  .custom-notifbar {
    max-width: 15rem;
    left: .75rem;
  }

  .customization-dropdown-toggle-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hire-icon-3 {
    width: 1.1rem;
  }

  .plus-text-3 {
    font-size: 1rem;
  }

  .home-one-marquee-large-text {
    font-size: 13rem;
    line-height: 13.68rem;
  }

  .home-one-marquee-large-text.home-one-destination-large-text {
    font-size: 9rem;
    line-height: 9.68rem;
  }

  .home-one-marquee-large-text.home-two-marquee-text {
    font-size: 10rem;
    line-height: 10.62rem;
  }

  .inside-button-3.none-padding {
    border-radius: 60px;
  }

  .primary-glow-wrapper-2 {
    font-size: .95rem;
  }

  .platform-block-2 {
    background-image: url('../images/Screenshot-656.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
  }

  .container-2 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .landing-home-page-big-text-copy {
    margin-left: 5px;
  }

  .home-one-marquee-large-text-two-copy.landing-large-marquee-text {
    margin-top: -102px;
    margin-bottom: 3px;
    margin-left: -17px;
    font-size: 8rem;
    line-height: 14rem;
  }

  .text-center-10 {
    margin-left: -2px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .primary-glow-wrapper-19 {
    font-size: .95rem;
  }

  .landing-home-page-big-text-copy-copy {
    width: 550px;
    margin-left: 5px;
    font-weight: 700;
  }

  .text-center-copy {
    margin-left: -2px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .primary-glow-wrapper-4 {
    font-size: .95rem;
  }

  .container-4 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .primary-glow-wrapper-20 {
    font-size: .95rem;
  }

  .container-5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .title-wrapper-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-2.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-wrapper-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-icon-02.invert {
    display: none;
  }

  .slide-nav-testimonial {
    padding-top: 8%;
    bottom: -6%;
  }

  .testimonial-client-wrapper-02 {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .right-arrow {
    display: none;
  }

  .testimonial-info-wrapper {
    margin-left: 0;
  }

  .max-width-36rem {
    max-width: 15rem;
  }

  .stars-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    display: none;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .mask-testimonial {
    width: 80vw;
  }

  .testimonial-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .commercial {
    overflow: hidden;
  }

  .space-large {
    min-height: 90px;
  }

  .introsub-title {
    margin-left: -2px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .about-us-title-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hp-home-two-counter-number {
    font-size: 28px;
  }

  .hp-home-two-counter-item {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-testimonial-2 {
    padding-top: 8%;
    bottom: -6%;
  }

  .testimonial-client-wrapper-3 {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .max-width-36rem-2 {
    max-width: 15rem;
  }

  .testimonial-text-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .space-large-2 {
    min-height: 90px;
  }

  .cta-wrapper {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .space-mid {
    min-height: 60px;
  }

  .cta-image {
    min-height: 360px;
    max-height: 360px;
  }

  .cta-paragraph {
    max-width: 100%;
  }

  .cta-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .feature-i-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .numbers {
    font-size: 200px;
  }

  .values-thirds-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .slide-nav-testimonial-3 {
    padding-top: 8%;
    bottom: -6%;
  }

  .testimonial-client-wrapper-4 {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .feature-ii-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 290px;
    max-height: 290px;
  }

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

  .text-wrapper.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .section-266 {
    overflow: hidden;
  }

  .values-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .teams-button-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-ii {
    padding-left: 32px;
    padding-right: 32px;
  }

  .letter-wrapper {
    width: 80%;
    top: 150px;
  }

  .max-width-36rem-3 {
    max-width: 15rem;
  }

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

  .testimonial-text-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .title-wrapper-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper-4.align-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .feature-i {
    margin-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .max-width-450px {
    max-width: 240px;
  }

  .about-half-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .space-large-3 {
    min-height: 90px;
  }

  .about-us {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-us-agents-stack, .about-us-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-description {
    max-width: 240px;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .about-us-image {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .side-quote-text {
    min-width: auto;
  }

  .financial-intro {
    overflow: hidden;
  }

  .image-10 {
    margin-bottom: 30px;
    margin-left: 14px;
  }

  .testimonial-client-wrapper {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .tab-panel {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-tab {
    flex-direction: column;
  }

  .testimonial-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-text-wrapper-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .section-272 {
    overflow: hidden;
  }

  .testimonial-icon.invert {
    display: none;
  }

  .about-us-2 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .max-width-450px-2 {
    max-width: 240px;
  }

  .about-us-image-2 {
    min-width: 180px;
    max-width: 180px;
    min-height: 120px;
    max-height: 120px;
    bottom: -20%;
  }

  .principle-second-block-copy.for-integration {
    width: 4rem;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .7rem;
  }

  .slide-animation-wrapper-copy.mobile-full-width {
    width: 100%;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-style-badge-3 {
    flex: none;
  }
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052a8c-e66101aa {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052a9f-e66101aa {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052aa4-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052aa7-e66101aa {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052ab2-e66101aa {
  grid-area: 3 / 4 / 5 / 5;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052ab7-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052aba-e66101aa {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052ac5-e66101aa {
  grid-area: 1 / 5 / 4 / 7;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052ad8-e66101aa {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-f43cf581-7d4b-a994-c592-67e96c052add-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052ae0-e66101aa, #w-node-_81d48395-a419-0a83-0f79-5b88f36737a8-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737ad-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737b0-e66101d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737bb-e66101d5 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737c0-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737c3-e66101d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737ce-e66101d5 {
  grid-area: 3 / 4 / 5 / 5;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737d3-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737d6-e66101d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737e1-e66101d5 {
  grid-area: 1 / 5 / 4 / 7;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737e6-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737e9-e66101d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737f4-e66101d5 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_81d48395-a419-0a83-0f79-5b88f36737f9-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737fc-e66101d5 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-e03b6f77-93d4-5eb6-9369-e6a13d735798-e6610243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc07940-9dc9-baff-707d-7fe0f71580d3-e6610246 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5ed90f2-03a1-1cbc-6f7d-8550b2d9eb08-e6610263 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c5ed90f2-03a1-1cbc-6f7d-8550b2d9eb0a-e6610263 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-c5ed90f2-03a1-1cbc-6f7d-8550b2d9eb0c-e6610263 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19ad-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19b2-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19b5-e6610263 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19c0-e6610263 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19c5-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19c8-e6610263 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19d3-e6610263 {
  grid-area: 3 / 4 / 5 / 5;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19d8-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19db-e6610263 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19e6-e6610263 {
  grid-area: 1 / 5 / 4 / 7;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19eb-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19ee-e6610263 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19f9-e6610263 {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_89d65552-b873-6b0c-1d90-07ad8fea19fe-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea1a01-e6610263 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_4bfac32a-102a-4cbe-a696-15ce830a3ae9-e6610288 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bfac32a-102a-4cbe-a696-15ce830a3b06-e6610288 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a87d7280-068c-e5ab-0a5b-5742243ddd97-e661028d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a87d7280-068c-e5ab-0a5b-5742243ddd99-e661028d {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-a87d7280-068c-e5ab-0a5b-5742243ddd9b-e661028d {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_406dc3f7-e7fd-12e7-09b5-014d0b78f139-0656ab6a, #w-node-_406dc3f7-e7fd-12e7-09b5-014d0b78f139-7e713cca, #w-node-_406dc3f7-e7fd-12e7-09b5-014d0b78f139-e1ca4003 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_406dc3f7-e7fd-12e7-09b5-014d0b78f139-7e713cca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f43cf581-7d4b-a994-c592-67e96c052a8c-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052a9f-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052ab2-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052ac5-e66101aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f43cf581-7d4b-a994-c592-67e96c052ad8-e66101aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d48395-a419-0a83-0f79-5b88f36737a8-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737bb-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737ce-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737e1-e66101d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81d48395-a419-0a83-0f79-5b88f36737f4-e66101d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19ad-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19c0-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19d3-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19e6-e6610263 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19f9-e6610263 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4bfac32a-102a-4cbe-a696-15ce830a3b06-e6610288 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bfac32a-102a-4cbe-a696-15ce830a3b06-e6610288 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f43cf581-7d4b-a994-c592-67e96c052a8c-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052a9f-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052ab2-e66101aa, #w-node-f43cf581-7d4b-a994-c592-67e96c052ac5-e66101aa, #w-node-_81d48395-a419-0a83-0f79-5b88f36737a8-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737bb-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737ce-e66101d5, #w-node-_81d48395-a419-0a83-0f79-5b88f36737e1-e66101d5, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19ad-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19c0-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19d3-e6610263, #w-node-_89d65552-b873-6b0c-1d90-07ad8fea19e6-e6610263 {
    grid-column: span 2 / span 2;
  }
}


