@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --grey: #57586d;
  --dark: #171616;
  --white: white;
  --green: #27dc8f;
  --blue: #437eff;
  --new-grey: #646568;
  --light-gray: #f7f7f9;
  --box-shadow: #b3b3b333;
  --mauve: #d7aef3;
  --montecarlo: #7ed3b2;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-coral: #ff8a56;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --red: #f53d5b;
}

.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-commerceorderconfirmationcontainer {
  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-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

.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, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

@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;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

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

body {
  color: #fff;
  background-color: #171616;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  font-family: Almarai, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

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

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

img {
  border-radius: 30px;
  max-width: 500px;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  color: var(--dark);
  border-left-style: solid;
  border-left-width: 3px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1280px;
  color: var(--dark);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.container._2 {
  justify-content: space-between;
}

.container.fqa-container {
  align-items: center;
}

.container.hero-containar {
  flex-direction: row;
}

.container.hero-containar.landing-facebook-group {
  justify-content: flex-start;
  align-items: center;
}

.container.cpa-2 {
  align-items: center;
  display: flex;
}

.container.sticky-container {
  position: sticky;
}

.margin-15px {
  margin-top: 15px;
}

.body-content {
  border: 1px none var(--dark);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Unbounded, sans-serif;
  overflow: visible;
}

.loader {
  z-index: 9999;
  background-color: #171616;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 370px;
  display: flex;
}

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

.section {
  background-color: var(--white);
  border: 0 solid #0000;
  padding: 165px 5%;
  display: flex;
  position: relative;
}

.section.checkout {
  background-color: #0000;
  padding-top: 140px;
  overflow: visible;
}

.section.product-page {
  padding-top: 180px;
}

.section.visible {
  overflow: visible;
}

.section._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section._100vh.hidd {
  display: none;
}

.section.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.section.no-padding.hidden, .section.hidden {
  display: none;
}

.section.section-hero-landing-page {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0;
}

.section.margin {
  flex-direction: column;
}

.section.x {
  padding-left: 0%;
  padding-right: 0%;
}

.section.section-black {
  max-width: none;
}

.section.new-version {
  display: none;
}

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

.section.d {
  flex-direction: column;
}

.section.full-view-section {
  align-items: center;
  height: 100vh;
}

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

.margin-30px {
  margin-top: 30px;
}

.margin-30px.hidden {
  display: none;
}

.button {
  background-color: var(--green);
  color: #fff;
  border-radius: 1000px;
  align-items: center;
  padding: 16px 32px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--blue);
  color: #fff;
}

.button.small {
  padding: 15px 24px;
  font-size: 15px;
}

.button.small:hover {
  background-color: #81818b4d;
}

.button.full {
  width: 100%;
}

.button.full.apply {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

.button.full.form-button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.margin-40px.hidden {
  display: none;
}

.margin-20px {
  margin-top: 20px;
  display: none;
}

.copyright-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-4 {
  color: var(--dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.title-4.title-max-w {
  max-width: 50vw;
  color: var(--dark);
  text-align: left;
  font-size: 40px;
  font-weight: 600;
}

.title-4.logo-stripe-title {
  color: #fff;
}

.title-4.fqa {
  margin-bottom: 0;
}

.text-field {
  color: #fff;
  background-color: #171616;
  border-color: #fff;
  height: 47px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shrink-item.gird.font {
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  background-color: var(--green);
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: #0f1a3d;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--blue);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.margin-60px {
  margin-top: 60px;
}

.margin-60px.hidden {
  display: none;
}

.title-1 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.title-1.px {
  max-width: 1000px;
  color: var(--dark);
  font-size: 60px;
}

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

.title-1.px-2 {
  font-size: 90px;
}

.title-1.x {
  color: var(--dark);
  font-size: 40px;
}

.title-1.ladnding-page-1 {
  z-index: 10;
  margin-right: 0;
  font-size: 54px;
  font-weight: 600;
}

.title-1.hero-section-2 {
  color: var(--dark);
  text-align: center;
}

.title-1.dark-text {
  color: var(--dark);
  margin-bottom: 40px;
}

.title-1.ladnding-page-2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
}

.title-1.ladnding-page-2-copy {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}

.light-gray-2 {
  background-color: #171616;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: #171616;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: #0f1a3d;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  margin-top: 25px;
}

.text-highlight {
  background-color: #171616;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.margin-50px {
  margin-top: 50px;
}

.light-block {
  background-color: #0f1a3d;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: #0f1a3d;
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.title-2.cpa {
  color: var(--white);
  line-height: 1.5;
}

.title-2.cpa.landing-page-1 {
  z-index: 10;
  text-align: center;
  text-transform: none;
  position: relative;
}

.title-2.landing-page-1 {
  line-height: 1.4;
}

.title-2.landing-page-1.cta-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.title-2.ccc {
  font-size: 30px;
}

.title-2.title-max-w {
  max-width: 50vw;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #ffffffb3;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.light-gray-3 {
  background-color: var(--green);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 19px;
  font-weight: 700;
}

.subtotal.dark {
  color: #fff;
  font-weight: 500;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.checkbox-label-shop {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.discounts {
  background-color: #171616;
  border-color: #ffffff4d;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  font-size: 18px;
  font-weight: 400;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.field-label {
  color: var(--dark);
  flex: none;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label.white {
  color: var(--white);
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-wrapper {
  z-index: 999;
  background-color: var(--dark);
  color: #0000;
  border-radius: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark);
  border-radius: 60px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.navigation.navbar-max-width {
  border-radius: 0 0 30px 30px;
  justify-content: space-between;
  padding: 30px 5%;
}

.navigation.navbar-max-width.nav-width {
  max-width: 1280px;
  padding-left: 0%;
  padding-right: 0%;
}

.moka-logo {
  width: 28px;
  height: 28px;
}

.button-wrapper-navbar {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

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

.logo-wrapper-navbar {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.logo-wrapper-navbar._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  font-size: 15px;
  font-weight: 500;
}

.price-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: #ffffffa8;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.no-item {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

.cart-line-item {
  align-items: center;
}

.empty-state {
  flex-direction: column;
}

.cart-header {
  border-bottom-color: #fff3;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-quantity {
  background-color: var(--green);
  border-style: none;
  width: 48px;
  font-size: 13px;
  font-weight: 500;
}

.cart-container {
  max-width: 520px;
  box-shadow: none;
  background-color: #0f1a3d;
  border: 1px #fff3;
  border-style: none solid;
}

.table-price {
  font-size: 20px;
  font-weight: 700;
}

.cart-button {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  height: 35px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.close-button {
  background-color: var(--green);
  color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.cart-footer {
  border-top-color: #fff3;
}

.cart-circle {
  background-color: var(--green);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #0f1a3d;
}

.paypal {
  margin-bottom: 5px;
}

.x-button {
  filter: invert();
  width: 10px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

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

.logo-absolute {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
}

.block-header {
  background-color: #171616;
  border-color: #ffffff4d;
}

.block-content {
  background-color: #171616;
  border: 1px solid #ffffff4d;
  border-top-style: none;
}

.quantity-text {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 400;
}

.paypal-text {
  color: #fff;
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 500;
}

.cart {
  margin-right: 10px;
  transition: all .3s;
}

.cart._2 {
  margin-right: 10px;
}

.hamburger {
  z-index: 9999;
  cursor: pointer;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.hamburger-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu._2 {
  background-color: var(--green);
  border-radius: 100%;
  flex-direction: row;
  width: 76px;
  height: 76px;
}

.rotator {
  width: 40px;
  margin-bottom: 20px;
}

.white-link {
  color: #fff;
  cursor: none;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.logo-wrapper {
  display: flex;
  position: relative;
}

.logo-wrapper.w--current {
  padding-left: 20px;
}

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

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.loadin-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.remove-button {
  background-color: #171616;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: -4px -2px auto auto;
}

.photo-cart {
  background-color: var(--green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.photo-cart._2 {
  margin-right: 0;
}

.product-image {
  object-fit: cover;
  border-radius: 2px;
  width: 34px;
}

.margin-10px {
  margin-top: 10px;
}

.body {
  background-color: var(--dark);
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
}

.remove {
  z-index: 2;
  filter: invert();
  width: 14px;
  position: absolute;
  transform: scale(0);
}

.menu {
  z-index: 888;
  background-color: #0f1a3d;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  padding: 12% 5% 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(100%);
}

.navigation-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.navigation-link {
  color: var(--new-grey);
  flex-direction: column;
  align-items: center;
  padding: .3vw;
  font-family: Unbounded, sans-serif;
  font-weight: 300;
  display: flex;
}

.navigation-link:hover {
  color: #fff9;
}

.navigation-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--new-grey);
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

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

.paragraph.heder-pargraph {
  color: #82838d;
  text-align: center;
  margin-top: 30px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph.heder-pargraph.x {
  margin-top: 0;
}

.paragraph.heder-pargraph.landing-page-1 {
  color: var(--new-grey);
  text-transform: none;
  font-size: 19px;
}

.paragraph.heder-pargraph.landing-page-1.growth-header {
  text-align: left;
}

.paragraph.heder-pargraph.landing-page-1.xx {
  margin-top: 10px;
}

.paragraph.heder-pargraph.left-align {
  text-align: left;
}

.paragraph.text-center {
  text-align: center;
  max-width: 750px;
  margin-top: 20px;
}

.paragraph.subtitle-hero {
  color: #f7f7f9d4;
  margin-top: 20px;
  margin-bottom: 70px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
}

.paragraph.uuuu {
  margin-top: 78px;
}

.paragraph.custom-pargraph {
  margin-top: 10px;
}

.paragraph.heder-pargraph-top {
  color: #82838d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph.heder-pargraph-top.x {
  margin-top: 0;
}

.paragraph.heder-pargraph-top.landing-page-1 {
  color: var(--new-grey);
  text-transform: none;
  font-size: 19px;
}

.paragraph.heder-pargraph-top.landing-page-1.growth-header, .paragraph.heder-pargraph-top.left-align {
  text-align: left;
}

.paragraph.margin-30px {
  margin-top: 30px;
}

.social-icon {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-image {
  z-index: 2;
  width: 100px;
  position: relative;
}

.filter-image.icon {
  width: 60px;
}

.filter-image.logo {
  margin-bottom: 10px;
}

.project-wrapper {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-link {
  cursor: none;
}

.paragraph-link {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #0009;
}

.paragraph-link._24px {
  color: #fff;
  cursor: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  cursor: none;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #6e6e6ec4;
}

.black-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.black-link:hover {
  text-decoration: underline;
}

.top-part {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}

.top-part._3 {
  float: left;
  cursor: none;
  float: left;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.sub-logo-text {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.dropdown-toggle {
  cursor: none;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.presantation-link {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.social-link {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.circle-cursor {
  z-index: 999;
  background-color: #9bbee666;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: none;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  background-color: var(--blue);
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.button-line {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.photo-interaction {
  position: relative;
  overflow: hidden;
}

.photo-interaction._2 {
  border-radius: 8px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation-2 {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.circle-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  transform: rotate(-30deg)scale(1.05);
}

.instagram-wrapper {
  position: relative;
}

.footer-smalll-link {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-smalll-link:hover {
  color: #000;
}

.paragraph-link-footer {
  color: #161616a1;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.paragraph-link-footer:hover {
  color: #000;
}

.subhead {
  color: #ffffffb3;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}

.subhead.subtitle-hero {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-family: Almarai, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

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

.dropdown-toggle-2 {
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.button-circle {
  z-index: 1;
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #000;
}

.navigation-line {
  width: 100%;
  height: 2px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.hero {
  background-color: var(--dark);
  min-height: 100vh;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 150px 5% 120px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero._2 {
  padding-top: 100px;
  padding-bottom: 0;
}

.switcher-mode {
  z-index: 998;
  background-color: var(--green);
  cursor: pointer;
  border-radius: 100px;
  width: 51px;
  height: 28px;
  padding: 0 2px;
  position: fixed;
  inset: auto auto 12px 12px;
}

.switcher-mode.hidden {
  display: none;
}

.circle-switcher {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  top: 3px;
  left: 3px;
}

.service-circle {
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.margin-100px {
  margin-top: 100px;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.success-message {
  color: #fff;
  background-color: #00b400;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-first {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link-first:hover {
  color: #00000082;
}

.project-link {
  color: #000;
  text-decoration: none;
}

.margin-80px {
  margin-top: 80px;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-box {
  text-align: center;
  border: 1px solid #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 53px 20px;
  font-size: 16px;
  line-height: 2em;
  display: flex;
  position: relative;
}

.pricing-icon {
  background-color: #171616;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: -64px auto auto 50%;
  transform: translate(-50%);
}

.price {
  color: #ffffffb3;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.button-2 {
  color: #000;
  cursor: none;
  background-color: #ff6501;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.pricing-image {
  width: 42px;
}

.pricing-title {
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.toogle-max-w {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  color: #fff;
  border-bottom: 1px solid #ffffff26;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  background-color: var(--green);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  white-space: normal;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo {
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.rich-text-block {
  max-width: 740px;
  color: var(--dark);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

.list-title {
  margin-top: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.list-title._2 {
  margin-bottom: 15px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.services-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pres-wrapper {
  color: #000;
  background-color: #f3f3f3b3;
  padding: 10px 15px 20px;
}

.dots {
  z-index: 2;
  filter: invert();
  width: 20px;
  position: relative;
}

.hamburger-overlay {
  z-index: 1;
  background-color: var(--blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.menu-divider {
  color: #ffffff5c;
  border-bottom: 1px solid #ffffff38;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.menu-divider._2 {
  margin-bottom: 30px;
}

.social-text {
  opacity: .5;
  color: #fff;
  padding-top: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.social-text:hover, .social-text.w--current {
  opacity: 1;
  background-image: url('../images/icons8-play-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.social-text.social {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.social-image {
  filter: invert();
  width: 18px;
  margin-right: 6px;
}

.social-image._2 {
  width: 22px;
}

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

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-down-wrapper._1 {
  z-index: 5;
  align-items: flex-end;
  height: 100vh;
  top: -5%;
  bottom: 0;
}

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

.lottie-animation {
  width: 30px;
}

.hero-max-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-max-w._2 {
  max-width: 90%;
}

.add-scirbbble {
  background-image: url('../images/scribble-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 3px;
  display: inline-block;
}

.photo-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.cta-photo-wrapper {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-photo-wrapper._2 {
  width: 45vw;
  min-height: 65vh;
}

.photo-inside {
  background-image: url('../images/60abc3ec422a705e8eef9002_About.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.photo-inside._2 {
  background-image: url('../images/photo-3.jpg');
}

.photo-inside._3 {
  background-image: url('../images/photo-2.jpg');
}

.photo-inside._4 {
  background-image: url('../images/photo-4.jpg');
}

.max-w-width {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 860px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-width._2 {
  max-width: 96%;
  margin-bottom: 60px;
}

.max-w-width._3 {
  text-align: left;
  margin-bottom: 50px;
}

.max-w-width._4 {
  margin-bottom: 70px;
}

.max-w-width._5 {
  flex-flow: column;
  min-width: 750px;
  max-width: 1450px;
  margin-bottom: 20px;
  display: block;
}

.max-w-width.product-page-button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.max-w-width.cta-3 {
  margin-bottom: 0;
}

.max-w-width.xx {
  margin-bottom: 60px;
}

.shape-2 {
  width: 80px;
  position: absolute;
  inset: 50% 5% auto auto;
}

.shape-2._2 {
  width: 60px;
  top: 20%;
}

.shape-2._3 {
  width: 120px;
}

.shape-3 {
  width: 80px;
  position: absolute;
  inset: auto auto 70px 50px;
}

.shape-3._2 {
  width: 34px;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 280px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

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

.service-grid.landing-page-1.delete-group {
  margin-top: 0;
}

.service-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-gray);
  box-shadow: 0 0 80px -20px var(--box-shadow);
  border: 1px #f7f7f99e;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  line-height: 8px;
  display: flex;
  position: relative;
}

.service-title {
  color: var(--dark);
  text-align: center;
  margin-bottom: 15px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.service-title.x {
  color: var(--dark);
  font-size: 18px;
}

.algin-center {
  justify-content: center;
  display: flex;
}

.algin-center.hidden {
  display: none;
}

.button-cricle {
  opacity: 1;
  width: 200px;
  height: 200px;
  color: var(--white);
  text-transform: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.button-cricle.go-top {
  z-index: 999;
  width: 100px;
  height: 100px;
  padding: 15px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-cricle.go-top.w--current {
  z-index: 998;
  opacity: 1;
  border-radius: 100%;
}

.button-cricle.go-top.hidden {
  display: none;
}

.button-cricle.play {
  width: 170px;
  height: 170px;
}

.circle-shape {
  background-color: var(--green);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circle-shape.project-page {
  background-color: var(--blue);
  width: 80%;
  height: 80%;
}

.button-text {
  z-index: 3;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  position: relative;
}

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

.project-wrapper-link {
  background-color: var(--light-gray);
  color: #fff;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-animation {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-animation:hover {
  background-color: #0000;
}

.project-wrapper-first {
  z-index: 3;
  background-color: var(--dark);
  opacity: 0;
  background-image: url('../images/GRDIANT-1.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.project-title {
  color: var(--dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.project-category {
  color: var(--grey);
  font-family: Almarai, sans-serif;
  font-size: 16px;
}

.project-category:hover {
  opacity: 1;
}

.absolute-background {
  background-color: var(--light-gray);
  display: none;
  position: absolute;
  inset: 0%;
}

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

.skills-text {
  color: #fff;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.skills-overlay {
  background-color: var(--blue);
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay._4 {
  width: 89%;
}

.skills-overlay._1 {
  width: 95%;
}

.skills-overlay._2 {
  width: 100%;
}

.skills-overlay._3 {
  width: 93%;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.skills-grid-primary {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fun-facts-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  color: var(--blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.numbers {
  justify-content: flex-start;
  height: 110px;
  display: flex;
  overflow: hidden;
}

.number-digit {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.small-sign {
  color: #ffffffb3;
  align-self: flex-end;
  margin-left: 2px;
  padding-bottom: 15px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.metrics-text {
  font-size: 21px;
  font-weight: 400;
}

.max-w-left {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.success-message-2 {
  background-color: var(--green);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}

.contact-flex {
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: flex;
}

.contact-flex.vertical {
  border: 0 solid #c9c9c996;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

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

.contact-field-form {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  height: 55px;
  color: var(--new-grey);
  border-radius: 8px;
  margin: 0;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-field-form:active {
  border-bottom-color: #fff;
}

.contact-field-form:focus {
  border-color: var(--blue);
}

.contact-field-form::placeholder {
  color: var(--grey);
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contact-field-form.area {
  height: auto;
  color: var(--new-grey);
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2vh;
}

.contact-field-form._0px {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
}

.blog-post-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-flex-category {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-title {
  color: var(--dark);
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.category-text {
  color: var(--grey);
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.category-text.category-link {
  transition: all .2s;
}

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

.button-divider-blog {
  width: 20px;
}

.button-divider-blog.circle {
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.bottom-part {
  background-color: var(--green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 30px 35px;
  display: flex;
  position: relative;
}

.bottom-part._2 {
  text-align: center;
  background-color: #0000;
  padding: 30px 5px 0;
}

.logo-footer {
  width: 220px;
}

.paragraph-link-1 {
  color: #fff9;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.paragraph-link-1:hover {
  color: #fff;
}

.subscribe-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 55px;
  padding-left: 0;
  font-family: Almarai, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.subscribe-field::placeholder {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

.submit-button {
  background-color: var(--green);
  background-image: url('../images/icons8-arrow-192.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 22px;
  width: 70px;
  height: 55px;
  margin-left: 20px;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--blue);
  background-image: url('../images/icons8-arrow-192.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.white-link-2 {
  color: #fff;
}

.footer {
  background-color: #14142b0f;
  padding-top: 0;
  padding-bottom: 30px;
}

.copyright-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.top-footer-part {
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form {
  display: flex;
}

.footer-title {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.footer-1 {
  color: #ffffffb3;
  margin-bottom: 5px;
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-1:hover {
  color: #fff;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 640px;
  display: grid;
}

.contact-grid.on-footer {
  grid-template-columns: 1fr;
}

.copyright {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.arrow-img {
  z-index: 3;
  position: absolute;
}

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

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.author-photo {
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 150px;
  height: 170px;
}

.author-photo._2 {
  background-image: url('../images/team-2.jpg');
}

.author-photo._3 {
  background-image: url('../images/team-3.jpg');
}

.role-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.social-wrapper-large {
  filter: invert();
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.social-link-1 {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.social-link-1:hover {
  opacity: .6;
}

.font-flex {
  display: flex;
}

.font-share {
  font-size: 80px;
  line-height: 80px;
}

.heading-3 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.image {
  width: 200px;
  margin-top: -80px;
  display: none;
}

.form-block-2 {
  width: 100%;
  min-width: 750px;
  max-width: 750px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.track {
  height: 400vw;
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: row;
  height: 100vh;
  display: flex;
}

.div-block-2 {
  flex: none;
}

.service-item {
  width: 100vw;
  height: 100vh;
  padding: 25px;
}

.service-image {
  width: 100%;
  color: var(--green);
  display: block;
}

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

.div-block-4 {
  align-items: center;
  display: block;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.hero-heading-2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  color: #211f54;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  color: #211f54;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: none;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.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---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

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

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  padding-top: 0;
  padding-bottom: 160px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: #f7f7fc;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---text-200-bold {
  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---color-accent-1 {
  color: #4a3aff;
}

.brix---text-200 {
  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---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.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: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  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 {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
  box-shadow: 0 2px 7px #14142b0f;
}

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

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

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.lottie-animation-2 {
  width: 300px;
  max-width: none;
  height: 300px;
}

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

.section-2 {
  z-index: 2;
  background-color: #1b1b1b;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: visible;
}

.section-2.overflow {
  z-index: 20;
  background-color: #0000;
  border: 1px solid #0000;
  max-width: 100vw;
  margin-top: -149px;
  padding-top: 400px;
  padding-bottom: 200px;
  overflow: visible;
}

.section-2.overflow.landing-page {
  z-index: 1;
  background-color: #0000;
  background-image: none;
  margin-top: -30vh;
}

.div-block-7 {
  transform: rotate(-23deg);
}

.grid-gallery-hero-reverse {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 145vw;
  margin-bottom: 5vh;
}

.div-block-8 {
  border-radius: 8px;
  width: 63vh;
  height: 45vh;
  overflow: hidden;
}

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

.grid-gallery-hero {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 145vw;
  margin-bottom: 5vh;
}

.div-block-9 {
  display: block;
}

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

.text-span-2 {
  color: #27dc8f;
}

.columns {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.div-block-10 {
  max-width: 50vw;
  margin-top: 50px;
  margin-left: auto;
}

.div-block-11 {
  max-width: 700px;
  margin-top: 50px;
  margin-left: auto;
}

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

.small-paragraph {
  color: var(--new-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.small-paragraph.service-paragraph {
  text-align: center;
  font-size: 18px;
}

.small-paragraph.heder-pargraph {
  text-align: center;
  margin-top: 30px;
  margin-left: 0;
}

.small-paragraph.service-pargraph {
  text-align: center;
  font-size: 16px;
}

.small-paragraph.foftter-pargraph {
  margin-bottom: 0;
}

.small-paragraph.secrets-section-pargraph {
  color: var(--grey);
  text-align: center;
}

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

.small-paragraph.link:hover {
  color: var(--blue);
}

.navbar-title {
  color: var(--white);
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.service-image-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 240px;
  display: flex;
}

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

.form-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-2.max-width {
  max-width: 50vw;
}

.paragraph-2 {
  color: #ffffffb3;
}

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

.text-span-6 {
  font-size: 80px;
}

.image-2 {
  max-width: 170px;
}

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

.text-span-7, .text-span-8 {
  color: var(--green);
}

.horizontal-scroll-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: none;
}

.secret-card {
  grid-row-gap: 10px;
  background-color: var(--light-gray);
  width: 100%;
  height: 300px;
  box-shadow: 0 4px 10px -10px var(--dark);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.heading-4 {
  color: var(--mauve);
}

.secrer-title, .paragraph-3 {
  text-align: center;
}

.text-span-9 {
  color: var(--green);
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-5 {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--green);
}

.brix---text-201 {
  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-2 {
  color: #4a3aff;
}

.brix---text-200-bold-2 {
  color: var(--dark);
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-left-16px {
  margin-left: auto;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---paragraph-default-2 {
  color: var(--grey);
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

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

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

.brix---card-left-pd-40px {
  box-shadow: 0 0 80px -20px var(--box-shadow);
  background-color: #0000;
  border: 0 #eff0f6;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  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---mg-bottom-16px {
  margin-bottom: 16px;
}

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

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  background-color: var(--white);
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.cf-testimonial-position {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
}

.cf-testimonial-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

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

.cf-testimonial-block {
  align-items: flex-start;
  display: flex;
}

.cf-testimonial-paragraph {
  color: #0d0e10;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.cf-hero-6---text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-1 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cf-client-image-white {
  color: #ff5e69;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.cf-client-image {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.cf-home-6---clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.cf-home-6---divider {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-home-6---top-contain {
  width: 100%;
  max-width: 510px;
  display: flex;
}

.cf-20px-paragraph---white {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.cf-40px-heading---white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 80px;
}

.cf-1140px-wrapper---hero-6 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.cf-hero-section-6 {
  background-color: #0d0e10;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.cf-section-placeholder {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.hide {
  display: none;
}

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

.cf-image.contain {
  object-fit: contain;
}

.cf-testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.cf-testimonial-slider-right-arrow {
  background-color: #0f072c;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.cf-testimonial-slider-left-arrow {
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.cf-testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.cf-testimonial-person-designation-text.slide-current-author {
  width: 200%;
  display: block;
}

.cf-testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.cf-testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.cf-testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.cf-testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.cf-testimonial-person-image.slide-author1.current {
  background-image: url('../images/julian-wan-WNoLnJo7tS8-unsplash-1.jpg');
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.cf-testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.cf-testimonial-slider-content-wrapper {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

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

.cf-testimonial-container {
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-testimonial-top-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

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

.cf-nav-wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
  position: relative;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-section-4 {
  background-color: var(--white);
}

.cf-testimonial-logos {
  opacity: .9;
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-logos-contain.header-2 {
  grid-row-gap: 40px;
  width: 100%;
  color: var(--dark);
  flex-direction: column;
  display: none;
}

.cf-hero-layer-blur {
  filter: blur(100px);
  background-color: #f3f3f3;
  width: 100%;
  height: 50px;
  margin-bottom: 220px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  width: 120px;
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: var(--light-gray);
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-right-image {
  max-width: 100%;
}

.cf-image-review-container {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  max-width: 627px;
  display: flex;
  position: relative;
  top: -80px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 6px;
}

.cf-testmonial-text-wrapper {
  z-index: 50;
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.home-left-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  max-width: 700px;
  height: 60vh;
  margin-top: 5vh;
  margin-right: 5vw;
  display: flex;
}

.cf-1140px-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: var(--light-gray);
  padding-top: 0;
  overflow: hidden;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  background-color: var(--dark);
  background-image: none;
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.cf-features-section-2 {
  background-color: var(--white);
}

.text-block-2 {
  padding-left: 0;
}

.body-2 {
  background-color: var(--light-gray);
}

.paragraph-4 {
  color: var(--grey);
  font-family: Almarai, sans-serif;
  font-size: 18px;
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  inset: 40% 2% auto auto;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  inset: 11% auto auto 3%;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  inset: 40% auto auto 2%;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Unbounded, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.cta {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

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

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

.button-secondary {
  background-color: var(--blue);
  color: #fff;
  border-radius: 1000px;
  align-items: center;
  min-width: 100px;
  padding: 14px 30px;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.button-secondary:hover {
  background-color: var(--green);
  color: #fff;
}

.button-secondary.small {
  padding: 15px 24px;
  font-size: 15px;
}

.button-secondary.small:hover {
  background-color: #81818b4d;
}

.button-secondary.full {
  width: 100%;
}

.button-secondary.full.apply {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

.button-secondary.full.form-button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-secondary.big-button {
  z-index: 10;
  flex-wrap: nowrap;
  order: 0;
  justify-content: center;
  min-width: 40%;
  max-width: 400px;
  height: 60px;
  display: flex;
  position: relative;
}

.button-secondary.big-button.calendly-button {
  min-width: 40%;
  display: flex;
}

.button-secondary.big-button.calendly-button.smaller {
  min-width: 30%;
}

.button-secondary.big-button.calendly-button.full-button {
  width: 100%;
  min-width: auto;
  max-width: none;
  color: var(--dark);
  background-color: #0000;
  border: 1px solid #6465682e;
}

.button-secondary.big-button.button-outline {
  border: 1px solid var(--box-shadow);
  background-color: #0000;
}

.button-secondary.navbar-button {
  font-size: 13px;
  line-height: 16px;
}

.button-secondary.calendly-button {
  padding-left: 34px;
  padding-right: 34px;
}

.button-secondary.calendly-button.button-outline {
  border: 1px solid var(--new-grey);
  color: var(--white);
  background-color: #0000;
}

.cf-logo-background-text {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Serif, serif;
  font-size: 300px;
  font-weight: 600;
  line-height: 320px;
  display: block;
  position: absolute;
  inset: 3% 0% auto;
}

.cf-logos-image {
  object-fit: contain;
}

.cf-logo-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 178px;
  height: 100px;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.cf-logos-contain {
  z-index: 10;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  display: flex;
  position: relative;
}

.cf-logos-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  max-width: 620px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.cf-logo-wrapper {
  background-color: #0d0e10;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cf-logo-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-right-arrow {
  width: 50%;
  right: -8px;
}

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-no-mask {
  width: 400px;
  overflow: visible;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-reviewer-container {
  width: 100%;
  position: relative;
}

.cf-colourful-text {
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #b16cea, #ff5e69 49%, #ff8a56 75%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-testimonial-h2-heading {
  font-family: Montserrat, sans-serif;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-review-section {
  background-color: #211f54;
  padding-top: 200px;
  padding-bottom: 200px;
}

.text-span-14, .text-span-15, .text-span-16 {
  color: var(--green);
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  z-index: 10;
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -23% -22% auto;
}

.cf-pink-button {
  color: #0b0b0b;
  background-color: #ff5e69;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: #ffa84b;
}

.cf-purple-button {
  color: #000;
  background-color: #b16cea;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  color: #0b0b0b;
  background-color: #ff8a56;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  color: var(--grey);
  letter-spacing: 2.24px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  background-color: var(--dark);
  color: #fff;
  position: relative;
}

.text-span-17, .text-span-19 {
  color: var(--green);
}

.xs-paragraph {
  color: var(--new-grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-span-20, .text-span-21 {
  color: var(--green);
}

.image-3 {
  width: 150px;
  max-width: 150px;
}

.image-4, .image-5 {
  width: 150px;
}

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

.cf-logo-images-2 {
  background-color: #0000;
  max-width: 100px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-top: 48px;
  display: grid;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

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

.hero-buttons-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.hero-social-prof-image {
  width: 161px;
  height: 41px;
  display: block;
}

.hero-social-prof-image.home-page {
  display: block;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  color: var(--green);
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  border-radius: 50px;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  border-radius: 50px;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 1;
  border-radius: 50px;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  border-radius: 50px;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  max-width: 990px;
  color: var(--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #b16cea;
  background-image: linear-gradient(to right, #b16cea, #ff5e69 54%, #ffa84b);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

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

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 180px;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  box-shadow: 0 0 80px -20px var(--box-shadow);
  background-color: #fff;
  border-radius: 22px;
  padding: 40px;
}

.cf-growth-wrapper.large {
  max-width: 760px;
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-growth-section {
  background-color: var(--white);
  position: relative;
}

.text-span-29, .text-span-30 {
  color: var(--green);
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-faq-answer {
  color: var(--new-grey);
  text-align: justify;
  letter-spacing: -.32px;
  margin-bottom: 0;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.cf-down-arrow {
  filter: sepia();
}

.title-7 {
  border: 1px none var(--dark);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.title-7.margin-top {
  margin-top: 80px;
}

.title-7.margin-bottom {
  margin-bottom: 29px;
}

.cf-faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cf-faq-wrapper {
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px #f3eded;
  border-right: 1px #000;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq-right-contain {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  max-width: 556px;
  display: flex;
}

.cf-faq-left-contain {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  display: flex;
}

.cf-faq-contain {
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.cf-faq-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-section-1 {
  position: relative;
}

.cf-growth-wrapper-copy {
  width: 100%;
  max-width: 360px;
  max-height: 360px;
  box-shadow: 0 0 80px -20px var(--box-shadow);
  background-color: #fff;
  border-radius: 22px;
  padding: 40px;
}

.cf-growth-wrapper-copy.large {
  max-width: 760px;
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cf-growth-wrapper-copy2 {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-copy2.large {
  max-width: 760px;
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.navbar {
  background-color: var(--dark);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.navbar-wrapper {
  z-index: 999;
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-navbar-mobile-only {
  width: 160px;
  max-width: 160px;
  display: block;
}

.cta-1 {
  background-color: var(--white);
  border: 0 solid #0000;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  padding: 165px 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.cta-1.checkout {
  background-color: #0000;
  padding-top: 140px;
  overflow: visible;
}

.cta-1.product-page {
  padding-top: 180px;
}

.cta-1.visible {
  overflow: visible;
}

.cta-1._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.cta-1._100vh.hidd {
  display: none;
}

.cta-1.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.cta-1.no-padding.hidden, .cta-1.hidden {
  display: none;
}

.cta-1.section-hero-landing-page {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0;
}

.cta-1.margin {
  flex-direction: column;
}

.cta-1.x {
  padding-left: 0%;
  padding-right: 0%;
}

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

.div-block-17 {
  position: relative;
}

.section-black {
  background-color: var(--dark);
  border: 0 solid #0000;
  padding: 165px 5%;
  display: flex;
  position: relative;
}

.section-black.checkout {
  background-color: #0000;
  padding-top: 140px;
  overflow: visible;
}

.section-black.product-page {
  padding-top: 180px;
}

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

.section-black._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-black._100vh.hidd {
  display: none;
}

.section-black.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.section-black.no-padding.hidden, .section-black.hidden {
  display: none;
}

.section-black.section-hero-landing-page {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0;
}

.section-black.margin {
  flex-direction: column;
}

.section-black.x {
  padding-left: 0%;
  padding-right: 0%;
}

.section-black.last-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.subtitle-hero {
  color: #f7f7f9d4;
  margin-top: 20px;
  margin-bottom: 70px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.ageny-name {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-mobile {
  width: 28px;
  display: none;
}

.logo-desktop {
  width: 28px;
}

.link-block-2 {
  width: 25%;
  display: block;
}

.text-span-35, .text-span-36 {
  color: var(--green);
}

.footer-title-2 {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.container-2 {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-block-3 {
  max-width: 80%;
}

.footer-2 {
  background-color: #0000;
  padding: 50px 5% 30px;
}

.submit-button-2 {
  background-color: #202e5a;
  background-image: url('../images/icons8-arrow-192.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 70px;
  height: 55px;
  margin-left: 20px;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: #9bbee6;
  background-image: url('../images/icons8-arrow-192.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.top-footer-part-2 {
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.paragraph-link-1-2 {
  color: #ffffffb3;
  margin-bottom: 5px;
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.paragraph-link-1-2:hover {
  color: #fff;
}

.subscribe-field-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 55px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 500;
}

.subscribe-field-2::placeholder {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 500;
}

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

.logo-footer-2 {
  width: 140px;
}

.field-label-2 {
  color: #ffffffb3;
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.section-3 {
  background-color: #0000;
  padding: 120px 5%;
  position: relative;
}

.section-3.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.contact-flex-2 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-flex-2.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.button-3 {
  color: #fff;
  background-color: #202e5a;
  border-radius: 3px;
  align-items: center;
  padding: 22px 30px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-3:hover {
  color: #fff;
  background-color: #9bbee6;
}

.button-3.full {
  width: 100%;
}

.contact-field-form-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  height: 45px;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form-2:active, .contact-field-form-2:focus {
  border-bottom-color: #fff;
}

.contact-field-form-2::placeholder {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form-2.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.photo-inside-2 {
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.photo-inside-2._3 {
  background-image: url('../images/photo-2.jpg');
}

.max-w-width-2 {
  text-align: center;
  max-width: 750px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width-2._3 {
  text-align: left;
  margin-bottom: 50px;
}

.title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vw;
  font-weight: 500;
  line-height: .95;
  position: relative;
}

.title-5.px-2 {
  font-size: 90px;
}

.cta-photo-wrapper-2 {
  background-color: #202e5a;
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-photo-wrapper-2._2 {
  width: 45vw;
  min-height: 65vh;
}

.title-6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

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

.div-block-18 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--grey);
  font-family: Almarai, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-19 {
  margin-top: 20px;
}

.btn-icon {
  margin-left: 8px;
}

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

.container-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  color: #68ff5b;
  border-color: #68ff5b;
}

.section-4 {
  padding: 80px 40px;
}

.service-title-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 30px;
  display: flex;
}

.service-title-2.w--open {
  padding-top: 0;
}

.btn-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.service-desc {
  background-color: #0000;
  padding-bottom: 10px;
  position: relative;
}

.text-medium {
  letter-spacing: 1px;
}

.chevron-icon {
  line-height: 0;
}

.service-item-2 {
  width: 100%;
}

.text-extra-large {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}

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

.project-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  background-image: linear-gradient(#fff0 34%, #000000bd);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.empty-state-2 {
  color: #fff;
  background-color: #0d100d;
}

.project-img {
  object-fit: contain;
  width: 100%;
  min-width: 540px;
  max-width: 540px;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
}

.projects-wrapper-sticky {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project {
  object-fit: contain;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  max-height: 650px;
  padding-right: 20px;
  overflow: visible;
}

.project-list {
  width: 100%;
  height: 100%;
  display: flex;
}

.project-name {
  margin-bottom: 10px;
}

.project-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-info {
  z-index: 11;
  opacity: 0;
  color: #fff;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-wrapper-2 {
  width: 100%;
  height: 100%;
}

.section-horizontal-scroll {
  width: 100%;
  height: 200vw;
  position: relative;
}

.text-span-39 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.night-sky-fixed-background {
  z-index: 100;
  opacity: 1;
  background-color: #0e1081;
  background-image: url('../images/graphy-dark.png');
  background-position: 0 0;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.gradient {
  text-align: center;
  background-image: url('../images/Frame-18_1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.gradient.horizontal-image-1 {
  background-image: url('../images/Frame-21.png');
  border-radius: 20px;
}

.gradient.horizontal-image-2 {
  background-image: url('../images/xx.png');
}

.the-height-400vh-section {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 150px;
  bottom: 0;
  overflow: hidden;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.horizontal-images {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.a-block {
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  width: 80vw;
  height: 80vh;
  max-height: none;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.a-block.image-1 {
  background-image: url('../images/Frame-18.png');
}

.custom-header {
  z-index: 50;
  opacity: .09;
  color: var(--dark);
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14vw;
  position: absolute;
  top: 0;
}

.div-block-20 {
  width: 100%;
  box-shadow: 0 20px 200px 20px var(--white);
  background-color: #ffffff52;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: absolute;
}

.text-block-4 {
  color: var(--dark);
  font-size: 40px;
}

.links-wrapper {
  perspective: 2000px;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 165px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-item {
  perspective: 2000px;
  transform-origin: 0%;
  color: #131313;
  justify-content: center;
  align-items: center;
  margin-top: -.5vw;
  margin-bottom: -.5vw;
  font-size: 10vw;
  line-height: 1;
  display: flex;
}

.link-item__text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #131313, #2e2e2e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 9vw;
}

.link-item__text:hover {
  background-color: var(--dark);
  color: var(--mauve);
  background-image: none;
  border: 0 #0000;
}

.link-item__text.headline {
  color: #ebebeb;
  background-image: linear-gradient(to right, #ebebeb, #f0f0f0);
}

.link-item__text.first {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  color: #f0f0f2;
  padding-bottom: 50px;
  position: sticky;
  top: 100px;
}

.div-block-21 {
  background-color: var(--white);
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.box {
  width: 15em;
  position: relative;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.hero_title {
  letter-spacing: -.04em;
  margin-left: -.05em;
  font-size: 12vw;
  font-weight: 400;
  line-height: .8;
}

.image-contain {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.draggable-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.container-4 {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7em;
  position: relative;
}

.container-4.is--draggable {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container-4.is--nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-4.is--hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: auto;
  display: flex;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-5 {
  position: relative;
}

.box-inner {
  z-index: 1;
  background-color: var(--montecarlo);
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-contain {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work_wrap {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 27%;
}

.work_item {
  color: #d1ecee4d;
}

.work_link {
  width: 100%;
}

.work_title {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 7em;
  font-weight: 300;
  line-height: 1;
}

.work_img {
  display: none;
}

.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;
}

.rotate-heading {
  color: var(--dark);
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.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;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  width: 12px;
  height: 12px;
  color: var(--green);
  background-color: #0000;
  border: 2px solid #fff;
  margin-left: 18px;
  margin-right: 18px;
}

.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;
}

.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.bottom-text {
  align-items: center;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  background-color: var(--dark);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-heading-2 {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.cf-logo-images-3 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-3 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.cf-logo-22px-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

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

.div-block-22 {
  padding: 12px 20px;
}

.div-block-23 {
  width: 100%;
  margin-top: 100px;
}

.stacked-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body-display {
  color: #a0a1af;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.card-link {
  border: 1px solid var(--box-shadow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: flex;
}

.three-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  color: #a0a1af29;
  text-align: left;
  font-size: 12vh;
  font-weight: 600;
  line-height: 1.3em;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--box-shadow);
  border-radius: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  background-color: var(--box-shadow);
  height: 1px;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.medium-width {
  max-width: 600px;
}

.section-copy {
  background-color: var(--white);
  border: 0 solid #0000;
  margin-top: -287px;
  padding: 0 5% 165px;
  display: flex;
  position: relative;
}

.section-copy.checkout {
  background-color: #0000;
  padding-top: 140px;
  overflow: visible;
}

.section-copy.product-page {
  padding-top: 180px;
}

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

.section-copy._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-copy._100vh.hidd {
  display: none;
}

.section-copy.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.section-copy.no-padding.hidden, .section-copy.hidden {
  display: none;
}

.section-copy.section-hero-landing-page {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0;
}

.section-copy.margin {
  flex-direction: column;
}

.section-copy.x {
  padding-left: 0%;
  padding-right: 0%;
}

.section-copy.section-black {
  max-width: none;
}

.section-copy.new-version {
  display: none;
}

.section-copy.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-24 {
  width: 100%;
  margin-top: 45px;
}

.marq-holder {
  display: block;
}

.marquee {
  background-color: var(--montecarlo);
  color: #fff;
  border-radius: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.marquee._2 {
  margin-bottom: 200px;
}

.marquee._1 {
  margin-top: 200px;
}

.marq-text {
  width: 3000px;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 11vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.icon {
  width: 80%;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  align-items: flex-start;
  margin-top: 30px;
}

.marquee-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.column-2 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

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

.flex-horizontal-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

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

.service-wrapper {
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px #f3eded;
  border-right: 1px #000;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

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

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display-2 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 14px;
  line-height: 1.45em;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  color: #000;
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  height: auto;
  min-height: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.heading-7 {
  margin-top: 0;
}

.text-block-5 {
  color: var(--new-grey);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 2%;
}

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

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.heading-8 {
  align-self: center;
  font-size: 16px;
}

.heading-9 {
  line-height: 1.5;
}

.bold-text {
  font-size: 30px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

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

.bold-text-3 {
  color: var(--new-grey);
}

.image-8 {
  max-width: 300px;
  margin-top: 0%;
  margin-bottom: -88px;
  margin-left: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.column-4 {
  flex-direction: column;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

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

.text-span-43 {
  font-weight: 700;
}

.home__autor-ava {
  border-radius: 50%;
}

.home__autor-p {
  color: #101010cc;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.6em;
}

.lines {
  background-image: url('../images/ico_star2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.lines.mod--author {
  background-image: none;
  margin-top: 105px;
  top: 0;
  bottom: auto;
  left: 405px;
}

.home__autor-txt-wrap {
  padding-left: 40px;
  overflow: hidden;
}

.home__autor-title {
  letter-spacing: .01em;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.content {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.home__col {
  flex: 1;
  position: relative;
}

.home__col.col--bottom-1 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.home__col.col--bottom-2 {
  flex: 0 auto;
  width: 660px;
  max-width: 50vw;
  overflow: hidden;
}

.home__autor-job {
  color: #10101099;
}

.home__autor-desc-span {
  text-align: right;
  width: 100%;
  display: inline-block;
}

.section-7 {
  padding: 64px;
}

.section-7.section--advant {
  background-color: var(--white);
}

.lines__line {
  background-color: #101010;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.lines__line.mod--author-3 {
  background-color: var(--box-shadow);
  width: .8px;
  height: 400px;
  inset: 20px auto auto 20px;
}

.lines__line.mod--author-2 {
  background-color: var(--box-shadow);
  border: 0 solid #0000;
  border-radius: 0;
  width: 890px;
  height: .8px;
  font-size: 10px;
  left: 20px;
  right: auto;
}

.lines__line.mod--author-1 {
  background-color: var(--box-shadow);
  width: 430px;
  height: .8px;
}

.about__columns {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.advant__tabs {
  width: 100%;
  height: 650px;
  position: relative;
}

.advant__tabs-nav {
  align-items: center;
  margin-top: 24px;
  margin-left: 76px;
  display: flex;
}

.advant__img-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.btn-tag {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #101010;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  margin-right: 16px;
  padding: 4px 20px 5px 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn-tag:hover, .btn-tag.w--current, .btn-tag.active {
  color: #e1d4d5;
  background-color: #101010;
}

.advant__card {
  background-color: #f3e9e4;
  border: 1px solid #101010;
  width: 100%;
  max-width: 336px;
  margin-bottom: -56px;
  padding: 40px 38px;
  transition: all .5s;
  position: relative;
}

.advant__card.active {
  opacity: 1;
  opacity: 1;
  max-height: 200px;
  bottom: 0;
}

.btn-tag__star {
  filter: contrast(128%) invert() grayscale();
  background-image: url('../images/ico_star2-menu.svg');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  transition: all .2s;
  display: block;
}

.advant__card-wrap {
  width: 100%;
  padding-right: 76px;
  transition: all .3s;
}

.advant__card-wrap.active {
  opacity: 1;
}

.advant__card-img-wrap {
  width: 100%;
  max-width: 256px;
  height: 164px;
  margin-bottom: 40px;
  position: relative;
}

.advant__card-img {
  object-fit: cover;
  width: 100%;
  height: 0%;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0%;
}

.advant__card-img.active {
  height: 100%;
}

.advant__card-img.mod--4 {
  z-index: 4;
}

.advant__card-img.mod--2 {
  z-index: 2;
}

.advant__card-img.mod--3 {
  z-index: 3;
}

.advant__img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 0%;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0%;
}

.advant__img.mod--3 {
  z-index: 3;
}

.advant__img.mod--4 {
  z-index: 4;
}

.advant__card-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid.mod--advant {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.advant__card-txt {
  z-index: 0;
  opacity: 0;
  background-color: #f3e9e4;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.advant__card-txt.mod--2 {
  z-index: 2;
}

.advant__card-txt.mod--4 {
  z-index: 4;
}

.advant__card-txt.active {
  opacity: 1;
}

.advant__card-txt.mod--3 {
  z-index: 3;
}

.advant__card-txt-wrap {
  min-height: 190px;
  position: relative;
}

.advant__card-p {
  color: #10101099;
  margin-bottom: 0;
}

.image-9 {
  z-index: 10;
  width: 200px;
  max-width: none;
  height: 200px;
  margin-top: 0;
  margin-left: 25%;
  position: absolute;
  inset: auto auto -39px -68px;
}

.text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  color: var(--green);
}

.main-navbar {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.title-8 {
  border: 1px none var(--dark);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.title-8.margin-top {
  margin-top: 80px;
}

.title-8.ask-question {
  margin-bottom: 40px;
}

.title-8.margin-30 {
  margin-top: 50px;
}

.italic-text {
  color: var(--green);
  font-style: normal;
}

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

.link-2 {
  display: none;
}

.typed-words, .text-span-50, .text-span-51 {
  color: var(--green);
}

.typer {
  color: var(--green);
  display: none;
}

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

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library-medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 31%, var(--conversion-flow-library-light-coral) 75%, var(--conversion-flow-library-coral) 92%, var(--conversion-flow-library-sandy-brown));
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library-medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-absolute-tab-image {
  width: 100%;
  max-width: 315px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.cf-tab-image-2 {
  object-fit: contain;
}

.cf-flex-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-tabs-content-2 {
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
  overflow: visible;
}

.cf-18px-paragraph-dim-grey {
  color: #646464;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  padding-left: 40px;
  display: block;
}

.cf-tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.cf-tab-content {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.cf-tab-link {
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  display: flex;
}

.cf-tab-link.w--current {
  background-color: #0000;
}

.cf-tab-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cf-tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.cf-tabs {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-feature-tabs-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.cf-feature-tabs-section {
  width: 100%;
}

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

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.autoplay-script {
  display: none;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-body---18px-2 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px-2.white {
  color: #fff;
}

.cf-h3-heading-40px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-h3-heading-40px-2.white {
  color: #fff;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

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

.cf-wrapper-1161.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-wrapper-1161.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-mission-image-2 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.cf-image-animation-div-2 {
  width: auto;
}

.cf-mission-special-image-2 {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper-2 {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.mission-grid-text-wrapper-2 {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cf-heading-animation-div-2 {
  width: auto;
}

.cf-yellow-king-text-span-2 {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container-2 {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper-2 {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper-2.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container-2 {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-section-2 {
  color: #fff;
  background-color: #000;
  position: relative;
}

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

.cf-video-play-button-inside {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(127deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97.5px;
  height: 97.5px;
  display: flex;
  overflow: hidden;
}

.cf-video-play-button {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cf-video-thumbnail.contain {
  object-fit: contain;
}

.cf-video-laptop-bar-image {
  height: 40px;
  position: absolute;
  inset: -30px 0% auto;
}

.cf-video {
  flex-direction: column;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.cf-video-checkmark-icon {
  margin-right: 10px;
}

.cf-video-checkmarks-item {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.cf-video-checkmark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-video-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.cf-wrapper-1162 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper-1162.video-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cf-video-section {
  background-color: #000;
}

.cf-service-paragraph-2 {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading-2 {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-icon-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-3-grid-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.cf-features-section-2-heading-2 {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  text-align: left;
  background-position: 75%, 0 0;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.cf-checkbox-label {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox {
  border: 1px none var(--blue);
  width: 100%;
  height: 100%;
  color: var(--dark);
  cursor: pointer;
  background-color: #0000;
  border-radius: 80px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.cf-checkbox:hover {
  background-color: #64656824;
  border-color: #0000;
  border-radius: 20px;
}

.cf-checkbox.w--redirected-checked {
  border: 2px solid var(--green);
  background-color: #0000;
  background-image: none;
  border-radius: 999px;
}

.cf-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.cf-checkbox-field {
  border: 1px solid #0000001a;
  border-radius: 80px;
  margin-bottom: 0;
  padding: 10px 28px;
  display: flex;
  position: relative;
}

.cf-checkbox-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
}

.cf-contact-field-label {
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-contact-field-label.budget {
  margin-top: 60px;
}

.cf-contact-form-field {
  color: #0d0e10;
  letter-spacing: -.16px;
  border: 1px solid #0d0e101a;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #0d0e1099;
}

.cf-contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.cf-contact-form-field.no-margin {
  margin-right: 0;
}

.cf-fields-contain {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-forms-section-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
}

.field-label-white {
  color: var(--white);
  flex: none;
  margin-bottom: 48px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-white.white {
  color: var(--white);
}

.contact-field-form-bright {
  border: 1px solid var(--light-gray);
  background-color: var(--new-grey);
  height: 55px;
  color: var(--white);
  border-radius: 8px;
  margin: 0;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contact-field-form-bright:active {
  border-bottom-color: #fff;
}

.contact-field-form-bright:focus {
  border-color: var(--blue);
}

.contact-field-form-bright::placeholder {
  color: var(--light-gray);
  font-family: Almarai, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contact-field-form-bright.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.contact-field-form-bright._0px {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
}

.title-2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.title-2-white.cpa {
  color: var(--white);
  line-height: 1.5;
}

.title-2-white.cpa.landing-page-1 {
  z-index: 10;
  text-align: center;
  text-transform: none;
  position: relative;
}

.title-2-white.landing-page-1 {
  line-height: 1.4;
}

.title-2-white.landing-page-1.cta-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.title-2-white.ccc {
  font-size: 30px;
}

.title-2-white.title-max-w {
  max-width: 50vw;
}

.wrapper-black {
  background-color: var(--dark);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.form-contact-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.half-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.select-field {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  cursor: pointer;
  border-radius: 8px;
  height: 55px;
  padding-left: 12px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-7 {
  color: var(--red);
  font-family: Montserrat, sans-serif;
}

.section-gray {
  background-color: var(--light-gray);
  border: 0 solid #0000;
  padding: 165px 5%;
  display: flex;
  position: relative;
}

.section-gray.checkout {
  background-color: #0000;
  padding-top: 140px;
  overflow: visible;
}

.section-gray.product-page {
  padding-top: 180px;
}

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

.section-gray._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-gray._100vh.hidd {
  display: none;
}

.section-gray.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.section-gray.no-padding.hidden, .section-gray.hidden {
  display: none;
}

.section-gray.section-hero-landing-page {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  min-height: 100vh;
  margin-top: 200px;
  padding-top: 0;
}

.section-gray.margin {
  flex-direction: column;
}

.section-gray.x {
  padding-left: 0%;
  padding-right: 0%;
}

.section-gray.section-black {
  max-width: none;
}

.section-gray.new-version {
  display: none;
}

.section-gray.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section-gray.d {
  flex-direction: column;
}

.section-gray.full-view-section {
  align-items: center;
  height: 100vh;
}

.benfit-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  width: 100%;
  height: auto;
  min-height: 25vh;
  box-shadow: 0 0 90px -20px var(--box-shadow);
  border-radius: 22px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.image-10 {
  max-width: 80px;
  margin-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.container-center {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1280px;
  color: var(--dark);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-center._2 {
  justify-content: space-between;
}

.container-center.fqa-container {
  align-items: center;
}

.container-center.hero-containar {
  flex-direction: row;
}

.container-center.cpa-2 {
  align-items: center;
  display: flex;
}

.container-center.sticky-container {
  position: sticky;
}

.text-span-54, .text-span-55, .text-span-56, .text-span-57 {
  color: var(--green);
}

.hero-span {
  color: var(--light-gray);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.title-7-light {
  border: 1px none var(--dark);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.title-7-light.margin-top {
  margin-top: 80px;
}

.title-7-light.margin-bottom {
  margin-bottom: 29px;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-radius: 22px;
  flex-direction: column;
  padding: 30px 10px;
  display: flex;
}

.div-block-31 {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 22px;
  height: 100%;
  margin-top: 20px;
  padding: 22px 30px;
}

.form-contact-us---2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-wrapper {
  z-index: 1;
  background-color: #e1e4e940;
  background-image: url('../images/unchecked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-ticker {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 75px;
  display: flex;
  position: relative;
}

.form-wrapper {
  background-color: var(--white);
  border: 5px solid #00000026;
  border-radius: 25px;
  max-width: 500px;
  max-height: none;
  margin: 38px auto 0;
  padding: 40px 20px;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.success-message-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.step-counter {
  color: #00000059;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.step-paginator {
  background-color: #0000;
  height: auto;
  position: relative;
}

.form-title-line {
  background-color: #000;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  display: block;
}

.step {
  background-color: var(--white);
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.checkbox-label {
  z-index: 3;
  opacity: .45;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.checkbox-label.no-label {
  padding-left: 0;
  padding-right: 0;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  height: auto;
  margin: -2px;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.square-overlay {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
}

.next-button {
  background-color: #3cd3ad;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 15px 20px;
  font-size: 20px;
  transition: background-color .2s ease-in;
}

.next-button:hover {
  background-color: #6c33da;
}

.field {
  color: #6c33da;
  text-align: left;
  background-color: #e1e4e940;
  border: 2px solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

.previous-button {
  opacity: .35;
  color: #000;
  text-indent: -2px;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.extra-option-wrap {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.form-section-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-3 {
  width: 60%;
  height: auto;
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  border-radius: 10px;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-3:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px #0000004d;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.div-block-32 {
  background-color: var(--white);
  padding: 40px 20px;
}

.form-3 {
  background-color: #0000;
}

.home-left-wrapper-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  max-width: 700px;
  margin-top: 5vh;
  display: flex;
}

.span-1 {
  color: var(--new-grey);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-35 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #1e1e1e;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.div-block-36 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-37 {
  background-color: #1e1e1e;
  border-radius: 24px;
  margin-top: 30px;
  padding: 40px 30px;
}

.subtitle-hero-copy {
  color: #f7f7f9d4;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61 {
  color: var(--green);
}

.cf-hero-right-image-copy {
  max-width: 100%;
  margin-top: -100px;
  padding-bottom: 0;
}

.cf-image-review-container-copy {
  width: 50%;
  max-width: 627px;
  height: auto;
  margin-top: 0;
  position: relative;
}

.cf-hero-testimonial-contain-copy {
  z-index: 1;
  background-color: var(--light-gray);
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  display: block;
  position: static;
  inset: auto 0% -11% auto;
  box-shadow: 0 24px 94px #00000014;
}

.green-text, .text-span-63 {
  color: var(--green);
}

.logo-span {
  display: flex;
}

.div-block-38 {
  position: relative;
}

.small-text {
  font-size: 26px;
}

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

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

.div-block-39 {
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message-8 {
  background-color: #e65252;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
}

.field-2 {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 1px 4px #0000000f;
}

.field-2:hover {
  box-shadow: 0 1px 6px #0000001a;
}

.field-2:focus {
  color: #000;
  border-color: #000;
}

.field-2::placeholder {
  color: #999;
}

.field-2.area {
  min-width: 100%;
  max-width: 100%;
  height: 130px;
  max-height: 130px;
  margin-bottom: 20px;
  padding-top: 12px;
}

.field-2.area.contact-field-copy-copy-2.area-custom {
  height: 150px;
  max-height: 150px;
  padding-left: 20px;
}

.contact-form-label {
  letter-spacing: -.01em;
  margin-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #55bb47;
  border-radius: 3px;
  margin-top: 25px;
  padding: 17px 40px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: transform .2s, filter .2s, color .2s, background-color .2s, border .2s;
  display: inline-block;
}

.button-4:hover {
  filter: brightness(106%);
  transform: translate(0, -1px);
}

.button-4.submit-button {
  background-color: var(--blue);
  border-radius: 999px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 15px;
  line-height: 30px;
}

.paragraph-regular {
  color: gray;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.success {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.contact-form-card {
  z-index: 40;
  background-color: #fff;
  border: 1px solid #14142b0a;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  min-height: 560px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: -5px 9px 40px -30px #0000004d;
}

.icon-contact {
  color: #55bb47;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: color .2s;
  display: flex;
}

.icon-contact.big {
  width: 40px;
  height: 40px;
}

.form-4 {
  width: 100%;
}

.heading-normal {
  color: #1a3f36;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-small {
  color: gray;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-small.text-white {
  color: #fff;
}

.form-inputs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-bottom: 20px;
}

.arrow-select {
  position: absolute;
  inset: 50% auto 0 10px;
  transform: translate(0, -50%);
}

.arrow-select.right {
  z-index: -1;
  left: auto;
  right: 10px;
}

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

.input-icon {
  color: #8080805c;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.flex-block-35 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  align-items: center;
}

.input-with-label-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.contact-field-copy-copy-2 {
  color: #1a3f36;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
}

.contact-field-copy-copy-2:hover {
  -webkit-text-stroke-color: #1a3f36;
  border-color: #1a3f36;
}

.contact-field-copy-copy-2:focus {
  border-color: #00866b;
}

.contact-field-copy-copy-2::placeholder {
  color: gray;
}

.input-block {
  width: 100%;
  position: relative;
}

.paragraph-6 {
  color: var(--new-grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.image-11 {
  max-width: 400px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--dark);
}

.home-left-wrapper-copy {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  max-width: 700px;
  height: 60vh;
  margin-top: 5vh;
  margin-right: 5vw;
  display: flex;
}

.cf-hero-layer-blur-copy {
  filter: blur(100px);
  background-color: #f3f3f3;
  width: 100%;
  height: 50px;
  margin-bottom: 220px;
  position: absolute;
  inset: auto 0% -12%;
}

.submit-button-4 {
  background-color: var(--blue);
  border-radius: 999px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-mobile-copy {
  width: 150px;
}

.button-wrapper-navbar-copy {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.section-black {
    margin-top: 5vh;
  }

  .section.section-black.hero-section {
    margin-top: 2vh;
  }

  .section.full-view-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .title-1.ladnding-page-2 {
    font-size: 48px;
  }

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

  .paragraph {
    font-size: 21px;
  }

  .paragraph.heder-pargraph-top {
    margin-bottom: 30px;
  }

  .service-content {
    background-color: var(--light-gray);
    box-shadow: 0 0 80px -20px var(--box-shadow);
  }

  .div-block-8 {
    width: 56vh;
    height: 40vh;
  }

  .brix---card-left-pd-40px {
    box-shadow: 0 0 80px -20px var(--box-shadow);
  }

  .cf-testimonial-container {
    position: relative;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-image-review-container {
    top: -80px;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-growth-wrapper {
    box-shadow: 0 0 80px -20px var(--box-shadow);
  }

  .cf-growth-wrapper.box-shadow {
    box-shadow: none;
  }

  .cf-growth-wrapper-copy {
    box-shadow: 0 0 80px -20px var(--box-shadow);
  }

  .navbar {
    background-color: var(--dark);
    border-radius: 999px;
    padding-right: 30px;
  }

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

  .box-shadow {
    box-shadow: 0 0 80px -20px var(--box-shadow);
  }

  .custom-header {
    font-size: 12vw;
  }

  .link-item__text {
    font-size: 8vw;
  }

  .section-copy.section-black {
    margin-top: 5vh;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .home__col.col--bottom-2 {
    width: 800px;
    max-width: 50vw;
  }

  .title-8.margin-30 {
    margin-top: 50px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .half-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-gray.section-black {
    margin-top: 5vh;
  }

  .section-gray.full-view-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .cf-hero-right-image-copy {
    margin-top: 0;
  }

  .paragraph-regular {
    font-size: 19px;
  }

  .heading-normal {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-screen {
    min-height: 100vh;
  }

  .section.horizontal-scroll {
    flex-direction: column;
  }

  .section.x {
    justify-content: center;
    align-items: center;
  }

  .section.section-black {
    max-width: none;
  }

  .title-4.title-max-w {
    font-size: 40px;
    font-weight: 500;
  }

  .title-1 {
    font-size: 80px;
    font-weight: 600;
  }

  .title-1.ladnding-page-1 {
    font-size: 60px;
  }

  .title-1.ladnding-page-2 {
    font-size: 55px;
  }

  .title-1.ladnding-page-2-copy {
    font-size: 70px;
  }

  .navigation.navbar-max-width.nav-width {
    max-width: 1280px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .body {
    overflow: visible;
  }

  .paragraph, .paragraph.heder-pargraph, .paragraph.heder-pargraph-top {
    font-size: 20px;
  }

  .add-scirbbble.hero-title {
    margin-right: 14px;
    padding-right: 0;
  }

  .max-w-width {
    max-width: 800px;
  }

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

  .service-grid {
    grid-column-gap: 50px;
    grid-row-gap: 300px;
    grid-template-columns: 1fr 1fr;
  }

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

  .service-content {
    padding: 40px;
  }

  .project-title {
    color: var(--dark);
  }

  .project-category {
    color: var(--grey);
    font-size: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .small-paragraph {
    font-size: 16px;
  }

  .small-paragraph.service-pargraph {
    font-size: 19px;
  }

  .text-span-6 {
    font-size: 90px;
  }

  .div-block-14 {
    padding: 0;
  }

  .horizontal-scroll-container {
    width: auto;
    min-width: 100vw;
  }

  .secret-card {
    width: 30%;
    padding-right: 0;
  }

  .div-block-15 {
    position: sticky;
    top: 0;
  }

  .sticy-wrapper {
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .heading-5 {
    color: var(--dark);
    font-size: 25px;
    line-height: 1.2;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .home-left-wrapper {
    width: 70%;
    max-width: 800px;
  }

  .cf-1140px-wrapper {
    grid-column-gap: 100px;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-slide-nav {
    display: block;
  }

  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

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

  .cta-1.section-screen {
    min-height: 100vh;
  }

  .cta-1.horizontal-scroll {
    flex-direction: column;
  }

  .cta-1.x {
    justify-content: center;
    align-items: center;
  }

  .section-black.section-screen {
    min-height: 100vh;
  }

  .section-black.horizontal-scroll {
    flex-direction: column;
  }

  .section-black.x {
    justify-content: center;
    align-items: center;
  }

  .footer-2 {
    background-color: #0000;
  }

  .paragraph-link-1-2 {
    color: var(--grey);
    font-family: Almarai, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .logo-footer-2 {
    width: 200px;
  }

  .a-block {
    background-size: cover;
  }

  .heading {
    text-align: left;
  }

  .section-copy.section-screen {
    min-height: 100vh;
  }

  .section-copy.horizontal-scroll {
    flex-direction: column;
  }

  .section-copy.x {
    justify-content: center;
    align-items: center;
  }

  .section-copy.section-black {
    max-width: none;
  }

  .icon-container {
    height: 12vw;
  }

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

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .home__col.col--bottom-2 {
    width: 800px;
    max-width: 60vw;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .half-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-gray.section-screen {
    min-height: 100vh;
  }

  .section-gray.horizontal-scroll {
    flex-direction: column;
  }

  .section-gray.x {
    justify-content: center;
    align-items: center;
  }

  .section-gray.section-black {
    max-width: none;
  }

  .home-left-wrapper-2, .home-left-wrapper-copy {
    width: 70%;
    max-width: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    flex-direction: column;
  }

  .container.fqa-container {
    align-items: center;
  }

  .section {
    border-color: #0000;
  }

  .section.x {
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .title-1.ladnding-page-2 {
    font-size: 60px;
  }

  .navigation.navbar-max-width {
    max-width: 1280px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .circle-cursor {
    width: 20px;
    height: 20px;
  }

  .circle-overlay {
    opacity: 1;
    width: 20px;
    height: 20px;
  }

  .footer {
    padding-top: 0;
  }

  .top-footer-part {
    padding-bottom: 0;
  }

  .brix---card-left-pd-40px {
    box-shadow: 0 1px 4px -1px #0000000f, 0 4px 6px -1px #0000001a;
  }

  .cf-cta-circle._4 {
    right: 2%;
  }

  .cf-cta-circle._2 {
    left: 2%;
  }

  .cf-wrapper.cta-wrapper {
    width: auto;
    max-width: 1280px;
    padding: 140px 40px;
  }

  .cta {
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    inset: 383px 15% 0% auto;
  }

  .title-7 {
    line-height: 1.5;
  }

  .cf-faq-wrapper {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black #d1d1d1 var(--light-gray);
    padding-bottom: 24px;
  }

  .cf-faq-left-contain {
    grid-row-gap: 50px;
    flex: 0 auto;
    display: flex;
  }

  .cf-faq-main-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .cta-1 {
    border-color: #0000;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-1.x {
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    left: -15%;
  }

  .section-black {
    border-color: #0000;
  }

  .section-black.x {
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .title-6 {
    color: var(--green);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
  }

  .section-copy {
    border-color: #0000;
  }

  .section-copy.x {
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .icon-container {
    height: 8vw;
  }

  .marquee-cover {
    display: block;
  }

  .service-wrapper {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black #d1d1d1 var(--light-gray);
    padding-bottom: 24px;
  }

  .title-8 {
    line-height: 1.5;
  }

  .section-gray {
    border-color: #0000;
  }

  .section-gray.x {
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

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

  .container-center.fqa-container {
    align-items: center;
  }

  .title-7-light {
    line-height: 1.5;
  }

  .div-block-36 {
    background-color: var(--green);
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 10px 20px;
    font-weight: 500;
    display: flex;
  }

  .paragraph-5 {
    color: var(--white);
    margin-bottom: 0;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
    margin-left: 3%;
    margin-right: 3%;
  }

  .container.hero-containar {
    flex-direction: column;
    align-items: stretch;
  }

  .container.hero-containar.landing-facebook-group {
    flex-flow: column-reverse wrap;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .section {
    flex-direction: row;
    align-items: center;
    min-height: 100vh;
    max-height: none;
    padding: 100px 2%;
  }

  .section.product-page {
    padding-top: 100px;
  }

  .section._100vh {
    height: 800px;
  }

  .section.section-black {
    min-height: auto;
    margin-top: 6vh;
  }

  .section.section-black.hero-section {
    margin-top: 5vh;
  }

  .section.small-margin {
    min-height: auto;
  }

  .title-4 {
    line-height: 1.2;
  }

  .title-4.title-max-w {
    max-width: none;
  }

  .licensing-block {
    width: 100%;
  }

  .margin-60px.product-page-hidden {
    display: none;
  }

  .title-1 {
    font-size: 60px;
    line-height: 1;
  }

  .title-1.px {
    font-size: 70px;
  }

  .title-1.ladnding-page-1 {
    margin-right: 0;
    font-size: 60px;
    line-height: 1.4;
  }

  .title-1.ladnding-page-2 {
    font-size: 48px;
    line-height: 1.4;
  }

  .title-1.ladnding-page-2-copy {
    font-size: 60px;
    line-height: 1.4;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    text-align: left;
    font-size: 40px;
    line-height: 1.4;
  }

  .title-2.landing-page-1 {
    font-size: 40px;
  }

  .title-2.title-max-w {
    max-width: none;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .navigation-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .navigation {
    justify-content: space-between;
  }

  .navigation.navbar-max-width {
    z-index: 999;
  }

  .button-wrapper-navbar {
    width: auto;
    min-width: auto;
  }

  .logo-wrapper-navbar {
    width: auto;
  }

  .logo-wrapper-navbar._2 {
    justify-content: center;
    width: auto;
    display: block;
  }

  .hamburger {
    width: 80px;
    height: 80px;
  }

  .hamburger-menu._2 {
    width: 70px;
    height: 70px;
  }

  .logo-wrapper {
    margin-top: 0;
    display: none;
  }

  .menu {
    padding-top: 25%;
  }

  .services-wrapper {
    width: 70%;
  }

  .paragraph {
    text-align: left;
    margin-left: 0;
  }

  .paragraph.heder-pargraph, .paragraph.heder-pargraph.landing-page-1 {
    text-align: left;
  }

  .paragraph.subtitle-hero {
    z-index: 10;
    position: relative;
  }

  .top-part {
    height: 220px;
  }

  .top-part._3 {
    height: 280px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .circle-cursor {
    display: none;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .price-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .rich-text-block.product-page-hidden, .scroll-down-wrapper._1 {
    display: none;
  }

  .hero-max-w {
    flex-wrap: wrap;
    align-content: center;
    width: auto;
    overflow: visible;
  }

  .add-scirbbble.hero-title {
    margin-right: 0;
  }

  .cta-photo-wrapper._2 {
    width: 90vw;
  }

  .max-w-width.cta-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .max-w-width.wider-max {
    z-index: 10;
    text-align: center;
    align-items: flex-start;
    position: relative;
  }

  .shape-2 {
    width: 50px;
  }

  .shape-2._2 {
    width: 45px;
    top: 10%;
  }

  .shape-2._3 {
    width: 80px;
  }

  .shape-3 {
    width: 60px;
  }

  .service-grid {
    grid-column-gap: 10px;
    grid-row-gap: 160px;
    grid-template-columns: 1fr;
    margin-top: 160px;
  }

  .service-grid.landing-page-1 {
    grid-row-gap: 180px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .service-grid.landing-page-1.delete-group {
    grid-row-gap: 30px;
  }

  .service-content {
    background-color: var(--white);
    box-shadow: 0 0 80px -10px var(--box-shadow);
    border-width: 0;
  }

  .project-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .fun-facts-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-field-form, .contact-field-form.area {
    font-size: 15px;
  }

  .copyright-flex {
    margin-top: 20px;
  }

  .top-footer-part {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .social-wrapper-large {
    justify-content: flex-start;
  }

  .heading-3 {
    max-width: 100%;
    height: 100%;
    margin-top: 0;
  }

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

  .form-block-2 {
    min-width: auto;
  }

  .service-image {
    width: 100%;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

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

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-gallery-hero-reverse {
    margin-bottom: 30px;
  }

  .div-block-8 {
    width: 50vw;
    height: 40vh;
  }

  .grid-gallery-hero {
    margin-bottom: 30px;
  }

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

  .small-paragraph {
    text-align: left;
    margin-left: 0;
  }

  .service-image-wrapper {
    max-width: 240px;
    top: -150px;
  }

  .text-span-6 {
    font-size: 70px;
    line-height: 1.2;
  }

  .div-block-13 {
    margin-top: 40px;
  }

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

  .brix---card-left-pd-40px {
    box-shadow: 0 0 80px -10px var(--box-shadow);
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-hero-6---left-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-1140px-wrapper---hero-6 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .cf-testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-container {
    margin-top: 0;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-hero-testimonial-contain {
    bottom: 14%;
  }

  .cf-image-review-container {
    width: 80%;
    top: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    z-index: -1;
    width: 50px;
    height: 50px;
    right: 5%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
    left: -6%;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .button-secondary.big-button {
    z-index: 10;
    position: relative;
  }

  .button-secondary.big-button.calendly-button.smaller {
    min-width: 40%;
  }

  .cf-logo-background-text {
    font-size: 200px;
    top: -4%;
  }

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cf-logos-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .cf-logo-wrapper {
    padding-top: 100px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-logo-images-2 {
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: nowrap;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

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

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    box-shadow: 0 0 80px -20px var(--box-shadow);
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .title-7.margin-top {
    margin-top: 40px;
  }

  .cf-faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .cf-faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .cf-faq-contain {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-growth-wrapper-copy, .cf-growth-wrapper-copy2 {
    padding: 40px 30px;
  }

  .logo-navbar-mobile-only {
    width: 140px;
  }

  .cta-1 {
    flex-direction: column;
    padding: 80px 2%;
  }

  .cta-1.product-page {
    padding-top: 100px;
  }

  .cta-1._100vh {
    height: 800px;
  }

  .section-black {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 2%;
  }

  .section-black.product-page {
    padding-top: 100px;
  }

  .section-black._100vh {
    height: 800px;
  }

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

  .ageny-name {
    display: none;
  }

  .logo-mobile {
    width: 140px;
    display: block;
  }

  .logo-desktop {
    width: 28px;
    display: none;
  }

  .link-block-2, .link-block-2.w--current {
    display: block;
  }

  .container-2 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .footer-grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding: 80px 2%;
  }

  .title-5 {
    font-size: 70px;
    line-height: 1;
  }

  .cta-photo-wrapper-2._2 {
    width: 90vw;
  }

  .services-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .section-4 {
    padding: 60px 30px;
  }

  .text-medium {
    font-size: 16px;
  }

  .text-extra-large {
    font-size: 28px;
  }

  .project-img {
    min-width: 332px;
    min-height: 400px;
    max-height: 650px;
  }

  .project {
    max-height: 400px;
  }

  .project-list {
    justify-content: flex-start;
    align-items: center;
  }

  .project-name {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .project-card {
    height: 100%;
  }

  .project-info {
    padding: 23px;
  }

  .project-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .the-height-400vh-section {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding: 80px 5%;
  }

  .the-sticky-div {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
  }

  .the-overflow-hidden-mask {
    display: none;
  }

  .hero_title {
    font-size: 24vw;
  }

  .container-4 {
    padding: 6vw;
  }

  .work_wrap {
    padding-left: 0%;
  }

  .work_title {
    font-size: 13vw;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading-2 {
    font-size: 9vw;
  }

  .cf-logo-images-3 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-3 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logos-wrapper-2 {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-copy {
    flex-direction: row;
    padding: 80px 2%;
  }

  .section-copy.product-page {
    padding-top: 100px;
  }

  .section-copy._100vh {
    height: 800px;
  }

  .section-copy.section-black {
    margin-top: 10vh;
  }

  .icon-container {
    height: 20vw;
  }

  .flex-horizontal {
    height: 50vh;
  }

  .service-wrapper {
    max-width: none;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .verticle-line {
    width: 100%;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-25 {
    display: none;
  }

  .lines.mod--author {
    left: auto;
    right: 60px;
  }

  .home__autor-txt-wrap {
    padding-left: 0;
  }

  .home__col.col--bottom-1 {
    margin-bottom: 32px;
  }

  .home__col.col--bottom-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }

  .home__autor-desc-span {
    text-align: left;
    padding-left: 90px;
    display: inline;
  }

  .section-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lines__line.mod--author-3 {
    display: none;
  }

  .lines__line.mod--author-2 {
    width: 80px;
  }

  .lines__line.mod--author-1 {
    width: 870px;
  }

  .about__columns {
    margin-top: 0;
    padding-top: 52px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .advant__tabs {
    height: 500px;
  }

  .advant__tabs-nav {
    margin-left: 0;
  }

  .advant__card {
    max-width: 270px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 24px;
    bottom: 0;
  }

  .advant__card-wrap {
    padding-right: 0;
  }

  .advant__card-img-wrap {
    margin-bottom: 24px;
  }

  .advant__img {
    height: 100%;
  }

  .grid {
    grid-column-gap: 24px;
  }

  .image-9 {
    width: 140px;
    height: 140px;
    display: none;
    inset: -120px 0% auto auto;
  }

  .title-8.margin-top {
    margin-top: 40px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    grid-row-gap: 80px;
    flex-direction: column;
    max-width: 550px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-5 {
    width: 100%;
  }

  .play-icon {
    width: 8rem;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px-2 {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-wrapper-1161.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-mission-special-image-2 {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper-2 {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-mission-text-container-2 {
    width: 100%;
  }

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

  .mission-image-container-2 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-laptop-bar-image {
    top: -29px;
  }

  .cf-video {
    height: 500px;
  }

  .cf-video-checkmark-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .cf-video-checkmarks-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .cf-video-checkmark {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    display: grid;
  }

  .cf-video-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .cf-features-section-2-grid-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading-2 {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-checkbox-label {
    font-size: 16px;
  }

  .cf-checkbox-field {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-checkbox-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .title-2-white {
    font-size: 40px;
    line-height: 1.4;
  }

  .title-2-white.landing-page-1 {
    font-size: 40px;
  }

  .title-2-white.title-max-w {
    max-width: none;
  }

  .wrapper-black {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .form-contact-us {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .half-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .select-field {
    font-size: 15px;
  }

  .section-gray {
    flex-direction: row;
    align-items: center;
    min-height: 100vh;
    max-height: none;
    padding: 100px 2%;
  }

  .section-gray.product-page {
    padding-top: 100px;
  }

  .section-gray._100vh {
    height: 800px;
  }

  .section-gray.section-black {
    margin-top: 10vh;
  }

  .container-center {
    flex-direction: column;
    margin-left: 3%;
    margin-right: 3%;
  }

  .container-center.hero-containar {
    flex-direction: column;
  }

  .title-7-light.margin-top {
    margin-top: 40px;
  }

  .form-contact-us---2 {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .extra-option-wrap {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  .home-left-wrapper-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-33 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .cf-hero-testimonial-contain-copy {
    bottom: 14%;
  }

  .cf-hero-right-image-copy {
    margin-top: -178px;
  }

  .cf-image-review-container-copy {
    flex-direction: column;
    align-items: flex-end;
    width: 80%;
    display: flex;
  }

  .cf-hero-testimonial-contain-copy {
    position: relative;
    bottom: 14%;
    right: 0;
  }

  .contact-form-label {
    font-size: 17px;
  }

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

  .contact-form-card {
    min-height: 500px;
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .icon-contact.big {
    width: 35px;
    height: 35px;
  }

  .heading-normal {
    font-size: 28px;
  }

  .form-inputs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .input-with-label-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-11 {
    max-width: 100%;
  }

  .home-left-wrapper-copy {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .cf-hero-layer-blur-copy {
    margin-bottom: 0;
  }

  .logo-mobile-copy {
    width: 140px;
    display: block;
  }

  .button-wrapper-navbar-copy {
    width: auto;
    min-width: auto;
  }
}

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

  .container {
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    min-height: 90vh;
  }

  .section._100vh {
    height: auto;
  }

  .section.section-hero-landing-page {
    margin-top: 120px;
  }

  .section.full-view-section {
    height: auto;
  }

  .button {
    font-family: Unbounded, sans-serif;
    font-size: 14px;
  }

  .margin-20px {
    display: none;
  }

  .title-4.title-max-w {
    font-size: 40px;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 55px;
  }

  .title-1.px {
    line-height: 1.2;
  }

  .title-1.px-2 {
    font-size: 60px;
  }

  .title-1.ladnding-page-1 {
    font-size: 48px;
    line-height: 1.3;
  }

  .title-1.ladnding-page-2 {
    font-size: 46px;
    line-height: 1.3;
  }

  .title-1.ladnding-page-2-copy {
    font-size: 48px;
    line-height: 1.3;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 34px;
  }

  .title-2.landing-page-1.cta-2 {
    text-align: left;
  }

  .navigation-wrapper {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation {
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .moka-logo {
    margin-bottom: 0;
  }

  .button-wrapper-navbar {
    width: auto;
  }

  .logo-wrapper-navbar._2 {
    width: auto;
    display: block;
  }

  .cart._2 {
    margin-right: 20px;
  }

  .hamburger {
    width: 70px;
    height: 70px;
  }

  .logo-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .logo-wrapper.w--current {
    padding-left: 0;
  }

  .menu {
    width: 100%;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .paragraph {
    color: var(--new-grey);
    font-size: 20px;
  }

  .paragraph.heder-pargraph, .paragraph.heder-pargraph.landing-page-1, .paragraph.heder-pargraph-top.landing-page-1 {
    text-align: left;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .sub-logo-text {
    display: none;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .subhead.subtitle-hero {
    text-align: center;
    font-size: 20px;
  }

  .hero._2 {
    padding-top: 80px;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .project-page-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-flex {
    grid-template-columns: 1fr;
  }

  .hero-max-w {
    max-width: 90%;
  }

  .cta-photo-wrapper._2 {
    min-height: 50vh;
  }

  .max-w-width {
    align-items: flex-start;
    margin-left: 0;
  }

  .max-w-width.cta-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shape-2 {
    width: 40px;
  }

  .shape-2._2 {
    width: 30px;
  }

  .shape-3 {
    bottom: 30px;
    left: 30px;
  }

  .shape-3._2 {
    width: 30px;
  }

  .service-grid {
    grid-column-gap: 15px;
    grid-row-gap: 240px;
    grid-template-columns: 1fr;
  }

  .service-grid.landing-page-1.delete-group {
    grid-row-gap: 30px;
  }

  .service-content {
    height: auto;
  }

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

  .skills-grid-primary {
    width: 100%;
  }

  .fun-facts-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-flex-category {
    text-align: center;
    justify-content: flex-start;
  }

  .blog-title {
    text-align: left;
  }

  .button-divider-blog {
    height: 20px;
  }

  .bottom-part._2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .copyright-flex {
    grid-template-columns: 1fr;
  }

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

  .contact-grid {
    display: none;
  }

  .contact-grid.on-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .author-photo {
    height: 150px;
  }

  .column {
    margin-bottom: 20px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .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 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-8 {
    width: 40vh;
  }

  .small-paragraph, .small-paragraph.service-pargraph {
    font-size: 16px;
  }

  .navbar-title, .div-block-12 {
    display: none;
  }

  .service-image-wrapper {
    max-width: 300px;
    top: -211px;
  }

  .text-span-6 {
    font-size: 60px;
    line-height: 1.2;
  }

  .brix---text-201, .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .cf-testimonial-slider-right-arrow, .cf-testimonial-slider-left-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-hero-testimonial-contain {
    bottom: 13%;
  }

  .cf-image-review-container {
    width: 100%;
    margin-top: 100px;
  }

  .cf-button-gradient, .cf-cta-button {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-cta-circle, .cf-cta-circle._5, .cf-cta-circle._4, .cf-cta-circle._3, .cf-cta-circle._1, .cf-cta-circle._2 {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-secondary {
    font-family: Unbounded, sans-serif;
    font-size: 14px;
  }

  .button-secondary.big-button {
    min-width: 100%;
  }

  .button-secondary.big-button.calendly-button {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .button-secondary.big-button.calendly-button.smaller {
    min-width: auto;
  }

  .cf-logo-background-text {
    font-size: 150px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

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

  .cf-logos-heading {
    width: 90%;
    font-size: 24px;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    text-align: left;
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-tag-texts {
    padding-left: 0;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-logo-images-2 {
    width: 100%;
    max-width: 140px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .hero-buttons-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper {
    max-width: none;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: start;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .title-7 {
    text-align: left;
    margin-right: 0;
    font-size: 20px;
  }

  .cf-faq-contain {
    margin-top: 60px;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-growth-wrapper-copy.large, .cf-growth-wrapper-copy2.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-navbar-mobile-only {
    width: 150px;
    display: block;
  }

  .cta-1 {
    align-items: flex-start;
    min-height: 90vh;
  }

  .cta-1._100vh {
    height: auto;
  }

  .cta-1.section-hero-landing-page {
    margin-top: 120px;
  }

  .section-black {
    min-height: 90vh;
  }

  .section-black._100vh {
    height: auto;
  }

  .section-black.section-hero-landing-page {
    margin-top: 120px;
  }

  .footer-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .title-5.px-2 {
    font-size: 60px;
  }

  .cta-photo-wrapper-2._2 {
    min-height: 50vh;
  }

  .section-4 {
    padding: 40px 24px;
  }

  .text-extra-large {
    font-size: 24px;
  }

  .project-img {
    min-width: 250px;
    max-width: 100vw;
    min-height: 300px;
    max-height: none;
  }

  .projects-wrapper-sticky {
    height: 80vh;
  }

  .project {
    width: 100vw;
    min-width: 75vw;
    max-width: 100vw;
    max-height: none;
    padding-right: 10px;
  }

  .the-sticky-div {
    width: auto;
    height: auto;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot.large {
    border-width: 1px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading-2 {
    font-size: 12vw;
  }

  .cf-logo-22px-heading-2 {
    font-size: 20px;
  }

  .cf-logos-wrapper-2 {
    width: 90%;
  }

  .heading {
    font-size: 36px;
  }

  .section-copy {
    min-height: 90vh;
  }

  .section-copy._100vh {
    height: auto;
  }

  .section-copy.section-hero-landing-page {
    margin-top: 120px;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee-2 {
    height: 100%;
  }

  .flex-horizontal {
    height: 50vh;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .grid-wrapper {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home__autor-p {
    font-size: 18px;
  }

  .lines {
    width: 24px;
    height: 24px;
  }

  .content.mod--advant {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-7.section--advant {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .lines__line {
    bottom: 12px;
    right: 12px;
  }

  .advant__tabs {
    flex-direction: column;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .advant__tabs-nav {
    justify-content: center;
    margin-top: 242px;
  }

  .advant__img-wrap {
    width: 810px;
    position: relative;
  }

  .btn-tag {
    min-width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 16px;
  }

  .advant__card {
    margin-left: auto;
    margin-right: auto;
  }

  .advant__card-img-wrap {
    height: 132px;
  }

  .advant__img {
    height: 0%;
  }

  .advant__card-title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .grid.mod--advant {
    bottom: -210px;
  }

  .advant__card-txt-wrap {
    min-height: 160px;
  }

  .main-navbar {
    width: 92vw;
  }

  .title-8 {
    margin-right: 0;
    font-size: 20px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-absolute-tab-image {
    width: 60%;
    right: -3%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .play-icon {
    width: 5rem;
  }

  .cf-body---18px-2 {
    font-size: 16px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-wrapper-1161.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-mission-special-image-2 {
    width: 30%;
  }

  .cf-mission-image-wrapper-2.small {
    margin-right: 0;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-checkmarks-item {
    max-width: none;
  }

  .cf-video-checkmark {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .cf-video-heading {
    font-size: 34px;
  }

  .cf-wrapper-1162 {
    width: 90%;
  }

  .cf-service-paragraph-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading-2 {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-checkbox-label {
    font-size: 14px;
  }

  .cf-checkbox-field {
    padding: 16px 18px;
  }

  .cf-checkbox-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .title-2-white {
    text-align: left;
    font-size: 34px;
  }

  .half-wrapper-2 {
    grid-row-gap: 24px;
  }

  .text-block-6 {
    text-align: left;
  }

  .section-gray {
    min-height: 90vh;
  }

  .section-gray._100vh {
    height: auto;
  }

  .section-gray.section-hero-landing-page {
    margin-top: 120px;
  }

  .section-gray.full-view-section {
    height: auto;
  }

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

  .container-center {
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .title-7-light {
    text-align: left;
    margin-right: 0;
    font-size: 20px;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .form-content {
    width: 90%;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .cf-hero-testimonial-contain-copy {
    bottom: 13%;
  }

  .cf-image-review-container-copy {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .cf-hero-testimonial-contain-copy {
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .logo-span.logo-span-right {
    justify-content: flex-end;
  }

  .paragraph-regular {
    font-size: 18px;
    font-weight: 300;
  }

  .contact-form-card {
    min-height: 0;
    padding-top: 0;
  }

  .heading-normal {
    text-align: left;
    font-size: 23px;
  }

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

  .button-wrapper-navbar-copy {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .container {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container.services-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container.hero-containar {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .container.hero-containar.landing-facebook-group {
    flex-flow: column-reverse wrap;
  }

  .container.landing-facebook-group {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .section {
    min-height: 90vh;
    padding: 100px 20px;
  }

  .section.product-page {
    padding-top: 80px;
  }

  .section.x {
    min-height: auto;
  }

  .section.section-black {
    margin-top: 65px;
  }

  .section.section-black.hero-section {
    margin-top: 3vh;
  }

  .section.cta1-section {
    min-height: auto;
    margin-top: -100px;
    margin-bottom: -100px;
    overflow: hidden;
  }

  .section.services-section {
    margin-top: 0;
  }

  .button {
    padding: 16px 26px;
    font-size: 12px;
  }

  .copyright-dot {
    display: none;
  }

  .title-4 {
    font-size: 20px;
  }

  .title-4.title-max-w {
    font-size: 30px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

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

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    text-align: center;
    font-size: 46px;
    line-height: 1.2;
  }

  .title-1.px {
    text-align: center;
    max-width: 94vw;
    font-size: 40px;
  }

  .title-1.px.white {
    font-size: 32px;
    line-height: 1.4;
  }

  .title-1.px-2 {
    font-size: 50px;
  }

  .title-1.ladnding-page-1 {
    text-align: left;
    font-size: 44px;
  }

  .title-1.ladnding-page-2 {
    text-align: left;
    font-size: 40px;
  }

  .title-1.ladnding-page-2-copy {
    text-align: left;
    font-size: 44px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
  }

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

  .title-2.cpa.landing-page-1 {
    text-align: left;
  }

  .title-2.landing-page-1 {
    text-align: left;
    font-size: 30px;
  }

  .title-2.landing-page-1.cta-2 {
    color: var(--white);
    text-align: left;
    margin-bottom: 32px;
  }

  .title-2.title-max-w {
    line-height: 1.4;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .navigation {
    justify-content: space-between;
    padding: 24px 20px;
    display: flex;
  }

  .moka-logo {
    width: 28px;
    height: 28px;
  }

  .button-wrapper-navbar {
    width: auto;
    min-width: 50%;
    display: block;
  }

  .button-wrapper-navbar.nav-2, .logo-wrapper-navbar._2 {
    display: none;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .hamburger {
    order: 1;
    width: 50px;
    height: 50px;
  }

  .hamburger-menu._2 {
    width: 50px;
    height: 50px;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .body {
    overflow: visible;
  }

  .remove {
    width: 13px;
  }

  .menu {
    padding-top: 100px;
  }

  .navigation-text {
    font-size: 40px;
  }

  .services-wrapper {
    width: 100%;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.heder-pargraph {
    text-align: left;
    font-size: 18px;
  }

  .paragraph.heder-pargraph.landing-page-1 {
    text-align: left;
  }

  .paragraph.heder-pargraph.landing-page-1.growth-header {
    color: var(--new-grey);
  }

  .paragraph.heder-pargraph.landing-page-1.xx {
    margin-top: 10px;
  }

  .paragraph.subtitle-hero {
    text-align: left;
    font-size: 18px;
  }

  .paragraph.heder-pargraph-top {
    font-size: 18px;
  }

  .paragraph.heder-pargraph-top.landing-page-1 {
    text-align: left;
  }

  .paragraph.heder-pargraph-top.landing-page-1.growth-header {
    color: var(--new-grey);
  }

  .top-part, .top-part._3, .top-part._3 {
    height: 220px;
  }

  .sub-logo-text {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .presantation-link {
    padding: 15px;
  }

  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }

  .subhead {
    color: var(--grey);
    font-size: 23px;
  }

  .subhead.subtitle-hero {
    color: #f7f7f9d9;
    font-size: 20px;
    line-height: 1.2;
  }

  .hero {
    min-height: 100vh;
    padding-top: 100px;
  }

  .lightbox-link {
    top: 30px;
    right: 30px;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-box {
    padding-bottom: 16px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
  }

  .photo {
    border-radius: 9px;
    overflow: hidden;
  }

  .dots {
    width: 17px;
  }

  .social-text.social {
    margin-right: 15px;
  }

  .social-flex {
    justify-content: flex-start;
  }

  .scroll-down-wrapper._1 {
    align-items: flex-end;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    display: none;
    inset: auto auto 20%;
  }

  .hero-max-w {
    max-width: none;
    margin-top: -30px;
    margin-bottom: 0;
    overflow: visible;
  }

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

  .cta-photo-wrapper {
    width: 100vw;
    min-height: 30vh;
  }

  .cta-photo-wrapper._2 {
    min-height: 260px;
  }

  .max-w-width {
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .max-w-width._2 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .max-w-width.cta-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-w-width.wider-max {
    text-align: left;
  }

  .max-w-width.xx {
    margin-bottom: 30px;
  }

  .shape-2 {
    top: 25%;
  }

  .shape-3 {
    width: 50px;
    left: -9px;
  }

  .shape-3._2 {
    bottom: 41px;
  }

  .service-grid {
    grid-column-gap: 10px;
    grid-row-gap: 200px;
  }

  .service-grid.landing-page-1 {
    grid-row-gap: 100px;
    margin-top: 60px;
  }

  .service-grid.landing-page-1.delete-group {
    grid-row-gap: 30px;
  }

  .service-content {
    max-width: none;
    padding: 40px 22px;
  }

  .service-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .button-cricle {
    width: 160px;
    height: 160px;
    padding: 15px;
    font-size: 16px;
  }

  .button-cricle.go-top.w--current {
    display: none;
  }

  .button-cricle.play {
    width: 130px;
    height: 130px;
  }

  .circle-shape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-text {
    font-size: 12px;
  }

  .project-grid {
    grid-row-gap: 40px;
  }

  .project-wrapper-link {
    border-radius: 8px;
    overflow: hidden;
  }

  .work-animation {
    border-radius: 8px;
  }

  .project-title {
    font-size: 23px;
  }

  .project-category {
    font-size: 16px;
  }

  .absolute-background {
    border-radius: 8px;
  }

  .skills-text {
    font-weight: 700;
  }

  .max-w-left {
    max-width: 90%;
  }

  .success-message-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-flex {
    flex-direction: column;
  }

  .contact-field-form {
    height: 50px;
    margin-left: 0;
  }

  .blog-title {
    font-size: 22px;
  }

  .category-text {
    font-size: 14px;
  }

  .button-divider-blog.circle {
    background-color: #0000;
    height: 7px;
  }

  .bottom-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-field {
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .submit-button {
    border-radius: 20px;
  }

  .form-block {
    max-width: 300px;
  }

  .footer {
    z-index: 5;
    background-color: #0000;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

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

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

  .top-footer-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 24px;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .social-small-text {
    display: none;
  }

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

  .author-photo {
    width: 120px;
    height: 130px;
  }

  .social-grid {
    grid-column-gap: 20px;
  }

  .hidden {
    font-size: 14px;
  }

  .hero-heading-2 {
    font-size: 20px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2.overflow {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: visible;
  }

  .section-2.overflow.landing-page {
    margin-top: -17px;
  }

  .grid-gallery-hero-reverse {
    grid-column-gap: 35px;
  }

  .div-block-8 {
    width: 45vh;
    height: 35vh;
  }

  .grid-gallery-hero {
    grid-column-gap: 35px;
  }

  .div-block-11 {
    margin-top: 30px;
  }

  .small-paragraph {
    font-size: 16px;
  }

  .small-paragraph.service-pargraph, .small-paragraph.text-center {
    text-align: left;
  }

  .navbar-title {
    display: block;
  }

  .navbar-title.nav-2 {
    display: none;
  }

  .service-image-wrapper {
    max-width: 125px;
    top: -65px;
    left: 10px;
  }

  .text-span-6 {
    font-size: 50px;
  }

  .text-span-9 {
    line-height: 0;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }

  .heading-5.landing-page-1 {
    text-align: left;
  }

  .brix---text-201, .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-left-16px {
    margin-left: 0;
  }

  .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---flex-horizontal {
    justify-content: flex-start;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---card-left-pd-40px {
    padding: 26px 22px 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-testimonial-image {
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-testimonial-paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-1 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 60px;
  }

  .cf-client-review-white {
    font-size: 18px;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-home-6---top-contain {
    flex-direction: column;
  }

  .cf-20px-paragraph---white {
    font-size: 18px;
  }

  .cf-hero-section-6 {
    padding-bottom: 100px;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-black-review-stars {
    width: 130px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: 5%;
  }

  .cf-image-review-container {
    margin-top: 0;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .home-left-wrapper {
    width: auto;
    max-width: none;
    height: 90vh;
    margin-bottom: -6vh;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-4 {
    font-family: Almarai, sans-serif;
  }

  .cf-cta-circle._5 {
    bottom: -5%;
  }

  .cf-cta-circle._4 {
    top: 0%;
    right: 1%;
  }

  .cf-cta-circle._3 {
    bottom: 2%;
  }

  .cf-cta-circle._2 {
    display: none;
    top: 5%;
    left: 0%;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-wrapper.cta-wrapper {
    width: 100%;
  }

  .cf-wrapper.cta-wrapper.container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20%;
  }

  .cta {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .button-secondary {
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    font-size: 11px;
    display: flex;
  }

  .button-secondary.big-button {
    z-index: 20;
    position: relative;
  }

  .cf-logo-background-text {
    font-size: 80px;
    top: -7%;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logos-heading {
    font-size: 22px;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-review-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    z-index: 10;
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -23%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    text-align: left;
    font-size: 30px;
  }

  .cf-tag-texts {
    text-align: left;
    padding-left: 0;
  }

  .cf-center-wrapper-cta {
    align-items: flex-start;
    width: auto;
  }

  .cf-cta-wrapper-2 {
    padding: 100px 20px 70px;
  }

  .xs-paragraph {
    color: var(--grey);
    font-size: 14px;
  }

  .heading-6 {
    text-align: left;
    font-size: 36px;
    line-height: 1.3;
  }

  .cf-logo-images-2 {
    max-width: 130px;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 25px;
    grid-row-gap: 35px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    place-content: stretch space-between;
    place-items: stretch end;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .hero-buttons-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-growth-grid {
    justify-items: start;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-answer {
    color: var(--new-grey);
    text-align: left;
    font-size: 16px;
  }

  .title-7 {
    padding-right: 20px;
    font-size: 18px;
  }

  .cf-faq-question-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-growth-wrapper-copy {
    max-width: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .cf-growth-wrapper-copy.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-copy2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-copy2.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .navbar {
    border-radius: 0;
    justify-content: center;
  }

  .logo-navbar-mobile-only {
    width: 120px;
    display: block;
  }

  .cta-1 {
    color: #0000;
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    min-height: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 75px 20px;
  }

  .cta-1.product-page {
    padding-top: 80px;
  }

  .cta-1.x {
    min-height: auto;
  }

  .section-black {
    min-height: auto;
    padding: 80px 20px;
  }

  .section-black.product-page {
    padding-top: 80px;
  }

  .section-black.x {
    min-height: auto;
  }

  .section-black.small-section {
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .link-block {
    display: none;
  }

  .navbar-button-containar {
    max-width: 250px;
  }

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

  .footer-title-2 {
    font-size: 24px;
  }

  .form-block-3 {
    max-width: 300px;
  }

  .top-footer-part-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .field-label-2 {
    font-size: 16px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-flex-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-field-form-2 {
    height: 40px;
    margin-left: 0;
  }

  .max-w-width-2 {
    margin-bottom: 50px;
  }

  .title-5, .title-5.px-2 {
    font-size: 50px;
  }

  .cta-photo-wrapper-2 {
    width: 100vw;
    min-height: 30vh;
  }

  .cta-photo-wrapper-2._2 {
    min-height: 260px;
  }

  .services-wrapper-2 {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-extra-large {
    font-size: 22px;
  }

  .project-overlay {
    width: 100%;
    height: 100%;
  }

  .projects-wrapper-sticky {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .project {
    min-width: 90vw;
    max-height: 369px;
  }

  .project-card {
    width: 100%;
    max-height: 333px;
  }

  .project-info {
    padding: 16px;
    inset: auto 0% 4%;
  }

  .text-span-39 {
    font-size: 6vw;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .the-sticky-div {
    width: auto;
    height: auto;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .box {
    width: 10em;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .rotate-heading-2 {
    font-size: 12vw;
  }

  .cf-logo-images-3 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-3 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper-2 {
    text-align: center;
  }

  .heading {
    font-size: 32px;
  }

  .section-copy {
    min-height: 100vh;
    padding: 80px 20px;
  }

  .section-copy.product-page {
    padding-top: 80px;
  }

  .section-copy.x {
    min-height: auto;
  }

  .section-copy.section-black {
    margin-top: 65px;
  }

  .section-copy.cta1-section {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .marquee {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .marq-text._2 {
    font-size: 28px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .marquee-2 {
    height: 100%;
  }

  .flex-horizontal {
    height: 50vh;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lines.mod--author {
    margin-top: 40px;
  }

  .home__col.col--bottom-2 {
    padding-top: 30px;
  }

  .about__columns {
    padding-top: 0;
  }

  .advant__tabs-nav {
    justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-tag {
    margin-left: 0;
    margin-right: 16px;
  }

  .main-navbar {
    width: 100vw;
    padding: 20px;
  }

  .title-8 {
    padding-right: 20px;
    font-size: 18px;
  }

  .title-8.margin-30 {
    padding-right: 0;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    grid-row-gap: 8px;
    padding-top: 16px;
  }

  .play-icon {
    width: 3rem;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.mission-flex {
    padding-bottom: 100px;
  }

  .cf-mission-image-2._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-mission-image-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-video-play-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 30% 0% auto;
  }

  .cf-video-laptop-bar-image {
    top: -26px;
  }

  .cf-video {
    height: 300px;
  }

  .cf-video-heading {
    font-size: 30px;
  }

  .cf-wrapper-1162.video-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-2-icon-wrap-2 {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-checkbox-field {
    padding: 12px 14px;
  }

  .cf-contact-field-label.budget {
    margin-top: 40px;
  }

  .cf-contact-form-field {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .field-label-white {
    font-size: 16px;
  }

  .contact-field-form-bright {
    height: 50px;
    margin-left: 0;
  }

  .title-2-white {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
  }

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

  .title-2-white.cpa.landing-page-1 {
    text-align: left;
  }

  .title-2-white.landing-page-1 {
    text-align: left;
    font-size: 30px;
  }

  .title-2-white.landing-page-1.cta-2 {
    color: var(--white);
    text-align: left;
    margin-bottom: 32px;
  }

  .title-2-white.title-max-w {
    line-height: 1.4;
  }

  .half-wrapper-2 {
    grid-template-rows: auto;
  }

  .text-block-6 {
    text-align: left;
  }

  .section-gray {
    min-height: 90vh;
    padding: 100px 20px;
  }

  .section-gray.product-page {
    padding-top: 80px;
  }

  .section-gray.x {
    min-height: auto;
  }

  .section-gray.section-black {
    margin-top: 65px;
  }

  .section-gray.cta1-section {
    min-height: auto;
    margin-top: -100px;
    margin-bottom: -100px;
    overflow: hidden;
  }

  .section-gray.services-section {
    margin-top: 0;
  }

  .div-block-29 {
    width: 100%;
  }

  .container-center {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-center.services-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-center.hero-containar {
    flex-flow: column;
    justify-content: flex-start;
    margin-top: -25px;
  }

  .title-7-light {
    padding-right: 20px;
    font-size: 18px;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-wrapper {
    padding: 0;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0 0;
  }

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

  .step-paginator {
    height: auto;
    padding-bottom: 0;
  }

  .checkbox-label {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
  }

  .checkbox-active-overlay {
    background-position: 10px;
    background-size: 20px;
  }

  .form-content {
    width: 100%;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .next {
    margin-bottom: 50px;
  }

  .submit-button-3 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .div-block-37 {
    padding: 30px 25px;
  }

  .subtitle-hero-copy {
    margin-top: 0;
  }

  .cf-hero-testimonial-contain-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: 5%;
  }

  .cf-hero-right-image-copy {
    margin-top: -140px;
  }

  .cf-hero-testimonial-contain-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    bottom: 5%;
  }

  .logo-span {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .field-2 {
    height: 50px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .field-2.area {
    height: 130px;
    max-height: 130px;
  }

  .contact-form-label {
    font-size: 20px;
  }

  .button-4 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-small {
    margin-bottom: 0;
    font-size: 16.5px;
    line-height: 140%;
  }

  .paragraph-6 {
    margin-top: 10px;
  }

  .image-11 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .home-left-wrapper-copy {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
  }

  .cf-hero-layer-blur-copy {
    margin-bottom: 0;
    bottom: 0%;
  }

  .bold-text-10 {
    font-size: 40px;
  }

  .button-wrapper-navbar-copy {
    width: auto;
    display: block;
  }

  .button-wrapper-navbar-copy.nav-2 {
    display: none;
  }
}

#w-node-_816e8529-f3a1-bac7-e69b-d37e3eee8f6f-3eee8f65 {
  justify-self: center;
}

#w-node-_1fcefa43-e4cf-4a6a-bafd-793a11be1811-11be180d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb3793df-4d2f-8fb3-941c-100f2c72f1c3-2c72f1b7, #w-node-eb3793df-4d2f-8fb3-941c-100f2c72f1cb-2c72f1b7, #w-node-eb3793df-4d2f-8fb3-941c-100f2c72f1d3-2c72f1b7, #w-node-d9b70e92-2410-6df4-c5ee-5d4ea1447540-7d6a4366, #w-node-fd25e1d6-6504-9554-0d01-f683e5509c8b-7d6a4366, #w-node-_0395c3e9-b907-11ee-6480-e40cef0bedd5-7d6a4366, #w-node-_2da65eda-c460-2466-41a2-95459af683b3-7d6a4366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c9ef63-441f-ff99-8623-c22bb48396af-d4a2fcba {
  justify-self: center;
}

#w-node-cf7f4fa5-7616-6eee-f0be-93969af302d5-9af302d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cf7f4fa5-7616-6eee-f0be-93969af302d6-9af302d3, #w-node-cf7f4fa5-7616-6eee-f0be-93969af302d7-9af302d3, #w-node-cf7f4fa5-7616-6eee-f0be-93969af302d8-9af302d3 {
  align-self: start;
}

#w-node-_87aa81ab-59e0-7c10-41df-5cbbccb1bd5b-9af302d3, #w-node-e2d456b7-1389-3634-2b39-8acaec19d432-9af302d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7f4fa5-7616-6eee-f0be-93969af302df-9af302d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_100d4149-90ae-7cc2-c97a-d2643f9b33ed-6f4a2c9d, #w-node-fa618de8-b824-9cd9-499b-f4d88909cf3c-0c4a2cc7, #w-node-fa618de8-b824-9cd9-499b-f4d88909cf44-0c4a2cc7, #w-node-fa618de8-b824-9cd9-499b-f4d88909cf4d-0c4a2cc7, #w-node-fa618de8-b824-9cd9-499b-f4d88909cf55-0c4a2cc7, #w-node-_39ddd183-79ac-b631-eab9-4503b50e86b1-884a2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39ddd183-79ac-b631-eab9-4503b50e8688-884a2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-fa0131be-56af-f3c0-48bc-c21abde3a3df-884a2c6e, #w-node-fa0131be-56af-f3c0-48bc-c21abde3a3e1-884a2c6e, #w-node-fa0131be-56af-f3c0-48bc-c21abde3a3e3-884a2c6e, #w-node-fa0131be-56af-f3c0-48bc-c21abde3a3e7-884a2c6e, #w-node-fa0131be-56af-f3c0-48bc-c21abde3a3e5-884a2c6e, #w-node-fa0131be-56af-f3c0-48bc-c21abde3a3e9-884a2c6e {
  justify-self: center;
}

#w-node-_49665083-e0e3-eefd-028e-187877b8cc25-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cc2d-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cc35-884a2c6e, #w-node-_366159c4-6cae-d3d0-5d7b-58a7d8f7616f-884a2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49665083-e0e3-eefd-028e-187877b8cc6c-884a2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_49665083-e0e3-eefd-028e-187877b8cc95-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cca0-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cccf-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cd2a-884a2c6e, #w-node-_49665083-e0e3-eefd-028e-187877b8cd5b-884a2c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb52ab49-2c06-ee38-361d-e7c90d91c563-0d91c561 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb52ab49-2c06-ee38-361d-e7c90d91c564-0d91c561, #w-node-fb52ab49-2c06-ee38-361d-e7c90d91c565-0d91c561, #w-node-fb52ab49-2c06-ee38-361d-e7c90d91c566-0d91c561 {
  align-self: start;
}

#w-node-fb52ab49-2c06-ee38-361d-e7c90d91c59b-0d91c561 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb52ab49-2c06-ee38-361d-e7c90d91c5a1-0d91c561 {
  align-self: start;
}

#w-node-_98ddee52-7283-6465-102b-2fc6d8080cfe-ed9e2285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d49aa2-fbaf-fb85-c22c-57555a503543-4ac05749 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20d49aa2-fbaf-fb85-c22c-57555a503544-4ac05749, #w-node-_20d49aa2-fbaf-fb85-c22c-57555a503545-4ac05749 {
  align-self: start;
}

#w-node-_20d49aa2-fbaf-fb85-c22c-57555a503546-4ac05749 {
  justify-self: start;
}

#w-node-_20d49aa2-fbaf-fb85-c22c-57555a503548-4ac05749 {
  align-self: start;
}

#w-node-_20d49aa2-fbaf-fb85-c22c-57555a503550-4ac05749 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0e3f1f49-ff68-a3e5-4e60-e180775b649f-4ac05749 {
  align-self: start;
}

#w-node-bdadf372-5142-b818-ca97-1ace0c5a4c55-8f9d0774, #w-node-_8f7dae4a-5314-866e-7e08-263da1742730-8f9d0774, #w-node-_1a2809e2-e4df-15ba-088e-498d9e783036-8f9d0774, #w-node-_20f49770-c056-3e9b-b55f-b1b976b4affe-8f9d0774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba78d450-0f8c-3443-73f8-667ecb1760ba-8f9d0774 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba78d450-0f8c-3443-73f8-667ecb1760bb-8f9d0774, #w-node-ba78d450-0f8c-3443-73f8-667ecb1760bc-8f9d0774, #w-node-ba78d450-0f8c-3443-73f8-667ecb1760bd-8f9d0774 {
  align-self: start;
}

#w-node-ba78d450-0f8c-3443-73f8-667ecb1760f2-8f9d0774 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474738-a50aec43, #w-node-fbd1fe07-f1ad-d0f4-b346-6b210647473e-a50aec43, #w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474744-a50aec43, #w-node-fbd1fe07-f1ad-d0f4-b346-6b210647474a-a50aec43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474754-a50aec43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474755-a50aec43, #w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474756-a50aec43, #w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474757-a50aec43 {
  align-self: start;
}

#w-node-fbd1fe07-f1ad-d0f4-b346-6b210647475c-a50aec43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7ba398e-fe49-f282-1a60-f23cf8b4dcad-f8b4dca8, #w-node-_629ea860-cd0e-da2b-c827-d6ec236938b9-20027865 {
  justify-self: center;
}

#w-node-_7ce8a909-c134-2954-ac23-93df90effc2d-20027865, #w-node-_7ce8a909-c134-2954-ac23-93df90effc35-20027865, #w-node-_7ce8a909-c134-2954-ac23-93df90effc3d-20027865 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_008168d3-c8c5-3f94-eba8-bbf2471dac00-23f41d33, #w-node-fa618de8-b824-9cd9-499b-f4d88909cf44-0c4a2cc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_008168d3-c8c5-3f94-eba8-bbf2471dac19-23f41d33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf7f4fa5-7616-6eee-f0be-93969af302d6-9af302d3 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-cf7f4fa5-7616-6eee-f0be-93969af302df-9af302d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cf7f4fa5-7616-6eee-f0be-93969af302e0-9af302d3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fb52ab49-2c06-ee38-361d-e7c90d91c564-0d91c561 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-fb52ab49-2c06-ee38-361d-e7c90d91c59b-0d91c561 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb52ab49-2c06-ee38-361d-e7c90d91c59c-0d91c561 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_20d49aa2-fbaf-fb85-c22c-57555a503544-4ac05749 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_20d49aa2-fbaf-fb85-c22c-57555a503550-4ac05749 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20d49aa2-fbaf-fb85-c22c-57555a503551-4ac05749 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ba78d450-0f8c-3443-73f8-667ecb1760bb-8f9d0774 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-ba78d450-0f8c-3443-73f8-667ecb1760f2-8f9d0774 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba78d450-0f8c-3443-73f8-667ecb1760f3-8f9d0774 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fbd1fe07-f1ad-d0f4-b346-6b2106474755-a50aec43 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-fbd1fe07-f1ad-d0f4-b346-6b210647475c-a50aec43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fbd1fe07-f1ad-d0f4-b346-6b210647475d-a50aec43 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1fcefa43-e4cf-4a6a-bafd-793a11be1811-11be180d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_008168d3-c8c5-3f94-eba8-bbf2471dac00-23f41d33, #w-node-_008168d3-c8c5-3f94-eba8-bbf2471dac0d-23f41d33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.body-content {
  max-width: 100vw;
  overflow-x: clip;
}

.section-2.overflow,
.horizontal-scroll-container,
.the-overflow-hidden-mask,
.marquee-2,
.marquee-horizontal-large {
  max-width: 100vw;
}
