@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-100: #f0ebe8;
  --_font-family---inter-tight: "Inter Tight", sans-serif;
  --neutral-700: #505050;
  --_typography---small-paragraph: 16px;
  --_line-height---normal: 100%;
  --_font-weight---normal: 400;
  --_font-family---funnel-display: "Funnel Display", sans-serif;
  --title-color: #222;
  --_typography---h1: 72px;
  --_line-height---h1: 100%;
  --_font-weight---medium: 500;
  --_letter-spacing---h1: -5.4px;
  --_typography---h2: 52px;
  --_line-height---h2: 110%;
  --_letter-spacing---h2: -2.4px;
  --_typography---h3: 42px;
  --_line-height---h3: 120%;
  --_letter-spacing---h3: -1.68px;
  --_typography---h4: 28px;
  --_line-height---h4: 120%;
  --_letter-spacing---h4: -.56px;
  --_typography---h5: 22px;
  --_line-height---h5: 120%;
  --_typography---h6: 22px;
  --_line-height---h6: 140%;
  --_typography---regular-paragraph: 17px;
  --_line-height---regular: 150%;
  --_letter-spacing---regular-paragraph: -.18px;
  --black-stock-color: #0000001a;
  --primary: #f47540;
  --_line-height---headline: 120%;
  --_letter-spacing---button: -.16px;
  --primary-dark: #fb3808;
  --white: #fff;
  --_typography---button: 16px;
  --_line-height---button: 100%;
  --neutral-900: #121212;
  --neutral-600: #585858;
  --black-8-border: #0000000f;
  --black-6-border: #0000000f;
  --white-12-stock: #ffffff1f;
  --near-black: #111;
  --transfer-color: #fff0;
  --_typography---small-subtitle: 12px;
  --_letter-spacing---small-subtitle: -.24px;
  --_font-family---chivo-mono: "Chivo Mono", sans-serif;
  --black: black;
  --_line-height---subtitle: 120%;
  --_letter-spacing---headline: -.32px;
  --_typography---subtitle: 14px;
  --_letter-spacing---subtitle: -.28px;
  --_letter-spacing---h6: -.22px;
  --_typography---large-paragraph: 20px;
  --_line-height---large: 150%;
  --_letter-spacing---small-paragraph: -.16px;
  --white-60: #fff9;
  --_font-family---favicon-regular: "Fa Brands 400", Arial, sans-serif;
  --soft-gray: #eee;
  --_letter-spacing---h5: -.48px;
  --_font-family---favicon-light: "Fa 400", Arial, sans-serif;
  --_line-height---small: 150%;
  --off-black: #181818;
  --white-border-8: #ffffff14;
  --accent: #ff5d0c;
  --_font-family---favicon-solid: "Fa Solid 900", Arial, sans-serif;
  --_letter-spacing---large-paragraph: -.2px;
  --black-60: #2229;
  --_font-weight---semi-bold: 600;
  --_font-weight---bold: 700;
  --_typography---headline: 16px;
}

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

.w-commerce-commercecartquantity {
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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 {
  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;
  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;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    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(--neutral-100);
  font-family: var(--_font-family---inter-tight);
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---normal);
  --_typography---small-paragraph: 16px;
  --_typography---h1: 72px;
  --_typography---h2: 52px;
  --_typography---h3: 42px;
  --_typography---h4: 28px;
  --_typography---h5: 22px;
  --_typography---h6: 22px;
  --_typography---regular-paragraph: 17px;
  --_typography---button: 16px;
  --_typography---small-subtitle: 12px;
  --_typography---subtitle: 14px;
  --_typography---large-paragraph: 20px;
  --_typography---headline: 16px;
  --_letter-spacing---h1: -5.4px;
  --_letter-spacing---h2: -2.4px;
  --_letter-spacing---h3: -1.68px;
  --_letter-spacing---h4: -.56px;
  --_letter-spacing---regular-paragraph: -.18px;
  --_letter-spacing---button: -.16px;
  --_letter-spacing---small-subtitle: -.24px;
  --_letter-spacing---headline: -.32px;
  --_letter-spacing---subtitle: -.28px;
  --_letter-spacing---h6: -.22px;
  --_letter-spacing---small-paragraph: -.16px;
  --_letter-spacing---h5: -.48px;
  --_letter-spacing---large-paragraph: -.2px;
}

h1 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h1);
  line-height: var(--_line-height---h1);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h1);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h2);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h3);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h6 {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

p {
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  position: relative;
}

.navbar {
  border-bottom: 1px dashed var(--black-stock-color);
  background-color: transparent;
  position: fixed;
  inset: 0% 0% auto;
  transition: background-color 0.2s ease, border-bottom-color 0.2s ease, transform 0.2s ease;
  z-index: 999;
}

.navbar.nav-hidden {
  transform: translateY(-100%);
}

.navbar.scrolled {
  background-color: var(--neutral-100);
  border-bottom-color: var(--black-stock-color);
}

.container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.section-padding.main-features {
  padding-bottom: 65px;
}

.container.integration-container {
  padding-top: 75px;
}

.container.authentication {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.protected-password {
  padding-top: 200px;
  padding-bottom: 140px;
}

.container.not-found {
  padding-top: 190px;
  padding-bottom: 155px;
}

.container.checkout {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 100px;
}

.container.section-padding {
  padding-top: 185px;
}

.container.career-main {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container.cor-features {
  padding-top: 160px;
  padding-bottom: 160px;
}

.navbar-container {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--title-color);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---button);
  padding: 0;
  text-decoration: none;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: var(--title-color);
  background-image: url('../images/Active-Dote.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
}

.primary-button-wrapper {
  display: inline-block;
  position: relative;
}

.primary-button-wrapper.pricing-button, .primary-button-wrapper.full-width {
  display: block;
}

.primary-button {
  z-index: 9;
  background-color: var(--title-color);
  font-family: var(--_font-family---inter-tight);
  color: var(--white);
  font-size: var(--_typography---button);
  line-height: var(--_line-height---button);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---button);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:where(.w-variant-9d4f986b-d9f0-607e-51e3-bb06af769ec1) {
  background-image: linear-gradient(90deg, var(--neutral-900), var(--neutral-600));
}

.primary-button:where(.w-variant-7853504c-a3d2-92e9-61a5-ab0aa214196a) {
  border: 1px solid var(--black-8-border);
  background-color: var(--white);
  color: var(--title-color);
  background-image: none;
}

.primary-button.home-integrations {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  min-height: 80px;
  font-size: var(--_typography---regular-paragraph);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
  border-radius: 0;
}

.primary-button.pricing-cart-button {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .3s;
}

.primary-button.pricing-cart-button:hover {
  transform: scale(.95);
}

.primary-button.protected-password {
  width: 100%;
}

.primary-button.cart-header {
  min-height: 50px;
}

.primary-button.pricing {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  color: var(--title-color);
}

.primary-button.submit-button {
  transition: all .3s;
}

.primary-button.submit-button:hover {
  transform: scale(.95);
}

.primary-button.submit-button.authentication {
  width: 100%;
}

.primary-button-single {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-single.out {
  z-index: 9;
  position: absolute;
}

.primary-button-single.in {
  z-index: 9;
  position: relative;
}

.button-arrow, .button-arrow:where(.w-variant-7853504c-a3d2-92e9-61a5-ab0aa214196a) {
  max-width: 12px;
  max-height: 16px;
}

.section.banner {
  padding-top: 85px;
  padding-bottom: 0;
  position: relative;
}

.section.about-us {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.blog {
  padding-bottom: 0;
  position: relative;
}

.section.faq, .section.pricing {
  padding-bottom: 0;
}

.section.core-features, .section.home-integrations {
  background-color: var(--near-black);
  padding-top: 0;
  padding-bottom: 0;
}

.section.process, .section.inner-banner, .section.main-blog, .section.main-details {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-details {
  padding-top: 0;
}

.section.main-pricing {
  padding-bottom: 0;
}

.section.pricing-details {
  padding-top: 0;
  padding-bottom: 0;
}

.section.integration-tools, .section.integration {
  padding-bottom: 0;
}

.section.integration-details {
  padding-top: 0;
}

.section.contact-us {
  padding-bottom: 0;
}

.section.protected-password {
  margin-bottom: 0;
}

.section.changelog {
  padding-top: 0;
  padding-bottom: 0;
}

.section.license {
  padding-top: 0;
}

.section.style-guide {
  padding-top: 0;
  padding-bottom: 0;
}

.section.privacy-policy {
  padding-top: 0;
}

.section.features-banner {
  padding-bottom: 0;
}

.section.cor-features {
  background-color: var(--near-black);
}

.section.about-banner {
  padding-bottom: 0;
}

.section.our-mission {
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-history {
  border-top: 1px dashed var(--black-stock-color);
  padding-bottom: 0;
}

.section.team-members {
  background-color: var(--near-black);
  padding-top: 0;
  padding-bottom: 0;
}

.section.team-members.background-none {
  background-color: var(--transfer-color);
}

.section.core-values, .section.career, .section.testimonial {
  padding-bottom: 0;
}

.section.career-details {
  padding-top: 0;
}

.section.checkout {
  background-color: var(--transfer-color);
  min-height: auto;
  padding: 0;
}

.section.cta {
  border-bottom: 1px dashed #ffffff1f;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.sponsors {
  border-top: 1px dashed #0000001a;
  border-bottom: 1px dashed #0000001a;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-vh {
  height: 300vh;
}

.banner-sticky {
  position: sticky;
  top: -458px;
}

.banner-top-content {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-typography {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
}

.banner-subtitle-wrapper {
  margin-bottom: 17px;
  display: inline-block;
  overflow: hidden;
}

.banner-subtitle-single {
  grid-column-gap: 10px;
  border: 1px solid var(--black-stock-color);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 23px 5px 5px;
  display: flex;
}

.navbar-logo {
  width: 130px;
}

.banner-subtitle-button {
  background-color: var(--title-color);
  color: var(--white);
  font-size: var(--_typography---small-subtitle);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-subtitle);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6.5px 9.5px;
}

.banner-subtitle {
  font-family: var(--_font-family---chivo-mono);
  color: var(--black);
  font-size: var(--_typography---small-subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-subtitle);
  text-transform: uppercase;
}

.banner-title-description {
  margin-bottom: 33px;
  overflow: hidden;
}

.banner-title {
  margin-bottom: 12px;
}

.banner-title-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(125deg, #f9c20d, #ff340b);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 5px;
}

.banner-description {
  width: 100%;
  max-width: 585px;
}

.banner-button-wrapper {
  display: inline-block;
}

.banner-image-wrapper {
  border-left: 1px dashed var(--black-stock-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  min-height: 540px;
  display: flex;
}

.banner-image-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 395px;
  min-height: 405px;
  display: flex;
  position: relative;
}

.banner-image-video {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-image-video-shape {
  z-index: 1;
  background-image: radial-gradient(circle, #f8f8f800, #f8f8f8);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-ai-image {
  z-index: 9;
  position: relative;
}

.banner-table-menu-wrapper {
  border-top: 1px dashed var(--black-stock-color);
  padding: 10px;
}

.banner-table-menu-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.banner-table-menu-single {
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-table-menu-icon {
  max-width: 26px;
  max-height: 26px;
}

.banner-table-menu-text {
  color: var(--white);
  font-size: var(--_typography---small-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---button);
}

.banner-table-content {
  background-image: url('../images/Banner-Table-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 15px;
  position: relative;
}

.banner-table-content-single {
  -webkit-backdrop-filter: blur(144px);
  backdrop-filter: blur(144px);
  background-color: #ffffff4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-table-image {
  width: 100%;
  max-width: 818px;
}

.banner-table-image.ai-chatbot {
  max-height: 498px;
  position: absolute;
}

.banner-table-image.ai-agents {
  max-height: 498px;
}

.section-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  max-width: 10px;
  height: 10px;
  box-shadow: 0 0 4px #0003;
}

.section-circle.left {
  z-index: 9;
  position: absolute;
  inset: -5px auto auto -5px;
}

.section-circle.right {
  z-index: 9;
  position: absolute;
  inset: -5px -5px auto auto;
}

.section-circle.bottom-left {
  z-index: 9;
  position: absolute;
  inset: auto auto -5px -5px;
}

.section-circle.bottom-left.navbar {
  left: 10px;
}

.section-circle.bottom-right {
  z-index: 9;
  position: absolute;
  inset: auto -5px -5px auto;
}

.section-circle.bottom-right.navbar {
  right: 10px;
}

.sponsors-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sponsors-title-wrapper {
  border-right: 1px dashed var(--black-stock-color);
  width: 100%;
  max-width: 212px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 26px;
}

.sponsors-title {
  width: 100%;
  max-width: 146px;
  color: var(--title-color);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---headline);
}

.sponsors-ticker {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1078px;
  position: relative;
  overflow: hidden;
}

.sponsors-ticker-content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.inner-ticker-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.sponsor-image {
  margin-right: 55px;
}

.about-us-content {
  position: relative;
}

.about-us-top-content {
  border-bottom: 1px dashed var(--black-stock-color);
  background-image: url('../images/Our-Mission-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.about-us-top-content.our-mission {
  background-image: url('../images/Our-Mission-Shape.svg');
}

.about-us-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-us-section-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 15px 100px;
  position: relative;
}

.about-us-section-title-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-section-title-content.home {
  text-align: left;
  max-width: 534px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.subtile-wrapper {
  margin-bottom: 16px;
  display: inline-block;
}

.subtile-single {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtile-icon {
  max-width: 15px;
  max-height: 13px;
}

.subtile {
  font-family: var(--_font-family---chivo-mono);
  color: var(--black);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.subtile.white-color {
  color: var(--white);
}

.section-title.mb13 {
  margin-bottom: 13px;
}

.section-title.pricing {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.core-features {
  width: 100%;
  max-width: 535px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.section-title.white {
  color: var(--white);
}

.section-title.team-members {
  width: 100%;
  max-width: 545px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.section-title.core-values {
  width: 100%;
  max-width: 535px;
}

.section-title.testimonial {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.our-mission {
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
}

.about-us-button-wrapper {
  margin-top: 30px;
}

.about-us-description-wrapper {
  border-left: 1px dashed var(--black-stock-color);
  padding: 112px 15px;
}

.about-us-description-single {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.about-us-description {
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
}

.about-us-bottom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-us-card {
  border-right: 1px dashed var(--black-stock-color);
  flex-flow: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 35px 20px 35px 40px;
  display: flex;
}

.about-us-card.last {
  border-right-style: none;
}

.about-us-card.bottom-border {
  margin-right: -1px;
}

.about-us-card-title {
  width: 100%;
  max-width: 164px;
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.about-us-card-title.three {
  max-width: 160px;
}

.summery-counter-wrap {
  height: 52px;
  display: flex;
  overflow: hidden;
}

.summery-counter-wrap.one {
  overflow: hidden;
}

.single-counter-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.single-counter-wrap.two {
  justify-content: flex-end;
  align-items: center;
}

.number-digit {
  line-height: var(--_line-height---normal);
}

.number-digit.white {
  color: var(--white);
}

.blank-div-wrapper {
  border-top: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
}

.blank-div-wrapper.border-none {
  border-bottom-style: none;
}

.blank-div {
  background-image: url('../images/About-Line-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 140px;
  position: relative;
}

.blank-div.height-110 {
  min-height: 110px;
}

.blank-div.about {
  background-image: url('../images/About-Line-Pattern.svg');
}

.cta-footer {
  background-color: var(--near-black);
}

.cta-content {
  perspective: 1000px;
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  transform: perspective(1000px);
}

.cta-wrapper {
  z-index: 9;
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-image-wrapper {
  margin-bottom: 80px;
}

.cta-image {
  max-width: 180px;
  max-height: 180px;
}

.cta-title-description {
  margin-bottom: 30px;
}

.cta-title {
  color: var(--white);
  margin-bottom: 15px;
}

.cta-title-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(125deg, #f9c20d, #ff340b);
  -webkit-background-clip: text;
  background-clip: text;
}

.cta-description {
  color: var(--white-60);
  font-size: var(--_typography---regular-paragraph);
}

.footer-top-content {
  border-bottom: 1px dashed var(--white-12-stock);
}

.footer-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-menu-single {
  border-right: 1px dashed var(--white-12-stock);
  padding: 50px 15px 76px 40px;
}

.footer-menu-single.last {
  border-right-style: none;
}

.footer-menu-title-wrapper {
  margin-bottom: 35px;
}

.footer-menu-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--white-60);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
  display: inline-block;
}

.footer-menu-list {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-menu-list-item {
  position: relative;
  overflow: hidden;
}

.footer-menu-text-link {
  color: var(--white);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---normal);
  text-decoration: none;
}

.footer-menu-text-link.w--current {
  color: var(--primary-dark);
}

.footer-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.footer-logo-image {
  opacity: .3;
  max-width: 1245px;
  max-height: 354px;
}

.footer-bottom-content {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footer-social-media-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media {
  border: 1px solid var(--white-12-stock);
  width: 40px;
  height: 40px;
  font-family: var(--_font-family---favicon-regular);
  color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-media:hover {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  transform: translate(0, -3px);
}

.footer-details-text {
  color: var(--white-60);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---headline);
}

.footer-details-text-link {
  color: var(--primary-dark);
}

.footer-stock {
  border-top: 1px dashed var(--white-12-stock);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 80px 0%;
}

.cta-shape {
  perspective: 1000px;
  width: 100%;
  position: absolute;
  inset: 60px auto auto 0%;
  transform: perspective(1000px);
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.section-title-wrapper.pricing {
  margin-bottom: 30px;
}

.section-title-wrapper.mb55 {
  margin-bottom: 55px;
}

.section-title-wrapper.features {
  width: 100%;
  max-width: 535px;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.process {
  width: 100%;
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.cor-features {
  width: 100%;
  max-width: 535px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.our-history {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.main-features {
  width: 100%;
  max-width: 535px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-description.blog {
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content {
  border-top: 1px dashed var(--black-stock-color);
}

.blog-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.blog-left-card {
  border-right: 1px dashed var(--black-stock-color);
  padding: 20px 20px 35px;
  position: relative;
}

.blog-left-card.main-blog {
  border-top: 1px dashed var(--black-stock-color);
}

.blog-left-card-image-wrapper {
  border-radius: 12px;
  margin-bottom: 75px;
  display: block;
  overflow: hidden;
}

.blog-image {
  width: 100%;
}

.blog-left-card-typography {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-post-category-date-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.blog-post-category-date-wrapper.mb0 {
  margin-bottom: 0;
}

.blog-post-category-wrap {
  background-color: var(--soft-gray);
  border-radius: 4px;
  padding: 8px 14px;
}

.blog-post-category {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-900);
  font-size: var(--_typography---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.blog-post-date {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.blog-left-card-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 25px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.blog-left-card-title:hover {
  color: var(--primary-dark);
}

.blog-left-card-title.mb0 {
  margin-bottom: 0;
}

.blog-author-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-image-wrapper {
  width: 100%;
  max-width: 52px;
}

.blog-author-name {
  color: var(--title-color);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---medium);
  margin-bottom: 8px;
}

.blog-author-bio {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.blog-right-card {
  grid-row-gap: 47px;
  border-bottom: 1px dashed var(--black-stock-color);
  flex-flow: column;
  justify-content: space-between;
  padding: 20px 20px 25px 30px;
  display: flex;
}

.blog-right-card.last {
  border-bottom-style: none;
  height: 100%;
  padding-left: 16px;
}

.blog-right-card-top-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-right-card-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 180px;
  overflow: hidden;
}

.blog-right-card-image {
  width: 100%;
}

.blog-right-card-bottom-content {
  width: 100%;
  max-width: 580px;
}

.faq-wrapper {
  border-top: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
}

.faq-wrapper:where(.w-variant-a9658c9a-7fe5-88c7-e026-77522f8b8b78) {
  border-bottom-style: none;
}

.faq-container {
  border-right: 1px dashed var(--black-stock-color);
  border-left: 1px dashed var(--black-stock-color);
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-single-accordion-wrap {
  border-bottom: 1px dashed var(--black-stock-color);
  width: 100%;
  display: block;
}

.faq-single-accordion-wrap.last {
  border-bottom-style: none;
}

.faq-accordion-link {
  width: 100%;
  padding: 30px 20px;
  display: block;
}

.faq-accordion-title-wrap {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-accordion-title {
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
}

.faq-accordion-icon {
  font-family: var(--_font-family---favicon-light);
  color: var(--neutral-600);
  font-size: var(--_typography---large-paragraph);
}

.faq-accordion-ans-wrap {
  background-color: var(--transfer-color);
  position: static;
  overflow: hidden;
}

.faq-accordion-content-wrap {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-accordion-ans {
  width: 100%;
  max-width: 760px;
  font-family: var(--_font-family---inter-tight);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---regular);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-paragraph);
}

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tabs-menu {
  background-color: var(--soft-gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding: 4px;
  display: flex;
}

.pricing-tab-link {
  grid-column-gap: 5px;
  background-color: var(--transfer-color);
  min-height: 36px;
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-link.w--current {
  background-color: var(--white);
  color: var(--title-color);
}

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

.pricing-tab-link-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.pricing-offer-tag {
  background-color: var(--near-black);
  border-radius: 4px;
  padding: 4px 6px;
}

.pricing-offer-tag-text {
  color: var(--white);
  font-size: var(--_typography---small-subtitle);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---small-subtitle);
}

.pricing-wrapper {
  border-top: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
}

.pricing-wrapper.bottom-border-none {
  border-bottom-style: none;
}

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

.pricing-single {
  border-right: 1px dashed var(--black-stock-color);
  padding: 10px;
  position: relative;
}

.pricing-single.last {
  border-right-style: none;
}

.pricing-card {
  border: 1px solid var(--black-8-border);
  background-color: var(--white);
  border-radius: 12px;
  padding: 16px;
}

.pricing-image-wrapper {
  margin-bottom: 25px;
}

.pricing-image-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-image {
  max-width: 40px;
  max-height: 40px;
}

.pricing-name-short-details {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.pricing-name {
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h5);
}

.pricing-short-details {
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small);
}

.pricing-price-pack-wrapper {
  grid-column-gap: 5px;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.pricing-price-pack-wrapper.mb35 {
  margin-bottom: 30px;
}

.pricing-price {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h3);
}

.pricing-price.details {
  color: var(--title-color);
  font-size: var(--_typography---h2);
  letter-spacing: var(--_letter-spacing---h2);
}

.pricing-pack-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  text-transform: uppercase;
  padding-bottom: 4px;
}

.pricing-pack-text.details {
  padding-bottom: 10px;
}

.pricing-button-wrapper {
  margin-bottom: 30px;
}

.pricing-features-title-wrapper {
  margin-bottom: 20px;
}

.pricing-features-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  display: inline-block;
}

.pricing-features-list {
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-features-list-item {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-features-list-item-icon {
  width: 100%;
  max-width: 21px;
}

.pricing-features-list-item-text {
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---headline);
}

.popular-button {
  grid-column-gap: 11px;
  background-color: #fff4ea;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8.5px 14px 8.5px 17px;
  display: flex;
}

.popular-button-icon {
  max-width: 13px;
  max-height: 15px;
}

.popular-button-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.core-features-wrapper {
  grid-row-gap: 10px;
  background-color: var(--off-black);
  border-radius: 15px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.core-features-top-content {
  grid-column-gap: 10px;
  display: flex;
}

.core-features-top-left-card-wrap {
  width: 100%;
  max-width: 90%;
}

.core-features-top-left-card-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.core-features-card {
  border: 1px dashed var(--white-border-8);
  background-color: var(--near-black);
  border-radius: 10px;
  min-height: 400px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.core-features-card-title-description.mb53 {
  margin-bottom: 53px;
}

.core-features-card-title {
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 10px;
  display: inline-block;
}

.core-features-card-title.architectures {
  width: 100%;
  max-width: 337px;
  margin-bottom: 0;
}

.core-features-card-description {
  width: 100%;
  max-width: 352px;
  color: var(--white-60);
  font-size: var(--_typography---small-paragraph);
  letter-spacing: var(--_letter-spacing---small-paragraph);
}

.core-features-card-world-image {
  width: 100%;
  max-width: 333px;
  max-height: 261px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.core-features-card-elements-wrap {
  z-index: 9;
  width: 100%;
  max-width: 235px;
  min-height: 150px;
  position: absolute;
  inset: auto 35px 83px auto;
}

.core-features-flag-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 195px;
  margin-left: auto;
  padding-top: 53px;
  display: flex;
}

.core-features-flag {
  border: 1px solid var(--white-border-8);
  background-color: var(--off-black);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  margin-right: -15px;
  display: flex;
}

.core-features-flag-image {
  max-width: 46px;
  max-height: 46px;
}

.core-features-flag-circle-wrap {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.core-features-flag-circle {
  background-color: var(--accent);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.core-features-element-button {
  border: 1px solid var(--white-border-8);
  background-color: #2f2f2f;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 5px 10px 5px 11px;
  display: inline-block;
  position: relative;
  box-shadow: 2.2px 2.2px 5.51px #fe7d5417;
}

.core-features-element-button-text {
  color: var(--white-60);
  font-size: 10px;
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---medium);
  letter-spacing: .4px;
}

.core-features-button-element {
  max-width: 8px;
  max-height: 8px;
  position: absolute;
  inset: -8px auto auto -8px;
}

.core-features-element-button-wrap {
  position: absolute;
}

.core-features-element-button-wrap.one {
  inset: 9px auto auto 30px;
}

.core-features-element-button-wrap.two {
  inset: 20px 23px auto auto;
}

.core-features-element-button-wrap.three {
  inset: auto auto 0% 0%;
}

.analytics-image {
  width: 100%;
  max-height: 229px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.core-features-bar {
  grid-row-gap: 7px;
  background-image: linear-gradient(#ffffff14, #ffffff0a 44%, #ffffff14);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 70px;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42px;
  display: flex;
  position: absolute;
  inset: auto -10px 0% 0;
}

.core-features-bar-element-wrap {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.core-features-bar-element {
  opacity: .7;
  max-width: 8px;
  max-height: 8px;
}

.core-features-bar-element.five {
  opacity: 1;
}

.core-features-bar-circle {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30px;
  height: 30px;
  display: flex;
}

.core-features-bar-active-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  max-width: 13px;
  height: 13px;
}

.core-features-card-shape {
  width: 100%;
  min-height: 100px;
}

.core-features-card-shape.one {
  background-image: linear-gradient(180deg, #12121200, var(--neutral-900));
  position: absolute;
  inset: auto auto 0% 0%;
}

.core-features-year-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.core-features-year-text {
  color: #ffffff1a;
  font-size: 10px;
  font-weight: var(--_font-weight---medium);
  text-transform: uppercase;
}

.core-features-year-text.active {
  color: var(--white);
}

.core-features-top-right-card-wrap {
  width: 100%;
  max-width: 300px;
}

.security-shape {
  max-width: 420px;
  max-height: 290px;
}

.security-shape-wrapper {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0%;
}

.security-circle {
  z-index: 9;
  border: 1px solid #ffffff0d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 121px;
  height: 121px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0 84px;
  box-shadow: 0 0 5.27px #ffffff0d;
}

.security-circle-single {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 99px;
  height: 99px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.security-icon {
  max-width: 46px;
  max-height: 50px;
}

.security-jason {
  width: 125%;
  height: 125%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.core-features-bottom-content {
  grid-column-gap: 10px;
  display: flex;
}

.comprehensive-integration {
  border: 1px dashed var(--white-border-8);
  background-color: var(--near-black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 850px;
  padding: 35px 45px 48px 25px;
  display: flex;
  position: relative;
}

.comprehensive-integration.four {
  max-width: 87%;
  padding-right: 20px;
  overflow: clip;
}

.core-features-card-left-content {
  width: 100%;
  max-width: 360px;
}

.comprehensive-integration-list {
  grid-row-gap: 11.54px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.comprehensive-integration-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comprehensive-integration-list-item-line {
  background-color: var(--white);
  width: 100%;
  max-width: 2.64px;
  height: 17.46px;
}

.comprehensive-integration-list-item-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--white);
  font-size: var(--_typography---small-paragraph);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  text-transform: uppercase;
}

.comprehensive-integration-content {
  z-index: 9;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.comprehensive-integration-single {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.comprehensive-integration-single.middle {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

.comprehensive-integration-wrap {
  border: 1px solid var(--white-border-8);
  -webkit-backdrop-filter: blur(155.03px);
  backdrop-filter: blur(155.03px);
  background-color: #f8f8f803;
  background-image: url('../images/Integration-Icon-Bg_1Integration Icon Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  display: flex;
  box-shadow: inset 3.1px 6.2px 24.81px #f8f8f80f;
}

.comprehensive-main-integration {
  z-index: 9;
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  -webkit-backdrop-filter: blur(18.6px);
  backdrop-filter: blur(18.6px);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  box-shadow: 0 49px 37.21px -24.81px #0006, inset 0 0 12.4px #f8f8f840;
}

.comprehensive-main-integration-icon {
  max-width: 38px;
  max-height: 38px;
}

.comprehensive-integration-shape {
  background-image: linear-gradient(180deg, var(--neutral-900), #12121200);
  width: 100%;
  height: 145px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.comprehensive-integration-shape.top {
  z-index: 9;
  position: absolute;
  inset: -45px auto auto 0%;
}

.comprehensive-integration-shape.bottom {
  background-image: linear-gradient(180deg, #12121200, var(--neutral-900));
  bottom: -59px;
}

.comprehensive-shape {
  width: 100%;
  max-width: 380px;
  position: absolute;
  inset: auto 0 auto auto;
}

.architectures-card {
  border: 1px dashed var(--white-border-8);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  padding: 30px 20px 40px;
  display: flex;
}

.architectures-card-description-button {
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.core-features-content {
  padding-top: 155px;
  padding-bottom: 155px;
}

.features-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.features-card-typography {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.features-card-title-description {
  margin-bottom: 30px;
}

.features-card-title {
  margin-bottom: 10px;
  display: inline-block;
}

.features-card-description {
  width: 100%;
  max-width: 500px;
  color: var(--neutral-700);
  font-size: var(--_typography---regular-paragraph);
}

.features-card-list-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 90px;
  display: flex;
}

.features-card-list-wrap.mb110 {
  margin-bottom: 110px;
}

.features-card-list-wrap.mb85 {
  margin-bottom: 85px;
}

.features-card-list-single {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.features-card-list-icon-wrap {
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  height: 20px;
  display: flex;
}

.features-card-list-icon {
  max-width: 11px;
  max-height: 9px;
}

.features-card-list-title {
  color: var(--title-color);
  font-size: var(--_typography---small-paragraph);
  font-weight: var(--_font-weight---medium);
  margin-bottom: 5px;
}

.features-card-list-text {
  color: var(--neutral-700);
}

.features-card-image-wrapper.one {
  background-image: url('../images/Features-Card-Image-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15px;
  display: flex;
}

.features-card-image-wrapper.two {
  background-image: url('../images/Features-Card-Image-Bg-Two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-card-image-wrapper.three {
  background-image: url('../images/Features-Card-Image-Bg-Three.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 61px;
  padding-left: 10px;
  display: flex;
}

.features-card-image {
  width: 100%;
  max-width: 531px;
  max-height: 520px;
}

.features-card-image.two {
  max-width: 390px;
}

.features-card-image.three {
  max-width: 599px;
}

.cta-shape-image {
  width: 100%;
}

.home-integrations-content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.home-integrations-wrapper {
  border-top: 1px dashed var(--white-12-stock);
  border-bottom: 1px dashed var(--white-12-stock);
  padding-top: 1px;
  position: relative;
}

.home-integrations-flex {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-integrations-left-wrapper {
  z-index: 9;
  width: 100%;
  max-width: 240px;
  display: flex;
  position: relative;
}

.home-integrations-icon-wrap {
  border-right: 1px dashed var(--white-12-stock);
  flex-flow: column;
  width: 100%;
  max-width: 140px;
  display: flex;
}

.home-integrations-icon-wrap.one {
  max-width: 80px;
}

.home-integrations-icon-wrap.two {
  max-width: 100px;
}

.home-integrations-icon-wrap.last {
  border-right-style: none;
}

.home-integrations-icon-box {
  border-bottom: 1px dashed var(--white-12-stock);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-integrations-icon-box.one {
  border-bottom: 1px dashed var(--white-12-stock);
  min-height: 100px;
}

.home-integrations-icon-box.two {
  min-height: 120px;
}

.home-integrations-icon-box.three {
  min-height: 300px;
}

.home-integrations-icon-box.four {
  min-height: 80px;
}

.home-integrations-icon-box.four.last {
  border-bottom-style: none;
}

.home-integrations-icon-box.right-top {
  min-height: 300px;
}

.home-integrations-right-wrapper {
  z-index: 9;
  border-left: 1px dashed var(--white-12-stock);
  flex-flow: column;
  width: 100%;
  max-width: 240px;
  display: flex;
  position: relative;
}

.home-integrations-right-top-content, .home-integrations-right-bottom-content {
  display: flex;
}

.home-integrations-right-bottom-left {
  border-right: 1px dashed var(--white-12-stock);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 181px;
  min-height: 200px;
  display: flex;
}

.home-integrations-right-bottom-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 139px;
  display: flex;
}

.home-integrations-middle-content {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 68%;
  display: flex;
  position: relative;
}

.home-integrations-main-icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.home-integrations-main-icon {
  z-index: 9;
  max-width: 100px;
  max-height: 100px;
  position: relative;
}

.home-integrations-subtitle-title-wrap {
  text-align: center;
}

.home-integrations-subtitle-title-wrap.integrations {
  z-index: 9;
  width: 100%;
  max-width: 535px;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-integrations-icon {
  max-width: 32px;
  max-height: 42px;
}

.home-integrations-shape {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 13px 0 auto;
}

.process-content {
  border-top: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.process-left-content {
  border-right: 1px dashed var(--black-stock-color);
  position: relative;
}

.process-tabs-menu {
  flex-flow: column;
  display: flex;
}

.process-tabs-menu-link {
  border-bottom: 1px dashed var(--black-stock-color);
  background-color: var(--transfer-color);
  padding: 35px 25px 35px 40px;
}

.process-tabs-menu-link.w--current {
  background-color: var(--transfer-color);
}

.process-tabs-menu-link.last {
  border-bottom-style: none;
}

.process-tabs-menu-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-tabs-menu-icon-title {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-tabs-menu-icon-wrap {
  background-color: var(--white);
  border: 1px solid #0000000a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 0 1px #00000026;
}

.process-tabs-menu-icon {
  max-width: 26px;
  max-height: 26px;
}

.process-tabs-menu-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--black);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.process-tabs-menu-arrow {
  font-family: var(--_font-family---favicon-solid);
  font-size: var(--_typography---subtitle);
}

.process-tabs-menu-ans-wrap {
  padding-left: 70px;
  overflow: hidden;
}

.process-tabs-menu-ans {
  width: 100%;
  max-width: 480px;
  color: var(--neutral-700);
  padding-top: 6px;
}

.inner-banner-typography {
  border-bottom: 1px dashed var(--black-stock-color);
  text-align: center;
  padding-bottom: 75px;
}

.inner-banner-title-description {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-title {
  color: var(--title-color);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h2);
  margin-bottom: 20px;
}

.inner-banner-title.mb24 {
  margin-bottom: 24px;
}

.inner-banner-title.mb0 {
  margin-bottom: 0;
}

.inner-banner-title.integration-details {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.inner-banner-title.team-members {
  width: 100%;
  max-width: 710px;
  margin-bottom: 0;
}

.inner-banner-description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-banner-description.blog {
  max-width: 585px;
}

.inner-banner-description.license, .inner-banner-description.style-guide {
  max-width: 656px;
}

.main-blog-content {
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.main-blog-top-card {
  grid-column-gap: 15px;
  border-bottom: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.main-blog-top-card-typography {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 580px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-blog-top-card-image-wrapper {
  border-radius: 15px;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.main-blog-top-card-image {
  width: 100%;
}

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

.details-content {
  padding-top: 185px;
  padding-bottom: 60px;
}

.details-content.pricing-details {
  padding-bottom: 80px;
}

.details-typography {
  padding-left: 40px;
  padding-right: 15px;
}

.details-banner-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h2);
}

.details-banner-title.mb15 {
  margin-bottom: 15px;
}

.details-banner-title.privacy-policy-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-details-content {
  grid-row-gap: 120px;
  border-top: 1px dashed var(--black-stock-color);
  flex-flow: column;
  padding-bottom: 120px;
  display: flex;
}

.blog-details-information-wrapper {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.blog-details-author-single {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-author-image {
  width: 100%;
  max-width: 52px;
}

.blog-details-author-name-bio {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog-details-author-name {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.blog-details-author-bio {
  font-family: var(--_font-family---chivo-mono);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.blog-details-information-single {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-details-information-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.blog-details-information-text {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.blog-details-image {
  width: 100%;
}

.blog-details-bottom-content {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-details-rich-content h2 {
  color: var(--neutral-900);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 20px;
}

.blog-details-rich-content p {
  margin-bottom: 40px;
}

.blog-details-rich-content h3 {
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 16px;
}

.blog-details-rich-content blockquote {
  border-left-width: 4px;
  border-left-color: var(--accent);
  background-color: var(--white);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px 36px;
}

.details-banner-description {
  width: 100%;
  max-width: 585px;
}

.pricing-details-content {
  border-top: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-details-typography {
  border-right: 1px dashed var(--black-stock-color);
  width: 100%;
  max-width: 780px;
}

.pricing-details-description-pricing-features {
  grid-row-gap: 40px;
  border-bottom: 1px dashed var(--black-stock-color);
  flex-flow: column;
  padding: 40px 15px 60px 40px;
  display: flex;
  position: relative;
}

.pricing-details-description-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.pricing-details-description-title {
  color: var(--neutral-900);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
}

.pricing-details-rich-content {
  padding: 60px 20px 90px 40px;
  position: relative;
}

.pricing-details-rich-text {
  width: 100%;
  max-width: 680px;
}

.pricing-details-rich-text h2 {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 30px;
}

.pricing-details-rich-text h3 {
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 16px;
}

.pricing-details-rich-text p {
  margin-bottom: 23px;
}

.pricing-details-card-wrapper {
  width: 100%;
  max-width: 538px;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.pricing-details-card {
  background-color: var(--white);
  border: 1px solid #0000000f;
  border-radius: 12px;
  padding: 40px;
}

.pricing-details-card-title-description {
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--black-stock-color);
  flex-flow: column;
  margin-bottom: 25px;
  padding-bottom: 35px;
  display: flex;
}

.pricing-details-card-title {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}

.pricing-add-to-cart-default {
  margin-bottom: 0;
}

.pricing-add-to-cart-text-field {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---small-paragraph);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}

.pricing-add-to-cart-select-field-wrap {
  background-color: var(--neutral-100);
  border-radius: 100px;
  padding-right: 20px;
}

.pricing-add-to-cart-select-field {
  background-color: var(--transfer-color);
  height: 48px;
  color: var(--neutral-700);
  font-size: var(--_typography---regular-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
  border: 1px #000;
  margin-bottom: 24px;
  padding-left: 20px;
}

.pricing-quantity-field {
  background-color: var(--neutral-100);
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.integration-section-title-wrapper {
  z-index: 9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: -78px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.integration-content {
  position: relative;
}

.integration-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-tools-icon-wrap {
  z-index: 9;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  box-shadow: 0 5px 13px 3px #55545b1a;
}

.integration-tools-icon-wrap.one {
  background-color: #ef0303;
  inset: 41px auto auto 183px;
}

.integration-tools-icon-wrap.two {
  background-color: #ef0303;
  inset: auto auto 131px 327px;
}

.integration-tools-icon-wrap.three {
  background-color: #1b2336;
  inset: auto auto 0% 139px;
}

.integration-tools-icon-wrap.main {
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  max-width: 120px;
  height: 120px;
  box-shadow: inset 0 0 0 1px #ffffff2b;
}

.integration-tools-icon-wrap.four {
  inset: 0% 44px auto auto;
}

.integration-tools-icon-wrap.five {
  inset: 140px 217px auto auto;
}

.integration-tools-icon-wrap.six {
  background-color: #1d042e;
  inset: 276px 282px auto auto;
}

.integration-tools-icon.main {
  max-width: 64px;
  max-height: 64px;
}

.integration-tools-icon.one {
  max-width: 33px;
  max-height: 34px;
}

.integration-tools-icon.two {
  max-width: 32px;
  max-height: 39px;
}

.integration-tools-icon.three {
  max-width: 40px;
  max-height: 22px;
}

.integration-tools-icon.four {
  max-width: 32px;
  max-height: 32px;
}

.integration-tools-icon.five {
  max-width: 26px;
  max-height: 26px;
}

.integration-tools-icon.six {
  max-width: 32px;
  max-height: 32px;
}

.integration-tools-lottie {
  width: 100%;
  position: absolute;
  inset: 0% auto 0;
}

.integration-main-content {
  border-top: 1px dashed var(--black-stock-color);
}

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

.integration-card-wrapper {
  border-right: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
  height: 100%;
  padding: 10px;
  position: relative;
}

.integration-card {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 12px;
  padding: 16px;
}

.integration-card-logo-title {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.integration-card-logo-wrap {
  background-color: var(--neutral-100);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
}

.integration-card-logo {
  max-width: 30px;
  max-height: 30px;
}

.integration-card-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--near-black);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
}

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

.integration-card-link-block {
  color: var(--neutral-900);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---medium);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .3s;
}

.integration-card-link-block:hover {
  border-bottom-color: var(--primary);
  color: var(--primary-dark);
}

.integration-details-content {
  padding-bottom: 100px;
}

.integration-details-top-content {
  border-bottom: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.integration-details-typography {
  width: 100%;
  max-width: 540px;
}

.integration-details-title-description {
  margin-bottom: 35px;
}

.integration-details-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h3);
  margin-bottom: 15px;
}

.integration-details-icon-wrapper {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 260px;
  display: flex;
}

.integration-details-icon {
  width: 100%;
  max-width: 115px;
  max-height: 100px;
}

.integration-details-bottom-content {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.integration-details-card {
  grid-row-gap: 45px;
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 360px;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 120px;
}

.integration-details-card-wrap {
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.integration-details-card-single {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.integration-details-card-title {
  color: var(--title-color);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large-paragraph);
  display: inline-block;
}

.integration-details-card-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
}

.integration-details-card-text-link-block {
  text-decoration: none;
}

.integration-details-card-text-flex {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-details-card-button-wrapper {
  position: relative;
}

.integration-details-rich-content {
  width: 100%;
  max-width: 856px;
}

.integration-details-rich-text h2 {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 15px;
}

.integration-details-rich-text p {
  margin-bottom: 35px;
}

.integration-details-rich-text ul {
  grid-row-gap: 3px;
  border-bottom: 1px dashed var(--black-stock-color);
  flex-flow: column;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  display: flex;
}

.integration-details-rich-text li {
  color: var(--title-color);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---normal);
}

.contact-us-content {
  grid-column-gap: 15px;
  border-bottom: 1px dashed var(--black-6-border);
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact-us-typography {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.contact-us-title-description {
  margin-bottom: 25px;
}

.contact-us-social-media-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-social-media-link {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  width: 100%;
  max-width: 50px;
  height: 50px;
  font-family: var(--_font-family---favicon-regular);
  color: var(--title-color);
  font-size: var(--_typography---regular-paragraph);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-us-social-media-link:hover {
  color: var(--primary-dark);
  transform: translate(0, -3px);
}

.contact-us-form-wrapper {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
  max-width: 640px;
  padding: 25px 30px 30px;
}

.contact-us-form-title-description {
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--black-6-border);
  flex-flow: column;
  margin-bottom: 28px;
  padding-bottom: 25px;
  display: flex;
}

.contact-us-form-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  display: inline-block;
}

.contact-us-form-text {
  color: var(--neutral-700);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

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

.contact-us-form-flex {
  grid-column-gap: 20px;
  display: flex;
}

.contact-us-form-wrap {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.contact-us-form-single {
  width: 100%;
}

.contact-us-form-input-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  display: inline-block;
}

.contact-us-form-input {
  background-color: var(--neutral-100);
  color: #50505099;
  height: 44px;
  font-size: var(--_typography---small-paragraph);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-us-form-input::placeholder {
  color: #50505099;
}

.contact-us-form-textarea {
  background-color: var(--neutral-100);
  color: #50505099;
  width: 100%;
  max-width: 100%;
  min-height: 180px;
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px;
}

.contact-us-form-textarea::placeholder {
  color: #50505099;
}

.contact-us-information-wrapper {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-information-icon-wrap {
  background-image: linear-gradient(90deg, var(--neutral-900), var(--neutral-600));
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 130px;
  display: flex;
}

.contact-us-information-icon {
  max-width: 56px;
  max-height: 52px;
}

.contact-us-information-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---headline);
  margin-bottom: 12px;
}

.contact-us-information-text-wrap {
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-us-information-text-link {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
}

.not-found-content {
  text-align: center;
  width: 100%;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-image-wrapper {
  margin-bottom: 55px;
}

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

.not-found-title {
  color: var(--title-color);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h2);
  margin-bottom: 10px;
}

.not-found-description {
  color: var(--neutral-700);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---normal);
}

.protected-password-content {
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.protected-password-image-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.protected-password-title-description {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 45px;
  display: flex;
}

.protected-password-title {
  color: var(--title-color);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  letter-spacing: var(--_letter-spacing---h2);
  display: inline-block;
}

.protected-password-description {
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.protected-password-text-field {
  margin-bottom: 0;
  display: none;
}

.protected-password-input-field {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  height: 48px;
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
  border-radius: 100px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.protected-password-input-field::placeholder {
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

.changelog-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.changelog-wrapper.top {
  border-bottom: 1px dashed var(--black-stock-color);
}

.changelog-single {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-title {
  color: var(--title-color);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
}

.changelog-description {
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---regular);
  letter-spacing: var(--_letter-spacing---small-paragraph);
}

.license-single {
  border-bottom: 1px dashed var(--black-stock-color);
  padding: 60px;
}

.license-single.testimonial-details-number-text {
  border-bottom-style: none;
}

.license-typography.photography {
  max-width: 550px;
  margin-bottom: 45px;
}

.license-typography.typography {
  max-width: 635px;
  margin-bottom: 30px;
}

.license-typography.iconography {
  max-width: 745px;
  margin-bottom: 25px;
}

.license-title {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 16px;
  display: inline-block;
}

.license-description-text-link {
  color: var(--neutral-900);
  font-weight: var(--_font-weight---medium);
}

.license-image-wrapper {
  width: 100%;
  max-width: 1170px;
}

.license-image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-image {
  border-radius: 8px;
  width: 100%;
}

.license-button-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-icon-wrapper {
  grid-column-gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 245px;
  display: flex;
}

.license-icon-single {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 0 1px #00000026;
}

.license-icon {
  max-width: 26px;
  max-height: 26px;
}

.style-guide-wrapper {
  border-bottom: 1px dashed var(--black-stock-color);
  padding: 60px;
}

.style-guide-wrapper.button-wrap {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-title-wrapper {
  margin-bottom: 30px;
}

.style-guide-title-wrapper.mb0 {
  margin-bottom: 0;
}

.style-guide-title {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  letter-spacing: var(--_letter-spacing---h4);
  display: inline-block;
}

.color-palette-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-palette {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 145px;
  padding: 20px;
  display: flex;
}

.color-palette.one {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.color-palette.two {
  background-image: linear-gradient(90deg, var(--neutral-900), var(--neutral-600));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.color-palette.three {
  background-color: var(--accent);
}

.color-palette.four {
  border: 1px solid var(--black-6-border);
  background-color: var(--neutral-100);
}

.color-palette-code {
  font-family: var(--_font-family---funnel-display);
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  text-transform: uppercase;
}

.color-palette-code.text-color-change {
  color: var(--title-color);
}

.color-palette-code-bottom {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.style-guide-heading {
  color: var(--title-color);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
  text-transform: capitalize;
}

.style-guide-heading-single {
  border-bottom: 1px solid #00000014;
  border-left: 1px solid #00000014;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 235px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.style-guide-heading-single.bottom {
  border-bottom-style: none;
}

.style-guide-heading-single.font-weight {
  max-width: 236px;
}

.style-guide-heading-single.letter-spacing {
  max-width: 258px;
}

.typography-content {
  flex-flow: column;
  display: flex;
}

.style-guide-text {
  color: var(--neutral-700);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
}

.typography-header {
  min-height: 78px;
  display: flex;
}

.style-guide-heading-wrrapper {
  border-bottom: 1px solid #00000014;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 235px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.style-guide-heading-wrrapper.bottom {
  border-bottom-style: none;
}

.style-guide-typography {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}

.typography-single-content {
  width: 100%;
  min-height: 130px;
  display: flex;
}

.style-guide-bottom-text {
  max-width: 165px;
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-900);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.large-text {
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large);
  letter-spacing: var(--_letter-spacing---large-paragraph);
}

.regular-text {
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

.small-text {
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small);
  letter-spacing: var(--_letter-spacing---small-paragraph);
}

.authentication-navbar {
  border-bottom: 1px dashed var(--black-stock-color);
}

.authentication-content {
  width: 100%;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
}

.authentication-wrapper {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 15px;
  padding: 40px;
}

.authentication-typography {
  text-align: center;
  margin-bottom: 45px;
}

.authentication-logo {
  margin-bottom: 20px;
}

.authentication-logo-image {
  max-width: 137px;
  max-height: 38px;
}

.authentication-title-description {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.authentication-title {
  font-family: var(--_font-family---funnel-display);
  color: var(--black);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  display: inline-block;
}

.authentication-description {
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---headline);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

.authentication-description-text-link {
  color: var(--neutral-900);
  font-weight: var(--_font-weight---medium);
  text-decoration: none;
}

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

.authentication-form-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.authentication-form-text-block {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

.authentication-form-text-block-span {
  color: var(--primary);
}

.authentication-form-text-field {
  background-color: var(--neutral-100);
  height: 44px;
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  letter-spacing: var(--_letter-spacing---headline);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 10px 16px;
}

.authentication-form-text-field::placeholder {
  color: var(--neutral-700);
}

.authentication-form-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.authentication-form-checkbox {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.authentication-form-checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--accent);
}

.authentication-form-checkbox-text {
  color: var(--title-color);
  line-height: var(--_line-height---headline);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  margin-bottom: 0;
  margin-left: 12px;
}

.authentication-form-checkbox-text-link {
  color: var(--neutral-900);
  font-weight: var(--_font-weight---medium);
  text-decoration: none;
}

.authentication-social-media-wrapper {
  text-align: center;
  margin-top: 40px;
}

.authentication-social-media-title-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.authentication-social-media-line {
  border-bottom: 1px dashed var(--black-6-border);
  width: 100%;
  max-width: 122px;
  height: 1px;
}

.authentication-social-media-title {
  font-family: var(--_font-family---inter-tight);
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---regular);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  flex: none;
}

.authentication-social-media-single {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.authentication-social-media {
  background-color: var(--neutral-100);
  width: 100%;
  max-width: 44px;
  height: 44px;
  font-family: var(--_font-family---favicon-regular);
  color: var(--title-color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.authentication-social-media:hover {
  background-color: var(--primary);
  color: var(--white);
}

.authentication-text-link {
  color: var(--near-black);
  text-decoration: none;
}

.privacy-policy-banner-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.privacy-policy-banner-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.privacy-policy-content {
  border-top: 1px dashed var(--black-stock-color);
  padding: 40px 40px 100px;
}

.privacy-policy-rich-text h2 {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 16px;
}

.privacy-policy-rich-text p {
  margin-bottom: 40px;
}

.features-banner-content {
  position: relative;
}

.features-banner-typography {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.features-banner-title {
  letter-spacing: 0;
  margin-bottom: 45px;
}

.features-banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-banner-icon-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  box-shadow: 0 5px 13px 3px #d4d4d41a;
}

.features-banner-icon-wrapper.one {
  inset: 90px auto auto 40px;
}

.features-banner-icon-wrapper.two {
  inset: 80px 40px auto auto;
}

.features-banner-icon-wrapper.three {
  inset: 250px auto auto 164px;
}

.features-banner-icon-wrapper.four {
  inset: 251px 193px auto auto;
}

.features-banner-icon.one {
  max-width: 33px;
  max-height: 34px;
}

.features-banner-icon.two {
  max-width: 32px;
  max-height: 39px;
}

.features-banner-icon.three {
  max-width: 40px;
  max-height: 22px;
}

.features-banner-icon.four {
  max-width: 32px;
  max-height: 32px;
}

.features-banner-image-wrapper {
  background-image: url('../images/Features-Banner-Image-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-banner-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.core-features-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.core-features-main-card {
  background-color: var(--off-black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 30px;
  display: flex;
}

.core-features-main-card-icon {
  max-width: 42px;
  max-height: 42px;
}

.core-features-main-card-typography {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.core-features-main-card-title {
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  display: inline-block;
}

.core-features-main-card-description {
  color: var(--white-60);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
}

.core-features-main-card-single {
  border: 1px dashed var(--white-12-stock);
  padding: 10px;
  position: relative;
}

.core-features-main-card-single.middle {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.core-features-main-card-single.middle.bottom {
  border-bottom-style: dashed;
}

.core-features-main-card-single.bottom-border {
  border-bottom-style: none;
}

.core-features-main-card-single.bottom-border.right-border-none {
  border-right-style: none;
}

.core-features-main-card-single.bottom-border.left-border-none, .core-features-main-card-single.bottom-border-none.left-border-none {
  border-left-style: none;
}

.core-features-main-card-single.right-border-none {
  border-right-style: none;
}

.about-banner-content {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.about-banner-typography {
  text-align: center;
  width: 100%;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}

.about-banner-title {
  margin-bottom: 30px;
}

.about-banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-banner-image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-banner-image {
  width: 100%;
}

.our-mission-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.our-mission-card {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 240px;
  padding: 35px 40px 30px;
  display: flex;
  position: relative;
}

.our-mission-card.bg {
  background-image: url('../images/Our-Mission-Card-Bg-One.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-mission-card.four {
  background-color: var(--transfer-color);
  background-image: url('../images/Our-Mission-Card-Bg-Two.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-mission-card-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.our-mission-card-title.sales-leads {
  width: 100%;
  max-width: 165px;
  color: var(--white);
}

.our-mission-card-title.lower {
  width: 100%;
  max-width: 160px;
}

.our-history-content {
  border-top: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-history-image-wrapper {
  width: 100%;
  max-width: 520px;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.our-history-image {
  border-radius: 15px;
  width: 100%;
}

.our-history-wrapper {
  border-left: 1px dashed var(--black-stock-color);
  width: 100%;
  max-width: 800px;
}

.our-history-typography-card {
  border-bottom: 1px dashed var(--black-stock-color);
  padding: 35px 20px;
  position: relative;
}

.our-history-typography-card.last {
  border-bottom-style: none;
}

.our-history-card-date {
  font-family: var(--_font-family---chivo-mono);
  color: var(--title-color);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  margin-bottom: 25px;
  display: inline-block;
}

.our-history-title {
  margin-bottom: 10px;
}

.our-history-description-wrapper {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.plan-and-foudation-features-wrap {
  margin-top: 64px;
}

.plan-and-foudation-features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.plan-and-foudation-features-icon-wrap {
  margin-bottom: 18px;
}

.plan-and-foudation-features-icon {
  max-width: 42px;
  max-height: 42px;
}

.plan-and-foudation-features-title-description {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plan-and-foudation-features-title {
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  letter-spacing: var(--_letter-spacing---h5);
}

.our-history-list-wrapper {
  margin-top: 100px;
}

.our-history-list {
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.our-history-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-history-list-item-icon-wrap {
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  height: 20px;
  display: flex;
}

.our-history-list-item-icon {
  max-width: 11px;
  max-height: 9px;
}

.our-history-list-item-title {
  color: var(--title-color);
  font-size: var(--_typography---small-paragraph);
  font-weight: var(--_font-weight---medium);
  margin-bottom: 8px;
}

.our-history-list-item-text {
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
}

.achievement-button-wrapper {
  margin-top: 160px;
}

.team-members-content {
  padding-top: 160px;
  padding-bottom: 160px;
}

.team-member-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-card {
  border-style: dashed dashed dashed none;
  border-width: 1px;
  border-color: var(--white-12-stock);
  padding: 10px 10px 20px;
}

.team-member-card.bottom-border {
  border-bottom-style: none;
}

.team-member-card.right-border-none {
  border-right-style: none;
}

.team-member-card.main {
  border-style: none none dashed;
  border-color: var(--black-stock-color);
}

.team-member-card.main.middle {
  border-left-style: dashed;
  border-right-style: dashed;
}

.team-member-card.main.border-none {
  border-bottom-style: none;
}

.team-member-card.number {
  border-top-style: none;
}

.team-member-image-wrapper {
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.team-member-image {
  object-position: 50% 0%;
  width: 100%;
}

.team-member-typography {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-member-name-bio {
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.team-member-name {
  font-family: var(--_font-family---funnel-display);
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.team-member-name.color-change {
  color: var(--title-color);
}

.team-member-bio {
  font-family: var(--_font-family---chivo-mono);
  color: var(--primary-dark);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.team-member-social-media {
  border: 1px solid var(--white-border-8);
  width: 100%;
  max-width: 40px;
  height: 40px;
  font-family: var(--_font-family---favicon-regular);
  color: var(--white);
  font-size: var(--_typography---subtitle);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-member-social-media:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.team-member-social-media.main {
  border-color: var(--black-stock-color);
  background-color: var(--white);
  color: var(--title-color);
}

.team-member-social-media.main:hover {
  color: var(--primary);
}

.team-member-number-card {
  grid-row-gap: 30px;
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: 262px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.team-member-number-card-single {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-member-number-card-text {
  font-family: var(--_font-family---chivo-mono);
  color: var(--white);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.core-values-top-content {
  border-top: 1px dashed var(--black-stock-color);
}

.core-values-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.core-values-card {
  padding: 40px;
  position: relative;
}

.core-values-card.middle {
  border-right: 1px dashed var(--black-stock-color);
  border-left: 1px dashed var(--black-stock-color);
}

.core-values-card-icon-wrapper {
  margin-bottom: 18px;
}

.core-values-card-icon {
  max-width: 42px;
  max-height: 42px;
}

.core-values-card-title {
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 10px;
}

.core-values-card-description {
  width: 100%;
  max-width: 320px;
}

.core-values-wrapper {
  background-image: url('../images/Core-Values-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 620px;
  padding: 60px;
  display: flex;
}

.core-values-typography {
  width: 100%;
  max-width: 1000px;
}

.core-values-description {
  font-family: var(--_font-family---funnel-display);
  color: var(--white);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h3);
  margin-bottom: 30px;
}

.core-values-author-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.core-values-author-image {
  max-width: 52px;
}

.core-values-author-name {
  color: var(--white);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large-paragraph);
  margin-bottom: 5px;
}

.core-values-author-bio {
  font-family: var(--_font-family---chivo-mono);
  color: var(--white);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.career-collection-list {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.career-single {
  border-top: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
  padding: 35px 40px;
}

.career-name-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.career-name {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  text-decoration: none;
  transition: all .3s;
}

.career-name:hover {
  color: var(--primary);
}

.career-card-details-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 925px;
  display: flex;
}

.career-card-details-wrapper.details {
  max-width: 720px;
}

.career-card-details-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.career-card-details-text {
  color: var(--title-color);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
}

.testimonial-content {
  border-top: 1px dashed var(--black-stock-color);
}

.testimonial-tabs {
  flex-flow: column;
  min-height: 440px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 9999;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu-link {
  border-style: dashed none none dashed;
  border-width: 1px;
  border-color: var(--black-stock-color);
  background-color: var(--transfer-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px;
  display: flex;
}

.tabs-menu-link.w--current {
  background-color: var(--white);
}

.tabs-menu-link.left {
  border-left-style: none;
}

.tabs-menu-image.one {
  max-width: 99px;
  max-height: 30px;
}

.tabs-menu-image.two, .tabs-menu-image.three {
  max-width: 114px;
  max-height: 30px;
}

.tabs-menu-image.four {
  max-width: 99px;
  max-height: 30px;
}

.testimonial-tab-pane {
  min-height: 360px;
}

.testimonial-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 360px;
  display: flex;
}

.testimonial-image-wrapper {
  width: 100%;
  max-width: 25%;
}

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

.testimonial-typography {
  grid-row-gap: 24px;
  border-right: 1px dashed var(--black-stock-color);
  background-image: url('../images/Testimonial-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 66%;
  padding: 20px;
  display: flex;
}

.testimonial-description-wrapper {
  width: 100%;
  max-width: 580px;
}

.testimonial-description {
  color: var(--title-color);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large-paragraph);
}

.testimonial-author-wrapper {
  grid-row-gap: 8px;
  border-left: 2px solid var(--primary);
  flex-flow: column;
  padding-left: 15px;
  display: flex;
}

.testimonial-author-name {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.testimonial-author-bio {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
}

.testimonial-details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 25%;
  margin-right: -1px;
  padding: 20px;
  display: flex;
}

.testimonial-details-logo {
  max-width: 132px;
  max-height: 40px;
}

.testimonial-details-title-wrapper {
  border-bottom: 1px dashed var(--black-stock-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.testimonial-details-title {
  font-family: var(--_font-family---chivo-mono);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
  display: inline-block;
}

.testimonial-details-number-text {
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.testimonial-details-number {
  font-family: var(--_font-family---funnel-display);
  color: var(--primary-dark);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  display: inline-block;
}

.testimonial-details-text {
  color: var(--title-color);
}

.career-details-content {
  grid-row-gap: 100px;
  flex-flow: column;
  padding-bottom: 120px;
  display: flex;
}

.career-details-card-wrapper {
  border-bottom: 1px dashed var(--black-stock-color);
  padding-left: 40px;
  padding-right: 40px;
}

.career-details-card-category-date {
  border-bottom: 1px dashed var(--black-stock-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.career-details-card-category {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-900);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---normal);
  text-transform: uppercase;
  background-color: #f9e6da;
  border-radius: 6px;
  padding: 11px 16px;
}

.career-details-card-date-wrap {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-details-card-date-title {
  color: var(--neutral-700);
  font-size: var(--_typography---regular-paragraph);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

.career-details-card-date-title.date {
  color: var(--title-color);
}

.career-details-typography {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.career-details-bottom-content {
  width: 100%;
  max-width: 100%;
}

.career-details-rich-content {
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.career-details-rich-text h2 {
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 30px;
}

.career-details-rich-text p {
  border-bottom: 1px dashed var(--black-stock-color);
  color: var(--title-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.career-details-rich-text ul {
  grid-row-gap: 5px;
  border-bottom: 1px dashed var(--black-stock-color);
  flex-flow: column;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
}

.career-details-rich-text h6 {
  font-family: var(--_font-family---inter-tight);
  color: var(--title-color);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
  margin-bottom: 20px;
}

.career-details-rich-text li {
  color: var(--title-color);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
  letter-spacing: var(--_letter-spacing---regular-paragraph);
}

.career-details-information-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-details-information-icon {
  max-width: 24px;
  max-height: 24px;
}

.career-details-information-text {
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular);
}

.career-details-information-text-span {
  color: var(--title-color);
}

.comprehensive-integration-content-main {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 372px;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.overflow-hidden {
  padding-bottom: 4px;
  overflow: clip;
}

.process-tabs-content {
  display: none;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.process-right-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-top: -108px;
  display: flex;
  position: relative;
}

.process-image {
  max-width: 440px;
  max-height: 236px;
}

.process-image.one {
  z-index: 4;
  max-width: 440px;
  position: relative;
}

.process-image.two {
  z-index: 3;
  position: absolute;
  top: 36px;
}

.process-image.three {
  z-index: 2;
  position: absolute;
  top: 72px;
}

.process-image.four {
  z-index: 1;
  position: absolute;
  top: 108px;
}

.footer-underline-button {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.banner-table-shape {
  background-color: var(--neutral-100);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-banner-image-shape {
  background-color: var(--neutral-100);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-line {
  border-left: 1px dashed var(--black-stock-color);
  width: 1px;
  height: 100%;
  position: absolute;
}

.section.banner .section-line {
  top: 79px; 
}

.section-line.left {
  inset: 0% auto auto 15px;
}

.section-line.right {
  inset: 0% 15px auto auto;
}

.section-line.color-change {
  border-left-color: var(--white-12-stock);
}

.authentication-navbar-wrap {
  padding-top: 40px;
  position: relative;
}

.navbar-button-wrapper {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comprehensive-integration-icon {
  max-width: 38px;
  max-height: 45px;
}

.home-mobile-integrations {
  display: none;
}

.checkout-left-content {
  flex: 0 auto;
  width: 100%;
  max-width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-right-content {
  flex: 0 auto;
  width: 100%;
  max-width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  top: 100px;
}

.checkout-header {
  border-color: var(--black-6-border);
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}

.checkout-content {
  border: 1px solid var(--black-6-border);
  border-radius: 8px;
  padding: 20px;
}

.checkout-title {
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}

.checkout-input-field {
  background-color: var(--neutral-100);
  border-style: none;
  border-radius: 100px;
  height: 44px;
}

.checkout-image {
  width: 45px;
  height: 45px;
}

.pricing-tabs-link {
  grid-column-gap: 5px;
  color: #505050;
  letter-spacing: -.28px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  font-family: Chivo Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.pricing-tabs-link.w--current {
  color: #222;
  background-color: #fff;
}

.dropdown-toggle-arrow {
  margin-left: 5px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
}

.dropdown-pd {
  background-color: var(--white);
  border: 1px solid #0000000a;
  border-radius: 5px;
  padding: 30px 25px;
  position: relative;
}

.dropdown-column-wrapper {
  background-color: #0000;
  border-radius: 16px;
  width: 676px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-toggle {
  color: var(--title-color);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  line-height: 26px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle:hover {
  color: var(--primary-dark);
}

.dropdown-menu-flex {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-title-wrapper {
  margin-bottom: 25px;
}

.menu-title {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  display: inline-block;
}

.menu-list {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-text-link {
  color: var(--title-color);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  text-decoration: none;
  transition: all .3s;
}

.menu-text-link:hover {
  color: var(--primary-dark);
}

.menu-text-link.w--current {
  background-image: url('../images/Active-Dote.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
  padding-right: 0;
}

.menu-list-flex {
  grid-column-gap: 40px;
  display: flex;
}

.navbar-cart-button {
  background-color: var(--transfer-color);
  padding: 0;
}

.navbar-cart-icon {
  max-width: 20px;
  max-height: 18px;
}

.navbar-cart-quantity {
  border: 1px solid var(--black-stock-color);
  background-color: var(--white);
  width: 100%;
  min-width: auto;
  max-width: 16px;
  height: 16px;
  color: var(--black);
  font-size: 10px;
  font-weight: var(--_font-weight---normal);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}

.cart-wrapper {
  background-color: #0009;
}

.cart-container {
  background-color: var(--white);
  border-radius: 15px;
  min-width: auto;
  max-width: 620px;
}

.cart-header {
  border-bottom-style: dashed;
  border-bottom-color: #0000001a;
  padding: 20px 20px 20px 40px;
}

.cart-header-title {
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
}

.cart-list {
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-card-image {
  display: none;
}

.nav-cart-item {
  grid-column-gap: 10px;
  background-color: var(--neutral-100);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
}

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

.nav-cart-name {
  font-family: var(--_font-family---funnel-display);
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 10px;
}

.nav-cart-price {
  color: var(--neutral-900);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
  margin-bottom: 10px;
}

.nav-cart-option {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---headline);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart-remove-button {
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---button);
  font-weight: var(--_font-weight---medium);
}

.cart-quantity {
  border-bottom-color: var(--black-6-border);
  width: 100%;
  max-width: 50px;
  height: 30px;
  margin-bottom: 0;
  display: none;
}

.cart-footer {
  border-top-style: dashed;
  border-top-color: var(--black-stock-color);
  padding: 40px 20px;
}

.cart-footer-title, .cart-footer-price {
  font-family: var(--_font-family---funnel-display);
  color: var(--neutral-900);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}

.cart-line-item {
  margin-bottom: 20px;
}

.close-button {
  border: 1px solid var(--black-6-border);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
}

.success-message {
  background-color: var(--neutral-900);
  color: var(--white);
  border-radius: 5px;
}

.error-message {
  color: var(--title-color);
  text-align: center;
  padding: 16px;
}

.sponsors-ticker-shape {
  width: 100%;
  max-width: 200px;
  height: 100%;
  position: absolute;
}

.sponsors-ticker-shape.left {
  background-image: linear-gradient(90deg, var(--neutral-100), #f8f8f800);
  inset: 0% auto auto 0%;
}

.sponsors-ticker-shape.right {
  background-image: linear-gradient(90deg, #f8f8f800, #f8f8f8);
  inset: 0% 0% auto auto;
}

.security-image-shape.bottom {
  z-index: 9;
  background-image: linear-gradient(180deg, #12121200, var(--neutral-900));
  width: 100%;
  max-width: 100%;
  height: 62px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.details-banner-title-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-table-menu-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-table-menu-active-icon {
  position: absolute;
}

.banner-table-menu-active-icon.two {
  max-width: 26px;
  max-height: 26px;
}

.banner-table-menu-single-content {
  z-index: 9;
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-table-menu-wrap {
  background-color: var(--soft-gray);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.banner-table-menu-shape {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  position: absolute;
  inset: 0%;
}

.features-menu-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px dashed var(--black-stock-color);
  border-bottom: 1px dashed var(--black-stock-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.features-menu-tab-menu-link {
  background-color: var(--transfer-color);
  min-height: 40px;
  color: var(--neutral-700);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small-paragraph);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.features-menu-tab-menu-link.w--current {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  color: var(--white);
}

.features-menu-tab-menu-single {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-menu-tab-menu-icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-menu-tab-menu-icon {
  max-width: 26px;
  max-height: 26px;
}

.features-menu-tab-menu-icon.active {
  position: absolute;
}

.about-testimonial {
  border-top: 1px dashed var(--black-stock-color);
}

.about-testimonial-content.top {
  border-bottom: 1px dashed var(--black-stock-color);
}

.about-testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-testimonial-card-content {
  padding: 5px;
  position: relative;
}

.about-testimonial-card-content.middle {
  border-right: 1px dashed var(--black-stock-color);
  border-left: 1px dashed var(--black-stock-color);
}

.about-testimonial-card-content.middle.bottom {
  margin-right: -1px;
}

.about-testimonial-card {
  border: 1px solid var(--black-8-border);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 16px;
  display: flex;
}

.about-testimonial-author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-testimonial-author-image-wrap {
  width: 100%;
  max-width: 45px;
}

.about-testimonial-author-name-bio {
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.about-testimonial-author-name {
  color: var(--title-color);
  font-size: var(--_typography---large-paragraph);
  letter-spacing: var(--_letter-spacing---h6);
}

.about-testimonial-author-bio {
  font-family: var(--_font-family---chivo-mono);
  color: var(--neutral-700);
  line-height: var(--_line-height---small);
  letter-spacing: var(--_letter-spacing---headline);
  text-transform: uppercase;
}

.about-testimonial-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.main-features-top-content {
  border-bottom: 1px dashed var(--black-stock-color);
}

.main-features-wrapper {
  padding: 10px;
}

.main-features-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-features-title-wrapper.mb20 {
  margin-bottom: 20px;
}

.main-features-title-wrapper.two {
  margin-left: -10px;
}

.main-features-number-wrapper {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34px;
  height: 34px;
  display: flex;
}

.main-features-number {
  font-family: var(--_font-family---chivo-mono);
  color: var(--white);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
}

.main-features-number-line {
  height: 60px;
}

.main-features-number-line.two {
  height: 37px;
}

.main-features-subtitle {
  font-family: var(--_font-family---chivo-mono);
  color: var(--near-black);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  text-transform: uppercase;
}

.main-features-card {
  grid-column-gap: 20px;
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 15px;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.main-features-card.last {
  padding-left: 15px;
  padding-right: 15px;
}

.main-features-card-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.main-features-card-image {
  width: 100%;
}

.main-features-card-typography {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.main-features-card-title-description {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 35px;
  display: flex;
}

.main-features-card-title {
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
}

.main-features-card-description.last {
  width: 100%;
  max-width: 490px;
}

.main-features-card-list {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.main-features-card-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-features-card-list-icon-wrap {
  background-image: linear-gradient(90deg, var(--neutral-900), var(--neutral-600));
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  height: 20px;
  display: flex;
}

.main-features-card-list-icon {
  max-width: 11px;
  max-height: 9px;
}

.main-features-card-list-item-text {
  color: var(--title-color);
  font-size: var(--_typography---regular-paragraph);
  font-weight: var(--_font-weight---medium);
}

.main-features-card-shape-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-features-card-shape {
  width: 100%;
  max-width: 657px;
}

.main-features-card-shape.two {
  max-width: 662px;
}

.main-features-title-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-data-content {
  margin-top: 22px;
}

.features-data-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.features-data-card {
  border: 1px solid var(--black-6-border);
  background-color: var(--white);
  border-radius: 15px;
  padding: 15px 14px;
}

.features-data-card-image-wrap {
  margin-bottom: 25px;
}

.features-data-card-image {
  width: 100%;
}

.features-data-card-typography {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.features-data-card-title {
  width: 100%;
  max-width: 426px;
  color: var(--title-color);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}

.features-data-card-description {
  width: 100%;
  max-width: 520px;
}

.primary-button-shape {
  width: 100%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 16px auto auto 0%;
}

.primary-button-shape-bg {
  filter: blur(15px);
  background-image: linear-gradient(125deg, #f9c20d, #ff340b);
  width: 100%;
  height: 100%;
}

.style-guide-button-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  background-image: url('../images/30noise.png');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---small-paragraph: 16px;
    --_typography---h1: 90px;
    --_typography---h2: 60px;
    --_typography---h3: 42px;
    --_typography---h4: 28px;
    --_typography---h5: 24px;
    --_typography---h6: 22px;
    --_typography---regular-paragraph: 18px;
    --_typography---button: 16px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 14px;
    --_typography---large-paragraph: 20px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -5.4px;
    --_letter-spacing---h2: -2.4px;
    --_letter-spacing---h3: -1.68px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.18px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.28px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.16px;
    --_letter-spacing---h5: -.48px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  .banner-typography {
    max-width: 750px;
    padding-left: 60px;
  }

  .about-us-section-title-wrapper {
    padding-top: 112px;
    padding-left: 60px;
  }

  .about-us-section-title-wrapper.our-mission {
    padding-left: 15px;
  }

  .summery-counter-wrap {
    height: 60px;
  }

  .cta-shape {
    top: -10px;
  }

  .blog-left-card-image-wrapper {
    margin-bottom: 75px;
  }

  .blog-right-card.last {
    padding-left: 30px;
    padding-right: 20px;
  }

  .blog-right-card-image-wrapper {
    max-width: 220px;
  }

  .pricing-single {
    padding: 20px;
  }

  .pricing-card {
    padding: 40px;
  }

  .core-features-top-left-card-wrap {
    max-width: 850px;
  }

  .core-features-bar {
    min-height: 250px;
  }

  .core-features-top-right-card-wrap {
    max-width: 440px;
  }

  .comprehensive-integration.four {
    max-width: 850px;
    padding-right: 45px;
  }

  .comprehensive-integration-content {
    grid-row-gap: 27px;
    max-width: 372px;
  }

  .comprehensive-integration-single {
    max-width: 232px;
  }

  .comprehensive-integration-wrap {
    max-width: 93px;
    height: 93px;
  }

  .comprehensive-integration-shape.bottom {
    bottom: -59px;
  }

  .comprehensive-shape {
    max-width: 480px;
    bottom: 0;
    right: 0;
  }

  .architectures-card {
    max-width: 440px;
    padding-left: 25px;
    padding-right: 40px;
  }

  .features-card-typography {
    padding-left: 40px;
    padding-right: 20px;
  }

  .home-integrations-left-wrapper, .home-integrations-right-wrapper {
    max-width: 320px;
  }

  .home-integrations-icon {
    max-width: none;
  }

  .home-integrations-shape {
    max-width: 1000px;
    top: -62px;
  }

  .blog-details-bottom-content {
    padding-left: 0;
    padding-right: 0;
  }

  .integration-card {
    padding: 30px;
  }

  .features-banner-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .our-history-typography-card {
    padding: 55px 60px;
  }

  .team-member-image {
    width: 100%;
  }

  .team-member-number-card {
    min-height: 480px;
  }

  .career-card-details-wrapper.details {
    max-width: 880px;
  }

  .testimonial-tabs {
    min-height: 451px;
  }

  .tabs-menu-link {
    min-height: 90px;
    padding: 10px;
  }

  .testimonial-image-wrapper {
    max-width: 315px;
  }

  .testimonial-typography {
    padding: 35px 40px;
  }

  .testimonial-description {
    font-size: 20px;
  }

  .testimonial-details-wrapper {
    max-width: 313px;
    margin-right: -2px;
    padding: 40px;
  }

  .career-details-bottom-content {
    max-width: 976px;
  }

  .career-details-rich-content {
    margin-left: auto;
    margin-right: 0;
  }

  .about-testimonial-card-content {
    padding: 10px;
  }

  .about-testimonial-card {
    padding: 25px;
  }

  .about-testimonial-author-wrapper {
    grid-column-gap: 12px;
  }

  .about-testimonial-author-image-wrap {
    max-width: 52px;
  }

  .about-testimonial-author-name {
    font-size: var(--_typography---h6);
  }

  .main-features-card {
    padding-right: 55px;
  }

  .main-features-card.last {
    padding-left: 60px;
  }

  .features-data-card {
    padding-bottom: 40px;
  }

  .features-data-card-typography {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---small-paragraph: 16px;
    --_typography---h1: 90px;
    --_typography---h2: 60px;
    --_typography---h3: 42px;
    --_typography---h4: 28px;
    --_typography---h5: 24px;
    --_typography---h6: 22px;
    --_typography---regular-paragraph: 18px;
    --_typography---button: 16px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 14px;
    --_typography---large-paragraph: 20px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -5.4px;
    --_letter-spacing---h2: -2.4px;
    --_letter-spacing---h3: -1.68px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.18px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.28px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.16px;
    --_letter-spacing---h5: -.48px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  .banner-typography {
    padding-left: 80px;
  }

  .core-features-bar {
    min-height: 295px;
  }

  .features-card-typography {
    padding-left: 80px;
    padding-right: 45px;
  }

  .features-banner-typography {
    max-width: 900px;
  }

  .testimonial-image-wrapper {
    max-width: 330px;
  }

  .testimonial-typography {
    max-width: 660px;
  }

  .testimonial-details-wrapper {
    max-width: 330px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---small-paragraph: 16px;
    --_typography---h1: 90px;
    --_typography---h2: 60px;
    --_typography---h3: 42px;
    --_typography---h4: 28px;
    --_typography---h5: 24px;
    --_typography---h6: 22px;
    --_typography---regular-paragraph: 18px;
    --_typography---button: 16px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 14px;
    --_typography---large-paragraph: 20px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -5.4px;
    --_letter-spacing---h2: -2.4px;
    --_letter-spacing---h3: -1.68px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.18px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.28px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.16px;
    --_letter-spacing---h5: -.48px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  p {
    font-family: var(--_font-family---inter-tight);
    color: var(--neutral-700);
    font-size: var(--_typography---regular-paragraph);
    line-height: var(--_line-height---regular);
    font-weight: var(--_font-weight---normal);
    letter-spacing: var(--_letter-spacing---regular-paragraph);
  }

  a {
    font-family: var(--_font-family---inter-tight);
    color: var(--neutral-700);
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---normal);
    font-weight: var(--_font-weight---normal);
  }

  ul {
    font-family: var(--_font-family---inter-tight);
    color: var(--neutral-700);
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---normal);
    font-weight: var(--_font-weight---normal);
    margin-bottom: 0;
  }

  img {
    width: auto;
    height: auto;
    max-height: 100%;
  }

  .section-circle.bottom-left.container-circle {
    left: 10px;
  }

  .section-circle.bottom-right.container-circle {
    right: 10px;
  }

  .blog-right-card.last {
    grid-row-gap: 57px;
  }

  .core-features-bar {
    min-height: 295px;
  }

  .features-banner-typography {
    max-width: 900px;
  }

  .testimonial-image-wrapper {
    max-width: 330px;
  }

  .testimonial-typography {
    max-width: 660px;
  }

  .testimonial-details-wrapper {
    max-width: 330px;
  }

  .main-features-number-line {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---small-paragraph: 15px;
    --_typography---h1: 82px;
    --_typography---h2: 52px;
    --_typography---h3: 36px;
    --_typography---h4: 28px;
    --_typography---h5: 22px;
    --_typography---h6: 22px;
    --_typography---regular-paragraph: 16px;
    --_typography---button: 16px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 14px;
    --_typography---large-paragraph: 18px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -4.4px;
    --_letter-spacing---h2: -1.8px;
    --_letter-spacing---h3: -1px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.18px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.28px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.15px;
    --_letter-spacing---h5: -.48px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  .container.section-padding.main-features {
    padding-top: 65px;
  }

  .container.protected-password, .container.not-found {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .container.banner {
    padding-top: 80px;
  }

  .container.checkout {
    flex-flow: column;
    padding-bottom: 80px;
  }

  .container.section-padding {
    padding-top: 170px;
  }

  .container.cor-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    background-color: var(--primary);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 90vh;
    padding: 20px 15px;
    overflow: auto;
  }

  .nav-link {
    color: var(--white);
    margin-bottom: 10px;
  }

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

  .nav-link.w--current {
    color: var(--white);
    background-image: url('../images/White-Active-Dote.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .nav-link.mb0 {
    margin-bottom: 0;
  }

  .primary-button-wrapper.desktop {
    display: none;
  }

  .primary-button.home-integrations {
    min-height: 60px;
  }

  .section.banner {
    padding-top: 75px;
  }

  .banner-vh {
    height: 200vh;
  }

  .banner-sticky {
    top: -200px;
  }

  .banner-top-content {
    flex-flow: column;
  }

  .banner-typography {
    text-align: center;
    max-width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title {
    margin-bottom: 15px;
  }

  .banner-description {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-image-wrapper {
    border-left-style: none;
    max-width: 100%;
    min-height: auto;
    display: none;
  }

  .banner-image-content {
    max-width: 100%;
  }

  .banner-table-menu-wrapper {
    padding: 8px;
  }

  .banner-table-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-table-content-single {
    max-width: 650px;
  }

  .banner-table-image.ai-chatbot, .banner-table-image.ai-agents {
    max-width: 600px;
    max-height: 365px;
  }

  .section-circle.left.none, .section-circle.right.none, .section-circle.bottom-left.none, .section-circle.bottom-right.none {
    display: none;
  }

  .sponsors-title-wrapper {
    max-width: 190px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 15px;
  }

  .sponsor-image {
    width: 100%;
    max-width: 90px;
    margin-right: 40px;
  }

  .about-us-top-grid {
    grid-template-columns: 1fr;
  }

  .about-us-section-title-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .about-us-section-title-wrapper.our-mission {
    padding-bottom: 80px;
  }

  .about-us-section-title-content {
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-section-title-content.home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-section-title-content.mission {
    max-width: 100%;
  }

  .subtile-wrapper {
    margin-bottom: 10px;
  }

  .section-title.pricing {
    max-width: 550px;
  }

  .section-title.core-features {
    max-width: 500px;
  }

  .section-title.core-values {
    max-width: 450px;
  }

  .section-title.testimonial {
    max-width: 500px;
  }

  .about-us-description-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-description-single {
    text-align: center;
    max-width: 100%;
  }

  .about-us-description {
    font-size: var(--_typography---large-paragraph);
    line-height: var(--_line-height---large);
  }

  .about-us-card {
    grid-row-gap: 40px;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .summery-counter-wrap {
    height: 52px;
  }

  .blank-div, .blank-div.height-110 {
    min-height: 80px;
  }

  .cta-content {
    padding-top: 100px;
  }

  .cta-wrapper {
    max-width: 480px;
  }

  .cta-image-wrapper {
    margin-bottom: 30px;
  }

  .cta-image {
    width: 100%;
    max-width: 120px;
  }

  .cta-title {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-single {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 24px;
  }

  .footer-menu-list {
    grid-row-gap: 12px;
  }

  .footer-menu-text-link {
    font-size: var(--_typography---regular-paragraph);
  }

  .footer-logo-wrapper {
    padding: 16px;
  }

  .footer-bottom-content {
    grid-column-gap: 10px;
    padding: 10px;
  }

  .footer-stock {
    bottom: 60px;
  }

  .cta-shape {
    top: 20px;
  }

  .section-title-wrapper, .section-title-wrapper.features {
    margin-bottom: 60px;
  }

  .section-title-wrapper.process {
    max-width: 480px;
    margin-bottom: 40px;
  }

  .section-title-wrapper.cor-features {
    max-width: 500px;
    margin-bottom: 50px;
  }

  .section-description.blog {
    max-width: 450px;
  }

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

  .blog-left-card {
    border-bottom: 1px dashed var(--black-stock-color);
    padding: 16px 10px 20px;
  }

  .blog-left-card-image-wrapper {
    margin-bottom: 30px;
  }

  .blog-left-card-typography {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-category-date-wrapper {
    margin-bottom: 20px;
  }

  .blog-left-card-title, .blog-left-card-title.left {
    width: 100%;
    max-width: 500px;
  }

  .blog-author-wrapper {
    grid-column-gap: 8px;
  }

  .blog-author-image-wrapper {
    max-width: 42px;
  }

  .blog-right-card {
    grid-row-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-right-card-bottom-content {
    max-width: 500px;
  }

  .faq-accordion-link {
    padding: 20px 10px;
  }

  .faq-accordion-title {
    word-break: break-all;
  }

  .faq-accordion-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-tabs-menu {
    margin-bottom: 50px;
  }

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

  .pricing-single {
    padding: 12px;
  }

  .pricing-single.last.three {
    border-right-style: dashed;
  }

  .pricing-single.one, .pricing-single.two {
    border-bottom: 1px dashed var(--black-stock-color);
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-image-wrapper {
    margin-bottom: 20px;
  }

  .pricing-name-short-details {
    grid-row-gap: 6px;
    margin-bottom: 20px;
  }

  .pricing-price-pack-wrapper.mb35 {
    margin-bottom: 20px;
  }

  .pricing-features-list-item {
    grid-column-gap: 10px;
  }

  .popular-button {
    grid-column-gap: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
  }

  .core-features-top-content {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .core-features-top-left-card-wrap {
    max-width: 100%;
  }

  .core-features-card {
    min-height: 360px;
    padding: 15px 15px 0;
  }

  .core-features-card-title-description.mb53 {
    margin-bottom: 20px;
  }

  .core-features-card-description {
    max-width: 400px;
  }

  .core-features-card-world-image {
    max-width: 300px;
  }

  .core-features-card-elements-wrap {
    min-height: 120px;
    bottom: 30px;
  }

  .core-features-flag-wrapper {
    max-width: 180px;
  }

  .core-features-flag {
    max-width: 55px;
    height: 55px;
  }

  .analytics-image {
    max-height: 140px;
  }

  .core-features-bar {
    min-height: 220px;
  }

  .core-features-card-shape.one {
    min-height: 80px;
  }

  .core-features-top-right-card-wrap {
    max-width: 100%;
  }

  .security-shape {
    object-fit: cover;
    width: 100%;
    height: 250px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .security-shape-wrapper {
    text-align: center;
    max-width: 100%;
    position: static;
  }

  .security-icon {
    max-height: 46px;
  }

  .core-features-bottom-content {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .comprehensive-integration {
    grid-column-gap: 10px;
    max-width: 100%;
    padding: 15px 20px 15px 15px;
    overflow: hidden;
  }

  .comprehensive-integration.four {
    max-width: 100%;
  }

  .core-features-card-left-content {
    z-index: 9;
    position: relative;
  }

  .comprehensive-integration-content {
    max-width: 310px;
  }

  .comprehensive-integration-single {
    max-width: 210px;
  }

  .comprehensive-integration-wrap, .comprehensive-main-integration {
    max-width: 75px;
    height: 75px;
  }

  .comprehensive-integration-shape.bottom {
    bottom: 0;
  }

  .comprehensive-shape {
    width: 100%;
    max-width: 400px;
    height: 100%;
  }

  .architectures-card {
    grid-row-gap: 50px;
    max-width: 100%;
    padding: 15px 20px;
  }

  .architectures-card-description-button {
    grid-row-gap: 16px;
  }

  .core-features-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-card-typography {
    padding: 20px;
  }

  .features-card-title-description {
    margin-bottom: 20px;
  }

  .features-card-list-wrap {
    grid-row-gap: 15px;
    margin-bottom: 40px;
  }

  .features-card-list-wrap.mb110, .features-card-list-wrap.mb85 {
    margin-bottom: 40px;
  }

  .features-card-image-wrapper.one {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-card-image-wrapper.two {
    padding-top: 40px;
  }

  .features-card-image-wrapper.three {
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .features-card-image {
    max-width: 340px;
    max-height: 100%;
  }

  .features-card-image.two {
    max-width: 280px;
  }

  .home-integrations-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-integrations-wrapper {
    border-top-style: none;
    border-bottom-style: none;
  }

  .home-integrations-flex {
    flex-flow: column;
    overflow: visible;
  }

  .home-integrations-left-wrapper {
    max-width: 100%;
    display: none;
  }

  .home-integrations-right-wrapper {
    display: none;
  }

  .home-integrations-middle-content {
    order: -9999;
    max-width: 100%;
  }

  .home-integrations-main-icon-wrap {
    margin-bottom: 40px;
  }

  .home-integrations-subtitle-title-wrap.integrations {
    margin-bottom: 50px;
  }

  .home-integrations-icon.mobile {
    width: 100%;
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-integrations-shape {
    max-width: 99%;
    top: -93px;
  }

  .process-left-content {
    width: 100%;
  }

  .process-tabs-menu-link {
    padding: 20px;
  }

  .process-tabs-menu-ans {
    max-width: 100%;
  }

  .inner-banner-typography {
    padding-bottom: 60px;
  }

  .inner-banner-title.contact-us {
    width: 100%;
    max-width: 550px;
  }

  .inner-banner-description.blog {
    max-width: 450px;
  }

  .inner-banner-description.contact-us {
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-blog-content {
    grid-row-gap: 40px;
  }

  .main-blog-top-card {
    padding: 10px;
  }

  .main-blog-top-card-typography {
    grid-row-gap: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-blog-top-card-image-wrapper {
    border-radius: 8px;
  }

  .main-blog-top-card-image {
    height: 100%;
  }

  .main-blog-bottom-collection-list {
    grid-template-columns: 1fr;
  }

  .details-content {
    padding-top: 150px;
  }

  .details-content.pricing-details {
    padding-bottom: 60px;
  }

  .details-typography {
    padding-left: 15px;
  }

  .details-banner-title.blog-details {
    letter-spacing: -1.4px;
    font-size: 42px;
  }

  .blog-details-content {
    grid-row-gap: 60px;
    padding-bottom: 100px;
  }

  .blog-details-information-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .blog-details-author-single {
    grid-column-gap: 10px;
  }

  .blog-details-author-name {
    font-size: 22px;
  }

  .blog-details-information-text {
    font-size: 20px;
  }

  .blog-details-bottom-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-details-rich-content p {
    margin-bottom: 24px;
  }

  .pricing-details-content {
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 40px 15px 100px;
  }

  .pricing-details-typography {
    grid-row-gap: 40px;
    border-right-style: none;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .pricing-details-description-pricing-features {
    grid-row-gap: 24px;
    padding: 0 0 40px;
  }

  .pricing-details-description-wrap {
    max-width: 100%;
  }

  .pricing-details-rich-content {
    padding: 0;
  }

  .pricing-details-rich-text {
    max-width: 100%;
  }

  .pricing-details-rich-text h2, .pricing-details-rich-text p {
    margin-bottom: 20px;
  }

  .pricing-details-card-wrapper {
    max-width: 100%;
    padding: 0;
    position: static;
  }

  .pricing-details-card {
    padding: 20px;
  }

  .pricing-details-card-title-description {
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 24px;
  }

  .pricing-add-to-cart-select-field {
    height: 42px;
    padding-left: 16px;
  }

  .pricing-quantity-field {
    height: 42px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .integration-section-title-wrapper {
    max-width: 500px;
  }

  .integration-wrapper {
    min-height: 320px;
  }

  .integration-tools-icon-wrap {
    border-radius: 12px;
    max-width: 60px;
    height: 60px;
  }

  .integration-tools-icon-wrap.one {
    inset: 0% auto auto 10px;
  }

  .integration-tools-icon-wrap.two {
    inset: 140px auto auto 40px;
  }

  .integration-tools-icon-wrap.three {
    left: 100px;
  }

  .integration-tools-icon-wrap.main {
    max-width: 100px;
    height: 100px;
  }

  .integration-tools-icon-wrap.four {
    right: 10px;
  }

  .integration-tools-icon-wrap.five {
    right: 40px;
  }

  .integration-tools-icon-wrap.six {
    inset: auto 100px 0% auto;
  }

  .integration-tools-icon {
    width: 100%;
    max-width: 30px;
  }

  .integration-tools-icon.main {
    width: 100%;
    max-width: 52px;
  }

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

  .integration-card {
    border-radius: 10px;
    padding: 16px;
  }

  .integration-card-logo-title {
    grid-column-gap: 16px;
  }

  .integration-card-logo-wrap {
    max-width: 55px;
    height: 55px;
  }

  .integration-card-title {
    font-size: 22px;
  }

  .integration-card-description {
    margin-bottom: 20px;
  }

  .integration-details-top-content {
    grid-column-gap: 20px;
    padding: 20px;
  }

  .integration-details-icon-wrapper {
    max-width: 180px;
    height: 180px;
  }

  .integration-details-icon {
    max-width: 90px;
  }

  .integration-details-bottom-content {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .integration-details-card {
    grid-row-gap: 30px;
    order: 9999;
    max-width: 100%;
    padding: 20px;
    position: static;
  }

  .integration-details-rich-text h2 {
    margin-bottom: 10px;
  }

  .integration-details-rich-text p {
    margin-bottom: 20px;
  }

  .integration-details-rich-text ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contact-us-content {
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-us-typography {
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .contact-us-title-description {
    margin-bottom: 20px;
  }

  .contact-us-form-wrapper {
    border-radius: 10px;
    max-width: 100%;
    padding: 24px;
  }

  .contact-us-form-flex {
    grid-column-gap: 15px;
  }

  .contact-us-form-wrap {
    grid-row-gap: 20px;
  }

  .contact-us-form-textarea {
    border-radius: 10px;
  }

  .contact-us-information-wrapper {
    grid-column-gap: 16px;
  }

  .contact-us-information-icon-wrap {
    max-width: 100px;
    height: 100px;
  }

  .contact-us-information-icon {
    width: 100%;
    max-width: 45px;
  }

  .contact-us-information-text-link {
    font-size: 22px;
  }

  .not-found-content {
    max-width: 500px;
  }

  .not-found-image-wrapper {
    margin-bottom: 30px;
  }

  .not-found-image {
    width: 100%;
    max-width: 350px;
  }

  .protected-password-content {
    max-width: 500px;
  }

  .protected-password-image-wrapper {
    margin-bottom: 20px;
  }

  .protected-password-image {
    width: 100%;
    max-width: 180px;
  }

  .protected-password-title-description {
    margin-bottom: 30px;
  }

  .changelog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .changelog-single {
    max-width: 600px;
  }

  .license-single {
    padding: 20px;
  }

  .license-typography.iconography {
    max-width: 600px;
  }

  .style-guide-wrapper {
    padding: 20px;
  }

  .color-palette-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .color-palette {
    border-radius: 8px;
    min-height: 130px;
    padding: 10px;
  }

  .color-palette-code {
    letter-spacing: 0;
    font-size: 18px;
  }

  .style-guide-heading {
    font-size: 18px;
  }

  .style-guide-heading-single {
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
  }

  .style-guide-text {
    font-size: 16px;
    line-height: var(--_line-height---h3);
    letter-spacing: 0;
  }

  .typography-header {
    min-height: auto;
  }

  .style-guide-heading-wrrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-heading-wrrapper.heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-guide-typography {
    border-radius: 8px;
  }

  .typography-single-content {
    min-height: auto;
  }

  .authentication-wrapper {
    padding: 30px;
  }

  .privacy-policy-content {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-policy-rich-text p {
    margin-bottom: 30px;
  }

  .features-banner-title {
    width: 100%;
    max-width: 500px;
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
    margin-left: auto;
    margin-right: auto;
  }

  .features-banner-icon-wrapper.one, .features-banner-icon-wrapper.two, .features-banner-icon-wrapper.three, .features-banner-icon-wrapper.four {
    display: none;
  }

  .features-banner-image-wrapper {
    background-position: 50% 0;
    padding-top: 60px;
  }

  .features-banner-image {
    max-width: 100%;
  }

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

  .core-features-main-card {
    min-height: 240px;
    padding: 20px;
  }

  .core-features-main-card-single.bottom-border.right-border-none {
    border-right-style: none;
  }

  .core-features-main-card-single.bottom-border-none {
    border-bottom-style: none;
  }

  .about-banner-content {
    grid-row-gap: 80px;
  }

  .about-banner-typography {
    max-width: 650px;
  }

  .our-mission-card {
    min-height: 160px;
    padding: 20px;
  }

  .our-history-content {
    flex-flow: column;
  }

  .our-history-image-wrapper {
    order: 9999;
    max-width: 100%;
    position: static;
  }

  .our-history-wrapper {
    max-width: 100%;
  }

  .our-history-typography-card {
    padding: 30px 15px;
  }

  .our-history-typography-card.last {
    border-bottom-style: dashed;
  }

  .our-history-card-date {
    margin-bottom: 16px;
  }

  .our-history-description-wrapper {
    grid-row-gap: 20px;
  }

  .plan-and-foudation-features-wrap, .our-history-list-wrapper, .achievement-button-wrapper {
    margin-top: 30px;
  }

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

  .team-member-image-wrapper {
    border-radius: 8px;
  }

  .team-member-image {
    width: auto;
    height: auto;
  }

  .team-member-name {
    font-size: 20px;
  }

  .team-member-number-card {
    grid-row-gap: 20px;
    height: 100%;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .core-values-card {
    padding: 20px 15px;
  }

  .core-values-card-icon-wrapper {
    margin-bottom: 15px;
  }

  .core-values-card-icon {
    width: 100%;
    max-width: 32px;
  }

  .core-values-wrapper {
    background-position: 50%;
    min-height: 420px;
    padding: 20px;
  }

  .core-values-description {
    letter-spacing: -.2px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .core-values-author-wrapper {
    grid-column-gap: 10px;
  }

  .career-single {
    padding: 20px 16px;
  }

  .career-name-button-wrapper {
    margin-bottom: 24px;
  }

  .career-card-details-wrapper {
    max-width: 100%;
  }

  .career-card-details-text {
    font-size: 18px;
  }

  .testimonial-tabs {
    min-height: auto;
  }

  .tabs-menu-link {
    min-height: 60px;
  }

  .tabs-menu-image {
    width: 100%;
    max-width: 100px;
  }

  .testimonial-tab-pane {
    min-height: auto;
  }

  .testimonial-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .testimonial-image-wrapper {
    max-width: 100%;
  }

  .testimonial-typography {
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 20px 16px;
  }

  .testimonial-description-wrapper {
    max-width: 100%;
  }

  .testimonial-details-wrapper {
    grid-row-gap: 50px;
    flex-flow: row;
    max-width: 100%;
    padding: 20px 16px;
  }

  .testimonial-details-logo {
    width: 100%;
    max-width: 100px;
  }

  .career-details-content {
    grid-row-gap: 40px;
    padding-bottom: 100px;
  }

  .career-details-card-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-details-card-category-date {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-details-typography {
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-details-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-details-rich-text h2 {
    margin-bottom: 20px;
  }

  .career-details-rich-text p {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .career-details-information-wrapper {
    grid-column-gap: 15px;
  }

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

  .process-right-content {
    height: 100%;
    min-height: 500px;
    display: none;
  }

  .process-image-wrapper {
    margin-top: 0;
  }

  .navbar-button-wrapper {
    grid-column-gap: 16px;
  }

  .menu-button {
    background-color: var(--primary);
    border-radius: 8px;
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .hamburger-menu-icon {
    width: 100%;
    max-width: 30px;
  }

  .comprehensive-integration-icon {
    width: 100%;
    max-width: 30px;
    max-height: 30px;
  }

  .home-mobile-integrations {
    border-top: 1px dashed var(--white-border-8);
    border-bottom: 1px none var(--white-border-8);
    display: block;
  }

  .home-mobile-integrations-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home-mobile-integrations-single {
    border-right: 1px dashed var(--white-border-8);
    border-bottom: 1px dashed var(--white-border-8);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    display: flex;
  }

  .home-mobile-integrations-single.last {
    border-bottom-style: none;
  }

  .home-mobile-integrations-single.right-border-none {
    border-right-style: none;
  }

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

  .menu-dropdown-wrapper {
    margin-bottom: 10px;
    display: block;
  }

  .dropdown-pd {
    padding: 24px;
  }

  .dropdown-column-wrapper {
    overflow: visible;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-toggle {
    color: var(--white);
    justify-content: flex-start;
    padding: 0;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

  .close-button {
    max-width: 50px;
    height: 50px;
  }

  .close-button-icon {
    width: 100%;
    max-width: 18px;
  }

  .sponsors-ticker-shape.left, .sponsors-ticker-shape.right {
    max-width: 100px;
  }

  .about-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .about-testimonial-card-content {
    border-bottom: 1px dashed var(--black-stock-color);
    padding: 10px;
  }

  .about-testimonial-card-content.middle, .about-testimonial-card-content.border-none {
    border-bottom-style: none;
  }

  .about-testimonial-card {
    min-height: 240px;
  }

  .main-features-card {
    flex-flow: column;
  }

  .main-features-card-image-wrapper {
    max-width: 100%;
  }

  .main-features-card-image-wrapper.two {
    order: -9999;
  }

  .main-features-card-typography {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-features-card-title-description {
    margin-bottom: 20px;
  }

  .main-features-card-shape {
    max-width: 460px;
  }

  .main-features-card-shape.two {
    max-width: 500px;
  }

  .main-features-title-wrapper-two {
    max-width: 620px;
  }

  .features-data-card-image-wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---small-paragraph: 15px;
    --_typography---h1: 58px;
    --_typography---h2: 46px;
    --_typography---h3: 32px;
    --_typography---h4: 24px;
    --_typography---h5: 22px;
    --_typography---h6: 22px;
    --_typography---regular-paragraph: 16px;
    --_typography---button: 15px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 14px;
    --_typography---large-paragraph: 18px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -3.4px;
    --_letter-spacing---h2: -1.4px;
    --_letter-spacing---h3: -1.68px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.14px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.28px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.16px;
    --_letter-spacing---h5: -.48px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.protected-password, .container.not-found {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .container.banner {
    padding-top: 60px;
  }

  .container.checkout {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .container.section-padding {
    padding-top: 140px;
  }

  .container.cor-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-wrapper {
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.home-integrations {
    min-height: 50px;
  }

  .primary-button.cart-header {
    min-height: 45px;
  }

  .section.banner {
    padding-top: 71px;
  }

  .banner-sticky {
    top: -50px;
  }

  .banner-typography {
    max-width: 460px;
    padding-bottom: 40px;
  }

  .banner-subtitle-wrapper {
    margin-bottom: 10px;
  }

  .banner-subtitle-single {
    grid-column-gap: 8px;
  }

  .banner-title-description {
    margin-bottom: 24px;
  }

  .banner-description {
    max-width: 450px;
  }

  .banner-table-menu-wrapper {
    padding: 6px;
  }

  .banner-table-content-single {
    border-radius: 8px;
    max-width: 420px;
  }

  .banner-table-image.ai-chatbot, .banner-table-image.ai-agents {
    max-width: 400px;
    max-height: 242px;
  }

  .section-circle.bottom-left.navbar {
    left: 6px;
  }

  .section-circle.bottom-right.navbar {
    right: 6px;
  }

  .sponsors-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 20px 15px;
  }

  .sponsors-title-wrapper {
    text-align: center;
    border-right-style: none;
    max-width: 100%;
    padding: 0;
  }

  .sponsors-title {
    max-width: 100%;
  }

  .sponsor-image {
    max-width: 72px;
    margin-right: 20px;
  }

  .about-us-section-title-wrapper {
    padding-top: 60px;
  }

  .about-us-section-title-wrapper.our-mission {
    padding-bottom: 60px;
  }

  .section-title.team-members {
    max-width: 440px;
  }

  .section-title.core-values {
    max-width: 420px;
  }

  .section-title.career {
    font-size: 42px;
  }

  .section-title.testimonial {
    max-width: 480px;
  }

  .about-us-button-wrapper {
    margin-top: 20px;
  }

  .about-us-description-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-card {
    grid-row-gap: 30px;
    padding: 10px 5px;
  }

  .about-us-card-title {
    font-size: var(--_typography---small-subtitle);
  }

  .summery-counter-wrap {
    height: 46px;
  }

  .blank-div {
    min-height: 60px;
  }

  .cta-content {
    padding-top: 80px;
  }

  .cta-wrapper {
    max-width: 460px;
  }

  .cta-image {
    max-width: 100px;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-single {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-menu-single.bottom-border {
    border-bottom: 1px dashed var(--white-12-stock);
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-logo-image {
    width: 100%;
  }

  .footer-bottom-content {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer-stock {
    bottom: 88px;
  }

  .cta-shape {
    top: 60px;
  }

  .section-title-wrapper, .section-title-wrapper.mb55 {
    margin-bottom: 40px;
  }

  .section-title-wrapper.features {
    max-width: 420px;
    margin-bottom: 40px;
  }

  .section-title-wrapper.process {
    max-width: 420px;
  }

  .section-title-wrapper.cor-features {
    max-width: 450px;
  }

  .section-title-wrapper.our-history {
    width: 100%;
    max-width: 450px;
  }

  .blog-left-card-image-wrapper {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .blog-post-category-date-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-category-date-wrapper.mb0 {
    grid-column-gap: 8px;
  }

  .blog-post-category-wrap {
    padding: 6px 10px;
  }

  .blog-left-card-title {
    max-width: 420px;
  }

  .blog-author-wrapper {
    grid-column-gap: 10px;
  }

  .blog-author-image-wrapper {
    max-width: 46px;
  }

  .blog-right-card {
    padding-bottom: 20px;
  }

  .blog-right-card-image-wrapper {
    border-radius: 8px;
    max-width: 160px;
  }

  .faq-accordion-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-accordion-title-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .faq-accordion-title {
    white-space: pre-wrap;
    font-size: 20px;
  }

  .faq-accordion-icon-wrapper {
    flex: none;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 20px;
  }

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

  .pricing-features-list {
    grid-row-gap: 10px;
  }

  .core-features-top-left-card-grid {
    grid-template-columns: 1fr;
  }

  .core-features-card.one {
    min-height: 330px;
  }

  .core-features-card.two {
    min-height: 400px;
  }

  .core-features-card.three {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .core-features-card-title-description.mb53 {
    margin-bottom: 24px;
  }

  .core-features-card-description {
    max-width: 100%;
  }

  .core-features-card-description.one {
    max-width: 300px;
  }

  .core-features-card-world-image {
    max-width: 280px;
    max-height: 240px;
  }

  .analytics-image {
    object-fit: cover;
    object-position: 50% 0%;
    height: 238.813px;
    max-height: 238px;
  }

  .core-features-bar {
    min-height: 280px;
  }

  .security-shape {
    height: 200px;
    max-height: none;
  }

  .security-circle {
    max-width: 110px;
    height: 110px;
    bottom: 45px;
  }

  .security-circle-single {
    max-width: 85px;
    height: 85px;
  }

  .comprehensive-integration {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .comprehensive-integration.four {
    padding-bottom: 20px;
  }

  .core-features-card-left-content {
    max-width: 100%;
  }

  .comprehensive-integration-list-item {
    grid-column-gap: 10px;
  }

  .comprehensive-integration-content {
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .comprehensive-integration-shape.top {
    height: 80px;
    top: -40px;
  }

  .comprehensive-shape {
    max-width: 100%;
    height: 320px;
    inset: auto auto 0% 0%;
  }

  .core-features-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .features-card-grid {
    grid-template-columns: 1fr;
  }

  .features-card-list-wrap {
    margin-bottom: 30px;
  }

  .home-integrations-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-integrations-subtitle-title-wrap.integrations {
    max-width: 400px;
  }

  .home-integrations-icon.mobile {
    max-width: 24px;
  }

  .home-integrations-shape {
    top: -37px;
  }

  .process-tabs-menu-link {
    padding: 16px;
  }

  .process-tabs-menu-icon-title {
    grid-column-gap: 10px;
  }

  .process-tabs-menu-icon-wrap {
    border-radius: 10px;
    width: 45px;
    height: 45px;
  }

  .process-tabs-menu-arrow-wrap {
    flex: none;
  }

  .process-tabs-menu-ans-wrap {
    padding-left: 55px;
  }

  .inner-banner-typography {
    padding-bottom: 50px;
  }

  .inner-banner-title {
    margin-bottom: 15px;
  }

  .inner-banner-title.integration-details {
    max-width: 420px;
    font-size: 40px;
  }

  .inner-banner-title.team-members {
    max-width: 480px;
  }

  .inner-banner-description.license {
    max-width: 400px;
  }

  .inner-banner-description.style-guide {
    max-width: 370px;
  }

  .main-blog-top-card {
    flex-flow: column;
  }

  .main-blog-top-card-typography {
    max-width: 100%;
  }

  .main-blog-top-card-image-wrapper {
    order: -9999;
    max-width: 100%;
  }

  .main-blog-top-card-image {
    object-fit: cover;
    height: 200px;
  }

  .details-content {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .details-content.pricing-details {
    padding-bottom: 50px;
  }

  .details-banner-title.blog-details {
    letter-spacing: -.8px;
    font-size: 32px;
  }

  .blog-details-content {
    grid-row-gap: 40px;
    padding-bottom: 80px;
  }

  .blog-details-author-name-bio {
    grid-row-gap: 6px;
  }

  .blog-details-author-name {
    font-size: 18px;
  }

  .blog-details-information-single {
    grid-row-gap: 8px;
  }

  .blog-details-information-text {
    font-size: 18px;
  }

  .blog-details-rich-content h2 {
    margin-bottom: 16px;
  }

  .blog-details-rich-content blockquote {
    padding: 16px;
    font-size: 18px;
  }

  .details-banner-description {
    max-width: 480px;
  }

  .pricing-details-content {
    padding-bottom: 80px;
  }

  .pricing-details-typography {
    grid-row-gap: 30px;
  }

  .pricing-details-description-pricing-features {
    padding-bottom: 30px;
  }

  .pricing-details-description-wrap {
    grid-row-gap: 16px;
  }

  .pricing-details-rich-text h2 {
    margin-bottom: 12px;
  }

  .pricing-details-card {
    border-radius: 10px;
    padding: 16px;
  }

  .integration-section-title-wrapper {
    max-width: 400px;
    margin-bottom: -50px;
  }

  .integration-wrapper {
    min-height: 300px;
  }

  .integration-tools-icon-wrap {
    border-radius: 8px;
    max-width: 50px;
    height: 50px;
  }

  .integration-tools-icon-wrap.one {
    top: 60px;
  }

  .integration-tools-icon-wrap.two {
    top: 160px;
  }

  .integration-tools-icon-wrap.main {
    max-width: 90px;
    height: 90px;
  }

  .integration-tools-icon-wrap.four {
    top: 60px;
  }

  .integration-tools-icon {
    max-width: 24px;
  }

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

  .integration-details-content {
    padding-bottom: 80px;
  }

  .integration-details-top-content {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .integration-details-typography {
    text-align: center;
    max-width: 400px;
  }

  .integration-details-title-description {
    margin-bottom: 20px;
  }

  .integration-details-title {
    margin-bottom: 10px;
  }

  .integration-details-icon-wrapper {
    order: -9999;
    max-width: 90px;
    height: 90px;
  }

  .integration-details-icon {
    max-width: 50px;
  }

  .contact-us-content {
    padding-bottom: 80px;
  }

  .contact-us-form-wrapper {
    padding: 20px;
  }

  .contact-us-form-title-description {
    grid-row-gap: 15px;
  }

  .contact-us-form-flex {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .contact-us-form-wrap {
    grid-row-gap: 16px;
  }

  .contact-us-form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-us-form-textarea {
    min-height: 140px;
  }

  .contact-us-information-wrapper {
    grid-column-gap: 15px;
  }

  .contact-us-information-icon-wrap {
    max-width: 85px;
    height: 85px;
  }

  .contact-us-information-icon {
    max-width: 40px;
  }

  .contact-us-information-title {
    margin-bottom: 8px;
  }

  .contact-us-information-text-wrap {
    grid-row-gap: 2px;
  }

  .contact-us-information-text-link {
    font-size: 20px;
  }

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

  .not-found-image {
    max-width: 300px;
  }

  .protected-password-content {
    max-width: 420px;
  }

  .protected-password-image {
    max-width: 140px;
  }

  .protected-password-title-description {
    margin-bottom: 24px;
  }

  .protected-password-input-field {
    margin-bottom: 15px;
  }

  .changelog-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .changelog-single {
    max-width: 420px;
  }

  .license-typography.photography {
    margin-bottom: 40px;
  }

  .license-typography.iconography {
    margin-bottom: 20px;
  }

  .license-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .style-guide-wrapper {
    padding: 15px;
  }

  .color-palette-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-palette {
    min-height: 100px;
  }

  .color-palette-code {
    font-size: 16px;
  }

  .style-guide-heading {
    font-size: 15px;
  }

  .style-guide-heading-single {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-guide-text {
    font-size: 14px;
  }

  .authentication-content {
    max-width: 400px;
  }

  .authentication-wrapper {
    border-radius: 12px;
    padding: 24px;
  }

  .authentication-typography {
    margin-bottom: 25px;
  }

  .privacy-policy-banner-title-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .privacy-policy-content {
    padding-bottom: 40px;
  }

  .privacy-policy-rich-text p {
    margin-bottom: 20px;
  }

  .features-banner-typography {
    max-width: 420px;
  }

  .features-banner-title {
    letter-spacing: -2px;
    margin-bottom: 35px;
    font-size: 48px;
  }

  .features-banner-image-wrapper {
    padding-top: 40px;
  }

  .features-banner-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

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

  .core-features-main-card {
    min-height: 220px;
  }

  .core-features-main-card-description {
    max-width: 300px;
  }

  .about-banner-content {
    grid-row-gap: 50px;
  }

  .about-banner-typography {
    max-width: 420px;
  }

  .about-banner-title {
    letter-spacing: -2px;
    margin-bottom: 25px;
    font-size: 52px;
  }

  .about-banner-button-wrapper {
    grid-column-gap: 10px;
  }

  .our-mission-card {
    min-height: 150px;
    padding: 16px;
  }

  .our-history-image-wrapper {
    padding: 15px;
  }

  .our-history-image {
    border-radius: 10px;
  }

  .our-history-typography-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-history-description-wrapper {
    grid-row-gap: 15px;
  }

  .plan-and-foudation-features-grid {
    grid-column-gap: 16px;
  }

  .team-members-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .team-member-card.right-border-none {
    border-bottom-style: none;
    border-right-style: dashed;
  }

  .team-member-card.main.border-none.border-mobile-bottom {
    border-bottom-style: dashed;
  }

  .team-member-card.main.border-mobile {
    border-right-style: dashed;
  }

  .team-member-number-card {
    grid-row-gap: 16px;
    border-radius: 180px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .core-values-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .core-values-card.middle, .core-values-card.core-values-border {
    border-bottom: 1px dashed var(--black-stock-color);
  }

  .core-values-card.four {
    border-right: 1px dashed var(--black-stock-color);
  }

  .core-values-wrapper {
    min-height: 360px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .core-values-description {
    letter-spacing: -.1px;
    font-size: 22px;
  }

  .core-values-author-wrapper {
    grid-column-gap: 10px;
  }

  .career-single {
    padding-left: 10px;
    padding-right: 10px;
  }

  .career-card-details-text {
    font-size: 16px;
  }

  .tabs-menu-image {
    max-width: 80px;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-details-wrapper {
    flex-flow: column;
  }

  .career-details-content {
    padding-bottom: 80px;
  }

  .career-details-rich-text ul {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .career-details-information-wrapper {
    grid-column-gap: 10px;
  }

  .comprehensive-integration-content-main {
    margin-left: auto;
    margin-right: auto;
  }

  .overflow-hidden {
    padding-bottom: 2px;
  }

  .section-line.left {
    left: 10px;
  }

  .section-line.right {
    right: 10px;
  }

  .menu-button {
    padding: 5px;
  }

  .home-mobile-integrations-single {
    min-height: 70px;
  }

  .checkout-left-content, .checkout-right-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-header {
    padding: 12px;
  }

  .checkout-content {
    padding: 16px;
  }

  .checkout-row {
    flex-flow: column;
  }

  .dropdown-pd {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-container {
    border-radius: 8px;
    max-width: 430px;
  }

  .cart-header, .cart-list {
    padding: 16px;
  }

  .nav-cart-item {
    border-radius: 8px;
    padding: 16px;
  }

  .nav-cart-name {
    margin-bottom: 8px;
  }

  .cart-quantity {
    max-width: 40px;
    height: 28px;
  }

  .cart-footer {
    padding: 16px;
  }

  .close-button {
    max-width: 42px;
    height: 42px;
  }

  .close-button-icon {
    max-width: 16px;
  }

  .h1 {
    font-size: 44px;
  }

  .features-menu-tab-menu {
    grid-template-columns: 1fr 1fr;
  }

  .about-testimonial-card-content.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .about-testimonial-card-content.middle.bottom {
    border-top: 1px dashed var(--black-stock-color);
  }

  .about-testimonial-card-content.middle.bottom-border {
    border-bottom-style: dashed;
  }

  .about-testimonial-card {
    grid-row-gap: 20px;
    min-height: 220px;
  }

  .about-testimonial-right-grid {
    grid-template-columns: 1fr;
  }

  .main-features-card-shape {
    max-width: 243px;
  }

  .main-features-card-shape.two {
    max-width: 300px;
  }

  .main-features-title-wrapper-two {
    max-width: 400px;
  }

  .features-data-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---small-paragraph: 14px;
    --_typography---h1: 42px;
    --_typography---h2: 30px;
    --_typography---h3: 26px;
    --_typography---h4: 24px;
    --_typography---h5: 22px;
    --_typography---h6: 20px;
    --_typography---regular-paragraph: 15px;
    --_typography---button: 16px;
    --_typography---small-subtitle: 12px;
    --_typography---subtitle: 12px;
    --_typography---large-paragraph: 16px;
    --_typography---headline: 16px;
    --_letter-spacing---h1: -2px;
    --_letter-spacing---h2: -1px;
    --_letter-spacing---h3: -1px;
    --_letter-spacing---h4: -.56px;
    --_letter-spacing---regular-paragraph: -.18px;
    --_letter-spacing---button: -.16px;
    --_letter-spacing---small-subtitle: -.24px;
    --_letter-spacing---headline: -.32px;
    --_letter-spacing---subtitle: -.2px;
    --_letter-spacing---h6: -.22px;
    --_letter-spacing---small-paragraph: -.6px;
    --_letter-spacing---h5: -.24px;
    --_letter-spacing---large-paragraph: -.2px;
  }

  .container.section-padding.main-features {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .container.integration-container {
    padding-top: 60px;
  }

  .container.authentication {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.protected-password, .container.not-found {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .container.banner {
    padding-top: 50px;
  }

  .container.checkout {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container.section-padding {
    padding-top: 120px;
  }

  .container.cor-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navbar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button.home-integrations {
    min-height: 48px;
  }

  .primary-button.pricing-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section.banner {
    padding-top: 63px;
  }

  .banner-typography {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-subtitle-single {
    padding-right: 10px;
  }

  .navbar-logo {
    width: 100%;
    max-width: 120px;
  }

  .banner-subtitle-button, .banner-subtitle {
    font-size: 10px;
  }

  .banner-title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .banner-table-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-table-content-single {
    max-width: 270px;
  }

  .banner-table-image.ai-chatbot {
    max-width: 245px;
    max-height: 148px;
  }

  .banner-table-image.ai-agents {
    max-width: 245px;
    max-height: 168px;
  }

  .subtile-single {
    grid-column-gap: 5px;
  }

  .section-title.pricing {
    max-width: 290px;
  }

  .section-title.core-features {
    max-width: 260px;
  }

  .section-title.team-members {
    max-width: 290px;
  }

  .section-title.core-values {
    max-width: 280px;
  }

  .section-title.career {
    font-size: 28px;
  }

  .section-title.testimonial {
    max-width: 300px;
  }

  .about-us-description-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-description {
    font-size: var(--_typography---regular-paragraph);
    letter-spacing: var(--_letter-spacing---small-paragraph);
  }

  .about-us-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-us-card {
    padding: 10px;
  }

  .about-us-card.bottom-border {
    border-bottom: 1px dashed var(--black-stock-color);
  }

  .summery-counter-wrap {
    height: 30px;
  }

  .blank-div.height-110 {
    min-height: 60px;
  }

  .cta-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-image-wrapper {
    margin-bottom: 20px;
  }

  .cta-image {
    max-width: 80px;
  }

  .cta-title {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .cta-description {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-single {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-menu-single.bottom-border {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 10px;
  }

  .footer-menu-list {
    grid-row-gap: 10px;
  }

  .footer-logo-wrapper {
    padding: 10px;
  }

  .footer-bottom-content {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-details-text {
    line-height: var(--_line-height---regular);
    letter-spacing: var(--_letter-spacing---small-paragraph);
  }

  .footer-stock {
    display: none;
    bottom: 83px;
  }

  .section-title-wrapper.mb55 {
    margin-bottom: 40px;
  }

  .section-title-wrapper.features {
    max-width: 280px;
  }

  .section-title-wrapper.process {
    max-width: 260px;
  }

  .section-title-wrapper.cor-features {
    max-width: 280px;
    margin-bottom: 40px;
  }

  .section-title-wrapper.our-history {
    max-width: 300px;
  }

  .section-title-wrapper.main-features, .section-description.blog {
    max-width: 290px;
  }

  .blog-left-card-image-wrapper {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .blog-left-card-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .blog-left-card-title.mb0 {
    font-size: 20px;
  }

  .blog-left-card-title.left {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .blog-author-wrapper {
    grid-column-gap: 8px;
  }

  .blog-author-image-wrapper {
    max-width: 40px;
  }

  .blog-right-card {
    grid-row-gap: 16px;
  }

  .blog-right-card-top-content {
    flex-flow: column;
  }

  .blog-right-card-image-wrapper {
    order: -9999;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .faq-accordion-title {
    font-size: 18px;
  }

  .faq-accordion-icon {
    width: 100%;
    max-width: 15px;
  }

  .pricing-tabs-menu {
    margin-bottom: 40px;
  }

  .pricing-single {
    padding: 10px;
  }

  .pricing-card {
    padding: 15px;
  }

  .pricing-image-wrapper.flex, .pricing-name-short-details, .pricing-price-pack-wrapper.mb35 {
    margin-bottom: 16px;
  }

  .pricing-features-title-wrapper {
    margin-bottom: 10px;
  }

  .pricing-features-list {
    grid-row-gap: 10px;
  }

  .pricing-features-list-item {
    grid-column-gap: 8px;
  }

  .pricing-features-list-item-icon {
    max-width: 18px;
  }

  .core-features-card.one {
    min-height: 300px;
  }

  .core-features-card.two {
    min-height: 360px;
  }

  .core-features-card.three {
    min-height: 300px;
  }

  .core-features-card-world-image {
    max-width: 230px;
    max-height: 200px;
  }

  .core-features-card-elements-wrap {
    max-width: 200px;
    bottom: 15px;
    right: 10px;
  }

  .core-features-flag-wrapper {
    max-width: 160px;
  }

  .core-features-flag {
    max-width: 40px;
    height: 40px;
  }

  .core-features-flag-image {
    max-width: 30px;
    max-height: 30px;
  }

  .analytics-image {
    height: 140px;
    max-height: none;
  }

  .core-features-bar {
    max-width: 55px;
    min-height: 210px;
  }

  .security-circle {
    max-width: 80px;
    height: 80px;
    bottom: 60px;
  }

  .security-circle-single {
    max-width: 60px;
    height: 60px;
  }

  .security-icon {
    max-width: 28px;
    max-height: 28px;
  }

  .comprehensive-integration-content {
    max-width: 260px;
  }

  .comprehensive-integration-single {
    max-width: 160px;
  }

  .comprehensive-integration-wrap {
    max-width: 60px;
    height: 60px;
  }

  .comprehensive-main-integration {
    max-width: 70px;
    height: 70px;
  }

  .comprehensive-main-integration-icon {
    width: 100%;
    max-width: 32px;
  }

  .comprehensive-integration-shape.top {
    top: -20px;
  }

  .comprehensive-shape {
    height: 260px;
  }

  .architectures-card {
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .core-features-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-card-typography {
    padding: 16px;
  }

  .features-card-list-wrap {
    grid-row-gap: 12px;
    margin-bottom: 25px;
  }

  .features-card-list-single {
    grid-column-gap: 10px;
  }

  .features-card-list-text {
    line-height: var(--_line-height---large);
  }

  .home-integrations-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-integrations-main-icon-wrap {
    margin-bottom: 24px;
  }

  .home-integrations-main-icon {
    width: 100%;
    max-width: 70px;
  }

  .home-integrations-subtitle-title-wrap.integrations {
    max-width: 270px;
    margin-bottom: 40px;
  }

  .home-integrations-icon.mobile {
    max-width: 20px;
  }

  .home-integrations-shape {
    top: -12px;
  }

  .process-tabs-menu-link {
    padding: 15px;
  }

  .process-tabs-menu-icon-wrap {
    border-radius: 5px;
    flex: none;
    width: 32px;
    height: 32px;
  }

  .process-tabs-menu-icon {
    width: 100%;
    max-width: 18px;
  }

  .process-tabs-menu-title {
    font-size: 18px;
  }

  .process-tabs-menu-ans-wrap {
    padding-left: 45px;
  }

  .inner-banner-typography {
    padding-bottom: 40px;
  }

  .inner-banner-title.integration-details {
    max-width: 300px;
    font-size: 28px;
  }

  .inner-banner-title.team-members, .inner-banner-description.blog {
    max-width: 290px;
  }

  .inner-banner-description.license {
    max-width: 280px;
  }

  .main-blog-content {
    grid-row-gap: 30px;
  }

  .main-blog-top-card-image {
    height: auto;
  }

  .details-content {
    padding-top: 120px;
  }

  .details-banner-title.blog-details {
    font-size: 22px;
  }

  .blog-details-content {
    grid-row-gap: 30px;
    padding-bottom: 60px;
  }

  .blog-details-information-wrapper {
    grid-template-columns: 1.2fr 1fr;
    display: flex;
  }

  .blog-details-author-single {
    grid-column-gap: 8px;
  }

  .blog-details-author-image {
    max-width: 45px;
  }

  .blog-details-information-single {
    grid-row-gap: 5px;
  }

  .blog-details-information-text {
    font-size: 16px;
  }

  .blog-details-rich-content h2 {
    margin-bottom: 10px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
  }

  .blog-details-rich-content blockquote {
    padding: 10px;
    font-size: 16px;
  }

  .pricing-details-content {
    grid-row-gap: 24px;
    padding: 30px 10px 60px;
  }

  .pricing-details-rich-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .pricing-add-to-cart-select-field {
    height: 38px;
    margin-bottom: 16px;
    padding-left: 12px;
  }

  .pricing-quantity-field {
    height: 38px;
    margin-bottom: 16px;
  }

  .integration-section-title-wrapper {
    max-width: 270px;
  }

  .integration-wrapper {
    min-height: 260px;
  }

  .integration-tools-icon-wrap {
    max-width: 42px;
    height: 42px;
  }

  .integration-tools-icon-wrap.two {
    left: 20px;
  }

  .integration-tools-icon-wrap.three {
    left: 60px;
  }

  .integration-tools-icon-wrap.main {
    max-width: 65px;
    height: 65px;
  }

  .integration-tools-icon-wrap.five {
    top: 160px;
    right: 20px;
  }

  .integration-tools-icon-wrap.six {
    right: 60px;
  }

  .integration-tools-icon {
    max-width: 20px;
  }

  .integration-tools-icon.main {
    max-width: 36px;
  }

  .integration-card {
    border-radius: 8px;
    padding: 10px;
  }

  .integration-card-logo-title {
    grid-column-gap: 12px;
    margin-bottom: 25px;
  }

  .integration-card-logo-wrap {
    border-radius: 8px;
    max-width: 50px;
    height: 50px;
  }

  .integration-card-logo {
    width: 100%;
    max-width: 24px;
  }

  .integration-details-content {
    padding-bottom: 60px;
  }

  .integration-details-top-content {
    padding: 24px 16px;
  }

  .integration-details-bottom-content {
    grid-row-gap: 20px;
  }

  .integration-details-card {
    padding: 16px;
  }

  .integration-details-card-wrap {
    grid-row-gap: 14px;
  }

  .integration-details-rich-text h2 {
    font-size: 22px;
  }

  .contact-us-content {
    grid-row-gap: 35px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-social-media-wrapper {
    grid-column-gap: 8px;
  }

  .contact-us-social-media-link {
    max-width: 42px;
    height: 42px;
  }

  .contact-us-form-wrapper {
    padding: 15px;
  }

  .contact-us-form-title-description {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .contact-us-form-title {
    font-size: 22px;
  }

  .contact-us-form-input {
    height: 42px;
  }

  .contact-us-form-textarea {
    min-height: 100px;
  }

  .contact-us-information-wrapper {
    grid-column-gap: 10px;
  }

  .contact-us-information-icon-wrap {
    max-width: 65px;
    height: 65px;
  }

  .contact-us-information-icon {
    max-width: 30px;
  }

  .contact-us-information-title {
    margin-bottom: 6px;
  }

  .contact-us-information-text-link {
    font-size: 18px;
  }

  .not-found-image {
    max-width: 200px;
  }

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

  .not-found-description {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .protected-password-content {
    max-width: 290px;
  }

  .protected-password-image-wrapper {
    margin-bottom: 16px;
  }

  .protected-password-image {
    max-width: 90px;
  }

  .protected-password-input-field {
    height: 46px;
    margin-bottom: 12px;
  }

  .changelog-wrapper {
    padding: 30px 15px;
  }

  .license-single {
    padding: 15px;
  }

  .license-typography.photography {
    margin-bottom: 30px;
  }

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

  .license-image-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .license-image {
    border-radius: 4px;
  }

  .style-guide-wrapper {
    padding: 10px;
  }

  .color-palette-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-heading {
    font-size: 12px;
  }

  .style-guide-heading-single {
    padding: 5px;
  }

  .style-guide-heading-single.font-weight.bottom.top-border {
    border-bottom-style: solid;
  }

  .style-guide-heading-single.font-weight.top-border {
    border-top: 1px solid #00000014;
  }

  .style-guide-heading-single.line-height.bottom.top-border {
    border-top: 1px solid var(--black-6-border);
  }

  .style-guide-heading-single.letter-spacing.bottom.top-border {
    border-top: 1px solid var(--black-6-border);
    border-right: 1px solid var(--black-6-border);
  }

  .style-guide-heading-single.letter-spacing.right-border {
    border-right: 1px solid var(--black-6-border);
  }

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

  .style-guide-heading-wrrapper.heading {
    justify-content: center;
    align-items: center;
  }

  .typography-single-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .authentication-content {
    max-width: 320px;
  }

  .authentication-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .authentication-logo {
    margin-bottom: 10px;
  }

  .authentication-logo-image {
    width: 100%;
    max-width: 120px;
  }

  .authentication-form-wrapper {
    grid-row-gap: 16px;
  }

  .authentication-form-text-block {
    margin-bottom: 10px;
  }

  .authentication-form-text-field {
    height: 42px;
  }

  .authentication-social-media-wrapper {
    margin-top: 30px;
  }

  .authentication-social-media {
    max-width: 42px;
    height: 42px;
  }

  .privacy-policy-content {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-policy-rich-text h2 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .features-banner-typography {
    max-width: 290px;
  }

  .features-banner-title {
    letter-spacing: -1.6px;
    max-width: 280px;
    font-size: 32px;
  }

  .features-banner-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .features-banner-image-wrapper {
    padding-top: 30px;
  }

  .features-banner-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .core-features-main-card {
    grid-row-gap: 16px;
    border-radius: 10px;
    min-height: 180px;
    padding: 16px;
  }

  .core-features-main-card-icon {
    width: 100%;
    max-width: 32px;
  }

  .core-features-main-card-title {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }

  .about-banner-content {
    grid-row-gap: 40px;
  }

  .about-banner-title {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .about-banner-button-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .our-mission-card {
    min-height: 120px;
    padding: 10px;
  }

  .our-history-title {
    font-size: 23px;
  }

  .plan-and-foudation-features-grid {
    grid-template-columns: 1fr;
  }

  .plan-and-foudation-features-icon-wrap {
    margin-bottom: 10px;
  }

  .plan-and-foudation-features-icon {
    width: 100%;
    max-width: 30px;
  }

  .our-history-list-item {
    grid-column-gap: 7px;
  }

  .our-history-list-item-icon-wrap {
    max-width: 18px;
    height: 18px;
  }

  .team-members-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .team-member-number-card {
    border-radius: 120px;
    max-width: 240px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .core-values-top-grid {
    grid-template-columns: 1fr;
  }

  .core-values-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .core-values-description {
    font-size: 17px;
    line-height: var(--_line-height---h6);
    font-weight: var(--_font-weight---normal);
  }

  .core-values-author-image {
    max-width: 45px;
  }

  .career-name-button-wrapper {
    grid-column-gap: 5px;
  }

  .career-name {
    font-size: 18px;
  }

  .career-card-details-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .career-card-details-title {
    margin-bottom: 5px;
  }

  .career-card-details-text {
    font-size: 15px;
  }

  .tabs-menu-link {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .testimonial-details-wrapper {
    grid-row-gap: 40px;
  }

  .testimonial-details-logo {
    max-width: 90px;
  }

  .testimonial-details-title-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .career-details-content {
    padding-bottom: 60px;
  }

  .career-details-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .career-details-card-category-date {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .career-details-rich-text p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .career-details-information-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .menu-button {
    border-radius: 6px;
    padding: 3px;
  }

  .hamburger-menu-icon {
    max-width: 28px;
  }

  .comprehensive-integration-icon {
    max-width: 22px;
    max-height: 22px;
  }

  .home-mobile-integrations-single {
    min-height: 60px;
  }

  .checkout-header, .checkout-content {
    padding: 10px;
  }

  .checkout-title {
    font-size: 22px;
  }

  .checkout-input-field {
    height: 38px;
  }

  .checkout-image {
    width: 32px;
    height: 32px;
  }

  .cart-container {
    max-width: 290px;
  }

  .cart-header, .cart-list {
    padding: 12px;
  }

  .nav-cart-item {
    border-radius: 4px;
    padding: 12px;
  }

  .nav-cart-price {
    font-size: 18px;
  }

  .cart-footer-title {
    font-size: 20px;
  }

  .cart-footer-price {
    font-size: 18px;
  }

  .close-button {
    max-width: 38px;
    height: 38px;
  }

  .close-button-icon {
    max-width: 14px;
  }

  .h1 {
    font-size: 40px;
  }

  .sponsors-ticker-shape.left, .sponsors-ticker-shape.right {
    max-width: 60px;
  }

  .features-menu-tab-menu {
    grid-template-columns: 1fr;
  }

  .about-testimonial-card {
    grid-row-gap: 35px;
    min-height: 200px;
  }

  .main-features-title-wrapper.two {
    margin-left: -5px;
  }

  .main-features-number-line {
    height: 50px;
  }

  .main-features-card {
    border-radius: 10px;
    padding: 10px;
  }

  .main-features-card.last {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-features-card-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h4);
  }

  .main-features-card-list-item {
    grid-column-gap: 5px;
  }

  .main-features-card-list-icon-wrap {
    max-width: 18px;
    height: 18px;
  }

  .main-features-card-list-icon {
    max-width: 9px;
  }

  .main-features-card-shape {
    max-width: 140px;
  }

  .main-features-card-shape.two {
    max-width: 200px;
  }

  .main-features-title-wrapper-two {
    grid-column-gap: 5px;
    text-align: center;
    max-width: 270px;
  }

  .features-data-card-title {
    font-size: var(--_typography---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }
}

@media screen and (max-width: 991px) {
  #w-node-c977756a-1d91-edec-e320-713ffbfd005f-fbfd0008 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea0ec7f4-8050-c01b-9d05-5fe6fc7b29d8-0aa0ec3b, #w-node-a0e98565-77da-91b3-0ae2-8313fdd3f85a-0aa0ecc0, #w-node-_176656cf-2558-ba65-1d67-ec38aed421de-0aa0ed67 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}