@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-2: #fbfbfb;
  --color-02--1: #080829;
  --color-02--2: #545479;
  --color-03--3: #3f53d8;
  --black: black;
  --white: white;
  --light-salmon: #ff925d;
  --pale-violet-red: #fc5c84;
  --color-01--1: #fe7f51;
  --color-01--2: #ffc123;
  --color-01--4: #fa5b68;
  --color-01--5: #67e4ff;
  --pale-turquoise: #98f5ec;
  --color-03--2: #a259ff;
  --color-03--4: #2cae76;
  --light-coral: #fc6474;
  --text-light: #0009;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

.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-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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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-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(--white-2);
  color: var(--color-02--1);
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 116%;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
}

p {
  color: var(--color-02--2);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul {
  max-width: 840px;
  margin: 0 auto 10px;
  padding-left: 30px;
}

li {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 200%;
}

blockquote {
  border-left: 6px solid var(--color-03--3);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  padding: 10px 20px 10px 54px;
  font-size: 32px;
  font-style: italic;
  line-height: 130%;
}

.body-small {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.body-small.max-width-536px {
  max-width: 536px;
}

.body-small.margin-40px {
  margin-bottom: 40px;
}

.body-small.max-width-586px {
  max-width: 586px;
}

.body-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 116%;
}

.body-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1200px.home-hero-flex {
  align-items: flex-start;
  padding-top: 130px;
  display: flex;
}

.wrapper-1200px.home-hero-flex._1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-1200px.home-logo-flex {
  padding-top: 70px;
  padding-bottom: 50px;
}

.wrapper-1200px.home-feature-flex {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-1200px.home-best-tool-flex {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1200px.home-how-flex {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.wrapper-1200px.home-testimonial-flex {
  flex-direction: column;
  align-items: center;
  max-width: 1040px;
  padding-top: 40px;
}

.wrapper-1200px.footer-flex {
  flex-direction: column;
  padding-bottom: 60px;
}

.wrapper-1200px.footer-flex.footer {
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper-1200px.cta-flex {
  flex-direction: column;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-1200px.integration-flex {
  flex-direction: column;
}

.wrapper-1200px.home-blog-flex {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1200px.home-numbers-flex {
  padding-bottom: 80px;
}

.wrapper-1200px.navbar-flex {
  max-width: 1340px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-1200px.features-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
}

.wrapper-1200px.features-insight-flex {
  padding-top: 80px;
}

.wrapper-1200px.amazing-feature-flex {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1200px.career-benefits-flex {
  flex-direction: column;
}

.wrapper-1200px.join-team-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1200px.career-blue-logo-flex {
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 86px;
}

.wrapper-1200px.career-talent-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1200px.career-hero-flex {
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1200px.career-job-post-flex {
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 180px;
}

.wrapper-1200px.career-post-hero-flex {
  z-index: 11;
  padding-top: 140px;
  padding-bottom: 150px;
}

.wrapper-1200px.blog-newsletter-flex {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 125px;
}

.wrapper-1200px.blog-tabs-flex {
  flex-direction: column;
  padding-bottom: 180px;
}

.wrapper-1200px.blog-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 50px;
}

.wrapper-1200px.blog-cta-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 140px;
}

.wrapper-1200px.about-hero-flex {
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 180px;
}

.wrapper-1200px.about-team-flex {
  flex-direction: column;
  max-width: 1140px;
  padding-top: 180px;
}

.wrapper-1200px.about-tabs-flex {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 221px;
}

.wrapper-1200px.about-seven-flex {
  padding-bottom: 180px;
}

.wrapper-1200px.about-flexible-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.wrapper-1200px.contact-hero-flex {
  flex-direction: column;
  padding-top: 100px;
}

.wrapper-1200px.contact-get-in-touch-flex {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 200px;
}

.wrapper-1200px.reference-page-flex {
  padding-top: 80px;
  padding-bottom: 110px;
}

.wrapper-1200px.blogs {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 0;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing-2 {
  flex-direction: column;
  align-items: stretch;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.instruction-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.licensing-heading {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
}

.licensing-tag-subtext {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
}

.licencing-images-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.licencing-image-item {
  border-radius: 10px;
  height: 250px;
}

.update-text {
  margin-bottom: 24px;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  padding: 0;
}

.template-instruction-heading-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.instruction-heading {
  margin-bottom: 60px;
}

.text-variant-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 40px;
  display: grid;
}

.text-variant-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 75px;
  display: grid;
  position: relative;
}

.styles-heading {
  margin-bottom: 0;
  font-weight: 700;
}

.styles-heading.margin-bottom-60px {
  margin-bottom: 60px;
}

.typo-style-info-text {
  color: #545479;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.style-section-main {
  background-color: var(--white);
}

.blue-button {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ff283e;
  border-radius: 14px;
  margin-top: 20px;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.blue-button:hover {
  background-color: var(--light-salmon);
}

.blue-button.pricing {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.blue-button.margin-top-40px {
  margin-top: 40px;
}

.blue-button.brandlyft {
  margin-top: 60px;
}

.blue-button.knowledgelyft {
  margin-top: 20px;
}

.blue-button.hero {
  margin-top: 0;
}

.blue-button.hero.cta {
  flex-flow: row;
  justify-content: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.pricing {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.utility-hero-section {
  background-color: #ffc1231a;
  position: relative;
}

.utility-hero-header {
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.utility-hero-heading {
  margin-bottom: 24px;
}

.style-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-heading {
  margin-bottom: 20px;
  font-weight: 700;
}

.style-main-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.color-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.color-info-head {
  color: var(--color-02--2);
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 133%;
}

.color-swatch-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.color-swatch-item {
  background-color: var(--pale-violet-red);
  color: var(--pale-violet-red);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-weight: 500;
  display: flex;
}

.color-swatch-item.color-90 {
  background-color: #fc5c84e6;
}

.color-swatch-item.color-90.color-2 {
  background-color: #080829e6;
}

.color-swatch-item.color-90.color-3 {
  background-color: #545479e6;
}

.color-swatch-item.color-90.color-5 {
  background-color: #fe7f51e6;
}

.color-swatch-item.color-90.color-6 {
  background-color: #ffc123e6;
}

.color-swatch-item.color-90.color-7 {
  background-color: #fa5b68e6;
}

.color-swatch-item.color-90.color-8 {
  background-color: #67e4ffe6;
}

.color-swatch-item.color-90.color-9 {
  background-color: #98f5ece6;
}

.color-swatch-item.color-90.color-10 {
  background-color: #a259ffe6;
}

.color-swatch-item.color-90.color-11 {
  background-color: #2cae76e6;
}

.color-swatch-item.color-80 {
  background-color: #fc5c84cc;
}

.color-swatch-item.color-80.color-2 {
  background-color: #080829cc;
}

.color-swatch-item.color-80.color-3 {
  background-color: #545479cc;
}

.color-swatch-item.color-80.color-5 {
  background-color: #fe7f51cc;
}

.color-swatch-item.color-80.color-6 {
  background-color: #ffc123cc;
}

.color-swatch-item.color-80.color-7 {
  background-color: #fa5b68cc;
}

.color-swatch-item.color-80.color-8 {
  background-color: #67e4ffcc;
}

.color-swatch-item.color-80.color-9 {
  background-color: #98f5eccc;
}

.color-swatch-item.color-80.color-10 {
  background-color: #a259ffcc;
}

.color-swatch-item.color-80.color-11 {
  background-color: #2cae76cc;
}

.color-swatch-item.color-70 {
  background-color: #fc5c84b3;
}

.color-swatch-item.color-70.color-2 {
  background-color: #080829b3;
}

.color-swatch-item.color-70.color-3 {
  background-color: #545479b3;
}

.color-swatch-item.color-70.color-5 {
  background-color: #fe7f51b3;
}

.color-swatch-item.color-70.color-6 {
  background-color: #ffc123b3;
}

.color-swatch-item.color-70.color-7 {
  background-color: #fa5b68b3;
}

.color-swatch-item.color-70.color-8 {
  background-color: #67e4ffb3;
}

.color-swatch-item.color-70.color-9 {
  background-color: #98f5ecb3;
}

.color-swatch-item.color-70.color-10 {
  background-color: #a259ffb3;
}

.color-swatch-item.color-70.color-11 {
  background-color: #2cae76b3;
}

.color-swatch-item.color-60 {
  background-color: #fc5c8499;
}

.color-swatch-item.color-60.color-2 {
  background-color: #08082999;
}

.color-swatch-item.color-60.color-3 {
  background-color: #54547999;
}

.color-swatch-item.color-60.color-5 {
  background-color: #fe7f5199;
}

.color-swatch-item.color-60.color-6 {
  background-color: #ffc12399;
}

.color-swatch-item.color-60.color-7 {
  background-color: #fa5b6899;
}

.color-swatch-item.color-60.color-8 {
  background-color: #67e4ff99;
}

.color-swatch-item.color-60.color-9 {
  background-color: #98f5ec99;
}

.color-swatch-item.color-60.color-10 {
  background-color: #a259ff99;
}

.color-swatch-item.color-60.color-11 {
  background-color: #2cae7699;
}

.color-swatch-item.color-50 {
  background-color: #fc5c8480;
}

.color-swatch-item.color-50.color-2 {
  background-color: #08082980;
}

.color-swatch-item.color-50.color-3 {
  background-color: #54547980;
}

.color-swatch-item.color-50.color-5 {
  background-color: #fe7f5180;
}

.color-swatch-item.color-50.color-6 {
  background-color: #ffc12380;
}

.color-swatch-item.color-50.color-7 {
  background-color: #fa5b6880;
}

.color-swatch-item.color-50.color-8 {
  background-color: #67e4ff80;
}

.color-swatch-item.color-50.color-9 {
  background-color: #98f5ec80;
}

.color-swatch-item.color-50.color-10 {
  background-color: #a259ff80;
}

.color-swatch-item.color-50.color-11 {
  background-color: #2cae7680;
}

.color-swatch-item.color-40 {
  background-color: #fc5c8466;
}

.color-swatch-item.color-40.color-2 {
  background-color: #08082966;
}

.color-swatch-item.color-40.color-3 {
  background-color: #54547966;
}

.color-swatch-item.color-40.color-5 {
  background-color: #fe7f5166;
}

.color-swatch-item.color-40.color-6 {
  background-color: #ffc12366;
}

.color-swatch-item.color-40.color-7 {
  background-color: #fa5b6866;
}

.color-swatch-item.color-40.color-8, .color-swatch-item.color-40.color-9 {
  background-color: #67e4ff66;
}

.color-swatch-item.color-40.color-10 {
  background-color: #a259ff66;
}

.color-swatch-item.color-40.color-11 {
  background-color: #2cae7666;
}

.color-swatch-item.color-30 {
  background-color: #fc5c844d;
}

.color-swatch-item.color-30.color-2 {
  background-color: #0808294d;
}

.color-swatch-item.color-30.color-3 {
  background-color: #5454794d;
}

.color-swatch-item.color-30.color-5 {
  background-color: #fe7f514d;
}

.color-swatch-item.color-30.color-6 {
  background-color: #ffc1234d;
}

.color-swatch-item.color-30.color-7 {
  background-color: #fa5b684d;
}

.color-swatch-item.color-30.color-8 {
  background-color: #67e4ff4d;
}

.color-swatch-item.color-30.color-9 {
  background-color: #98f5ec4d;
}

.color-swatch-item.color-30.color-10 {
  background-color: #a259ff4d;
}

.color-swatch-item.color-30.color-11 {
  background-color: #2cae764d;
}

.color-swatch-item.color-20 {
  background-color: #fc5c8433;
}

.color-swatch-item.color-20.color-2 {
  background-color: #08082933;
}

.color-swatch-item.color-20.color-3 {
  background-color: #54547933;
}

.color-swatch-item.color-20.color-5 {
  background-color: #fe7f5133;
}

.color-swatch-item.color-20.color-6 {
  background-color: #ffc12333;
}

.color-swatch-item.color-20.color-7 {
  background-color: #fa5b6833;
}

.color-swatch-item.color-20.color-8 {
  background-color: #67e4ff33;
}

.color-swatch-item.color-20.color-9 {
  background-color: #98f5ec33;
}

.color-swatch-item.color-20.color-10 {
  background-color: #a259ff33;
}

.color-swatch-item.color-20.color-11 {
  background-color: #2cae7633;
}

.color-swatch-item.color-10 {
  background-color: #3f53d81a;
}

.color-swatch-item.color-10.color-2 {
  color: var(--color-02--1);
  background-color: #0808291a;
}

.color-swatch-item.color-10.color-3 {
  color: var(--color-02--2);
  background-color: #5454791a;
}

.color-swatch-item.color-10.color-4 {
  background-color: var(--white);
  color: var(--color-03--3);
}

.color-swatch-item.color-10.color-5 {
  color: var(--color-01--1);
  background-color: #fe7f511a;
}

.color-swatch-item.color-10.color-6 {
  color: var(--color-01--2);
  background-color: #ffc1231a;
}

.color-swatch-item.color-10.color-7 {
  color: var(--color-01--4);
  background-color: #fa5b681a;
}

.color-swatch-item.color-10.color-8 {
  color: var(--color-01--5);
  background-color: #67e4ff1a;
}

.color-swatch-item.color-10.color-9 {
  color: var(--pale-turquoise);
  background-color: #98f5ec1a;
}

.color-swatch-item.color-10.color-10-violet {
  background-color: #a259ff1a;
}

.color-swatch-item.color-10.color-1 {
  color: var(--pale-violet-red);
  background-color: #fc5c841a;
}

.color-swatch-item.color-2 {
  background-color: var(--color-02--1);
  color: var(--color-02--1);
}

.color-swatch-item.color-3 {
  background-color: var(--color-02--2);
  color: var(--color-02--2);
}

.color-swatch-item.color-4 {
  background-color: var(--white);
  border: 1px solid #54547933;
}

.color-swatch-item.color-5 {
  background-color: var(--color-01--1);
  color: var(--color-01--1);
}

.color-swatch-item.color-6 {
  background-color: var(--color-01--2);
  color: var(--color-01--2);
}

.color-swatch-item.color-7 {
  background-color: var(--color-01--4);
  color: var(--color-01--4);
}

.color-swatch-item.color-8 {
  background-color: var(--color-01--5);
  color: var(--color-01--5);
}

.color-swatch-item.color-9 {
  background-color: var(--pale-turquoise);
  color: var(--pale-turquoise);
}

.color-swatch-item.color-10 {
  background-color: var(--color-03--2);
  color: var(--color-03--2);
}

.color-swatch-item.color-11 {
  background-color: var(--color-03--4);
  color: var(--color-03--4);
}

.color-swatch-item.color-11.green {
  background-color: #2cae761a;
}

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

.hollow-button-white {
  color: var(--color-02--1);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #08082933;
  border-radius: 14px;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.hollow-button-white:hover {
  background-color: var(--light-salmon);
  color: var(--white);
  border-color: #0000;
}

.hollow-button-white.nav-button-margin.hide:hover {
  background-color: var(--light-salmon);
}

.hollow-button-white.nav-button-margin.in-menu {
  display: none;
}

.google-sign-in-button {
  background-color: var(--white);
  color: var(--color-02--1);
  text-align: center;
  letter-spacing: -.02em;
  background-image: url('../images/Google__G__Logo-1.svg');
  background-position: 101px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  width: 90%;
  max-width: 400px;
  padding: 15px 101px 16px 141px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  box-shadow: 0 16px 94px #00000017;
}

.home-hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 500px;
  display: flex;
}

.home-hero-text-container._1 {
  align-items: center;
  width: 100%;
  max-width: none;
}

.home-hero-image-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 601px;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.home-hero-heading {
  text-transform: lowercase;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
}

.heading-bold-text {
  color: var(--pale-violet-red);
  padding-right: 0;
  font-weight: 700;
}

.heading-bold-text.pricing {
  color: var(--white);
  font-size: 44px;
}

.button-container {
  text-align: center;
  position: relative;
}

.button-container.margin-top-48px {
  margin-top: 48px;
}

.hero-credit-card-item {
  object-fit: cover;
  width: 100%;
  max-width: 181px;
  position: absolute;
  inset: -20px -90% auto auto;
}

.home-hero-item-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-hero-image-wrapper {
  width: 80%;
  max-width: 440px;
  box-shadow: 0 50px 120px #00000014;
}

.home-hero-item-wrapper {
  border-radius: 16px;
  width: 55%;
  max-width: 319px;
  position: absolute;
  inset: auto auto -132px 0%;
  box-shadow: 0 16px 67px #00000012;
}

.home-hero-item-wrapper._1 {
  z-index: 2;
  width: 40%;
  max-width: 228px;
  inset: auto 0% -160px auto;
}

.home-hero-profile-wrapper {
  width: 25%;
  max-width: 90px;
}

.home-hero-profile-wrapper.blue {
  z-index: 11;
  position: absolute;
  inset: 94px auto auto 0%;
}

.home-hero-profile-wrapper.red {
  z-index: 11;
  position: absolute;
  inset: -40px 20px auto auto;
}

.purple-dot {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 30px -10px;
}

.home-hero-logo-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-logo-heading-24px {
  letter-spacing: -.02em;
  font-size: 24px;
  line-height: 130%;
}

.home-logo-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 24px;
}

.home-logo-item-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-logo-item-icon {
  width: auto;
  height: 100px;
}

.home-feature-section {
  margin-top: 20px;
  overflow: hidden;
}

.feature-upper-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 612px;
  display: flex;
}

.h3-heading-48px.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
}

.h3-heading-48px.margin-bottom-24px._1 {
  margin-bottom: 57px;
}

.h3-heading-48px.center {
  text-align: center;
}

.feature-bottom-container {
  width: 100%;
  margin-top: 60px;
}

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

.home-feature-item {
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  display: flex;
}

.home-feature-icon-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
}

.home-feature-icon-wrapper._1 {
  background-color: #3f53d84d;
}

.home-feature-icon-wrapper._2 {
  background-color: #fe7f514d;
}

.home-feature-icon-wrapper._8 {
  background-color: #67e4ff66;
}

.home-feature-icon-wrapper._4 {
  background-color: #2cae764d;
}

.home-feature-icon-wrapper._7 {
  background-color: #fa5b684d;
}

.home-feature-icon-wrapper._6 {
  background-color: #a259ff4d;
}

.home-feature-icon-wrapper._5 {
  background-color: #ffc1234d;
}

.home-feature-icon-wrapper._3 {
  background-color: #5454794d;
}

.home-feature-icon {
  width: 44px;
  height: 44px;
}

.home-feature-text-24px {
  letter-spacing: -.02px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.home-feature-blue-icon {
  width: 44px;
  height: 44px;
  display: none;
}

.home-best-tool-section {
  margin-top: 20px;
}

.best-tool-1-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.best-tool-2-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 180px;
  display: flex;
}

.best-tool-2-container._1 {
  margin-bottom: 60px;
}

.best-tool-3-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.best-tool-1-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 432px;
  display: flex;
}

.best-tool-2-text-container, .best-tool-3-text-container {
  width: 40%;
  max-width: 432px;
  position: relative;
}

.home-how-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 90px;
}

.home-how-grid.no-margin {
  margin-bottom: 0;
}

.home-how-item {
  width: 100%;
  max-width: 340px;
}

.home-how-text-item-container {
  padding-top: 40px;
}

.home-how-heading-28px {
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.home-how-para-18px {
  color: var(--color-02--2);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 18px;
  font-size: 18px;
  line-height: 160%;
}

.home-how-para-18px.subheading {
  text-align: center;
}

.home-how-upper-container {
  margin-bottom: 80px;
}

.best-tool-pointer-18px {
  letter-spacing: -.02em;
  background-image: url('../images/Icon.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 36px;
  font-size: 18px;
  line-height: 160%;
}

.best-tool-pointer-18px.no-margin {
  margin-bottom: 0;
}

.best-tool-pointer-18px.red-pointer-icon {
  background-image: url('../images/Pointer-Red-Icon.svg');
}

.best-tool-pointer-container {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.best-tool-pointer-container.pointer-margin-top-bottom {
  margin-top: 32px;
  margin-bottom: 20px;
}

.best-tool-pointer-container.margin-top-48px {
  margin-top: 48px;
}

.best-tool-1-image-container {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  max-width: 638px;
  display: flex;
  position: relative;
}

.best-tool-1-hero-item {
  border-radius: 16px;
  box-shadow: 0 16px 100px #00000005;
}

.best-tool-1-hero-item.top {
  width: 85%;
  max-width: 498px;
  position: absolute;
  inset: 0% auto auto 7%;
}

.best-tool-1-hero-item.bottom {
  width: 65%;
  max-width: 359px;
  position: absolute;
  inset: auto -40px -80px auto;
}

.best-tool-1-hero-background {
  width: 100%;
  max-width: 504px;
}

.best-tool-1-hero-image, .best-tool-1-hero-bg-image {
  width: 100%;
  height: 100%;
}

.orange-circle {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 180px -30px auto auto;
}

.best-tool-author-container {
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.best-tool-author-image {
  object-fit: contain;
  border-radius: 16px;
  width: 90%;
  max-width: 90px;
  margin-right: 24px;
}

.best-tool-author-text-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.best-tool-author-name {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 140%;
}

.best-tool-author-name.margin-18px {
  margin-top: 18px;
}

.best-tool-medium-text {
  font-weight: 500;
}

.best-tool-author-testimonial {
  letter-spacing: -.02em;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.best-tool-2-image-container {
  justify-content: flex-end;
  width: 52%;
  max-width: 658px;
  display: flex;
  position: relative;
}

.best-tool-2-hero-item {
  width: 80%;
  max-width: 560px;
}

.best-tool-2-hero-absolute {
  z-index: 11;
  width: 56%;
  max-width: 360px;
  position: absolute;
  inset: -69px auto auto 0%;
}

.best-tool-2-hero-image {
  border-radius: 16px;
  box-shadow: 0 16px 100px #00000005;
}

.best-tool-3-image-container {
  width: 53%;
  max-width: 688px;
  position: relative;
}

.best-tool-3-hero-item {
  border-radius: 16px;
  width: 88%;
  max-width: 560px;
  box-shadow: 0 16px 100px #00000005;
}

.best-tool-red-item {
  border-radius: 16px;
  width: 15%;
  max-width: 90px;
  position: absolute;
  inset: 10% 0% auto auto;
  box-shadow: 0 16px 100px #00000005;
}

.best-tool-red-item-image {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.best-red-tool-layer-blur {
  background-color: var(--color-01--4);
  filter: blur(160px);
  border-radius: 16px;
  width: 34px;
  height: 235px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.best-tool-3-tags {
  border-radius: 16px;
  width: 52%;
  max-width: 298px;
  position: absolute;
  inset: auto -40px 40px auto;
  box-shadow: 0 16px 100px #00000005;
}

.best-tool-3-hero-image {
  width: 100%;
  height: 100%;
}

.best-tool-3-dotted-line {
  border-top: 1px dashed #0808294d;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.best-tool-3-logo-grid {
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.best-tool-3-logo-image {
  width: 100%;
  height: 100%;
}

.best-tool-3-purple-tag {
  z-index: 11;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto 0% -100px auto;
}

.best-tool-3-tags-image {
  width: 100%;
  height: 100%;
}

.best-tools-2-yellow-tag {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto 25% -30px auto;
}

.home-testimonial-section {
  margin-top: 20px;
}

.footer-section {
  overflow: hidden;
}

.footer-upper-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.footer-upper-container.landing {
  justify-content: center;
}

.footer-upper-left {
  width: 20%;
}

.footer-upper-right {
  width: 70%;
  max-width: 736px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.5fr;
}

.footer-link-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  margin-top: 16px;
}

.footer-link-grid.get-in-touch {
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-link-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bold-text-18px {
  opacity: .6;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.footer-link-20px {
  color: var(--color-02--1);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-link-20px:hover {
  color: var(--color-03--3);
}

.footer-link-wrapper {
  align-items: center;
  display: flex;
}

.footer-link-email-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.social-profiles {
  width: 20px;
  height: 20px;
}

.social-profiles.facebook {
  width: 22.2px;
}

.social-profile-wrapper {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  transition: all .2s;
  display: flex;
}

.social-profile-wrapper:hover {
  transform: translate(0, -5px);
}

.social-profile-container {
  margin-top: 32px;
  display: flex;
}

.home-brand-link-block {
  width: 35%;
  max-width: 151px;
}

.home-brand-link-block.w--current {
  width: 30%;
  max-width: 150px;
  padding-left: 0;
}

.footer-banner {
  color: #12172280;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.cf-links:hover {
  color: var(--color-03--3);
}

.green-purple-circle {
  width: 18px;
  height: 18px;
  position: absolute;
  inset: auto auto 260px 15%;
}

.cta-section {
  background-color: var(--light-salmon);
  color: var(--white);
  position: relative;
  overflow: visible;
}

.cta-section.white {
  background-color: var(--white-2);
  color: var(--color-02--1);
}

.cta-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 886px;
  display: flex;
}

.cta-heading {
  margin-bottom: 60px;
  font-size: 72px;
  line-height: 110%;
}

.cta-credit-card {
  object-fit: cover;
  width: 100%;
  max-width: 185px;
  position: absolute;
  inset: 0% -90% auto auto;
}

.cta-item-1-image {
  z-index: 11;
  width: 20%;
  max-width: 232px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-item-2-image {
  z-index: 11;
  width: 20%;
  max-width: 277px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-yellow-circle {
  z-index: 11;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 140px 10%;
}

.cta-yellow-circle.blog-cta {
  inset: 220px auto auto 5%;
}

.cyan-cta-item {
  z-index: 11;
  width: 70px;
  position: absolute;
  inset: 0% 10% auto auto;
}

.integration-section {
  position: relative;
}

.integration-upper-container {
  text-align: center;
  max-width: 704px;
}

.integration-bottom-conatiner {
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.integration-container-1 {
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.integration-hero-item {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  box-shadow: 0 20px 100px #5b5b5b05;
}

.integration-hero-item._1 {
  width: 100%;
  max-width: 158px;
  height: 158px;
}

.integration-hero-item._2 {
  width: 100%;
  max-width: 124.5px;
  height: 124.5px;
  margin-top: auto;
}

.integration-hero-item._3 {
  width: 100%;
  max-width: 150px;
  height: 150px;
}

.integration-hero-item._4 {
  width: 100%;
  max-width: 149.5px;
  height: 149.5px;
  margin-top: auto;
}

.integration-hero-item._5 {
  width: 100%;
  max-width: 179px;
  height: 179px;
}

.integration-hero-item._6 {
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: auto;
}

.integration-hero-item._7 {
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-top: auto;
}

.integration-hero-item._8 {
  width: 100%;
  max-width: 162px;
  height: 162px;
}

.integration-hero-item._9 {
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: auto;
}

.integration-hero-item._10 {
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin-top: auto;
}

.integration-hero-item._11 {
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: auto;
}

.integration-item-2 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.home-blog-list-wrapper {
  width: 100%;
}

.home-blog-item-wrapper {
  color: var(--color-02--1);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 360px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.home-blog-item-wrapper:hover {
  color: var(--color-02--1);
}

.home-blog-item-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.home-blog-item-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.home-blog-item-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0) 35%, rgba(252, 92, 132, .55) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 1;
}

.home-blog-item-image-wrap::before {
  content: "Read article  \2192";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background: #fff;
  color: var(--pale-violet-red);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .03em;
  opacity: 0;
  transform: translateY(10px) scale(.95);
  transition: opacity .35s ease, transform .4s cubic-bezier(.2, .7, .2, 1);
  pointer-events: none;
  box-shadow: 0 10px 24px -10px rgba(252, 92, 132, .65);
  white-space: nowrap;
}

.home-blog-item-wrapper:hover .home-blog-item-hero-image {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.home-blog-item-wrapper:hover .home-blog-item-image-wrap::after {
  opacity: 1;
}

.home-blog-item-wrapper:hover .home-blog-item-image-wrap::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-blog-item-heading {
  transition: color .25s ease;
}

.home-blog-item-wrapper:hover .home-blog-item-heading {
  color: var(--pale-violet-red);
}

.home-blog-item-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  display: flex;
}

.home-blog-item-tag {
  letter-spacing: -.02em;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.home-blog-item-heading {
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
}

.home-blog-item-line {
  border-top: 1px dashed #0808294d;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: 24px;
}

.home-blog-item-date-wrapper {
  align-items: center;
  display: flex;
}

.home-blog-item-date {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.home-blog-item-date._24px {
  letter-spacing: -.04em;
  font-size: 24px;
  line-height: 167%;
}

.home-blog-item-reading-time {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.home-blog-item-reading-time._24px {
  font-size: 24px;
  line-height: 167%;
}

.home-blog-item-dot-spacer {
  background-color: var(--black);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
}

.home-blog-item-dot-spacer._6px {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
}

.home-blog-upper-container {
  margin-bottom: 80px;
}

.home-numbers-container {
  width: 70%;
  max-width: 793px;
}

.watch-demo-link-block {
  color: var(--color-02--1);
  align-items: center;
  display: flex;
}

.watch-demo-text {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.watch-demo-circle {
  border: 1px dashed var(--color-03--3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-right: 24px;
  padding: 8px;
  display: flex;
  position: relative;
}

.blue-play-burton {
  z-index: 11;
  color: var(--pale-violet-red);
  position: relative;
}

.play-small-blue-div {
  z-index: 0;
  filter: blur(42px);
  background-image: linear-gradient(135deg, #3f53d8, #8090fe);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.home-numbers-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-numbers-text-48px {
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.home-numbers-para-text {
  color: var(--color-02--2);
  font-size: 18px;
  line-height: 150%;
}

.home-numbers-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 216px;
  display: flex;
}

.home-numbers-blue-text {
  color: var(--light-salmon);
  display: inline-block;
}

.home-testimonial-upper-wrapper {
  text-align: center;
  max-width: 752px;
  margin-bottom: 80px;
}

.home-testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.home-testimonial-slide {
  width: 100%;
  height: 100%;
}

.blue-star-image {
  width: 27px;
  height: 26px;
  margin-right: 16px;
}

.home-testimonial-star-wrapper {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.home-testimonial-slide-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 147px;
  padding-right: 147px;
  display: flex;
  position: relative;
}

.home-testimonial-slide-nav {
  display: none;
}

.home-testimonial-italic-text {
  letter-spacing: -.02em;
  margin-bottom: 40px;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.home-testimonial-author-name {
  letter-spacing: -.02em;
  font-size: 24px;
  line-height: 140%;
}

.testimonial-quote-icon {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.testimonial-quote-icon.left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-quote-icon.right {
  position: absolute;
  inset: auto 0% 100px auto;
}

.testimonial-author-img-wrapper {
  width: 80px;
  height: 80px;
  margin-top: 40px;
}

.home-testimonial-author-image {
  border-radius: 50%;
  width: 100%;
  max-width: 90px;
  height: 100%;
  margin-right: 20px;
}

.hometestimonial-left-arrow {
  opacity: .3;
  width: 48px;
  height: 48px;
  transition: all .2s;
  inset: auto 203px 0% auto;
}

.hometestimonial-left-arrow:hover {
  opacity: 1;
}

.home-testimonial-right-arrow {
  opacity: .3;
  width: 48px;
  height: 48px;
  transition: all .2s;
  inset: auto 147px 0% auto;
}

.home-testimonial-right-arrow:hover {
  opacity: 1;
}

.home-navbar {
  background-color: #0000;
  width: 100%;
}

.home-navlink {
  color: #000000bf;
  letter-spacing: -.01em;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.home-navlink:hover, .home-navlink.w--current {
  color: var(--pale-violet-red);
}

.menu-button {
  padding: 15px;
}

.footer-brand-link-block.w--current {
  width: 100%;
  max-width: 170px;
}

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

.features-hero-bg {
  object-fit: cover;
  width: 100vw;
  height: 100vw;
  max-height: 785px;
}

.features-hero-bg-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.features-home-text-container {
  width: 100%;
  margin-bottom: 100px;
}

.features-her-heading {
  max-width: 920px;
}

.features-sub-hero-heading {
  font-size: 72px;
  line-height: 110%;
}

.features-sub-text-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-top: 26px;
  margin-left: auto;
  display: flex;
}

.features-hero-para-text-18px {
  letter-spacing: -.02em;
  max-width: 285px;
  font-size: 18px;
  line-height: 160%;
}

.features-hero-visual-wrapper {
  width: 103%;
}

.features-insight-section {
  margin-top: 20px;
  position: relative;
}

.feature-insight-image-container {
  border-radius: 16px;
  width: 52%;
  max-width: 650px;
  box-shadow: 0 16px 100px #00000005;
}

.feature-insight-image {
  width: 100%;
  height: 100%;
}

.feature-insight-text-container, .feature-4-card-text-container {
  width: 45%;
  max-width: 432px;
}

.feature-4-card-visual-container {
  justify-content: center;
  align-items: center;
  width: 55%;
  max-width: 672px;
  display: flex;
  position: relative;
}

.feature-4-card-blue-bg {
  z-index: 0;
  width: 100%;
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.feature-4-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 40px 30px;
  display: flex;
}

.feature-4-card-item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.feature-4-card-heading {
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.feature-4-card-para {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
}

.feature-4-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.feature-4-card-wrapper.right {
  padding-top: 70px;
}

.feature-4-card-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.f-deliverables-text-container {
  width: 45%;
  max-width: 432px;
}

.f-deliverables-image-container {
  border-radius: 16px;
  width: 48%;
  max-width: 544px;
  position: relative;
  box-shadow: 0 16px 100px #00000005;
}

.deliverables-hero-image {
  width: 100%;
  height: auto;
}

.deliveables-img-absolute-item {
  z-index: 111;
  border-radius: 16px;
  width: 42%;
  max-width: 236px;
  position: absolute;
  inset: auto auto 7% -15%;
  box-shadow: 0 16px 100px #00000005;
}

.blue-circle {
  z-index: 11;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 200px 5% auto auto;
}

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

.amazing-feature-upper-wrapper {
  margin-bottom: 80px;
}

.amazing-feature-item-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  height: 100%;
  display: flex;
}

.amazing-feature-item-image {
  width: 100%;
}

.amazing-features-text-wrapper {
  width: 100%;
  height: 50%;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.amzing-features-item-heading {
  letter-spacing: -.02em;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.amazing-features-item-para {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
}

.insights-yellow-circle-image {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto 25% 20px auto;
}

.benefit-pointer-text-28px {
  letter-spacing: -.01em;
  background-image: url('../images/Benefit-Blue-Icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  font-size: 28px;
  line-height: 130%;
}

.benefits-pointer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.benefit-pointer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 80px;
}

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

.join-team-upper-container {
  width: 65%;
  max-width: 674px;
}

.join-team-bottom-container {
  justify-content: flex-end;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

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

.career-collection-list-wrapper {
  width: 100%;
  max-width: 940px;
}

.career-text-container-left {
  width: 60%;
  max-width: 450px;
}

.career-job-container {
  border-bottom: 1px solid #54547926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
}

.career-job-type-container {
  color: var(--color-02--2);
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.career-job-name-heading {
  letter-spacing: -.03em;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.career-job-location-text {
  letter-spacing: -.01em;
  font-size: 22px;
  line-height: 140%;
}

.career-job-type-slash {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  line-height: 140%;
}

.career-job-type-text {
  font-size: 22px;
  line-height: 140%;
}

.career-imagery-wrapper {
  width: 97%;
  max-width: 1720px;
  margin-left: auto;
  padding-top: 95px;
  padding-bottom: 95px;
}

.career-imagery-sub-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 120%;
  max-width: 1720px;
  height: 100%;
  display: grid;
}

.career-hero-imagery {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.career-imagery-small-wrapper {
  width: 100%;
  max-width: 460px;
}

.career-imagery-small-wrapper.large {
  max-width: 600px;
}

.career-blue-logo-section {
  background-color: var(--color-02--1);
  color: var(--white);
}

.career-blue-logo-grid {
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 24px;
}

.career-blue-logo-wrapper {
  width: 100%;
  max-width: 178px;
}

.career-blue-logo-image {
  width: 100%;
  height: 100%;
}

.career-blue-logo-heading {
  letter-spacing: -.03em;
  font-size: 24px;
  line-height: 130%;
}

.career-hero-section {
  background-color: #ffc1231a;
  position: relative;
}

.career-talent-upper-container {
  width: 90%;
  max-width: 1004px;
  margin-bottom: 100px;
}

.career-talent-bottom-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-talent-image-container {
  width: 48%;
  max-width: 520px;
}

.career-talent-hero-image {
  width: 100%;
  height: 100%;
}

.career-talent-text-container {
  width: 48%;
  max-width: 580px;
}

.career-talent-text-18px {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
}

.career-talent-heading-32px {
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
}

.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 586px;
  display: flex;
}

.body-small-black {
  color: var(--color-02--1);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.career-hero-heading {
  margin-bottom: 24px;
}

.career-hero-profile-wrapper {
  width: 45%;
  max-width: 140px;
}

.career-hero-profile-wrapper._1 {
  width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.career-hero-profile-wrapper._2 {
  width: 40%;
  max-width: 135px;
  position: absolute;
  inset: auto auto 25% 0%;
}

.career-hero-profile-wrapper._3 {
  width: 35%;
  max-width: 116px;
  position: absolute;
  inset: 0% 15% auto auto;
}

.career-hero-profile-wrapper._4 {
  width: 35%;
  max-width: 110px;
  position: absolute;
  inset: 0% 15% auto auto;
}

.career-hero-profile-wrapper._5 {
  width: 35%;
  max-width: 110px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.career-hero-profile-wrapper._6 {
  width: 40%;
  position: absolute;
  inset: auto auto 4% 0%;
}

.career-hero-profile-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.career-hero-profile-container {
  width: 25%;
  max-width: 300px;
}

.career-hero-profile-container.left {
  z-index: 11;
  height: 45%;
  position: absolute;
  inset: auto auto 10% 3%;
}

.career-hero-profile-container.right {
  z-index: 11;
  height: 42%;
  position: absolute;
  inset: auto 3% 25% auto;
}

.career-job-post-summary-item {
  width: 100%;
  max-width: 1200px;
}

.career-bio-rich-text-block {
  width: 100%;
}

.career-bio-rich-text-block blockquote {
  width: 100%;
  max-width: 840px;
  margin: 24px auto 48px;
}

.career-bio-rich-text-block p {
  color: var(--color-02--1);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 840px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 160%;
}

.career-bio-rich-text-block h4 {
  letter-spacing: -.02em;
  max-width: 840px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 160%;
}

.career-bio-rich-text-block h2 {
  width: 100%;
  max-width: 840px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.career-bio-rich-text-block h1, .career-bio-rich-text-block h3, .career-bio-rich-text-block h5, .career-bio-rich-text-block h6 {
  margin-bottom: 24px;
}

.career-bio-rich-text-block a {
  color: var(--color-02--1);
  transition: color .2s;
}

.career-bio-rich-text-block a:hover {
  color: var(--color-03--3);
}

.career-post-hero-section {
  background-color: #3f53d81a;
  position: relative;
}

.career-post-hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.career-post-hero-heading {
  margin-bottom: 32px;
}

.career-post-left-container {
  width: 60%;
}

.career-post-job-wrapper {
  align-items: center;
  display: flex;
}

.career-post-job-type-text, .career-post-job-location-text {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}

.blog-newsletter-section {
  background-color: var(--light-salmon);
  color: var(--white);
  position: relative;
}

.blog-newsletter-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 666px;
  display: flex;
}

.newsletter-hero-heading {
  margin-bottom: 24px;
}

.newsletter-para-20px {
  opacity: .8;
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 160%;
}

.newsletter-form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 556px;
  margin-top: 48px;
  display: flex;
}

.newsletter-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.newsletter-text-field {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: #ffffff26;
  border: 0 solid #000;
  border-radius: 14px;
  width: 90%;
  max-width: 380px;
  height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 18px;
}

.newsletter-text-field::placeholder {
  color: var(--white);
}

.newsletter-submit-button {
  background-color: var(--pale-violet-red);
  letter-spacing: -.02em;
  border-radius: 14px;
  height: 64px;
  padding: 19px 32px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.subscribe-any-time-text {
  opacity: .8;
  letter-spacing: -.02em;
  margin-top: 16px;
  font-size: 16px;
  line-height: 160%;
}

.newsletter-hero-item-wrapper {
  width: 30%;
  max-width: 285px;
}

.newsletter-hero-item-wrapper.left {
  z-index: 11;
  position: absolute;
  inset: 0% 0% auto auto;
}

.newsletter-hero-item-wrapper.right {
  z-index: 11;
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.newsletter-hero-item-image {
  width: 100%;
  height: 100%;
}

.blogs-tabs {
  width: 100%;
}

.blog-tabs-content {
  width: 100%;
  margin-top: 80px;
  overflow: visible;
}

.blog-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-tab-link {
  color: var(--pale-violet-red);
  text-align: center;
  background-color: #fc5c8424;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  width: auto;
}

.blog-tab-link.w--current {
  color: var(--pale-violet-red);
  background-color: #fe7f5147;
}

.blog-tab-pane-wrapper, .blog-collection-list-wrapper {
  width: 100%;
}

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

.blog-upper-container {
  text-align: center;
  width: 100%;
  max-width: 492px;
  margin-bottom: 80px;
}

.blog-hero-section.cms {
  background-image: linear-gradient(#3f53d81a, #3f53d800 50%);
}

.blog-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 590px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.blog-hero-heading {
  margin-bottom: 24px;
}

.blog-hero-slider {
  background-color: #0000;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.blog-hero-slider-mask {
  width: 100%;
  overflow: visible;
}

.blog-hero-slider-slide {
  width: 100%;
  margin-right: 48px;
}

.hero-blog-left-arrow {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all 50ms;
  display: flex;
  inset: 25% auto auto -4%;
}

.hero-blog-left-arrow:hover {
  background-color: var(--color-03--4);
  filter: invert();
  transform: none;
}

.hero-blog-right-arrow {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all 50ms;
  display: flex;
  inset: 25% -4% auto auto;
}

.hero-blog-right-arrow:hover {
  background-color: var(--color-03--4);
  filter: invert();
  transform: none;
}

.blog-slider-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 554px;
  margin-top: 32px;
  display: flex;
}

.blog-slider-hero-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.blog-slider-hero-wrapper {
  color: var(--color-02--1);
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-empty-state {
  background-color: var(--color-03--2);
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.newsletter-form-sub-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-success-message {
  background-color: var(--color-03--4);
  color: var(--white);
  border-radius: 10px;
  font-weight: 700;
}

.newsletter-error-message {
  background-color: var(--color-01--4);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.hero-blog-slide-nav {
  display: none;
}

.forgot-password-section {
  background-image: url('../images/Forgot-Password-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.forgot-password-hero-wrapper {
  width: 30%;
  max-width: 278px;
}

.forgot-password-hero-wrapper.right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.forgot-password-hero-wrapper.left {
  max-width: 262px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.forgot-passwod-hero-image {
  width: 100%;
  height: 100%;
}

.forgot-password-wrapper {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.collab-link-block {
  width: 50%;
  max-width: 155px;
  margin-bottom: 20%;
}

.collab-link-block.sign-in {
  margin-bottom: 32px;
}

.forgot-password-form-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.forgot-password-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 95px;
  display: flex;
}

.reference-field-label {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.red-star-text-span {
  color: var(--color-01--4);
}

.reference-text-field {
  color: var(--color-02--1);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 2px solid #08082933;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.reference-text-field:focus {
  border-color: var(--color-03--3);
  box-shadow: 0 1px 8px #3f53d833;
}

.reference-text-field::placeholder {
  color: #08082980;
}

.forgot-password-submit-button {
  background-color: var(--light-coral);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.forgot-password-submit-button:hover {
  background-color: var(--light-salmon);
}

.back-link-text {
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 160%;
}

.sign-in-blue-link {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.sign-in-blue-link:hover {
  color: var(--color-02--1);
}

.fogot-pass-success-message {
  background-color: var(--color-03--4);
  color: var(--white);
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
}

.fogot-pass-error-message {
  background-color: var(--color-01--4);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.forgot-password-text-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.forgot-password-hero-heading {
  color: var(--color-02--2);
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 130%;
}

.about-hero-section {
  background-color: #ff925d42;
  margin-bottom: 110px;
  position: relative;
}

.about-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 710px;
}

.about-hero-heading {
  margin-bottom: 24px;
}

.about-hero-item {
  width: 30%;
  max-width: 311px;
}

.about-hero-item.right {
  z-index: 11;
  width: 25%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-hero-item.left {
  z-index: 11;
  width: 24%;
  max-width: 288px;
  position: absolute;
  inset: auto auto 120px 0%;
}

.about-hero-item-image {
  width: 100%;
  height: 100%;
}

.about-upper-container {
  max-width: 560px;
  margin-bottom: 80px;
}

.about-team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.about-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-team-hero-profile {
  width: 100%;
  max-width: 160px;
  margin-bottom: 24px;
}

.about-team-item-heading {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.about-team-item-para {
  font-size: 22px;
  line-height: 130%;
}

.career-orange-circle {
  z-index: 11;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 50% 5%;
}

.blue-button-arrow {
  width: 30px;
}

.link-block-button-wrapper {
  border-bottom: 1px none var(--light-salmon);
  align-items: flex-end;
  display: flex;
}

.blue-cta-button {
  color: var(--pale-violet-red);
  border-bottom: 0 #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 5px 9px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blue-cta-button:hover {
  border-bottom: 1px solid var(--light-salmon);
  color: var(--light-salmon);
}

.blue-cta-button-line {
  background-color: var(--pale-violet-red);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.blue-cta-button-line:hover {
  background-color: var(--light-salmon);
}

.blue-cta-button-text {
  margin-right: 12px;
}

.join-team-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-tabs-section {
  background-color: var(--color-02--1);
  color: var(--white);
}

.about-tabs-upper-container {
  text-align: center;
  width: 100%;
  max-width: 724px;
  margin-bottom: 80px;
}

.about-tabs {
  width: 100%;
}

.about-tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

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

.about-tab-link {
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 12px;
  width: 90%;
  max-width: 200px;
  padding: 11px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

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

.about-tab-pane-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-tab-pane-image-container {
  width: 54%;
  max-width: 641px;
  position: relative;
}

.about-tab-pane-text-container {
  width: 42%;
  max-width: 432px;
}

.about-tab-pane-hero-item {
  width: 80%;
  max-width: 460px;
  position: relative;
}

.about-tab-pane-hero-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.about-tab-pane-hero-item-1 {
  width: 52%;
  max-width: 340px;
  position: absolute;
  inset: auto 0% -40px auto;
}

.tab-pane-para-18px {
  color: #fffc;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
}

.tab-pane-author-container {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.about-flexible-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-flexible-text-container {
  width: 42%;
  max-width: 445px;
}

.about-flexible-heading-wrapper {
  width: 48%;
  max-width: 550px;
}

.about-seven-text-container {
  width: 45%;
  max-width: 432px;
}

.about-seven-image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 560px;
  display: flex;
  position: relative;
}

.about-seven-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-seven-absolute-image {
  width: 80%;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

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

.contact-hero-background {
  width: 100%;
  height: 100%;
  max-height: 782px;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-hero-background-image {
  object-fit: cover;
  background-color: #ff925d4d;
  width: 100%;
  height: 100%;
}

.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 663px;
  margin-bottom: 100px;
  display: flex;
}

.contact-hero-heading {
  margin-bottom: 24px;
}

.contact-grid-container {
  width: 100%;
  height: 100%;
}

.contact-hero-grid {
  grid-column-gap: 45px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 62px;
}

.contact-hero-grid._1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.contact-hero-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 16px 100px #00000005;
}

.contact-hero-spacer-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact-hero-text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-hero-icon {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.contact-hero-item-heading {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.contact-hero-item-para {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
}

.pricing-hero-section {
  background-image: linear-gradient(#ff925d7d, #fbfbfb);
  position: relative;
  overflow: visible;
}

.pricing-hero-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.pricing-center-container {
  text-align: center;
  width: 100%;
  max-width: 586px;
  margin-bottom: 40px;
}

.pricing-h1-heading {
  margin-bottom: 24px;
}

.pricing-h1-heading._1 {
  color: var(--color-02--1);
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 120px;
  display: flex;
}

.pricing-tabs-menu {
  border-radius: 12px;
  margin-bottom: 80px;
}

.pricing-tab-link {
  border: 1px solid var(--color-02--1);
  background-color: #0000;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

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

.pricing-tab-link.yearly {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-left: 76px;
  padding-right: 76px;
}

.pricing-tab-link.monthly {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 66px;
  padding-right: 66px;
}

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

.price-contain {
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-checkmark {
  width: 24px;
  margin-top: 4px;
}

.pricing-cards-contain {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blue-button-2 {
  color: #fff;
  background-color: #0053b9;
  border-radius: 8px;
  justify-content: space-between;
  padding: 17px 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.blue-button-2:hover {
  background-color: #00000a;
}

.price-line {
  background-color: #0808291a;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.price-line.white {
  background-color: #fff6;
}

.dollar-span {
  color: #0053b9;
  letter-spacing: -.02em;
  margin-right: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

.dollar-span.yellow {
  color: var(--color-01--2);
}

.price-point-wrapper {
  grid-column-gap: 16px;
  letter-spacing: -.16px;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  line-height: 156%;
  display: flex;
}

.price-point-wrapper.inactive-black {
  opacity: .3;
  color: var(--color-02--2);
}

.price-point-wrapper.white {
  color: var(--white);
}

.price-point-wrapper.white.inactive {
  opacity: .3;
}

.price-card {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 60px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 100px #00000005;
}

.price-card.blue {
  background-color: var(--color-03--3);
}

.price-text {
  color: #00000a;
  letter-spacing: -.02em;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

.price-text.white {
  color: var(--white);
}

.price-text.ecommerce {
  font-size: 40px;
}

.pricing-points-contain {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.plan-summary {
  color: var(--color-02--2);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 160%;
}

.plan-summary.white {
  color: var(--white);
}

.plan-name {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  line-height: 131%;
}

.plan-name.white {
  color: var(--white);
}

.month-text {
  color: #00000a;
  letter-spacing: -.02em;
  margin-top: auto;
  margin-bottom: 5px;
  margin-left: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.month-text.white {
  color: var(--white);
}

.headings {
  width: 25%;
  display: flex;
}

.pricing-h3-heading {
  text-align: center;
  max-width: 500px;
  margin: 40px auto;
}

.pricing-h3-heading._595px {
  color: var(--color-02--1);
  max-width: 595px;
}

.pricing-headings {
  color: var(--color-02--2);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 116%;
}

.pricing-headings.black {
  color: var(--color-02--1);
  text-align: left;
}

.price-checkmark {
  width: 28px;
}

.pricing-row-contain {
  border-bottom: 1px solid #0000001a;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
  display: flex;
}

.pricing-row-contain.blue {
  background-color: var(--white);
  border-bottom-style: none;
  border-radius: 16px;
  align-items: stretch;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
}

.pricing-row-contain.blue.work {
  background-color: var(--light-salmon);
}

.pricing-row-contain.no-border {
  border-bottom-style: none;
  margin-bottom: 32px;
}

.pricing-row-contain.buttons {
  border-bottom-width: 0;
}

.comparison-table {
  width: 100%;
}

.comparison-table.brandlyft-1 {
  background-color: #0000;
}

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

.price-grid-text {
  color: #00000a;
  letter-spacing: -.32px;
  object-fit: fill;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

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

.price-grid-contain.our-work {
  width: 100%;
}

.white-button {
  background-color: var(--white);
  color: var(--color-03--3);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 14px;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.white-button:hover {
  background-color: var(--color-01--1);
  color: var(--white);
}

.white-button.pricing {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-contact-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 586px;
  display: flex;
}

.pricing-h4-heading {
  margin-bottom: 24px;
  font-weight: 400;
}

.pricing-wrapper-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.faq-answer {
  color: #000000b3;
  text-align: left;
  padding-top: 20px;
  padding-right: 26px;
  line-height: 1.4;
}

.faq-answer-wrapper {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 525px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  overflow: hidden;
}

.faq-dropdown-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-question {
  color: var(--color-01--1);
  text-align: left;
  max-width: 480px;
  margin-right: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.faq-question-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.faqs-container {
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  max-width: 585px;
  padding: 32px;
  transition: box-shadow .36s;
}

.faqs-container:hover {
  box-shadow: -8px 8px 0 0 var(--pale-violet-red);
}

.faq-dropdown-icon {
  width: 100%;
  height: 100%;
}

.faq-main-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.left-faqs-contain, .right-faqs-contain {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.contact-item-email-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-hero-item-email {
  color: var(--color-03--3);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.contact-hero-item-email:hover {
  color: var(--color-02--1);
}

.contact-hero-item-phone {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
  transition: color .2s;
}

.contact-hero-item-phone:hover {
  color: var(--color-02--1);
}

.get-in-touch-upper-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 502px;
  margin-bottom: 80px;
  display: flex;
}

.get-in-touch-bottom-container {
  color: var(--light-salmon);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.get-in-touch-image-container {
  width: 47%;
  max-width: 600px;
  height: 670px;
  position: relative;
}

.get-in-touch-form-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.get-in-touch-form-container.margin-top-60px {
  margin-top: 60px;
}

.contact-get-in-touch-hero-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.get-in-touch-testimonial-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% -100px;
  box-shadow: 0 30px 100px #00000005;
}

.get-in-touch-testimonial-para {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.get-in-touch-testimonial-author {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 140%;
}

.testimonial-bold-text {
  font-weight: 500;
}

.blue-star-small-icon {
  width: 22.88px;
  height: 22px;
}

.git-testimonial-star-wrapper {
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.get-in-touch-form-block {
  margin-bottom: 0;
}

.get-in-touch-field-label {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.get-in-touch-text-field {
  background-color: var(--white-2);
  color: var(--black);
  letter-spacing: -.02em;
  border: 1px solid #54547933;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 18px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 160%;
}

.get-in-touch-text-field::placeholder {
  color: #54547980;
}

.get-in-touch-select-field {
  background-color: var(--white-2);
  color: var(--color-02--1);
  border: 1px #54547933;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 18px;
  line-height: 160%;
}

.get-in-touch-text-area {
  background-color: var(--white-2);
  color: var(--pale-violet-red);
  letter-spacing: -.02em;
  border: 1px solid #54547933;
  border-radius: 16px;
  height: 190px;
  min-height: 190px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 160%;
  overflow: visible;
}

.get-in-touch-submit-button {
  background-color: var(--pale-violet-red);
  color: var(--white);
  letter-spacing: -.02em;
  border-radius: 14px;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.get-in-touch-submit-button:hover {
  background-color: var(--light-salmon);
}

.get-in-touch-success-message {
  background-color: var(--color-03--4);
  color: var(--white);
  letter-spacing: -.02em;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.get-in-touch-error-message {
  background-color: var(--color-01--4);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.utility-page-wrap {
  background-color: #ffc1231a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.protected-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 108%;
}

.blue-text-span-16px {
  color: var(--color-03--3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.protected-page-wrapper {
  width: 100%;
}

.protected-page-field-label {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.protected-page-text-field {
  background-color: var(--white);
  background-image: url('../images/eye-slash-1.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 16px;
  height: 64px;
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
}

.protected-page-submit-button {
  background-color: var(--color-03--3);
  letter-spacing: -.02em;
  border-radius: 16px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.incorrect-password {
  background-color: var(--color-01--4);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

._404-hero-image {
  width: 100%;
  max-width: 400px;
  height: auto;
}

._404-para-20px {
  color: var(--color-02--2);
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 155%;
}

._404-hero-heading {
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

._404-page-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-hero-section {
  background-color: #ffc1231a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.blog-hero-wrapper-cms {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 934px;
  margin: 80px auto 62px;
  display: flex;
}

.blog-heading {
  font-size: 60px;
  line-height: 130%;
}

.blog-hero-image-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-main-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 600px;
}

.author-wrapper {
  border-bottom: 1px solid #54547933;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1040px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-wrapper.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}

.author-left-contain {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.author-left-contain._902px {
  grid-column-gap: 32px;
  align-items: flex-start;
  width: 90%;
  max-width: 902px;
}

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
}

.author-image._200px {
  width: 200px;
}

.author-headings-contain {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.author-text {
  letter-spacing: -.02em;
  font-size: 24px;
  line-height: 133%;
}

.author-name {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.social-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.social-wrapper.vertical {
  grid-row-gap: 24px;
  flex-direction: column;
}

.social-icon {
  transition: all .2s;
}

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

.social-icon-image {
  object-fit: contain;
}

.author-top-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.author-top-block._100px-bottom {
  margin-bottom: 100px;
}

.author-top-block.center {
  align-items: center;
}

.blog-rich-text-contain {
  width: 75%;
  max-width: 1200px;
  margin: 48px auto 80px;
}

.wriiten-by-text {
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.author-position {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  font-size: 24px;
  line-height: 133%;
}

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

.author-rich-text p {
  color: var(--color-02--1);
}

.select-field-contain {
  border: 1px solid #54547933;
  border-radius: 16px;
  margin-bottom: 18px;
  padding-right: 20px;
}

.locations-wrapper {
  flex-direction: column;
  align-items: center;
  padding-bottom: 180px;
  display: flex;
}

.location-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.slide-nav {
  display: none;
}

.locations-slider-mask {
  width: 100%;
  max-width: 854px;
  overflow: visible;
}

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

.location-text {
  max-width: 344px;
}

.location-slide-image {
  width: 100%;
  max-width: 371px;
  transform: rotate(8deg);
}

.location-slide {
  margin-right: 100px;
}

.right-arrow {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  transition: opacity .2s;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  transition: opacity .2s;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
}

.sign-up-with-google-button {
  background-color: var(--white);
  color: #0d0e10;
  border: 1.5px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 15px 90px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 44px #00000005;
}

.sign-up-with-google-button:hover {
  border-color: #145aff;
}

.sign-up-with-google-icon-2 {
  flex: none;
  margin-right: 20px;
}

.or-continue-with-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 28px;
  display: flex;
}

.or-continue-with-line {
  background-color: var(--color-02--2);
  width: 100%;
  height: 1px;
}

._18-px {
  color: var(--light-coral);
  letter-spacing: -.02em;
  flex: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
}

.forgot-password-text {
  color: var(--color-03--3);
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  transition: color .2s;
}

.forgot-password-text:hover {
  color: var(--color-02--1);
}

.sign-up-section {
  background-color: #3f53d81a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-paragraph {
  color: var(--color-02--2);
  letter-spacing: -.02em;
  margin: 48px auto 60px;
  font-size: 18px;
  line-height: 160%;
}

.contact-paragraph.sign-up {
  margin-top: 48px;
}

.sign-up-link {
  color: #404eed;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.sign-up-link:hover {
  color: #121722;
  text-decoration: underline;
}

.bold-black-text {
  color: var(--color-02--1);
}

.template-instruction-youtube {
  height: 100%;
}

.update-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.licensing-hero-wrapper.icons {
  margin-top: 150px;
  margin-bottom: 150px;
}

.licensing-hero-wrapper.grey-icons {
  margin-top: 150px;
}

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

.view-source-button {
  grid-column-gap: 12px;
  color: var(--color-03--3);
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.view-source-button:hover {
  color: var(--light-salmon);
}

.view-source-button-line {
  background-color: var(--pale-violet-red);
  color: var(--pale-violet-red);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.view-source-button-line:hover {
  background-color: var(--light-salmon);
  color: var(--light-salmon);
}

.view-source-button-icon {
  color: var(--pale-violet-red);
  width: 24px;
  height: 24px;
}

.view-source-button-text {
  color: var(--pale-violet-red);
}

.view-source-button-text:hover {
  color: var(--light-salmon);
}

.license-image-cover {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.font-title-heading {
  color: var(--color-03--3);
  text-align: center;
  letter-spacing: -1px;
  background-color: #3f53d81a;
  border-radius: 16px;
  margin-top: 60px;
  padding: 42px 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.licensing-icon-grid {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 55px;
  display: grid;
}

.licensing-icon-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-image {
  width: 48px;
  height: 48px;
}

.style-guide-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.style-guide-rich-text-wrapper {
  width: 100%;
}

.career-job-post-apply-wrapper {
  grid-row-gap: 30px;
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-top: 60px;
  display: flex;
}

.career-job-post-apply-text {
  font-size: 24px;
  line-height: 140%;
}

.career-job-post-apply-email-link {
  color: var(--color-03--3);
}

.career-job-post-apply-email-link:hover {
  color: var(--color-03--2);
}

.style-description {
  color: var(--color-02--2);
  margin-top: 24px;
  font-size: 18px;
  line-height: 160%;
}

.style-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.elements-contain {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

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

.price-points-rich-text p {
  opacity: .3;
  background-image: url('../images/Inactive.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 40px;
}

.price-points-rich-text h6 {
  background-image: url('../images/Icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 156%;
}

.collection-list-wrapper, .collection-item-pricing {
  display: flex;
}

.pricing-collection-contain {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}

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

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

.block-header {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.order-confirmation {
  background-color: #0000;
  padding: 60px 0;
}

.image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.duration-buttons {
  background-color: #3f53d81a;
  border: 2px solid #c9fa7500;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  background-color: var(--color-03--3);
  color: var(--white);
  border: 2px solid #0b0b0b00;
}

.plan-detail-title {
  color: #0d0e10;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.plans-hero-section {
  background-color: #0000;
  position: relative;
}

.plan-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-group {
  margin-bottom: 20px;
}

.duration-label {
  margin-bottom: 10px;
}

.product-name-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.products-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #0f1f3d14;
}

.option-list {
  margin-top: 20px;
}

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.buttons-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.about-product-text {
  color: var(--color-02--2);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.text-containers {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.add-to-cart {
  background-color: var(--color-03--3);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 14px;
  justify-content: center;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.add-to-cart:hover {
  background-color: var(--color-03--2);
}

.buynow-button {
  background-color: var(--color-03--4);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 14px;
  margin-top: 0;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.buynow-button:hover {
  background-color: var(--color-01--1);
}

.cart {
  margin-right: 16px;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 100%;
}

.cart-quantity {
  color: var(--pale-violet-red);
}

.menu-wrapper {
  display: flex;
}

.text-animation-wrapper {
  width: auto;
}

.text-animation-wrapper.max-width-379 {
  max-width: 379px;
}

.button-animation-wrapper {
  width: auto;
}

.f-deliverables-hero-img-wrapper {
  width: 100%;
}

.pay-with-browser {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
}

.footer-contact-link-20px {
  color: var(--color-02--1);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.option-lists {
  margin-left: 0;
}

.error-state {
  border-radius: 4px;
  font-weight: 500;
}

.half-semi-circle {
  z-index: 0;
  width: 90%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pricing-page-emi-circle {
  width: 100%;
  max-width: 400px;
  position: absolute;
  inset: 500px auto auto 0%;
}

.sign-in-semi-circle {
  z-index: 0;
  width: 25%;
  max-width: 350px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sticky-nav {
  z-index: 100000;
  background-color: #fff;
  margin-top: -150px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 10px 100px #00000014;
}

.icon {
  color: var(--light-salmon);
}

.screenshot-image {
  border-radius: 5px;
}

.screenshots-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.home-screenshots-container {
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -5%;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #222223;
  border-radius: 12px;
  padding: 20px 40px;
  font-weight: 600;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  color: #fff;
  background-color: #f85757;
  transform: scale3d(.95, .95, 1.01);
}

.button-primary.white-hover {
  transition: color .3s, transform .3s, background-color .3s;
}

.button-primary.white-hover:hover {
  color: #f85757;
  background-color: #fff;
}

.button-primary.white {
  color: #222223;
  background-color: #fff;
}

.button-primary.white.no-hover {
  transform-style: preserve-3d;
}

.button-primary.white.no-hover:hover {
  transform: none;
}

.button-primary.brix {
  transform-style: preserve-3d;
  background-color: #4a3aff;
}

.button-primary.brix:hover {
  transform: none;
}

.button-primary.bg-primary-1 {
  background-color: #f85757;
}

.button-primary.bg-primary-1.filter-search-header {
  border-radius: 10px;
}

.button-primary.small {
  padding: 16px 26px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary {
  color: #222223;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 40px;
  font-weight: 600;
  line-height: 1.111em;
  transition: box-shadow .3s, transform .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 2px 12px #14142b12;
}

.button-secondary:hover {
  color: #fff;
  background-color: #f85757;
  transform: scale3d(.95, .95, 1.01);
  box-shadow: 0 0 #14142b12;
}

.button-secondary.white {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-secondary.white:hover {
  color: #222223;
  background-color: #fff;
}

.button-secondary.outline {
  border: 1px solid var(--pale-violet-red);
  color: var(--pale-violet-red);
  width: 100%;
  margin-bottom: 22px;
}

.button-secondary.outline:hover {
  background-color: var(--pale-violet-red);
  color: #fff;
}

.button-secondary.outline.orange {
  border-color: var(--light-salmon);
  color: var(--light-salmon);
  width: 100%;
}

.button-secondary.outline.orange:hover {
  background-color: var(--light-salmon);
  color: var(--white);
}

.container-default {
  max-width: 1318px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.split-content.button-row-first {
  margin-right: 28px;
}

.split-content.footer-content-top-right {
  flex: 1;
  width: 100%;
  max-width: 460px;
}

.split-content.footer-content-top-left {
  max-width: 466px;
  margin-right: 40px;
}

.split-content.header-left, .split-content.header-center {
  align-items: center;
  display: flex;
}

.split-content.footer-content-right {
  width: 100%;
  max-width: 448px;
}

.split-content.footer-content-left {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 739px;
  margin-right: 40px;
  display: flex;
}

.container-inner-400px {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.container-inner-400px.left {
  margin-left: 0;
}

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

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

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

.grid-wrapper.home-pages {
  grid-template-columns: .8fr 1fr;
  align-items: center;
}

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

.section-home-pages.home-sections {
  background-color: #0000;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex {
  display: flex;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.children-wrap.social-media-spacing-16px {
  margin-bottom: -16px;
  margin-right: -16px;
}

.flex.link-badge {
  align-items: center;
  max-height: 20px;
}

.flex.center {
  justify-content: center;
}

.header {
  background-color: #fffffffa;
  min-height: 10vh;
  padding-top: 32px;
  padding-bottom: 32px;
  position: sticky;
  top: 0;
}

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

.grid-1-column.sales-page {
  max-width: 406px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

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

.space._12px {
  min-width: 12px;
  min-height: 12px;
}

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

.container-medium-601px {
  max-width: 601px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.filter-search-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.home-card-title {
  margin-bottom: 0;
}

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

.link-badge-text {
  white-space: nowrap;
  margin-right: 18px;
}

.footer-content, .nav-content {
  justify-content: space-between;
  display: flex;
}

.text-breaking-no-wrap {
  white-space: nowrap;
}

.horizontal-divider {
  background-color: #e9e9e9;
  width: 100%;
  min-height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.horizontal-divider.margin-large {
  margin-top: 80px;
  margin-bottom: 80px;
}

.horizontal-divider.margin-top-large {
  margin-top: 80px;
}

.city-content {
  align-self: center;
  width: 100%;
  max-width: 275px;
}

.list-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
}

.list-nav.last {
  margin-right: 0;
}

.empty-state {
  color: #616066;
  text-align: center;
  background-color: #0000;
  border-radius: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 60px 20px;
  font-weight: 600;
  box-shadow: 0 3px 20px #080f340f;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 24px;
}

.cart-subtotal {
  color: #222223;
  font-size: 20px;
}

.h5-size {
  color: #222223;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.text-200 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
}

.text-200.text-primary-1.cart-quantity {
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-200.text-link.header-dropdown-nav {
  color: #222223;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-200.text-link.header-dropdown-nav:hover {
  color: #f85757;
}

.text-200.text-link.header-cart-nav {
  color: #222223;
  background-color: #0000;
  padding: 0;
}

.text-200.text-link.header-cart-nav:hover {
  color: #f85757;
}

.text-200.text-link.header-nav {
  color: #222223;
}

.text-200.text-link.header-nav:hover {
  color: #f85757;
}

.arrow-icon {
  font-size: 14px;
  font-weight: 400;
}

.image.order-item-image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.image.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
}

.image.success-message-icon {
  align-self: center;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  margin-right: 20px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  transform-style: preserve-3d;
  background-color: #f857571a;
  border: 1px solid #f857571a;
  border-radius: 24px;
  width: 84px;
  min-width: 84px;
  min-height: 84px;
  max-height: 84px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition: border-color .3s, transform .3s;
  transform: scale3d(1, 1, 1.01)translate(0);
}

.image-wrapper.order-item-image:hover {
  border-color: #f85757;
  transform: scale3d(1.05, 1.05, 1.01)translate(0);
}

.image-wrapper.borders-radius-18px {
  border-radius: 18px;
}

.image-wrapper.borders-radius-18px.city-image {
  width: 137px;
  min-width: 137px;
  min-height: 137px;
  max-height: 137px;
  margin-right: 36px;
}

.h2-size {
  color: #222223;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375em;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(.9);
}

.order-item-price {
  color: #222223;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.brand:hover {
  transform: scale3d(.95, .95, 1.01);
}

.filter-search-header-icon {
  font-size: 26px;
  line-height: 1em;
}

.home-card-image {
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 0 3px #0000000a, 0 2px 6px #00000012;
}

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

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

.footer {
  border-top: 1px solid #e9e9e9;
  padding-top: 80px;
  padding-bottom: 32px;
  overflow: hidden;
}

.cart-footer {
  padding-top: 20px;
}

.header-search-dropdown-list {
  background-color: #0000;
  width: 720px;
  padding-top: 30px;
  right: 0;
}

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

.text-100.text-link.text-breaking-no-wrap.special {
  color: #f85757;
  border-bottom: 3px solid #f85757;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.text-100.text-link.text-breaking-no-wrap.special:hover {
  color: #222223;
  border-bottom-color: #222223;
}

.buy-now-card {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.buy-now-card:hover {
  color: #fff;
  transform: scale(.97);
}

.buy-now-card.white {
  color: #616066;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 3px 9px #22222312;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 6px;
  display: block;
}

.menu-button-2 {
  transform-style: preserve-3d;
}

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

.badge {
  color: #222223;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.143em;
  display: flex;
  box-shadow: 0 1px 6px #14142b17;
}

.cart-line-item {
  flex-wrap: wrap;
}

.apple-pay-2 {
  border-radius: 12px;
  height: 60px;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.bg-neutral-200.last-bg {
  padding-bottom: 0;
}

.section._2-grid-cards {
  background-image: linear-gradient(#f9f9f9 38%, #fff 38%);
  padding-top: 140px;
}

.social-media-link-wrapper.spacing-16px {
  margin-bottom: 16px;
  margin-right: 16px;
}

.card {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 34px 44px;
  overflow: hidden;
  box-shadow: 0 3px 20px #080f340f;
}

.card.style-2 {
  padding: 32px;
}

.card.sales-page {
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 0 2px 8px #080f340f;
}

.card.sales-page.figma {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.card.home-card {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding: 22px 22px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card.home-card:hover {
  transform: scale(.98);
}

.header-logo {
  width: 75px;
}

.page-wrapper-2 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.order-item-result {
  color: #222223;
}

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

.figma-card-text {
  padding-left: 70px;
  padding-right: 90px;
}

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

.success-message {
  color: #f85757;
  text-align: center;
  background-color: #f857571a;
  border-radius: 26px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 600;
}

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

.title.order-item-title {
  color: #222223;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #f85757;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

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

.error-message {
  color: #f85757;
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  margin-top: 15px;
  padding: 0;
  font-weight: 600;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
  margin-right: 20px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-wrapper.first {
  width: 100%;
  max-width: 513px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.order-item.cart-item {
  margin-bottom: 0;
}

.sales-text-wrapper {
  color: #222223;
  text-align: center;
  padding: 25px 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.list-nav-item {
  margin-bottom: 24px;
  line-height: 1.125em;
}

.container-medium-740px {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.color-primary {
  color: #f85757;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.header-search-toggle {
  color: #222223;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform .3s, color .3s;
  display: flex;
  transform: scale3d(1, 1, 1.01);
}

.header-search-toggle:hover {
  color: #f85757;
  transform: scale3d(.9, .9, 1.01);
}

.header-dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  left: -422px;
}

.max-width-486px {
  max-width: 486px;
}

.cart-wrapper {
  background-color: #0f0f0fe6;
  height: 100vh;
}

.header-search {
  margin-right: 20px;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.grid-3-columns.sales-page {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.grid-3-columns.sales-page.whats-included {
  margin-bottom: 53px;
}

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

.grid-2-columns.sales-page {
  max-width: 838px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.sales-image-left {
  grid-column-gap: 66px;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  margin-bottom: 86px;
}

.grid-2-columns._2-links-cards {
  grid-column-gap: 40px;
}

.grid-2-columns.sales-image-right {
  grid-column-gap: 66px;
  grid-template-columns: .8fr 1fr;
  align-items: center;
  margin-bottom: 86px;
}

.grid-2-columns.sales-image-right.last {
  margin-bottom: 0;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.h4-size {
  color: #222223;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

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

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

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

.footer-logo {
  width: 190px;
}

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

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #e9e9e9;
}

.margin-bottom-22px {
  margin-bottom: 22px;
}

.buy-now-card-text-wrapper {
  padding-top: 54px;
  padding-left: 54px;
  padding-right: 54px;
}

.figma-card-image {
  width: 100%;
  min-width: 682px;
}

.social-media-link {
  color: #fff;
  background-color: #222223;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  max-height: 34px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  color: #fff;
  background-color: #f85757;
}

.social-media-link.icon-size-13px {
  font-size: 13px;
}

.social-media-link.icon-size-14px {
  font-size: 14px;
}

.social-media-link.icon-size-17px {
  font-size: 17px;
}

.margin-bottom-0px {
  color: #222223;
  margin-bottom: 0;
}

.dropdown-nav-main-wrapper {
  background-color: #fff;
  border-radius: 26px;
  justify-content: space-between;
  width: 100%;
  padding: 64px 66px;
  display: flex;
  box-shadow: 0 3px 20px #080f340f;
}

.sales-image {
  border-radius: 22px;
  box-shadow: 0 2px 14px #f8575724;
}

.margin-bottom-9px {
  margin-bottom: 9px;
}

.input {
  color: #222223;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

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

.input:focus {
  color: #222223;
  border-color: #f85757;
}

.input::placeholder {
  color: #8d8d91;
}

.input.add-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 29px;
  padding-right: 65px;
}

.input.add-icon.newsletter-icon {
  background-image: url('../images/icon-1-split-newsletter-realtor-template.svg');
}

.input.add-icon.newsletter-icon:focus {
  background-image: url('../images/icon-2-split-newsletter-realtor-template.svg');
}

.input.cart-item-quantity {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.input.filter-search-header {
  margin-right: 20px;
}

.cart-container {
  border-radius: 26px;
  max-width: 500px;
  box-shadow: 0 5px 25px #080f340f;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.link-content {
  color: #8d8d91;
  text-decoration: none;
}

.link-content:hover {
  color: #8d8d91;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-logo-container:hover {
  transform: scale3d(.95, .95, 1.01);
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

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

.success-message-text {
  text-align: left;
  align-self: center;
}

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

.nav-link {
  color: #fff;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.navbar {
  z-index: 10000;
  background-color: #15161d00;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section-hero-home {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #3b3b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  font-size: 1.125rem;
  display: grid;
}

.overlay {
  z-index: 10;
  background-color: #121316b3;
  position: absolute;
  inset: 0%;
}

.overlay.overlay-light {
  background-color: #1213164d;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.text-span {
  font-style: italic;
  font-weight: 500;
}

.heading-xhuge {
  font-size: 7.5vw;
  line-height: 1.1;
}

.preview-intro {
  z-index: 25;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-description {
  max-width: 30rem;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.65;
}

.nav-link-wrapper {
  grid-column-gap: 2.5rem;
  display: flex;
}

.hero-image {
  border-radius: .5rem;
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image.twelve {
  margin-top: -150%;
}

.hero-image.three {
  margin-bottom: -5vw;
  left: -5vw;
}

.hero-image.thirteen {
  margin-top: -50vw;
  left: -70vw;
}

.hero-image.four {
  top: 0%;
  left: -1vw;
}

.hero-image.nine {
  margin-top: -45vw;
  left: -65vw;
}

.hero-image.fourteen {
  left: 1vw;
}

.hero-image.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image.two {
  margin-top: -45vw;
  left: 65vw;
}

.nav-left {
  display: flex;
}

.nav-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.left {
  position: relative;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.hero-home-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bottom {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.nav-right {
  grid-column-gap: 2.5rem;
  display: flex;
}

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

.hero-wrapper {
  height: auto;
  position: relative;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.home-hero-2 {
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-2 {
  z-index: 3;
  background-color: #03060c80;
  position: absolute;
  inset: 0%;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.scroll-arrow-icon {
  width: 24px;
}

.scroll-link {
  z-index: 200;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

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

.hero-background.home-background {
  background-image: url('../images/Comp027_1.avif');
  inset: 0%;
}

.hero-wrapper-2 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.hero-image-2 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.underline-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.dive-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 260px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-5 {
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.image-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.body {
  height: 500%;
}

.ohic {
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.or1 {
  align-items: center;
  height: 260px;
  margin-bottom: 40px;
  display: flex;
}

.oiw {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 100%;
  margin-right: 40px;
  display: flex;
  box-shadow: 0 4px 90px #8383831a;
}

.oi {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.or2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 260px;
  margin-left: 0%;
  display: flex;
}

.bold-text, .bold-text-2 {
  color: var(--pale-violet-red);
}

.text-span-5, .price {
  color: var(--pale-violet-red);
  font-weight: 700;
}

.collection-item, .collection-item-2, .collection-item-3 {
  text-align: center;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--pale-violet-red);
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 400;
}

.text-span-10 {
  font-size: 24px;
  font-weight: 400;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-weight: 400;
}

.text-span-14, .text-span-15, .text-span-16 {
  font-weight: 700;
}

.text-span-17 {
  color: var(--pale-violet-red);
  font-weight: 700;
}

.text-span-18, .text-span-19 {
  color: var(--pale-violet-red);
}

.text-span-20, .text-span-21 {
  color: var(--pale-violet-red);
  font-weight: 700;
}

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

.bold-text-3 {
  color: var(--light-coral);
}

.html-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  justify-content: flex-start;
  display: block;
}

.image-3 {
  width: 256px;
  max-width: none;
  height: 256px;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

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

.tab-link-v1---brix {
  color: #6f6c90;
  background-color: #fff;
  border: 1.5px solid #eff0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: border-color .3s, color .3s;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a;
}

.tab-link-v1---brix:hover {
  color: #4a3aff;
  border-color: #4a3aff;
}

.tab-link-v1---brix.w--current {
  color: #4a3aff;
  background-color: #fff;
  border-color: #4a3aff;
  margin-bottom: 10px;
}

.link-text-tabs---brix {
  color: #4a3aff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
}

.link-text-tabs---brix:hover {
  color: #3527d8;
}

.card-tabs {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 26px;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-tabs.tabs-v1 {
  width: 100%;
  padding: 55px 20px;
  position: relative;
  top: auto;
}

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

.tabs-menu---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: grid;
  position: sticky;
  top: 0;
}

.icon-title---brix {
  width: 72px;
  margin-bottom: 27px;
}

.grid-tabs---2-columns {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
}

.grid-tabs---2-columns._0-75fr-left {
  grid-template-columns: .75fr 1fr;
}

.grid-tabs---2-columns._0-75fr-left.grid-align-center {
  grid-column-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.icon-tabs---brix {
  width: 48px;
  min-width: 48px;
  margin-right: 12px;
}

.tabs-content---brix {
  margin-top: 0;
}

.tabs {
  display: flex;
}

.container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.container-620px-center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu---brix-2 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: block;
  position: sticky;
  top: 60px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  background-color: var(--white-2);
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.container-default-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2._100 {
  background-color: var(--white-2);
  max-width: none;
  overflow: visible;
}

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

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.tabs-2 {
  flex-direction: row;
  display: flex;
}

.tabs-menu {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 120px;
  margin-top: 30px;
  display: flex;
  position: sticky;
  top: 30px;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  display: flex;
  position: sticky;
  top: 60px;
}

.tabs-3 {
  align-items: flex-start;
  display: flex;
}

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

.tab-link-tab-3 {
  flex-direction: column;
  display: flex;
}

.tabs-menu-3 {
  flex-direction: column;
  align-items: flex-start;
  height: 240px;
  margin-top: 40px;
  display: flex;
  position: sticky;
  top: 40px;
  overflow: visible;
}

.tab-link-tab-2 {
  flex-direction: column;
  display: flex;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr;
  align-items: center;
}

.tab-link-v1---brix-2 {
  color: #6f6c90;
  background-color: #fff;
  border: 1.5px solid #eff0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 10px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: border-color .3s, color .3s;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a;
}

.tab-link-v1---brix-2:hover {
  border-color: var(--light-coral);
  color: #4a3aff;
}

.tab-link-v1---brix-2.w--current {
  border-color: var(--light-coral);
  color: #4a3aff;
  background-color: #fff;
  width: 250px;
  margin-bottom: 10px;
}

.heading-size-3 {
  color: var(--color-02--1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
  position: sticky;
  top: 15px;
}

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

.heading-size-3.hidden-products {
  text-align: left;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

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

.section-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-2.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.tabs---brix-2 {
  width: 100%;
  margin-top: 0;
  display: flex;
}

.tabs-menu---brix-3 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 350px;
  margin-top: 20px;
  display: flex;
  position: sticky;
  top: 60px;
}

.text-block-6 {
  color: var(--light-coral);
}

.text-block-6:hover {
  color: var(--light-salmon);
}

.text-block-7 {
  color: var(--text-light);
}

.text-block-7:hover {
  color: var(--light-coral);
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

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

.text-single-300.medium.text-color-600 {
  color: #6f6c90;
}

.text-single-300.medium.text-color-400 {
  color: var(--white);
}

.list-pricing {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 0;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.start-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.pricing {
  color: var(--light-coral);
  text-align: center;
  background-color: #0000;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 66px;
}

.pricing.color-white {
  color: #fff;
}

.icon-pricing---brix {
  margin-bottom: 20px;
  margin-right: 18px;
}

.card-pricing {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 40px 48px;
  display: flex;
  box-shadow: 1px 1px 12px #14142b14;
}

.card-pricing.align-bottom {
  justify-content: flex-end;
  padding-top: 24px;
}

.card-pricing.popular {
  background-color: var(--light-coral);
  padding-top: 30px;
  position: relative;
}

.icon-bullet---brix {
  margin-right: 14px;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

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

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.text-color-neutral-800 {
  color: var(--color-02--1);
  font-size: 14px;
}

.text-single-200.text-color-neutral-800.white {
  color: var(--white);
}

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

.text-single-200.bold.text-color-neutral-800.heading {
  font-size: 18px;
}

.text-single-200.bold.color-white {
  color: var(--white);
}

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

.text-single-200.medium.color-neutral-300 {
  color: var(--white);
}

.button-primary-2 {
  background-color: var(--light-coral);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: var(--white);
  color: var(--light-coral);
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.light {
  color: var(--light-coral);
  background-color: #fff;
}

.text-color-neutral-400 {
  color: var(--white);
  font-size: 14px;
}

.popular-badge-align---brix {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-white-2 {
  color: #fff;
  font-size: 30px;
}

.badge-popular---brix {
  color: #fff;
  background-color: #fff3;
  border-radius: 10px;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.heading, .heading-2 {
  font-size: 30px;
}

.text-span-22, .text-span-23 {
  color: var(--light-coral);
}

.bold-text-4 {
  color: var(--white);
}

.bold-text-5, .bold-text-6 {
  color: var(--light-coral);
}

.paragraph, .paragraph-2 {
  font-size: 14px;
}

.bold-text-7 {
  color: var(--light-coral);
}

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

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

.text-span-24, .text-span-25 {
  color: var(--light-coral);
}

.text-span-26 {
  color: var(--light-coral);
  font-family: Plusjakartasans, sans-serif;
  font-weight: 700;
}

.text-span-27, .text-span-28 {
  color: var(--light-coral);
  font-weight: 700;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  color: var(--light-coral);
}

.text-span-33, .text-span-34, .text-span-35 {
  color: var(--light-coral);
  font-weight: 700;
}

.text-span-36 {
  color: var(--light-coral);
}

.body-2 {
  object-fit: fill;
  max-width: 100%;
  overflow: visible;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.before-after {
  background-color: #000;
  border-radius: 20px;
  width: 90vw;
  height: 80vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.new {
  z-index: 5;
  background-image: url('../images/Before_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.old {
  z-index: 3;
  background-image: url('../images/after_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-37, .text-span-38 {
  color: var(--light-coral);
  font-weight: 700;
}

.text-span-39 {
  color: var(--light-coral);
}

.text-span-40, .text-span-41 {
  color: var(--light-coral);
  font-weight: 600;
}

.text-span-42 {
  color: var(--color-02--2);
}

.div-block-7 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  font-family: PT Sans, sans-serif;
  box-shadow: 0 22px 13px #0003;
}

.heading-3 {
  margin-bottom: 4px;
}

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

.collection-item-4 {
  width: 50%;
  padding: 20px;
}

.paragraph-3 {
  color: #d4090c;
  background-color: #fdfdfd;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.text-block-8 {
  margin-bottom: 10px;
}

.collection-list-wrapper-3 {
  margin-top: 35px;
}

.div-block-8 {
  background-color: #53e2ff29;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 60px;
}

.button-3 {
  background-image: linear-gradient(220deg, #ff8500, #d33b00);
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Lato, sans-serif;
}

.text-block-9 {
  margin-bottom: 2px;
}

.heading-4 {
  margin-top: 3px;
}

.bold-text-10 {
  color: var(--pale-violet-red);
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

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

.logo {
  width: 160px;
  margin-bottom: 24px;
}

.image-wrapper-2 {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.paragraph-4 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.brand-span {
  color: #642eff;
}

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

.cloneable-area {
  justify-content: center;
  display: flex;
}

.compare-tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: #13131380;
  padding: 10px;
  font-size: .9em;
  font-weight: 500;
  position: absolute;
}

.compare-tag.before {
  inset: auto auto 15px 0%;
}

.compare-tag.after {
  inset: auto 0% 15px auto;
}

.c-demo {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.c-info-details {
  color: #fff;
  white-space: nowrap;
  background-color: #13131380;
  border-radius: 5px;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  top: 25px;
}

.c-compare-before {
  display: inline-block;
  position: relative;
}

.c-compare {
  justify-content: flex-end;
  padding: 15px;
  display: inline-block;
  position: relative;
}

._w-info {
  z-index: 10;
  background-color: #219fa3;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 5px;
  display: flex;
  position: relative;
}

.c-info {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 5px 5px auto auto;
}

.compare-img {
  background-color: #0000;
  width: 800px;
  max-width: none;
}

.c-demo-col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.c-compare-after {
  perspective-origin: 100%;
  transform-origin: 100%;
  justify-content: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.info-text {
  display: none;
}

._w-compare {
  border-radius: 10px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 15px #00000026;
}

.text-span-43 {
  color: var(--light-coral);
  text-transform: uppercase;
}

.text-span-44 {
  color: var(--light-salmon);
}

.text-span-45 {
  text-transform: none;
}

.code-embed {
  width: 100%;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--pale-violet-red);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.brix---inner-container-574px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  flex-flow: column;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.brix---text-300-bold {
  color: var(--white);
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

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

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-small {
  background-color: var(--pale-violet-red);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-46 {
  color: #fc5c84;
}

.best-red-tool-layer-blur-2 {
  filter: blur(160px);
  background-color: #fa5b68;
  border-radius: 16px;
  width: 34px;
  height: 235px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.blue-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fc6474;
  border-radius: 14px;
  margin-top: 20px;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.blue-button-3:hover {
  background-color: #ff925d;
}

.blue-button-3.knowledgelyft {
  margin-top: 20px;
}

.text-span-47 {
  color: #fc6474;
  font-weight: 700;
}

.text-span-48, .text-span-49 {
  color: #fc6474;
}

.brix---text-200 {
  color: var(--light-salmon);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-200-bold {
  color: var(--color-02--2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---heading-h4-size {
  color: var(--light-salmon);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  display: flex;
}

.brix---card-testimonial-v2.colored {
  background-color: var(--pale-turquoise);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: var(--color-01--1);
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold-2 {
  color: var(--elements-webflow-library--neutral--300);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-2 {
  background-color: var(--pale-violet-red);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-15 {
  color: var(--light-salmon);
}

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

.main-container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.csilver {
  color: #b7bbd1;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.small-card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.masonry-grid {
  display: block;
}

.button-4 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-4:hover {
  box-shadow: none;
  background-color: #000;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.quotes {
  width: 25px;
}

.cta-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cta-flex.center {
  justify-content: center;
}

.testimonial-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.paragraph-5 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 5%;
  display: flex;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-900 {
  max-width: 900px;
}

.youtube, .div-block-9, .div-block-10 {
  border-radius: 0;
}

@media screen and (min-width: 1280px) {
  .deliveables-img-absolute-item {
    width: 45%;
  }

  .career-talent-text-container {
    width: 50%;
  }

  .career-bio-rich-text-block {
    width: 100%;
  }

  .blog-rich-text-contain {
    max-width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .home-feature-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .amazing-feature-grid {
    grid-column-gap: 60px;
  }

  .about-team-grid {
    grid-column-gap: 40px;
  }

  ._404-page-container {
    margin-top: 5%;
  }

  .tabs-content---brix {
    margin-top: 0;
  }

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

  .tabs---brix-2 {
    margin-top: 0;
  }

  .tabs-menu---brix-3 {
    margin-top: 20px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
  }
}

@media screen and (min-width: 1920px) {
  .body-small {
    margin-bottom: 0;
  }

  .wrapper-1200px.home-logo-flex {
    max-width: none;
  }

  .wrapper-1200px.home-feature-flex {
    padding-bottom: 20px;
  }

  .hollow-button-white.nav-button-margin.hide {
    background-color: var(--pale-violet-red);
    color: var(--white);
  }

  .heading-bold-text {
    color: var(--pale-violet-red);
  }

  .home-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home-best-tool-section {
    margin-top: 77px;
  }

  .best-tool-2-container {
    margin-top: 338px;
  }

  .best-tool-1-hero-item.bottom {
    bottom: -160px;
  }

  .best-tool-1-hero-image {
    border-radius: 16px;
    margin-top: 0;
    padding-top: 0;
  }

  .best-tool-2-hero-absolute {
    top: -28px;
  }

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

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

  .blue-star-image {
    color: var(--light-salmon);
  }

  .home-navlink.w--current {
    color: var(--pale-violet-red);
  }

  .features-hero-bg {
    background-color: #ff925d30;
  }

  .forgot-password-section {
    background-color: #ff925d4a;
  }

  .about-hero-section {
    background-color: #fc647430;
  }

  .contact-hero-background-image {
    background-color: #fc5c8433;
  }

  .contact-hero-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .contact-hero-grid._1 {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-hero-section {
    background-image: linear-gradient(to bottom, #ff925d40 70%, var(--white-2));
  }

  .pricing-center-container {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .pricing-cards-contain {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .price-card {
    background-color: var(--white);
    top: 0;
  }

  .pricing-row-contain.blue.work {
    width: 100%;
  }

  .pricing-contact-wrapper {
    margin-top: 0;
    position: static;
    top: -2px;
  }

  .pricing-h4-heading {
    margin-top: -3px;
  }

  .right-arrow, .left-arrow {
    width: 35%;
  }

  .sign-up-section {
    background-color: #ff925d42;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

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

  .products-name {
    font-size: 32px;
  }

  .text-animation-wrapper {
    margin-top: 0;
  }

  .icon {
    color: var(--pale-violet-red);
  }

  .div-block {
    display: flex;
  }

  .overview-hero-images-contain {
    clear: none;
    flex-flow: column;
    align-items: center;
    margin-bottom: 150px;
    display: flex;
  }

  .overview-row-1 {
    align-items: center;
    height: 260px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .overview-image-wrap.dark-shadow {
    clear: none;
    flex-flow: row;
    flex: none;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    max-width: 460px;
    height: 100%;
    margin-right: 40px;
    display: flex;
  }

  .overview-image {
    clear: none;
    border-radius: 16px;
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

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

  .text-span-2, .text-span-3, .bold-text {
    color: var(--pale-violet-red);
  }

  .text-span-4 {
    color: var(--white);
    font-weight: 400;
  }

  .image-3 {
    width: 400px;
    height: 400px;
  }

  .container-default-2._100, .section-2.cloneables-listing {
    background-color: var(--white);
  }

  .badge-popular---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 45px;
  }

  h6 {
    font-size: 24px;
  }

  blockquote {
    font-size: 30px;
  }

  .wrapper-1200px {
    flex-direction: column;
    max-width: 600px;
  }

  .wrapper-1200px.home-hero-flex {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .wrapper-1200px.home-how-flex {
    max-width: 600px;
  }

  .wrapper-1200px.navbar-flex {
    flex-direction: row;
    max-width: none;
    padding-top: 20px;
    position: static;
  }

  .wrapper-1200px.features-hero-flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-bottom: 80px;
  }

  .wrapper-1200px.features-deliverables-flex {
    flex-direction: column-reverse;
  }

  .wrapper-1200px.career-post-hero-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.blog-cta-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.about-team-flex {
    max-width: 600px;
    padding-top: 150px;
  }

  .wrapper-1200px.about-tabs-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.about-seven-flex {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .wrapper-1200px.about-flexible-section {
    padding-top: 0;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .licensing-heading {
    font-size: 45px;
  }

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

  .licencing-image-item {
    width: 100%;
    height: auto;
  }

  .update-text {
    margin-bottom: 20px;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .blue-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .page-wrapper, .page-wrapper.pricing, .main-wrapper {
    overflow: hidden;
  }

  .utility-hero-heading {
    margin-bottom: 20px;
  }

  .hollow-button-white {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .hollow-button-white.nav-button-margin {
    margin-left: auto;
    margin-right: 5px;
  }

  .hollow-button-white.nav-button-margin.hide {
    display: none;
  }

  .hollow-button-white.nav-button-margin.in-menu {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .home-hero-section {
    overflow: hidden;
  }

  .home-hero-text-container {
    width: 100%;
    max-width: none;
    margin-bottom: 120px;
  }

  .home-hero-image-container {
    width: 100%;
    margin-top: 0;
  }

  .heading-bold-text.pricing {
    flex: 0 auto;
    font-size: 40px;
  }

  .home-hero-item-image {
    border-radius: 0;
  }

  .home-logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .best-tool-1-container {
    flex-direction: column;
    align-items: center;
  }

  .best-tool-2-container {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 180px;
  }

  .best-tool-3-container {
    flex-direction: column;
    align-items: center;
  }

  .best-tool-1-text-container, .best-tool-2-text-container, .best-tool-3-text-container {
    width: 100%;
    max-width: 500px;
  }

  .home-how-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .best-tool-1-image-container {
    width: 100%;
    margin-bottom: 120px;
  }

  .best-tool-2-image-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .best-tool-3-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-upper-container {
    flex-direction: column;
  }

  .footer-upper-left {
    width: auto;
    max-width: 155px;
  }

  .footer-upper-right {
    width: 100%;
    margin-top: 60px;
  }

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

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .green-purple-circle {
    inset: auto 10% 250px auto;
  }

  .cta-heading {
    font-size: 60px;
  }

  .cta-credit-card {
    top: -176%;
    right: -73%;
    transform: rotate(-14deg);
  }

  .cta-item-2-image {
    width: 25%;
  }

  .integration-hero-item {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .integration-hero-item._1 {
    max-width: 130px;
    height: 130px;
  }

  .integration-hero-item._2 {
    max-width: 100px;
    height: 100px;
  }

  .integration-hero-item._3 {
    max-width: 130px;
    height: 130px;
  }

  .integration-hero-item._4 {
    max-width: 135px;
    height: 135px;
  }

  .integration-hero-item._5 {
    max-width: 150px;
    height: 150px;
  }

  .integration-hero-item._6, .integration-hero-item._7 {
    max-width: 105px;
    height: 105px;
  }

  .integration-hero-item._8 {
    max-width: 130px;
    height: 130px;
  }

  .integration-hero-item._9 {
    max-width: 100px;
    height: 100px;
  }

  .integration-hero-item._10 {
    max-width: 120px;
    height: 120px;
  }

  .integration-hero-item._11 {
    max-width: 105px;
    height: 105px;
  }

  .integration-item-2 {
    justify-content: space-around;
  }

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

  .watch-demo-container {
    margin-bottom: 60px;
  }

  .home-numbers-container {
    width: 100%;
  }

  .home-numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-testimonial-slide-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-testimonial-italic-text {
    font-size: 28px;
  }

  .testimonial-quote-icon.left, .testimonial-quote-icon.right {
    width: 12%;
  }

  .home-navlink {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .menu-button {
    border-radius: 4px;
  }

  .menu-button.w--open {
    background-color: var(--color-03--3);
  }

  .home-nav-menu {
    background-color: var(--white-2);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    box-shadow: 0 100px 100px #0808291a;
  }

  .features-hero-bg {
    max-height: 700px;
  }

  .features-hero-bg-wrapper {
    height: 100%;
  }

  .features-home-text-container {
    margin-bottom: 60px;
  }

  .features-her-heading {
    text-align: center;
    white-space: nowrap;
    font-size: 50px;
  }

  .features-sub-hero-heading {
    font-size: 50px;
  }

  .features-sub-text-container {
    grid-row-gap: 18px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .features-hero-para-text-18px {
    font-size: 16px;
  }

  .features-hero-visual-wrapper {
    width: 100%;
  }

  .feature-insight-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-insight-text-container, .feature-4-card-text-container {
    width: 100%;
  }

  .feature-4-card-visual-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-4-card-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-4-card-wrapper, .feature-4-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-deliverables-text-container {
    width: 100%;
  }

  .f-deliverables-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .deliveables-img-absolute-item {
    width: 40%;
    left: -10%;
  }

  .amazing-feature-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .amazing-features-text-wrapper {
    margin-top: 30px;
  }

  .benefit-pointer-text-28px {
    font-size: 24px;
    line-height: 150%;
  }

  .benefits-pointer-wrapper {
    grid-row-gap: 30px;
  }

  .benefit-pointer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .join-team-upper-container {
    text-align: center;
    width: 80%;
  }

  .career-job-container {
    padding-bottom: 30px;
  }

  .career-job-name-heading {
    font-size: 34px;
    line-height: 110%;
  }

  .career-job-location-text, .career-job-type-text {
    font-size: 20px;
  }

  .career-imagery-sub-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .career-blue-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .career-talent-upper-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .career-talent-bottom-container {
    flex-direction: column;
  }

  .career-talent-image-container {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
  }

  .career-talent-hero-image {
    object-fit: cover;
    border-radius: 16px;
  }

  .career-talent-text-container {
    width: 100%;
  }

  .career-talent-heading-32px {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .career-hero-profile-wrapper._2 {
    bottom: 5%;
  }

  .career-hero-profile-wrapper._3 {
    inset: 0% auto auto 15%;
  }

  .career-hero-profile-wrapper._4 {
    top: 10%;
    right: 5%;
  }

  .career-hero-profile-wrapper._5 {
    right: 20%;
  }

  .career-hero-profile-wrapper._6 {
    inset: 0% auto auto 0%;
  }

  .career-hero-profile-container.left {
    height: 30%;
    bottom: 3%;
    left: 1%;
  }

  .career-hero-profile-container.right {
    height: 30%;
    inset: 100px 0% auto auto;
  }

  .career-bio-rich-text-block h4 {
    font-size: 30px;
    line-height: 120%;
  }

  .career-post-hero-section {
    background-position: 0%;
  }

  .career-post-hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-post-hero-heading {
    margin-bottom: 20px;
  }

  .career-post-left-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .newsletter-hero-heading {
    margin-bottom: 8px;
  }

  .newsletter-para-20px {
    font-size: 18px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 22%;
  }

  .newsletter-hero-item-wrapper.right {
    width: 20%;
  }

  .blog-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-content: center;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-blog-left-arrow {
    top: 20%;
    left: -5%;
  }

  .hero-blog-right-arrow {
    top: 20%;
    right: -5%;
  }

  .forgot-password-section {
    padding-top: 20px;
  }

  .forgot-password-hero-wrapper.right {
    width: 20%;
  }

  .forgot-password-hero-wrapper.left {
    width: 25%;
  }

  .collab-link-block {
    margin-bottom: 20%;
  }

  .reference-text-field {
    margin-bottom: 20px;
  }

  .back-link-text {
    margin-top: 25px;
  }

  .forgot-password-hero-heading {
    margin-bottom: 8px;
    font-size: 50px;
  }

  .about-hero-section {
    margin-bottom: 60px;
  }

  .about-hero-wrapper {
    z-index: 111;
    position: relative;
  }

  .about-hero-item.right {
    width: 20%;
  }

  .about-hero-item.left {
    width: 20%;
    inset: 15% auto auto 0%;
  }

  .about-team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .about-team-hero-profile {
    margin-bottom: 16px;
  }

  .about-team-item-heading {
    margin-bottom: 6px;
    font-size: 30px;
  }

  .about-team-item-para {
    font-size: 20px;
  }

  .join-team-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-tabs-menu {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .about-tab-pane-container {
    flex-direction: column;
    align-items: center;
  }

  .about-tab-pane-image-container {
    width: 100%;
    margin-bottom: 100px;
  }

  .about-tab-pane-text-container, .about-flexible-text-container {
    width: 100%;
  }

  .about-flexible-heading-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .about-seven-text-container {
    width: 100%;
  }

  .about-seven-image-container {
    width: 90%;
    margin-bottom: 60px;
  }

  .contact-grid-container {
    margin-top: 36px;
  }

  .contact-hero-grid {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

  .contact-hero-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-cards-contain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blue-button-2 {
    text-align: center;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 120%;
  }

  .price-text {
    font-size: 48px;
  }

  .headings {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-headings {
    font-size: 20px;
  }

  .pricing-row-contain {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-row-contain.blue {
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 0;
  }

  .comparison-table {
    position: relative;
  }

  .price-grid-text {
    font-size: 20px;
  }

  .price-grid-contain {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .white-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .pricing-wrapper-copy {
    flex-direction: column;
    display: none;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .get-in-touch-bottom-container {
    flex-direction: column;
    align-items: center;
  }

  .get-in-touch-image-container {
    width: 90%;
    height: auto;
    margin-bottom: 220px;
  }

  .get-in-touch-form-container {
    width: 100%;
  }

  .get-in-touch-testimonial-wrapper {
    padding: 30px;
  }

  .get-in-touch-testimonial-para {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-para-20px {
    font-size: 20px;
  }

  ._404-hero-heading {
    font-size: 50px;
  }

  ._404-page-container {
    width: 90%;
  }

  .blog-heading {
    font-size: 50px;
  }

  .blog-main-image {
    height: 400px;
  }

  .author-left-contain._902px {
    width: 100%;
    margin-bottom: 20px;
  }

  .social-wrapper.vertical {
    flex-direction: row;
  }

  .author-top-block._100px-bottom {
    flex-direction: column;
  }

  .location-slider {
    width: 90%;
  }

  .location-slide-image {
    width: 40%;
  }

  .sign-up-section {
    padding-top: 60px;
  }

  .update-paragraph {
    font-size: 20px;
  }

  .licensing-hero-wrapper.icons, .licensing-hero-wrapper.image {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .font-title-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .licensing-icon-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .career-job-post-apply-text {
    font-size: 22px;
  }

  .style-wrapper {
    flex-direction: column;
    max-width: 600px;
  }

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

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
  }

  .text-containers, .text-containers.product-hero {
    width: 100%;
  }

  .add-to-cart, .buynow-button {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .cart {
    margin-right: 0;
  }

  .buttons-container {
    margin-left: auto;
  }

  .cart-button {
    margin-right: 10px;
    padding-right: 0;
  }

  .menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .left-checkout-contain {
    margin-right: 0;
  }

  .click-image {
    opacity: 0;
  }

  .half-semi-circle {
    width: 50%;
  }

  .pricing-page-emi-circle {
    width: 40%;
  }

  .button-primary.small.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button-mobile {
    flex: 1;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content.footer-content-top-right {
    max-width: 100%;
  }

  .split-content.footer-content-top-left {
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .split-content.header-center {
    margin-left: auto;
    margin-right: 20px;
  }

  .split-content.footer-content-left {
    margin-right: 0;
  }

  .grid-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .section-home-pages {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .mobile-max-width-660px {
    max-width: 660px;
  }

  .footer-content {
    flex-direction: column;
  }

  .horizontal-divider.margin-large {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .horizontal-divider.margin-top-large {
    margin-top: 67px;
  }

  .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .text-200.text-link.header-dropdown-nav, .text-200.text-link.header-nav {
    font-size: 28px;
  }

  .image.cover {
    flex: 1;
  }

  .image.success-message-icon {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    min-height: 16px;
    display: flex;
  }

  .header-search-dropdown-list {
    right: -261px;
  }

  .dropdown-arrow {
    font-size: 9px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #222223;
    border-radius: 12px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
    transform: scale3d(1, 1, 1.01);
  }

  .menu-button-2:hover {
    background-color: #f85757;
    transform: scale3d(.95, .95, 1.01);
  }

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

  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .card.sales-page.figma {
    flex-direction: column;
  }

  .figma-card-text {
    padding: 56px 56px 72px;
  }

  .header-menu-button-icon-medium {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .dropdown-nav-pages-wrapper, .dropdown-nav-pages-wrapper.last, .footer-menu-wrapper, .footer-menu-wrapper.last {
    width: auto;
  }

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

  .header-dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav-menu {
    background-color: #fffffffa;
    height: 100vh;
    max-height: 90vh;
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: auto;
    box-shadow: 0 4px 10px #080f340f;
  }

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

  .grid-3-columns.sales-page.whats-included {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2-columns.sales-page {
    max-width: 100%;
  }

  .grid-2-columns._2-links-cards {
    grid-column-gap: 26px;
  }

  .grid-2-columns.sales-image-right {
    grid-column-gap: 30px;
  }

  .header-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .nav-item-wrapper.first {
    padding-top: 0;
  }

  .header-menu-button-icon-top {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .footer-content-top {
    flex-direction: column;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .buy-now-card-text-wrapper {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .figma-card-image {
    min-width: 100%;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

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

  .nav-link {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }

  .nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr auto;
    grid-auto-columns: auto;
  }

  .menu-icon {
    width: 2rem;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .nav-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .hero-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image.three {
    left: -10vw;
  }

  .hero-image.thirteen {
    left: -65vw;
  }

  .nav-left {
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .nav-brand {
    padding-left: 0;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .nav-right {
    display: none;
  }

  .menu-button-3 {
    background-color: #c8c8c800;
    padding: 0;
  }

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

  .nav-responsive {
    flex-direction: column;
    display: flex;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .scroll-link {
    display: none;
  }

  .tab-link-v1---brix {
    margin-bottom: 14px;
  }

  .grid-tabs---2-columns, .grid-tabs---2-columns._0-75fr-left {
    grid-template-columns: 1fr;
  }

  .grid-tabs---2-columns._0-75fr-left.grid-align-center {
    flex-direction: column;
    display: flex;
  }

  .tab-link-v1---brix-2 {
    margin-bottom: 14px;
  }

  .heading-size-3.hidden-products {
    display: none;
  }

  .tabs---brix-2 {
    flex-direction: column;
    display: flex;
  }

  .tabs-menu---brix-3 {
    flex-direction: row;
    place-content: flex-start center;
    height: 250px;
    display: flex;
    position: static;
  }

  .badge-popular---brix {
    top: 24px;
    right: 24px;
  }

  .collection-item-4 {
    width: 50%;
  }

  .compare-tag.before, .compare-tag.after {
    font-size: .8em;
    line-height: 1em;
  }

  ._w-content {
    width: 100%;
  }

  .c-compare {
    cursor: pointer;
  }

  .c-info {
    display: none;
  }

  .compare-img {
    width: 500px;
  }

  .c-demo-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-text {
    color: #ccc;
    text-align: center;
    margin-bottom: 5px;
    font-size: .8em;
    line-height: 1em;
    display: block;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

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

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .blue-button-3 {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

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

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  li {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 160%;
  }

  blockquote {
    padding-left: 30px;
    font-size: 28px;
  }

  .body-medium {
    font-size: 18px;
  }

  .body-large {
    font-size: 22px;
  }

  .wrapper-1200px.home-feature-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1200px.navbar-flex {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-top: 80px;
  }

  .wrapper-1200px.career-hero-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.blog-hero-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.blog-cta-flex, .wrapper-1200px.about-tabs-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.about-seven-flex {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.reference-page-flex {
    padding-bottom: 100px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .licensing-heading {
    font-size: 40px;
  }

  .licensing-tag-subtext {
    text-align: left;
  }

  .update-text {
    margin-bottom: 15px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .instruction-heading {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .text-variant-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .styles-heading {
    font-size: 40px;
  }

  .blue-button {
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .utility-hero-heading {
    margin-bottom: 15px;
  }

  .utility-hero-para {
    font-size: 16px;
  }

  .hollow-button-white {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .hollow-button-white.nav-button-margin.hide {
    display: none;
  }

  .google-sign-in-button {
    background-position: 20%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-bold-text.pricing {
    font-size: 40px;
  }

  .home-logo-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .h3-heading-48px.center {
    text-align: center;
  }

  .home-feature-grid {
    grid-column-gap: 20px;
  }

  .home-how-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-how-text-item-container {
    padding-top: 20px;
  }

  .best-tool-1-image-container {
    width: 90%;
  }

  .orange-circle {
    top: 20px;
    right: -10px;
  }

  .best-tool-2-image-container {
    margin-bottom: 60px;
  }

  .best-tool-red-item {
    top: 8%;
  }

  .best-tool-3-tags {
    right: -20px;
  }

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

  .cta-heading {
    font-size: 45px;
  }

  .cta-credit-card {
    top: -154%;
  }

  .integration-hero-item._1 {
    max-width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._2 {
    max-width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .integration-hero-item._3 {
    max-width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._4 {
    max-width: 105px;
    height: 105px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .integration-hero-item._5 {
    max-width: 120px;
    height: 120px;
    margin-right: 15px;
  }

  .integration-hero-item._6 {
    max-width: 90px;
    height: 90px;
    margin-right: 15px;
  }

  .integration-hero-item._7 {
    max-width: 85px;
    height: 85px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .integration-hero-item._8 {
    max-width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .integration-hero-item._9 {
    max-width: 90px;
    height: 90px;
  }

  .integration-hero-item._10 {
    max-width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-blog-item-date-wrapper {
    flex-direction: row;
  }

  .home-blog-item-date-wrapper.cms {
    flex-direction: column;
  }

  .home-blog-item-date._24px {
    font-size: 22px;
  }

  .home-blog-item-dot-spacer._6px {
    display: none;
  }

  .home-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blue-star-image {
    width: 24px;
  }

  .home-testimonial-slide-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonial-italic-text {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .home-testimonial-author-name {
    font-size: 22px;
  }

  .testimonial-quote-icon.left {
    width: 13%;
    max-width: 70px;
    margin-bottom: 20px;
    position: relative;
  }

  .testimonial-quote-icon.right {
    display: none;
  }

  .hometestimonial-left-arrow {
    inset: auto 56px 0% auto;
  }

  .home-testimonial-right-arrow {
    inset: auto 0% 0% auto;
  }

  .features-hero-bg {
    height: 100%;
  }

  .features-her-heading {
    white-space: normal;
    font-size: 45px;
  }

  .features-sub-hero-heading {
    font-size: 45px;
  }

  .feature-4-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-4-card-wrapper.right {
    padding-top: 0;
  }

  .feature-4-card-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .f-deliverables-image-container {
    width: 90%;
  }

  .deliveables-img-absolute-item {
    width: 38%;
    left: -5%;
  }

  .blue-circle {
    top: 270px;
    right: 3%;
  }

  .amazing-feature-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .benefit-pointer-text-28px {
    padding-left: 40px;
    font-size: 22px;
  }

  .benefits-pointer-wrapper, .benefit-pointer-grid {
    grid-row-gap: 20px;
  }

  .career-imagery-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .career-imagery-sub-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .career-imagery-small-wrapper {
    border-radius: 16px;
    width: 100%;
    max-width: none;
    height: 400px;
    overflow: hidden;
  }

  .career-imagery-small-wrapper.large {
    width: 100%;
  }

  .career-blue-logo-grid {
    grid-column-gap: 0px;
  }

  .career-talent-upper-container {
    margin-bottom: 60px;
  }

  .career-talent-heading-32px {
    line-height: 130%;
  }

  .career-hero-wrapper {
    width: 80%;
  }

  .body-small-black {
    font-size: 16px;
  }

  .career-hero-profile-wrapper._5 {
    right: 10%;
  }

  .career-hero-profile-container.left, .career-hero-profile-container.right {
    width: 30%;
  }

  .career-bio-rich-text-block blockquote {
    margin-bottom: 24px;
  }

  .career-bio-rich-text-block p {
    font-size: 16px;
  }

  .career-bio-rich-text-block h4 {
    font-size: 28px;
  }

  .career-post-job-type-text, .career-post-job-location-text {
    font-size: 22px;
  }

  .newsletter-para-20px {
    font-size: 16px;
  }

  .newsletter-text-field {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 150px;
  }

  .newsletter-hero-item-wrapper.right {
    width: 130px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-hero-wrapper {
    margin-bottom: 60px;
  }

  .hero-blog-left-arrow, .hero-blog-right-arrow {
    width: 60px;
    height: 60px;
  }

  .blog-slider-hero-image {
    border-radius: 10px;
  }

  .newsletter-form-sub-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .reference-text-field {
    margin-bottom: 15px;
  }

  .fogot-pass-success-message, .fogot-pass-error-message {
    font-size: 16px;
  }

  .forgot-password-hero-heading {
    font-size: 45px;
    line-height: 110%;
  }

  .about-hero-item.left {
    top: 12%;
  }

  .about-team-grid {
    grid-column-gap: 20px;
  }

  .career-orange-circle {
    inset: auto auto 5% 5%;
  }

  .about-seven-image-container {
    width: 100%;
  }

  .contact-grid-container {
    margin-top: 97px;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-hero-wrapper {
    padding-top: 80px;
  }

  .pricing-cards-contain {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .blue-button-2 {
    background-image: none;
    padding: 15px 20px;
    font-size: 20px;
  }

  .pricing-headings {
    font-size: 20px;
  }

  .pricing-row-contain.no-border {
    margin-bottom: 10px;
  }

  .price-grid-text {
    font-size: 20px;
  }

  .white-button {
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-wrapper-copy {
    width: 90%;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .get-in-touch-testimonial-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .get-in-touch-testimonial-para {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .get-in-touch-testimonial-author {
    font-size: 18px;
  }

  .get-in-touch-field-label {
    margin-bottom: 8px;
  }

  .get-in-touch-text-field, .get-in-touch-select-field {
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 16px;
  }

  .get-in-touch-text-area {
    padding-left: 12px;
    font-size: 16px;
  }

  .get-in-touch-submit-button {
    font-size: 18px;
  }

  .utility-page-content {
    margin-top: 20%;
  }

  .protected-hero-heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .blue-text-span-16px {
    margin-bottom: 8px;
  }

  .blue-text-span-16px._404, .protected-page-text-field {
    margin-bottom: 16px;
  }

  ._404-para-20px {
    font-size: 18px;
  }

  ._404-hero-heading {
    margin-bottom: 10px;
    font-size: 45px;
  }

  ._404-page-container {
    margin-top: 10%;
  }

  .blog-hero-wrapper-cms {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blog-heading {
    font-size: 45px;
  }

  .blog-main-image {
    height: 300px;
  }

  .author-wrapper.vertical {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .author-left-contain._902px {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .author-text, .author-name {
    font-size: 22px;
  }

  .social-wrapper.vertical {
    flex-direction: row;
    margin-right: auto;
  }

  .author-top-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .author-top-block._100px-bottom {
    align-items: center;
  }

  .author-top-block.center {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-text {
    font-size: 36px;
  }

  .update-paragraph {
    font-size: 18px;
  }

  .licensing-hero-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .font-title-heading {
    font-size: 45px;
  }

  .licensing-icon-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .career-job-post-apply-text {
    font-size: 20px;
  }

  .collection-list-pricing {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .add-to-cart, .buynow-button {
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-page-emi-circle {
    width: 50%;
  }

  .screenshot-image.col-1-image-1, .screenshot-image.col-2-image-5 {
    display: none;
  }

  .screenshots-grid.col-1 {
    margin-left: 0;
  }

  .screenshots-grid.col-2 {
    margin-right: 0;
  }

  .home-screenshots-container {
    max-width: 100%;
    position: static;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.bg-primary-1.full-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.small.header-button {
    display: none;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .split-content.button-row-first {
    margin-right: 20px;
  }

  .grid-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .grid-wrapper.home-pages {
    grid-row-gap: 60px;
    grid-template-columns: 1.1fr;
  }

  .section-home-pages {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .grid-1-column.sales-page {
    max-width: 100%;
  }

  .container-medium-601px.text-center.margin-bottom-small-v2.left-mb {
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-content {
    flex-wrap: wrap;
  }

  .horizontal-divider.margin-large {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .horizontal-divider.margin-top-large {
    margin-top: 56px;
  }

  .h5-size {
    font-size: 16px;
  }

  .mobile-767px-and-down-max-width-320px {
    max-width: 320px;
  }

  .image-wrapper.order-item-image {
    border-radius: 20px;
  }

  .image-wrapper.borders-radius-18px.city-image {
    margin-right: 25px;
  }

  .h2-size {
    font-size: 28px;
  }

  .filter-search-header-icon {
    font-size: 22px;
  }

  .footer {
    padding-top: 70px;
  }

  .header-search-dropdown-list {
    width: 100vw;
    max-width: 100%;
    position: fixed;
    top: 60px;
    right: 0;
  }

  .menu-button-2 {
    width: 45px;
    min-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .section {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section._2-grid-cards {
    background-image: linear-gradient(#f9f9f9 20%, #fff 20%);
  }

  .card.home-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-logo {
    width: 140px;
  }

  .figma-card-text {
    padding: 48px 40px 56px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 20px;
  }

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

  .sales-text-wrapper {
    font-size: 22px;
    line-height: 34px;
  }

  .nav-menu {
    max-height: 91vh;
  }

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

  .grid-3-columns.sales-page.whats-included {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.sales-image-left, .grid-2-columns.sales-image-right {
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .h4-size {
    font-size: 18px;
  }

  .nav-item-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-logo {
    width: 170px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-xhuge {
    font-size: 4rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

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

  .hero-wrapper-2 {
    grid-row-gap: 120px;
  }

  .dot.large {
    border-width: 1px;
  }

  .tab-link-v1---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .card-tabs.tabs-v1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu---brix {
    flex-direction: column;
  }

  .tabs-content---brix {
    margin-top: 20px;
  }

  .tabs-menu---brix-2 {
    flex-direction: column;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .tab-link-v1---brix-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-v1---brix-2.w--current {
    margin-right: 20px;
  }

  .tabs-menu---brix-3 {
    flex-direction: column;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-popular---brix {
    top: 26px;
  }

  .c-demo {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .compare-img {
    width: 400px;
  }

  .c-demo-col {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

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

  .blue-button-3 {
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

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

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

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

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

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 24px;
  }

  .body-small {
    font-size: 16px;
  }

  .body-large {
    font-size: 20px;
  }

  .wrapper-1200px {
    width: 90%;
  }

  .wrapper-1200px.home-hero-flex {
    padding-top: 20px;
    padding-bottom: 150px;
  }

  .wrapper-1200px.home-hero-flex._1 {
    padding-bottom: 0;
  }

  .wrapper-1200px.home-logo-flex {
    padding-bottom: 70px;
  }

  .wrapper-1200px.home-feature-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-1200px.home-best-tool-flex {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wrapper-1200px.home-how-flex {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper-1200px.home-testimonial-flex {
    padding-bottom: 50px;
  }

  .wrapper-1200px.footer-flex {
    padding-bottom: 40px;
  }

  .wrapper-1200px.cta-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1200px.integration-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.home-blog-flex {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.home-numbers-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.navbar-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-1200px.features-hero-flex {
    align-items: center;
    padding-bottom: 40px;
  }

  .wrapper-1200px.features-insight-flex {
    padding-top: 0;
  }

  .wrapper-1200px.feature-4-card-flex {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-1200px.amazing-feature-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-1200px.join-team-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-blue-logo-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.career-talent-flex, .wrapper-1200px.career-hero-flex, .wrapper-1200px.career-job-post-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.career-post-hero-flex {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .wrapper-1200px.blog-newsletter-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-tabs-flex {
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-hero-flex {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.blog-cta-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1200px.about-team-flex {
    padding-top: 100px;
  }

  .wrapper-1200px.about-tabs-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.about-seven-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1200px.about-flexible-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .wrapper-1200px.contact-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1200px.contact-get-in-touch-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1200px.reference-page-flex, .wrapper-1200px.blogs {
    padding-bottom: 80px;
  }

  .licensing-heading {
    font-size: 35px;
  }

  .licencing-images-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .licencing-image-item {
    height: 200px;
  }

  .update-text {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .instruction-heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .text-variant-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr;
  }

  .typo-style-info-text {
    font-size: 16px;
    line-height: 20px;
  }

  .blue-button {
    letter-spacing: 0;
    padding: 12px 20px 13px;
    font-size: 18px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .utility-hero-heading {
    margin-bottom: 10px;
  }

  .color-swatch-block {
    justify-content: center;
  }

  .hollow-button-white {
    padding: 9px 16px 10px;
    font-size: 18px;
  }

  .hollow-button-white.nav-button-margin {
    font-size: 16px;
  }

  .hollow-button-white.nav-button-margin.in-menu {
    font-size: 18px;
  }

  .google-sign-in-button {
    background-position: 10%;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
  }

  .home-hero-text-container._1 {
    margin-bottom: 60px;
  }

  .heading-bold-text.pricing {
    font-size: 28px;
  }

  .hero-credit-card-item {
    display: none;
  }

  .home-hero-image-wrapper {
    width: 100%;
  }

  .home-hero-item-wrapper {
    border-radius: 10px;
    width: 60%;
    bottom: -120px;
  }

  .home-hero-item-wrapper._1 {
    bottom: -100px;
    right: -3%;
  }

  .home-hero-profile-wrapper.blue {
    width: 20%;
    left: -5%;
  }

  .home-hero-profile-wrapper.red {
    width: 20%;
  }

  .home-logo-heading-24px {
    font-size: 20px;
  }

  .home-logo-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-section {
    margin-bottom: 60px;
  }

  .h3-heading-48px.margin-bottom-24px._1 {
    text-align: center;
  }

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

  .home-feature-icon-wrapper {
    border-radius: 12px;
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  .home-feature-text-24px {
    font-size: 22px;
  }

  .best-tool-2-container {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .home-how-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-how-para-18px {
    font-size: 16px;
  }

  .best-tool-pointer-18px {
    background-position: 0 4px;
    background-size: 20px;
    padding-left: 30px;
    font-size: 16px;
  }

  .best-tool-1-image-container {
    width: 100%;
    margin-bottom: 80px;
  }

  .best-tool-1-hero-item.top {
    width: 80%;
  }

  .best-tool-1-hero-item.bottom {
    width: 60%;
    bottom: -40px;
    right: -10px;
  }

  .orange-circle {
    top: 0;
    right: 0;
  }

  .best-tool-author-container {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .best-tool-author-text-container {
    margin-top: 20px;
  }

  .best-tool-author-testimonial {
    margin-bottom: 16px;
  }

  .best-tool-red-item {
    top: 5%;
  }

  .best-tool-3-tags {
    bottom: 30px;
    right: -10px;
  }

  .best-tool-3-logo-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-upper-container.landing {
    align-items: center;
  }

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

  .footer-link-20px {
    font-size: 18px;
  }

  .footer-banner {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .cta-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .cta-credit-card {
    display: none;
  }

  .cta-item-1-image, .cta-item-2-image {
    width: 100px;
  }

  .integration-hero-item._2 {
    margin-right: 15px;
  }

  .integration-hero-item._4 {
    margin-bottom: 0;
  }

  .integration-hero-item._6 {
    margin-bottom: 20px;
  }

  .integration-hero-item._10 {
    margin-top: 20px;
  }

  .integration-item-2 {
    justify-content: center;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-blog-item-text-wrapper {
    margin-top: 15px;
  }

  .home-blog-item-tag {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .home-blog-item-heading {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 140%;
  }

  .home-blog-item-line {
    margin-bottom: 10px;
  }

  .home-blog-item-date-wrapper {
    grid-row-gap: 5px;
    flex-direction: row;
  }

  .home-blog-item-date {
    font-size: 16px;
  }

  .home-blog-item-date._24px {
    font-size: 20px;
  }

  .home-blog-item-reading-time {
    font-size: 16px;
  }

  .home-blog-item-reading-time._24px {
    font-size: 20px;
  }

  .home-blog-item-dot-spacer._6px {
    display: none;
  }

  .home-numbers-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-numbers-item-wrapper {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .blue-star-image {
    width: 20px;
  }

  .home-testimonial-star-wrapper {
    margin-bottom: 20px;
  }

  .home-testimonial-slide-wrapper {
    padding: 0 0 100px;
  }

  .home-testimonial-italic-text {
    font-size: 22px;
  }

  .home-testimonial-author-name {
    font-size: 18px;
  }

  .testimonial-quote-icon.left {
    width: 20%;
  }

  .testimonial-quote-icon.right {
    width: 20%;
    bottom: 80px;
  }

  .hometestimonial-left-arrow {
    inset: auto auto 0% 0%;
  }

  .home-testimonial-right-arrow {
    inset: auto auto 0% 56px;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: var(--light-salmon);
  }

  .features-hero-bg {
    max-height: none;
  }

  .features-home-text-container {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }

  .features-her-heading, .features-sub-hero-heading {
    font-size: 35px;
  }

  .features-sub-text-container {
    grid-row-gap: 10px;
  }

  .feature-4-card-item {
    padding: 30px 20px;
  }

  .feature-4-card-item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .feature-4-card-heading {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .feature-4-card-para {
    font-size: 16px;
  }

  .feature-4-card-wrapper.right {
    padding-top: 0;
  }

  .feature-4-card-grid {
    grid-template-columns: 1fr;
  }

  .amazing-feature-upper-wrapper {
    margin-bottom: 40px;
  }

  .amazing-features-text-wrapper {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .amzing-features-item-heading {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .amazing-features-item-para {
    font-size: 16px;
  }

  .benefit-pointer-text-28px {
    background-size: 24px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 160%;
  }

  .benefits-pointer-wrapper {
    grid-row-gap: 15px;
  }

  .benefit-pointer-grid {
    grid-row-gap: 15px;
    margin-top: 60px;
  }

  .join-team-bottom-container {
    margin-top: 60px;
  }

  .career-text-container-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .career-job-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-job-type-container {
    margin-top: 8px;
  }

  .career-job-name-heading {
    font-size: 28px;
  }

  .career-job-location-text {
    font-size: 18px;
  }

  .career-job-type-slash {
    margin-left: 5px;
    margin-right: 5px;
  }

  .career-job-type-text {
    font-size: 18px;
  }

  .career-imagery-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .career-imagery-sub-wrapper {
    grid-row-gap: 20px;
  }

  .career-imagery-small-wrapper {
    height: 250px;
  }

  .career-blue-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .career-talent-text-18px {
    font-size: 16px;
  }

  .career-talent-heading-32px {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .career-hero-wrapper {
    width: 90%;
  }

  .career-hero-profile-wrapper._3 {
    left: 2%;
  }

  .career-hero-profile-wrapper._5 {
    right: 5%;
  }

  .career-hero-profile-container.left {
    width: 160px;
  }

  .career-hero-profile-container.right {
    width: 160px;
    inset: 60px 0% auto auto;
  }

  .career-bio-rich-text-block blockquote {
    padding-left: 15px;
    padding-right: 0;
  }

  .career-bio-rich-text-block p {
    margin-bottom: 14px;
  }

  .career-bio-rich-text-block h4 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .career-post-hero-heading {
    margin-bottom: 8px;
  }

  .career-post-left-container {
    margin-bottom: 20px;
  }

  .career-post-job-type-text, .career-post-job-location-text {
    font-size: 20px;
  }

  .newsletter-text-field {
    height: 55px;
    font-size: 16px;
  }

  .newsletter-submit-button {
    height: 55px;
    font-size: 18px;
  }

  .newsletter-hero-item-wrapper.left {
    width: 120px;
  }

  .newsletter-hero-item-wrapper.right {
    width: 115px;
  }

  .blog-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .blog-upper-container {
    margin-bottom: 60px;
  }

  .blog-hero-wrapper {
    margin-bottom: 40px;
  }

  .hero-blog-left-arrow {
    width: 45px;
    height: 45px;
    inset: auto auto -100px 30%;
  }

  .hero-blog-right-arrow {
    width: 45px;
    height: 45px;
    inset: auto 30% -100px auto;
  }

  .blog-slider-text-container {
    margin-top: 15px;
  }

  .forgot-password-hero-wrapper.right {
    width: 25%;
  }

  .forgot-password-hero-wrapper.left {
    width: 30%;
  }

  .forgot-password-submit-button {
    font-size: 18px;
  }

  .forgot-password-hero-heading {
    font-size: 40px;
    line-height: 100%;
  }

  .about-hero-section {
    margin-bottom: 30px;
  }

  .about-hero-item.right {
    width: 100px;
  }

  .about-hero-item.left {
    width: 100px;
    top: 10%;
  }

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

  .about-team-hero-profile {
    width: 40%;
    margin-bottom: 10px;
  }

  .about-team-item-heading {
    font-size: 24px;
  }

  .about-team-item-para {
    font-size: 16px;
  }

  .about-tabs-menu {
    grid-row-gap: 10px;
    margin-bottom: 60px;
  }

  .about-tab-link {
    width: 50%;
  }

  .tab-pane-para-18px {
    font-size: 16px;
  }

  .tab-pane-author-container {
    flex-direction: column;
  }

  .about-seven-section {
    margin-top: 60px;
  }

  .contact-hero-wrapper {
    margin-bottom: 60px;
  }

  .contact-grid-container {
    margin-top: 85px;
  }

  .contact-hero-item {
    padding: 30px 15px;
  }

  .pricing-tabs-menu {
    display: flex;
  }

  .pricing-tab-link {
    font-size: 18px;
  }

  .pricing-tab-link.yearly {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pricing-tab-link.monthly {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blue-button-2 {
    background-image: none;
    font-size: 18px;
  }

  .price-point-wrapper {
    font-size: 16px;
  }

  .price-card {
    padding: 40px 24px;
  }

  .price-text.ecommerce {
    font-size: 34px;
  }

  .pricing-points-contain {
    grid-row-gap: 16px;
  }

  .plan-summary {
    font-size: 16px;
  }

  .pricing-h3-heading {
    margin-bottom: 60px;
  }

  .pricing-headings {
    text-align: center;
    font-size: 18px;
  }

  .pricing-headings.black {
    text-align: center;
  }

  .pricing-row-contain.blue.work {
    position: relative;
  }

  .pricing-row-contain.buttons {
    display: none;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .price-grid-text {
    font-size: 16px;
  }

  .price-grid-contain {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-grid-contain.our-work {
    justify-items: center;
  }

  .white-button {
    letter-spacing: 0;
    padding: 12px 20px 13px;
    font-size: 18px;
  }

  .pricing-wrapper-copy {
    padding-top: 30px;
  }

  .faq-answer {
    font-size: 17px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faqs-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-main-wrapper {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .get-in-touch-upper-container {
    margin-bottom: 60px;
  }

  .get-in-touch-image-container {
    width: 100%;
    margin-bottom: 180px;
  }

  .get-in-touch-testimonial-wrapper {
    width: 95%;
    padding: 20px 10px;
  }

  .get-in-touch-testimonial-para {
    font-size: 16px;
  }

  .get-in-touch-testimonial-author {
    font-size: 14px;
  }

  .get-in-touch-field-label {
    font-size: 16px;
  }

  .get-in-touch-text-field, .get-in-touch-select-field {
    height: 55px;
    margin-bottom: 10px;
  }

  .get-in-touch-submit-button {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .utility-page-content {
    margin-top: 40%;
  }

  .protected-hero-heading {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .blue-text-span-16px {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .protected-page-field-label {
    margin-bottom: 10px;
  }

  .protected-page-text-field {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .protected-page-submit-button {
    border-radius: 10px;
  }

  ._404-para-20px {
    margin-bottom: 40px;
    font-size: 16px;
  }

  ._404-hero-heading {
    margin-bottom: 20px;
    font-size: 35px;
  }

  ._404-page-container {
    margin-top: 25%;
  }

  .blog-hero-wrapper-cms {
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

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

  .blog-main-image {
    height: 260px;
  }

  .author-wrapper {
    margin-top: 100px;
  }

  .author-image._200px {
    width: 120px;
  }

  .author-text, .author-name {
    font-size: 22px;
  }

  .author-top-block.center {
    align-items: flex-start;
  }

  .author-position {
    font-size: 18px;
  }

  .locations-wrapper {
    padding-bottom: 100px;
  }

  .location-slider {
    margin-top: 80px;
  }

  .location-slide-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .location-text {
    font-size: 30px;
  }

  .location-slide-image {
    width: 70%;
  }

  .sign-up-with-google-button {
    padding-left: 31px;
    padding-right: 31px;
  }

  ._18-px {
    width: 100%;
  }

  .contact-paragraph, .update-paragraph {
    font-size: 16px;
  }

  .font-title-heading {
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 10px;
    font-size: 35px;
  }

  .career-job-post-apply-text {
    font-size: 18px;
  }

  .style-description {
    font-size: 16px;
  }

  .style-wrapper {
    width: 90%;
  }

  .collection-list-pricing {
    max-width: 350px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-price {
    font-size: 30px;
  }

  .buttons-contain {
    grid-template-columns: 1fr;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .add-to-cart, .buynow-button {
    letter-spacing: 0;
    padding: 12px 20px 13px;
    font-size: 18px;
  }

  .half-semi-circle {
    width: 80%;
  }

  .sign-in-semi-circle {
    width: 30%;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary:hover {
    transform: scale3d(.98, .98, 1.01);
  }

  .button-primary.bg-primary-1.filter-search-header {
    align-self: stretch;
  }

  .button-primary.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary:hover {
    transform: scale3d(.98, .98, 1.01);
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split-content.button-row-first {
    align-self: stretch;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .split-content.button-row-last {
    align-self: stretch;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .flex.buttons {
    flex-direction: column;
    align-self: stretch;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-medium-601px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-search-header-wrapper {
    flex-direction: column;
  }

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

  .horizontal-divider.margin-top-large {
    margin-top: 48px;
  }

  .list-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.borders-radius-18px.city-image {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .h2-size {
    font-size: 23px;
  }

  .split-newsletter-form {
    flex-direction: column;
    display: flex;
  }

  .filter-search-header-icon {
    font-size: 20px;
  }

  .home-card-image {
    border-radius: 16px;
  }

  .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-search-dropdown-list {
    width: 100vw;
    padding-top: 20px;
  }

  .menu-button-2 {
    padding: 10px;
    font-size: 26px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .card {
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.style-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .header-logo {
    width: 130px;
  }

  .figma-card-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
  }

  .error-message.cart-error {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .order-item {
    flex-direction: column;
  }

  .sales-text-wrapper {
    padding: 20px 22px;
    font-size: 22px;
  }

  .container-medium-740px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    max-height: 92vh;
  }

  .header-search {
    margin-right: 15px;
  }

  .cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-logo {
    width: 150px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .sales-image {
    border-radius: 18px;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.add-icon {
    padding-right: 50px;
  }

  .input.filter-search-header {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-item-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .heading-xhuge {
    font-size: 3.25rem;
    line-height: 1.15;
  }

  .hero-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image.three {
    left: -4vw;
  }

  .hero-image.thirteen {
    left: -55vw;
  }

  .hero-image.nine {
    margin-top: -55vw;
    left: -53vw;
  }

  .hero-image.two {
    margin-top: -55vw;
    left: 53vw;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-home-content {
    padding-bottom: 30vh;
  }

  .hero-bottom {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 15vh;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .home-hero-2 {
    height: 93vh;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

  .hero-wrapper-2 {
    grid-row-gap: 80px;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .tab-link-v1---brix {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .tab-link-v1---brix-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu---brix-3 {
    flex-direction: row;
    height: 350px;
  }

  .card-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .popular-badge-align---brix {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .badge-popular---brix {
    position: static;
  }

  .bold-text-7 {
    font-size: 35px;
  }

  .new {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-4 {
    width: 100%;
  }

  .button-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bold-text-10 {
    font-size: 50px;
    line-height: 55px;
  }

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-demo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-compare {
    padding-left: 0;
    padding-right: 0;
  }

  .compare-img {
    width: 250px;
  }

  .text-span-44, .text-span-45 {
    font-size: 50px;
    line-height: 55px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---heading-h2-size {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

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

  .blue-button-3 {
    letter-spacing: 0;
    padding: 12px 20px 13px;
    font-size: 18px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-testimonial-v2 {
    padding: 40px 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

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

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: auto;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h2 {
    font-size: 30px;
  }
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa3-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa5-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa7-66c43f97, #w-node-e7fbf323-5a40-c7fe-c81f-52f6f11fa263-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fa9-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fab-66c43f97, #w-node-_5568526e-69de-227d-4249-e5a6f5e64ae5-66c43f97, #w-node-_3ab7aa73-1e6d-4206-81ba-80ed08c78354-66c43f97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_462ccc3b-e714-b207-ec8b-5ee4401fbbe9-66c43f97 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fbf-66c43f97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc1-66c43f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc3-66c43f97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc5-66c43f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc7-66c43f97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc9-66c43f97, #w-node-b1db68aa-fc4a-b62b-003c-8d6bb26204e1-b26204db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c9ae5a4-a26d-2309-1b42-429628d8fc34-f2b550d4, #w-node-_025be8e0-98bc-1aae-beb4-6e686f0d2ae4-f2b550d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d6b2998-ff6c-0967-6102-513aa565b6a1-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6d6b2998-ff6c-0967-6102-513aa565b6ad-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-f7b68fc0-2e17-ef6f-1bfc-2dab3986d954-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f7b68fc0-2e17-ef6f-1bfc-2dab3986d95d-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-d3ea9d95-c264-0f6e-4c4b-6a35f73ec46c-31b550e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4577c82a-1157-6971-6b00-67237b1f7b78-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4577c82a-1157-6971-6b00-67237b1f7b84-31b550e4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-ff37ce2b-e939-462f-08a6-c80e1a99f1d5-92b550e7, #w-node-e634b258-efd3-0355-da1a-7f296f0430fb-92b550e7, #w-node-_38c27fac-ec46-59a4-2e74-b6289fd88cd1-92b550e7, #w-node-a95eac0c-b6d1-be68-a5d4-ebd234e2d044-92b550e7, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd55-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd57-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd59-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd5b-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd5d-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd5e-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd60-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd62-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd64-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd66-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd67-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd69-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd6b-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd6d-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd6f-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd70-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd72-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd74-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd76-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd78-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd79-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd7b-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd7d-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd7f-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd81-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd82-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd84-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd86-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd88-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd8a-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd8b-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd8d-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd8f-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd91-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd93-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd94-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd96-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd98-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd9a-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd9c-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccd9f-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccda1-7db55104, #w-node-_02083b30-d698-9c94-5654-cc31b57ccda3-7db55104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7709bcd-ccfc-8830-48de-92eee4a21468-852955c7, #w-node-f83fccc8-bf45-8807-f907-3a520e9e8952-852955c7, #w-node-_4696864c-f9f6-91b5-ca72-6647487af7a4-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3141afe9-0a3a-7dc5-7a5c-5da8f2361920-852955c7, #w-node-_11c53c49-b829-9d03-b035-10854ebf0ddb-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98c20872-8010-6604-3fe7-106907c7a52f-852955c7, #w-node-_98c20872-8010-6604-3fe7-106907c7a530-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_98c20872-8010-6604-3fe7-106907c7a533-852955c7, #w-node-_98c20872-8010-6604-3fe7-106907c7a567-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d142-852955c7, #w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d143-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d146-852955c7, #w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d17a-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b623c64-c885-a736-a02c-2e9cc11e5fb2-852955c7, #w-node-_3b623c64-c885-a736-a02c-2e9cc11e5fb3-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3b623c64-c885-a736-a02c-2e9cc11e5fb6-852955c7, #w-node-_3b623c64-c885-a736-a02c-2e9cc11e5fea-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b420-852955c7, #w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b421-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b424-852955c7, #w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b458-852955c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e902c30e-2a7a-9605-be62-e70c77aa5b26-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e902c30e-2a7a-9605-be62-e70c77aa5b2a-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f3b3bb58-ab40-82ec-65ed-e4476f8be78b-26acbc43, #w-node-f3b3bb58-ab40-82ec-65ed-e4476f8be78c-26acbc43, #w-node-f3b3bb58-ab40-82ec-65ed-e4476f8be818-26acbc43, #w-node-f3b3bb58-ab40-82ec-65ed-e4476f8be826-26acbc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_746d2a83-1c01-7b61-e71d-21dd9712a3b9-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_746d2a83-1c01-7b61-e71d-21dd9712a3bd-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_309d2599-f6d2-ffb3-f2c7-726058078451-26acbc43, #w-node-_309d2599-f6d2-ffb3-f2c7-726058078452-26acbc43, #w-node-_309d2599-f6d2-ffb3-f2c7-7260580784ec-26acbc43, #w-node-_309d2599-f6d2-ffb3-f2c7-7260580784fa-26acbc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58d178b8-7958-3a65-8703-2ea8ad0d5f9b-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58d178b8-7958-3a65-8703-2ea8ad0d5f9f-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c7dc2a1d-c096-236c-0625-de4147d423b0-26acbc43, #w-node-c7dc2a1d-c096-236c-0625-de4147d423b1-26acbc43, #w-node-c7dc2a1d-c096-236c-0625-de4147d4244b-26acbc43, #w-node-c7dc2a1d-c096-236c-0625-de4147d42459-26acbc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bee1b78-8dc6-0d5f-85fe-7ec066d6a239-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bee1b78-8dc6-0d5f-85fe-7ec066d6a23d-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_089f69a2-3094-11a3-1596-f9ce44c099c9-26acbc43, #w-node-_089f69a2-3094-11a3-1596-f9ce44c099ca-26acbc43, #w-node-_089f69a2-3094-11a3-1596-f9ce44c09a64-26acbc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973228d6-a8ac-b816-3229-623edcc7b6ac-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_973228d6-a8ac-b816-3229-623edcc7b6b0-26acbc43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_245f35c4-fc32-1f29-240c-05c731fe377e-26acbc43, #w-node-_245f35c4-fc32-1f29-240c-05c731fe377f-26acbc43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fbf-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc3-66c43f97, #w-node-_3298c7ca-3c5c-d26c-d540-2c7e66c43fc7-66c43f97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35f5-3bb550dc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35f8-3bb550dc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf35fb-3bb550dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf364e-3bb550dc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf3651-3bb550dc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fb54a780-d30f-1545-c8ca-d57130bf3654-3bb550dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e3e-92b550e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e47-92b550e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e50-92b550e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e3e-acb550e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e47-acb550e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d3135317-4a11-931a-909e-5f5ae5507e50-acb550e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8c-acb550e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a8f-acb550e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_03e1f766-2dd8-085f-6f0b-0c03078a2a92-acb550e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb7e9f06-6fd9-96e6-8cda-4a476d9be86d-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb7e9f06-6fd9-96e6-8cda-4a476d9be870-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fb7e9f06-6fd9-96e6-8cda-4a476d9be873-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98c20872-8010-6604-3fe7-106907c7a5e3-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c20872-8010-6604-3fe7-106907c7a5e9-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_98c20872-8010-6604-3fe7-106907c7a5ed-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d1f6-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d1fc-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c9892bc-dd1e-fe45-5163-20fdb772d200-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b623c64-c885-a736-a02c-2e9cc11e6066-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3b623c64-c885-a736-a02c-2e9cc11e606c-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b623c64-c885-a736-a02c-2e9cc11e6070-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b4d4-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b4da-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9172b4f7-5691-9b40-405a-3c2f9e15b4de-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b50fed45-b69f-b50a-4790-a097a8e21b7f-852955c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b50fed45-b69f-b50a-4790-a097a8e21b87-852955c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b50fed45-b69f-b50a-4790-a097a8e21b8f-852955c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d6b2998-ff6c-0967-6102-513aa565b6ad-31b550e4, #w-node-f7b68fc0-2e17-ef6f-1bfc-2dab3986d95d-31b550e4, #w-node-_4577c82a-1157-6971-6b00-67237b1f7b84-31b550e4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e902c30e-2a7a-9605-be62-e70c77aa5b2a-26acbc43, #w-node-_746d2a83-1c01-7b61-e71d-21dd9712a3bd-26acbc43, #w-node-_58d178b8-7958-3a65-8703-2ea8ad0d5f9f-26acbc43 {
    justify-self: center;
  }

  #w-node-_3bee1b78-8dc6-0d5f-85fe-7ec066d6a23d-26acbc43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_973228d6-a8ac-b816-3229-623edcc7b6b0-26acbc43 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}