:root {
  --surface: #121212;
  --color_main--high-emphasis: #e0e0e0;
  --color_main--medium-emphasis: #a0a0a0;
  --gray-700: #374151;
  --item-hover: #f9fafb;
  --gray-400: #9ca3af;
  --border: rgba(0, 0, 0, .08);
  --white-smoke: #f5f5f4;
  --grey-body: #9ca3af;
  --nav-hover: #f2f4f7;
  --color_main--darkmode-border: #2e2e2e;
  --color_main--disabled: #6c6c6c;
  --color_main--surface-191919: #191919;
  --bs-trx: 0px;
  --recon-body: 424px;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --u-gray-600: #475467;
  --primary500: #ef6820;
  --primary600: #e04f16;
  --sizing--max-w-paragrah: 680px;
  --lo-ds--blue-primary: #0074e6;
  --lo-ds--blue-50: #ebf5ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--surface);
  color: var(--color_main--high-emphasis);
  max-width: 100vw;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  color: var(--color_main--high-emphasis);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--color_main--high-emphasis);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--color_main--high-emphasis);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--color_main--medium-emphasis);
  margin-bottom: 0;
}

a {
  color: var(--color_main--high-emphasis);
  text-decoration: underline;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color_main--medium-emphasis);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  display: flex;
}

li {
  padding-left: 16px;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366%;
  height: 100vh;
  margin-left: 250px;
  padding: 0;
  display: flex;
}

.utility-page-wrap._404 {
  margin-left: 0;
}

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

.utility-page-content._404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 500px;
}

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

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

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.main-button {
  background-color: #000;
  border-radius: 100px;
  padding: 13px 27px;
  font-weight: 600;
}

.main-button:active {
  background-color: #1b4870;
}

.grid-figma {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: space-between;
}

.section-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex-direction: column;
  align-content: space-around;
  justify-content: flex-end;
  padding-bottom: 24px;
  display: flex;
  overflow: auto;
}

.div1.div0 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.div1.case-card {
  border-radius: 24px;
  justify-content: space-between;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.body-4 {
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, sans-serif;
}

.image-5 {
  object-fit: cover;
  border-radius: 24px;
}

.case-title {
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 16px 24px;
  display: flex;
}

.case-cover {
  object-fit: cover;
  width: 100%;
  height: 175px;
}

.html-embed {
  color: #333;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.ledger-image {
  z-index: 100;
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  width: 400px;
  height: 200px;
  display: none;
  position: static;
  top: 3%;
  bottom: auto;
  left: 64%;
  right: auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
}

.desc-div1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gray-700);
  flex-flow: wrap;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.p1 {
  color: var(--gray-700);
  cursor: pointer;
  text-decoration: none;
}

.p1.hover-element {
  text-decoration: underline;
}

.heading-4 {
  font-size: 24px;
  line-height: 150%;
}

.button-cta {
  background-color: #333;
  border-radius: 6px;
  padding: 16px 24px;
  font-weight: 600;
}

.marquee-wrapper {
  opacity: 0;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.menu-item-media {
  z-index: 0;
  opacity: 0;
  transform-origin: 0 100%;
  width: 50vh;
  height: 50vh;
  position: absolute;
  right: 25%;
  overflow: hidden;
}

.title-wrapper {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

.full-video {
  width: 100%;
  height: 100%;
}

.main-wrapper {
  width: 100vw;
  height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.custom-styles {
  display: none;
}

.menu-item {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-title {
  z-index: 1;
  margin-left: 2em;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 5.6vw;
  text-decoration: none;
  position: relative;
}

.menu-title.marquee {
  flex: none;
  margin-left: 0;
}

.menu-title.marquee.separator {
  margin-left: 2vw;
  margin-right: 2vw;
  font-weight: 100;
}

.cursor-wrapper {
  z-index: 10;
  mix-blend-mode: color-dodge;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  background-color: #ffe372;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.user-log-in-log-out {
  padding: 8px 24px;
}

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

.normal-section {
  margin-top: 119px;
}

.flex-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #2f00ff, #c300ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}

.vertical-spacer {
  height: 100vh;
}

.horizontal-offset {
  flex: none;
  width: 0;
}

.horizontal-section {
  padding-bottom: 100vh;
}

.sticky-frame {
  z-index: 1;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-item {
  flex: none;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.horizontal-strip {
  flex-direction: row;
  flex: none;
  display: flex;
}

.horizontal-wrap {
  flex: none;
}

.cta-button {
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  background-image: radial-gradient(circle farthest-side at 100% 80%, #2f00ff, #c300ff);
  border-radius: 4rem;
  justify-content: flex-end;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem .75rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  transition: color .2s, width .3s ease-in-out;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.cta-button:hover {
  justify-content: flex-end;
  width: 10rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .75);
}

.cta-button.static {
  width: auto;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: static;
}

.cta-text {
  white-space: nowrap;
  border-radius: 0;
  flex: 0 auto;
  margin-left: .25rem;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.inner-card {
  background-color: rgba(245, 245, 245, .86);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-left: 1px solid #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  padding: 64px 84px;
  display: flex;
}

.card-heading {
  font-style: normal;
}

.inner-card-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  min-height: 200px;
  display: flex;
}

.navbar-no-shadow-2 {
  z-index: 100;
  margin-top: 17px;
  margin-bottom: 17px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #9a8e8e;
  border-radius: 100px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 51px;
  font-weight: 700;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-style-2lines {
  font-weight: 400;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-navbar06_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar06_menu-button {
  padding: 0;
}

.uui-navbar06_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 5.0625rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.uui-navbar06_dropdown-content-right {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-logo_component {
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar06_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar06_logo-link {
  padding-left: 0;
}

.uui-navbar06_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar06_item-heading {
  color: #101828;
  border-radius: 16px;
  padding: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-navbar06_item-heading:hover {
  background-color: var(--item-hover);
}

.uui-navbar06_link {
  color: #475467;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: #344054;
}

.uui-navbar06_link.w--current {
  color: #000;
}

.uui-navbar06_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar06_styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.uui-navbar06_component-2 {
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.collection-list-wrapper {
  flex-direction: row;
}

.collection-list {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
}

.collection-item {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  z-index: 100;
  background-color: #fff;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overview-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.detail-heading {
  width: 75px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.detail-body, .detail-body.impact {
  color: var(--gray-400);
}

.right-overview {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.overview-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 27px;
}

.overview-title.case-pdf {
  width: 100%;
}

.overview-heading1 {
  color: #344054;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2 {
  color: var(--gray-400);
}

.project-section1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 1366px;
  margin-left: 250px;
  padding: 51px 50px;
  display: flex;
}

.uui-heading-xlarge-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.container-6 {
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  display: flex;
}

.collection-item-2:hover {
  background-color: var(--item-hover);
}

.collection-list-2 {
  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;
}

.button-2 {
  background-color: #000;
  border-radius: 100px;
  padding: 8px 27px;
  font-weight: 700;
}

.card-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-margin-bottom {
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.card-post-cta {
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.cell {
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/aung-soe-min-1177645-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 33px;
  display: flex;
  position: relative;
}

.cell.v5 {
  background-image: url('../images/jon-flobrant-229724-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.cell.v6 {
  background-image: url('../images/peter-gabas-220313-unsplash.jpg');
  background-size: cover;
}

.cell.v2 {
  background-image: url('../images/max-larochelle-559064-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell.v3 {
  background-image: url('../images/josh-rose-156917-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell.v4 {
  background-image: url('../images/fabrizio-conti-723094-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 250px;
}

.collection-list-wrapper-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.columns-5 {
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.text {
  color: #333;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.text.heading-text {
  margin-top: 13px;
}

.header-text {
  text-align: left;
  font-size: 21px;
  line-height: 120%;
}

.header-text.grey {
  cursor: not-allowed;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.big-text {
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.footer-section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.mobile-text {
  text-align: left;
  font-size: 40px;
  line-height: 100%;
  display: none;
}

.text-row {
  margin: 66px 0 25px;
}

.desktop-text-block {
  text-align: left;
  font-size: 40px;
  line-height: 105%;
}

.link-6 {
  font-size: 40px;
  text-decoration: none;
}

.bold-text {
  color: #1d1d1d;
  font-weight: 400;
}

.bold-text._2 {
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
}

._2016-17 {
  color: gray;
}

.column-5 {
  padding-left: 0;
  padding-right: 60px;
}

.swiss-style-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 500px;
}

.swiss-style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.collection-item-3 {
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 16px;
  outline-width: 1px;
  outline-style: solid;
  margin-top: 31px;
  margin-bottom: 31px;
  overflow: hidden;
}

.swiss-style-div {
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 25px;
  display: flex;
}

.swiss-style-description {
  font-weight: 400;
  line-height: 150%;
}

.button-3 {
  cursor: not-allowed;
  background-color: #e2e2e2;
  border-radius: 6px;
}

.div-block-9 {
  width: 7%;
}

.swiss-section.mobile-ver {
  margin-left: 250px;
}

.container-1367 {
  max-width: 1366px;
}

.swiss-style-nav-item2 {
  width: 75%;
}

.swiss-style-nav1 {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  display: flex;
}

.submit-button, .field-label {
  width: 100%;
}

.container-1368 {
  max-width: 1366px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-10 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 1366px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 24px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  width: 300px;
  display: flex;
}

.body-5 {
  display: block;
}

.div-block-12 {
  justify-content: center;
  max-width: 1366px;
  display: flex;
}

.nav-logo {
  font-weight: 600;
}

.sidebar {
  grid-row-gap: 24px;
  background-color: #fff;
  border-right: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 100vh;
  padding: 50px 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.main-body {
  background-color: var(--white-smoke);
  color: #344054;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main {
  grid-row-gap: 72px;
  flex-direction: column;
  height: auto;
  margin-left: 200px;
  padding: 50px 50px 36px;
  display: flex;
}

.sidebar-nav-link {
  color: #9b9b9b;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-nav-link:hover {
  color: #000;
  background-color: #f2f4f7;
}

.sidebar-nav-link.w--current {
  color: #374151;
  font-weight: 600;
}

.sidebar-avatar {
  background-image: url('../images/01.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.sidebar-avatar.avatar-mobile {
  background-image: url('../images/1_1-128px_11_1-128px.jpg');
  width: 64px;
  height: 64px;
  display: block;
}

.sidebar-menu-list {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sidebar-heading1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.sidebar-heading1.sidebar-heading0 {
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  display: none;
}

.sidebar-body-section._1st-section {
  grid-row-gap: 24px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.style-guide-heading {
  color: rgba(0, 0, 0, .8);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-gray-800 {
  background-color: #1f2937;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.style-guide-info-text {
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.color-swatch-gray-50 {
  background-color: #f9fafb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-100 {
  background-color: #f3f4f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-200 {
  background-color: #e5e7eb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-300 {
  background-color: #d1d5db;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-400 {
  background-color: #9ca3af;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-500 {
  background-color: #6b7280;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-600 {
  background-color: #4b5563;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-700 {
  background-color: #374151;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-900 {
  background-color: #111827;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-base-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-base-black {
  background-color: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-300 {
  background-color: #93c5fd;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-400 {
  background-color: #3b82f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-blue-500 {
  background-color: #2a4e70;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-draft-color-white {
  background-color: #f3f3f3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-draft-color-goldish-white {
  background-color: #edeae7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-draft-color-gold {
  background-color: #f4ede4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-draft-color-blue {
  background-color: #2a4e70;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-draft-color-red {
  background-color: #ad3b3b;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-purple {
  background-color: linear-gradient(#7b61ff, #7b61ff), linear-gradient(#846eff, #846eff), linear-gradient(#684dff, #684dff), #907cff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sidebar-name {
  cursor: default;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.sidebar-name.text-mobile {
  font-size: 18px;
  line-height: 150%;
}

.div-block-13 {
  grid-column-gap: 8px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13.profile-body {
  justify-content: flex-start;
  display: flex;
}

.div-block-13.profile-sidebar {
  display: none;
}

.sidebar-menu-list-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.sidebar-name2 {
  color: #6b7280;
  cursor: default;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.sidebar-name2.text-mobile {
  font-size: 18px;
  line-height: 150%;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  font-size: 18rem;
  line-height: 150%;
  display: flex;
}

.text-block-4 {
  display: none;
}

.navbar-mobile {
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06), 0 4px 6px rgba(0, 0, 0, .1);
}

.text-3 {
  color: #1f2937;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hd-image {
  background-image: url('../images/forum.halodesigners.com_home_sortpopular-1-min.png');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: 400px;
  height: 200px;
  display: none;
  position: static;
  top: 3%;
  left: 64%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
}

.section-8 {
  background-color: #333;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: auto;
}

.container-1370 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 325px 18px 0;
  display: flex;
}

.img-gs-1 {
  object-fit: cover;
  width: 500px;
}

.section1-left {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section1-right {
  justify-content: flex-end;
  width: 50%;
  height: 200px;
  display: flex;
}

.container-1371 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  padding: 150px 48px 174px;
  display: flex;
}

.html-embed-2 {
  color: #ee6f75;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f5f4;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding-bottom: 133px;
  display: flex;
}

.div-block-15.home2 {
  width: 1116px;
  max-width: 1116px;
  padding-left: 50px;
  padding-right: 50px;
}

.divs {
  grid-row-gap: 40px;
  background-color: #fafaf9;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom-width: 2px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 500px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.divs.product-1 {
  cursor: default;
  width: 48%;
}

.div-flex {
  grid-column-gap: 9.99px;
  grid-row-gap: 9.99px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.span-body-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcd3ca;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  display: flex;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .1), inset 0 1px rgba(0, 0, 0, .1);
}

.text-4 {
  color: #ef5a3c;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}

.span-body-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-5 {
  color: #000;
  letter-spacing: -.2px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.span-body-small-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-6 {
  color: #afafaf;
  letter-spacing: -.17px;
  width: 100%;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.95px;
}

.div-rounded-lg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-rounded-lg.product-1 {
  border-radius: 24px;
}

.div-w-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 44px;
  display: flex;
  overflow: hidden;
}

.div-rounded-lg-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .1), inset 0 1px rgba(0, 0, 0, .1);
}

.svg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 3px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.581px;
  height: 17.219px;
  display: flex;
}

.text-7 {
  color: #000;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
}

.span-body-small-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.skiff-text-inside {
  color: #707070;
  letter-spacing: -.07px;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
}

.collection-item-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-10 {
  object-position: 50% 100%;
  border-radius: 16px;
  width: 100%;
}

.porto-grid-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom-width: 2px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 29px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.porto-grid-item.half-porto {
  width: 100%;
  height: 100%;
  display: flex;
}

.porto-grid-item.half-porto.coming-soon {
  display: none;
}

.porto-grid-item.case-cta {
  flex-direction: row;
  padding-bottom: 29px;
}

.porto-grid-item.hero {
  display: none;
}

.porto-body {
  grid-column-gap: 9.99px;
  grid-row-gap: 9.99px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.case-study-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 4.5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-2694 {
  grid-column-gap: 1.5px;
  grid-row-gap: 1.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-8 {
  color: var(--gray-700);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.span-body-medium-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-9 {
  color: var(--gray-700);
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

.span-body-small-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description {
  color: var(--grey-body);
  max-height: 73px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.description.pevita-desc {
  color: var(--grey-body);
  width: 60%;
  max-height: 73px;
  overflow: hidden;
}

.div-absolute {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  padding: 3px 3px 4px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.div-absolute.allowed {
  cursor: pointer;
}

.div-absolute.allowed.large {
  top: 8%;
  right: 3%;
}

.div-absolute.case-study {
  position: static;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 29px;
  display: flex;
}

.sigi-asset {
  background-color: #f6f7fb;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom-width: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 80%;
  height: 300px;
  overflow: hidden;
}

.sigi-asset-top {
  background-color: #0273be;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 35%;
}

.sigi-asset-bottom {
  background-color: #f6f7fb;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  width: 100%;
  height: 65%;
}

.frame-3 {
  z-index: 100;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 7.45178px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 25px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 10%;
  box-shadow: 0 0 12.0724px rgba(0, 0, 0, .15);
}

.frame-3.tagihan-sigi {
  min-width: 250px;
  top: 55%;
  box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.frame-48095908 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 299px;
  display: flex;
}

.frame-48095907 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-10 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-11 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.button-bayar-sigi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 54.7682px;
  display: flex;
}

.uang-bulanan {
  z-index: 99;
  background-color: #fff;
  border: .915625px solid #e5e7eb;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 77px;
  margin-right: 77px;
  padding: 15px 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 12.9605px rgba(0, 0, 0, .04);
}

.frame-48095909 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-12 {
  color: #a7a7a7;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 500;
}

.frame-48095900 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffe7e7;
  border-radius: 2.74687px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 7px;
  display: flex;
}

.text-13 {
  color: #fd4b4b;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 150%;
}

.text-14 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.rp-3-300-000 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

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

.container-1372 {
  max-width: 1366px;
}

.porto-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.div-block-17 {
  background-color: #000;
  width: 100%;
  height: 100px;
}

.chatbot {
  border: 1px solid #000;
  width: 80%;
  height: 300px;
  display: flex;
}

.pevita-sidebar-left {
  width: 20%;
}

.pevita-sidebar-right {
  background-color: #f6f7fb;
  width: 80%;
}

.responsive-mobile---main-page-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f6f7fb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 390px;
  height: 430px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -3%;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.sidebar-layouts-header-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  display: flex;
}

.header-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.sidebar-layouts-menu-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 64px;
  display: flex;
}

.icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.menu-alt-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 4px;
  display: flex;
}

.vectors-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100px;
  display: flex;
}

.search-and-actions-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 319px;
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.notification-and-profile-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbars-avatar-menu-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #d8ebff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 7px;
  display: flex;
}

.initials-2 {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.mobile-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.frame-48095910 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.text-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.date-picker-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.vectors-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.5px;
  height: 12.5px;
  display: flex;
}

.stat-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.leading-content-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 16px;
  display: flex;
}

.brand-icon-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0074e6;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 48px;
  padding: 12px;
  display: flex;
}

.vectors-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-48095911 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.label-2 {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.change-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-narrow-short-up {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 5px;
  display: flex;
}

.vectors-wrapper-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 11.9998px;
  display: flex;
}

.amount-4 {
  color: #10b981;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.amount-and-change-3 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.amount-5 {
  color: #111827;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.action-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9fafb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 59px;
  padding: 16px;
  display: flex;
}

.stats-text-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-22 {
  color: #0074e6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.sales-profit-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stat02-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 92px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.leading-content-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 16px;
  display: flex;
}

.brand-icon-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0074e6;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  display: flex;
}

.vectors-wrapper-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-48095912 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.amount-6 {
  color: #10b981;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.amount-and-change-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.accounting-report-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px 16px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.text-23 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.frame-48095913 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.business-and-finance-2 {
  object-fit: cover;
}

.text-24 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.frame-48095914 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pevita-asset {
  width: 100%;
  height: 300px;
  overflow: visible;
}

.image-1203 {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 8px;
  width: 80%;
}

.mobile-dashboard---chatbot {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f6f7fb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
  display: block;
  overflow: hidden;
}

.top-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0058ee;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 6px;
  display: flex;
}

.tap-area {
  grid-column-gap: 6.02667px;
  grid-row-gap: 6.02667px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6.02667px;
  display: flex;
}

.vectors-wrapper-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.464px;
  height: 14.464px;
  display: flex;
}

.text-30 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.docs-open {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .602667px solid #dedede;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding: 4px 8px;
  display: flex;
  box-shadow: 0 2px 9.64267px rgba(0, 0, 0, .08);
}

.frame-48095955 {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-31 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 600;
}

.frame-48095954 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-32 {
  color: #000;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 600;
}

.frame-48095952 {
  grid-column-gap: 6.02667px;
  grid-row-gap: 6.02667px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18.4738px;
  height: 14.6215px;
  padding: 6.02667px;
  display: flex;
}

.vectors-wrapper-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.42045px;
  height: 2.56818px;
  display: flex;
}

.chatbot-wrapper {
  grid-column-gap: 14.464px;
  grid-row-gap: 14.464px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  padding-left: 9.64267px;
  padding-right: 9.64267px;
  display: flex;
}

.message01 {
  grid-column-gap: 2.41067px;
  grid-row-gap: 2.41067px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150.667px;
  display: flex;
}

.text-33 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 600;
}

.bubble-chat {
  grid-column-gap: 6.02667px;
  grid-row-gap: 6.02667px;
  background-color: #0074e6;
  border-top-left-radius: 4.82133px;
  border-top-right-radius: 4.82133px;
  border-bottom-right-radius: 4.82133px;
  justify-content: flex-start;
  align-items: center;
  width: 150.667px;
  padding: 9.64267px;
  display: flex;
}

.bubble-chat-pevita {
  color: #fff;
  font-size: 7px;
  font-weight: 400;
  line-height: 150%;
}

.message02 {
  grid-column-gap: 2.41067px;
  grid-row-gap: 2.41067px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-34 {
  color: #333;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 600;
}

.upload {
  grid-column-gap: 14.464px;
  grid-row-gap: 14.464px;
  background-color: #fff;
  border-radius: 3.01333px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14.464px;
  display: flex;
}

.text-35 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 700;
}

.vectors-wrapper-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.696px;
  height: 21.696px;
  display: flex;
}

.text-36 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 6px;
  font-weight: 400;
}

.upload-1 {
  object-fit: cover;
}

.text-37 {
  color: #0071b8;
  font-family: Montserrat, sans-serif;
  font-size: 6px;
  font-weight: 400;
}

.bubble-chat-pevita-0 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 500;
  line-height: 150%;
}

.bubble-chat-pevita-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 700;
  line-height: 150%;
}

.lo-websitea-asset {
  border-radius: 8px;
  height: 300px;
  position: relative;
}

.dropdown {
  width: 100%;
  max-width: 238px;
}

.submit-button-2 {
  display: none;
}

.radio-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button {
  border-width: 2px;
  border-color: #b6b9ce;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #160042;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #160042;
}

.radio-label {
  color: #160042;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.toggle-wrap {
  align-items: center;
  width: 100%;
  display: flex;
}

.toggle-base {
  cursor: pointer;
  background-color: #25cc88;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  margin-right: 14px;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px rgba(73, 74, 125, .3), 17px 17px 24px -18px rgba(56, 50, 124, .08);
}

.toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px rgba(73, 74, 125, .24);
}

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

.field-label-2 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.text-area::placeholder {
  color: #6b7094;
}

.text-field-double-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-double-icon {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 56px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-double-icon::placeholder {
  color: #b6b9ce;
}

.field-icon {
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.field-icon-right {
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 16px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.checkbox.w--redirected-checked {
  background-color: #160042;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #160042;
}

.checkbox-label {
  color: #160042;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.component-flow {
  padding: 31px 50px;
}

.breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-home {
  color: #393b6a;
  transition: color .3s;
}

.breadcrumb-home:hover {
  color: #642eff;
}

.breadcrumb-home.w--current {
  color: #160042;
}

.breadcrumb-home-svg {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.breadcrumb-seperator {
  color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb-link:hover {
  color: #642eff;
}

.breadcrumb-link.w--current {
  color: #160042;
}

.lottie-animation-2 {
  width: 500px;
}

.workinprogress {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 61px;
  display: flex;
}

.lo-image-1 {
  z-index: 0;
  border-radius: 8px;
  margin-left: 48px;
  position: relative;
  bottom: -33px;
  right: -22px;
}

.lo-image-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 400px;
  margin-top: 10px;
  margin-left: -81px;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

.img-gs-2 {
  width: 400px;
}

.img-gs-3 {
  width: 300px;
}

.sucess-animation {
  width: 100px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.lottie-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 26px 16px;
  display: flex;
}

.desc-animation {
  opacity: 0;
  text-align: center;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.reset-sigi {
  opacity: 0;
  background-color: #41ace1;
  border-radius: 6px;
  align-self: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-1373 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.mobile-dashboard---chatbot-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #f6f7fb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 375px;
  height: 500px;
  margin-top: 1000px;
  display: flex;
  overflow: scroll;
}

.top-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.top-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #0058ee;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 7px 10px;
  display: flex;
}

.tap-area-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-38 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.docs-open-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #dedede;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 7px 15px;
  display: flex;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.bank-statement-1 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.frame-48095957 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-39 {
  color: #000;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.frame-48095959 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30.6534px;
  height: 24.2614px;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.6534px;
  height: 4.26136px;
  display: flex;
}

.chat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.chatbot-message {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
  height: 68px;
  display: flex;
}

.text-40 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.bubble-chat-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0074e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 16px;
  display: flex;
}

.bubble-chat-pevita-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.user-message {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-41 {
  color: #333;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.upload-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-42 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.upload-3 {
  object-fit: cover;
}

.text-44 {
  color: #0071b8;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.bubble-chat-pevita-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.bubble-chat-pevita-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.lottie-animation-3 {
  width: 36px;
}

.about-section-1 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 29px;
  display: flex;
}

.description-long {
  color: var(--gray-400);
  min-height: 120px;
}

.description-long.case-study {
  min-height: auto;
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.sysf-tooltip {
  color: #fff;
  text-align: center;
  background-color: #0e0f11;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 240px;
  margin-bottom: 8px;
  padding: 8px;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: auto;
  bottom: 36px;
  left: 24%;
  right: 0%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.sysf-heading {
  color: #0e0f11;
}

.sysf-heading.sysf-xs {
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.sysf-tab {
  color: #636b75;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.sysf-tab:hover {
  color: #2f54eb;
}

.sysf-tab:active {
  background-color: #f2f6ff;
}

.sysf-tab:focus {
  color: #2f54eb;
  background-color: #f2f6ff;
}

.sysf-tab.w--current {
  color: #2f54eb;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -2px #2f54eb;
}

.sysf-tab.w--current:active, .sysf-tab.w--current:focus {
  background-color: #f2f6ff;
}

.sysf-collapse-text {
  opacity: 0;
  color: #636b75;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text.sysf-borderless {
  padding-left: 12px;
}

.sysf-tooltip-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.sysf-tooltip-arrow {
  background-color: #0e0f11;
  width: 12px;
  height: 12px;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: 50%;
  right: 50%;
  transform: rotate(45deg);
}

.sysf-body-text {
  color: #636b75;
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-body-text.sysf-m.sysf-s-m-0 {
  flex: 1;
}

.sysf-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: #597ef7;
}

.sysf-button:active {
  background-color: #1d39c4;
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium:active {
  background-color: #10239e;
}

.sysf-button.sysf-medium:focus {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium.sysf-outline {
  box-shadow: inset 0 0 0 1px #dde1e6;
}

.sysf-button.sysf-medium.sysf-outline:hover {
  background-color: #f9fafb;
}

.sysf-button.sysf-medium.sysf-outline:active {
  background-color: #edf0f3;
}

.sysf-button.sysf-medium.sysf-outline:focus {
  background-color: #f9fafb;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb, inset 0 0 0 1px #dde1e6;
}

.sysf-collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-tabs-menu {
  box-shadow: inset 0 -1px #d0d4d9;
}

.button-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse.sysf-borderless {
  background-color: #fff;
  border-style: none;
  padding: 24px;
}

.sysf-tooltip-trigger-content {
  align-self: center;
  align-items: center;
  display: inline-block;
  position: relative;
  bottom: -4px;
}

.sysf-text-block {
  align-self: center;
}

.sysf-card {
  color: #0e0f11;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
}

.sysf-card:hover {
  color: #2f54eb;
  background-color: #f2f6ff;
  border-radius: 6px;
  box-shadow: 0 0 0 6px #f2f6ff;
}

.sysf-card:focus {
  color: #2f54eb;
}

.sysf-card.sysf-card-box {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow .25s, color .25s, border-color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(93, 99, 112, .15);
}

.sysf-card.sysf-card-box:hover {
  color: #2f54eb;
  border-color: #2f54eb;
  box-shadow: 0 6px 10px rgba(93, 99, 112, .2);
}

.sysf-card.sysf-card-box:active {
  box-shadow: 0 2px 6px rgba(93, 99, 112, .2);
}

.sysf-card.sysf-card-box.sysf-s-p-24 {
  width: 300px;
  display: block;
}

.sysf-collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-tooltip-text {
  margin-right: 4px;
  font-weight: 500;
  display: inline-block;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: #636b75;
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.design-system {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 106px 35px;
  display: flex;
}

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

.sysf-feature-icon-wrapper {
  color: #2f54eb;
  background-color: #f2f6ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
}

.about-section-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 29px;
  display: flex;
}

.about-section-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 29px;
  display: flex;
}

.link-memorisely, .link-memorisely:visited {
  color: var(--gray-400);
}

.cta-primary.memorisely {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.icon-logo-small {
  width: 24px;
}

.title-section2 {
  font-size: 24px;
}

.social-icon {
  color: var(--gray-400);
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.icon-pevita-menu {
  width: 24px;
  height: 24px;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.text-area-mecha {
  border-radius: 8px;
  max-width: 100%;
  min-height: 250px;
  font-weight: 500;
  position: static;
}

.body-mechakeys {
  background-color: #000;
  background-image: url('../images/5JyOSwrc_4x-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-attachment: scroll;
  max-width: 1366vw;
}

.heading-mechakey {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
}

.mecha-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #e27a1f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 12px 29px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.mecha-button:active {
  background-color: #af601b;
}

.list-wrapper {
  grid-column-gap: 50px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1129px;
  display: flex;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #202020;
  border: 1px solid #3d3d3d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  overflow: hidden;
}

.file-upload-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #616161;
  border-radius: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
}

.file-04 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 3px;
  display: flex;
}

.frame-1 {
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mecha-desc-headline {
  color: #fff;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.mecha-feature-desc {
  color: rgba(255, 255, 255, .66);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.mecha-feature-desc.headline-desc {
  text-align: center;
  text-transform: none;
  width: 700px;
  font-size: 24px;
}

.button-4 {
  border: 1px solid var(--gray-400);
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding-left: 34px;
  padding-right: 34px;
  font-weight: 700;
  display: none;
}

.form {
  max-width: 100%;
}

.form-block {
  width: 100%;
}

.div-block-19 {
  grid-column-gap: 24px;
  display: flex;
}

.volume {
  cursor: pointer;
  background-color: #e27a1f;
  border-radius: 4px;
  font-weight: 600;
}

.volume:active {
  background-color: #af601b;
}

.div-block-20 {
  width: 100%;
}

.hero-icon {
  color: #e6e6e6;
  align-self: center;
  width: 24px;
  height: 24px;
}

.mecha-headline {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  color: #fff;
  width: 16px;
  height: 16px;
}

.text-block-6 {
  color: #fff;
  padding-bottom: 0;
  text-decoration: none;
}

.container-1374 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.lottie-animation-4 {
  width: 36px;
  height: 36px;
}

.progress-bar {
  z-index: 999;
  transform-origin: 0%;
  background-color: #333;
  width: 100%;
  height: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 250px;
  right: 0%;
}

.text-block-7 {
  max-width: 750px;
}

.div-block-22 {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.portfolio-section-left {
  width: 250px;
  height: auto;
}

.portfolio-section-right {
  width: 100%;
}

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

.div-portfolio-section-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 32px 36px;
  display: flex;
  position: relative;
}

.mobile-gate {
  display: none;
}

.sidebar-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .5;
  color: #333;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.sidebar-item:hover {
  background-color: var(--nav-hover);
  opacity: 1;
  color: #333;
  border-radius: 6px;
  font-weight: 500;
}

.sidebar-item.w--current {
  color: #000;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--border);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-left: 37px;
  padding-right: 37px;
  display: flex;
}

.dribble-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.inline-text {
  color: var(--gray-700);
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
  display: inline-block;
}

.home-avatar {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 10000px;
  width: 64px;
  height: 64px;
  position: static;
  top: 2.08203px;
  left: 614.083px;
}

.hd-logo {
  color: #374151;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  position: static;
  top: 179.77px;
  left: 266.246px;
}

.monas {
  object-fit: contain;
  height: 48px;
  position: static;
  top: 182.047px;
  left: 856.386px;
}

.hero-svg {
  height: 48px;
}

.hero-inline {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 29px;
  display: flex;
}

.inline-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.ds-asset {
  display: flex;
}

.radio-split {
  grid-column-gap: 24px;
  justify-content: flex-start;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.n-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--surface);
  mix-blend-mode: normal;
  background-image: url('../images/frame7-switched.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  flex-direction: column;
  display: flex;
}

.n-body.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.n-h1 {
  color: var(--color_main--high-emphasis);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 100%;
  display: block;
}

.n-paragraph {
  color: var(--color_main--medium-emphasis);
  cursor: default;
  max-width: 500px;
  line-height: 200%;
}

.n-paragraph.high-emphasis {
  color: var(--color_main--high-emphasis);
}

.n-paragraph._100 {
  max-width: 100%;
}

.n-hero-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.n-hero-avatar {
  background-image: url('../images/Ellipse-149.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100px;
  height: 100px;
}

.n-hero-avatar._36px {
  width: 36px;
  height: 36px;
}

.n-socialmedia {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 100px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.n-socialmedia._100 {
  justify-content: flex-end;
  width: 100%;
}

.n-socialmedia.static {
  position: static;
}

.n-socialmedia.middle {
  justify-content: space-between;
  align-items: center;
}

.n-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color_main--disabled);
  text-decoration: none;
  display: flex;
}

.n-link:hover {
  color: var(--color_main--high-emphasis);
}

.n-social-icon {
  background-color: rgba(0, 0, 0, 0);
}

.n-social-icon.large {
  color: var(--color_main--medium-emphasis);
  width: 36px;
  height: 36px;
}

.n-social-icon.div-absolute {
  z-index: 1;
  color: #e8e8e8;
  border-style: none;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.n-social-icon._44px {
  width: 44px;
  height: 44px;
}

.n-social-icon._24px {
  color: var(--color_main--medium-emphasis);
  width: 24px;
  height: 24px;
}

.n-social-icon._20px {
  color: var(--color_main--medium-emphasis);
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.n-hero-par {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.n-hero-par.flex-col {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.n-hero-par.center {
  align-items: center;
}

.n-case-img {
  z-index: 0;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 8px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.n-inner-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color_main--medium-emphasis);
  flex-direction: column;
  display: flex;
  position: relative;
}

.n-card-description {
  color: var(--color_main--medium-emphasis);
  width: 100%;
  max-height: 125px;
  font-size: 14px;
  line-height: 200%;
  overflow: hidden;
}

.n-card-title {
  color: var(--color_main--high-emphasis);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.n-card-cta {
  color: var(--color_main--disabled);
  -webkit-text-stroke-color: #c2faf2;
  font-size: 14px;
  text-decoration: none;
}

.n-card-cta:hover {
  text-decoration: underline;
}

.mainpage_hero {
  z-index: 2;
  width: 100%;
}

.mainpage_hero.hide {
  display: none;
}

.n-hero-container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.n-hero-container.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.n-hero-container.hide {
  display: none;
}

.mainpage_section_tab {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.mainpage_section_tab.hide, .n-social-text {
  display: none;
}

.n-social-text.display {
  color: var(--color_main--disabled);
  text-decoration: none;
  display: block;
}

.n-social-text.display:hover {
  color: var(--color_main--high-emphasis);
}

.n-text-link {
  color: var(--color_main--medium-emphasis);
}

.n-text-link:hover {
  color: var(--color_main--high-emphasis);
}

.pills {
  color: var(--color_main--medium-emphasis);
  justify-content: center;
  max-width: 150px;
  font-size: 14px;
  line-height: 150%;
}

.n-gradient-accent {
  z-index: 10;
  filter: blur(50px);
  background-image: radial-gradient(circle closest-corner, rgba(152, 234, 241, .15), rgba(143, 219, 248, 0) 64%);
  border-radius: 10000px;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -250px;
  bottom: auto;
  left: auto;
  right: -250px;
  overflow: hidden;
}

.main-page-accent---n {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 500px;
  position: absolute;
  overflow: hidden;
}

.main-page-accent---n.hide {
  display: none;
}

.n-card-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.n-card-details.justify-right {
  justify-content: flex-end;
  width: 100%;
  padding-right: 24px;
}

.n-card-details.m--20px {
  margin-bottom: -23px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.n-tabs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color_main--disabled);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.n-tabs:hover {
  color: var(--color_main--high-emphasis);
  background-color: rgba(255, 255, 255, .04);
}

.n-tabs:active {
  background-color: rgba(255, 255, 255, .12);
}

.n-tabs.w--current {
  color: var(--color_main--high-emphasis);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

.n-tabs.hide {
  display: none;
}

.tabs-menu {
  z-index: 9;
  border-bottom: 1px solid var(--color_main--darkmode-border);
  background-color: var(--surface);
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  margin-bottom: 40px;
  padding-top: 8px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: auto;
}

.n-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--surface);
  align-items: flex-start;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
}

.n-stack:hover {
  border: 1px solid var(--color_main--darkmode-border);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
}

.stack-img {
  object-fit: cover;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.stack-title {
  color: var(--color_main--high-emphasis);
}

.stack-desc {
  color: var(--color_main--disabled);
  width: 100%;
}

.p-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.tabs-content {
  max-width: 1280px;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.n-tabs-content-wrapper {
  min-height: 500px;
  padding-left: 24px;
  padding-right: 24px;
}

.n-heading {
  color: var(--color_main--high-emphasis);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 44px;
  display: none;
}

.n-tabs-text {
  width: auto;
  height: auto;
}

.n-porto-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.n-porto-card.horizontal {
  flex-flow: row;
}

.n-porto-card.v2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--color_main--surface-191919);
  border-radius: 24px;
  padding: 56px 50px;
  position: relative;
}

.n-img-porto {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.n-img-porto.custom {
  z-index: 12;
  aspect-ratio: 16 / 9;
  border-style: none;
  border-radius: 8px;
  width: 55%;
  position: relative;
}

.n-img-porto.border--1px, .n-img-porto.no-border {
  border-style: none;
}

.n-img-porto._1-1 {
  aspect-ratio: 1;
}

.n-grid-porto {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.image-1209 {
  object-fit: cover;
}

.n-about-section-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.n-contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.n-grid-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: static;
}

.dribble-image {
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: none;
}

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

.lightbox-link {
  aspect-ratio: 1;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.n-image-lightbox {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.n-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  margin-top: 77px;
  margin-bottom: 77px;
  display: none;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

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

.n-about-company {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--surface);
  color: var(--color_main--medium-emphasis);
  cursor: default;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.n-about-company.bg-none {
  background-color: rgba(0, 0, 0, 0);
}

.heading-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-45 {
  color: var(--color_main--medium-emphasis);
  line-height: 150%;
}

.ordered-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color_main--disabled);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-relativemargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  display: flex;
}

.div-relative {
  background-color: #27272a;
  border: 1px solid rgba(63, 63, 70, .5);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
  box-shadow: 0 2px 4px rgba(39, 39, 42, .05), 0 4px 6px rgba(39, 39, 42, .05);
}

.n-company-logo {
  object-fit: cover;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.descriptions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.n-company-desc {
  color: var(--color_main--disabled);
  width: auto;
  font-size: 14px;
  line-height: 150%;
}

.details---2019-until-presentmargin {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
  top: 24px;
  left: 35.8457px;
}

.button-darkmode {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color_main--darkmode-border);
  color: var(--color_main--medium-emphasis);
  background-color: #1d1d1e;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.button-darkmode:hover {
  background-color: rgba(39, 39, 42, .8);
}

.button-darkmode.secondary {
  cursor: not-allowed;
  background-color: rgba(29, 29, 30, 0);
  border-style: none;
}

.button-darkmode.secondary:hover {
  background-color: rgba(39, 39, 42, .8);
}

.button-darkmode.secondary.w--current:hover {
  background-color: #1d1d1e;
}

.button-darkmode._w-300, .button-darkmode._w-300.w--current {
  width: 300px;
}

.button-darkmode.tertiary {
  background-color: var(--surface);
  border-style: none;
}

.button-darkmode.tertiary:hover {
  text-decoration: underline;
}

.button-darkmode.tertiary.flex-start {
  justify-content: flex-start;
}

.button-darkmode.hide {
  display: none;
}

.button-darkmode.text-medium {
  font-weight: 500;
}

.button-dark {
  color: var(--color_main--high-emphasis);
}

.n-company-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.n-about-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.n-about-section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.html-embed-4 {
  width: 24px;
  height: 24px;
}

.n-about-role-desc {
  color: var(--color_main--disabled);
}

.slide {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  border-radius: 16px;
  width: 100%;
  height: 364.5px;
  display: none;
  overflow: hidden;
}

.featured-inner-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

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

.n-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  width: 250px;
  display: flex;
}

.n-button-wrapper._w--400px {
  width: 400px;
}

.n-button-wrapper.hide {
  display: none;
}

.n-button-wrapper.vertical {
  flex-flow: column;
}

.n-paragraph-hide {
  display: none;
}

.iconoir-embed {
  color: var(--color_main--high-emphasis);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.iconoir-embed.hide {
  display: none;
}

.iconoir-embed.medium_emph {
  color: var(--color_main--medium-emphasis);
}

.n-blog-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.n-blog-heading {
  color: var(--color_main--high-emphasis);
  width: 100%;
  margin-bottom: 0;
}

.n-blog-heading.center {
  text-align: center;
  margin-top: 0;
}

.n-rich-text {
  color: var(--color_main--medium-emphasis);
  width: 100%;
  font-size: 14px;
  line-height: 200%;
  text-decoration: none;
}

.n-rich-text h5 {
  color: var(--color_main--high-emphasis);
  font-size: 16px;
  font-weight: 500;
}

.n-rich-text p {
  color: var(--color_main--medium-emphasis);
  font-size: 16px;
}

.n-breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color_main--disabled);
  align-items: center;
  width: 100%;
  display: flex;
}

.n-breadcrumb-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.n-breadcrumb-link {
  color: var(--color_main--disabled);
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
}

.n-breadcrumb-link:hover {
  text-decoration: underline;
}

.n-breadcrumb-link.w--current {
  color: var(--color_main--disabled);
}

.n-breadcrumb-link.mobile-link {
  color: var(--color_main--high-emphasis);
  overflow: hidden;
}

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

.blog-cover {
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  color: var(--color_main--medium-emphasis);
  text-decoration: underline;
}

.n-blog-image {
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  min-height: 150px;
}

.n-blog-tags-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.n-location-gif {
  border-radius: 16px;
  width: 100%;
  display: none;
}

.blog-cms-wrapper {
  color: var(--color_main--medium-emphasis);
  text-decoration: none;
}

.link-block-2 {
  color: var(--color_main--medium-emphasis);
  width: 100%;
  text-decoration: none;
}

.footer-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.footer-blog-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color_main--high-emphasis);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.avatar-me {
  border-radius: 10000px;
  width: 100px;
  height: 100%;
}

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

.divider {
  background-color: var(--color_main--darkmode-border);
  width: 100%;
  height: 1px;
}

.divider.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
}

.gallery_video {
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.cv-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 31px 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.main-section {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--surface);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding: 33px 24px;
  display: flex;
}

.cv-hero-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-flex-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cv-h1 {
  color: var(--color_main--high-emphasis);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.cv-description-sm {
  color: var(--color_main--medium-emphasis);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cv-description-sm.gray {
  color: var(--color_main--medium-emphasis);
}

.div-flex-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  display: flex;
}

.n-icon-wrapper {
  background-color: var(--color_main--darkmode-border);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.span-relative {
  object-fit: cover;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 112px;
  height: 112px;
  display: flex;
}

.cv-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: default;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cv-h2 {
  color: var(--color_main--high-emphasis);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.cv-exp-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #030712;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-flex-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 22px;
  display: flex;
}

.heading-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cv-h3 {
  color: var(--color_main--high-emphasis);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.span-inline-flex {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-inline-flex {
  background-color: var(--color_main--darkmode-border);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  padding: 3px 8px;
  display: flex;
}

.text-tags {
  color: var(--color_main--disabled);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.div-text-sm {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5.89px;
  display: flex;
}

.cv-description-xs {
  color: var(--color_main--medium-emphasis);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.tags-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cv-tags {
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--color_main--darkmode-border);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 9px;
  display: flex;
}

.cv-tags.gap-8px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 4px 12px;
}

.div-gridmargin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-rounded-lg-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-53 {
  color: var(--color_main--high-emphasis);
  letter-spacing: -.4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  display: flex;
}

.div-text-pretty-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.n-cv-icon {
  color: var(--color_main--medium-emphasis);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.n-card-link {
  text-decoration: none;
}

.link-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  text-decoration: underline;
}

.list {
  list-style-type: decimal;
}

.text-55 {
  color: #333;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-dropdown-3 {
  width: 100%;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.f-dropdown-icon-l-3 {
  color: #6b7094;
  margin-right: 16px;
  font-size: 14px;
}

.amount-3 {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.f-tab-button-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.f-tab-button-toggle:hover {
  background-color: #f3f5fb;
}

.f-tab-button-toggle.w--current {
  color: #0074e6;
  background-color: #ebf5ff;
  font-weight: 600;
  line-height: 150%;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.action {
  background-color: #f9fafb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 23.5214px;
  display: flex;
}

.breadcrumb-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-56 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-57 {
  color: #9ca3af;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.amount-and-change {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.stat-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.avatar-aa {
  background-color: #d6eaff;
  border-radius: 10000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: undefined;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-58 {
  color: #6b7280;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.div-wrapper {
  border-radius: 6px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.bs-trx {
  height: var(--bs-trx);
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.p-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 965px;
  max-width: 1125px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.dashboard-wrapper {
  background-color: #f7f9fd;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: scroll;
}

.text-59 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.summary-notes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 308px;
  max-width: 560px;
  height: auto;
  max-height: 100%;
  padding: 24px;
  display: flex;
  overflow: scroll;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.btn {
  grid-column-gap: 8.57523px;
  grid-row-gap: 8.57523px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-60 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stat {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

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

.home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  display: flex;
}

.section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: default;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 1125px;
  max-height: 540px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.secondary-button:hover {
  background-color: #f5f5f5;
}

.secondary-button.hide {
  display: none;
}

.stat-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 24px 16px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.title-3 {
  color: #6b7280;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}

.button-7 {
  color: #0074e6;
  text-align: center;
  text-transform: undefined;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.stat-icon-2 {
  background-color: #0074e6;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.change {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-tab-toggle-menu {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-right: 1px solid #e5e7eb;
  flex-direction: column;
  align-items: stretch;
  width: 200px;
  height: 100%;
  padding: 113px 16px 166px;
  display: flex;
  position: fixed;
}

.title-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.menu-mobile {
  display: none;
}

.f-dropdown-toggle-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #160042;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 16px;
  transition: border-color .3s;
  display: flex;
}

.f-dropdown-toggle-3:hover, .f-dropdown-toggle-3.w--open {
  background-color: #f3f5fb;
}

.f-dropdown-toggle-3.ds-page {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.bank-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px;
  display: flex;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.leading-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.f-dropdown-wrap-3 {
  z-index: 999;
  background-color: #fff;
  height: auto;
  padding: 8px;
}

.tabs-content-2 {
  width: 100%;
  min-height: 100%;
  margin-left: 200px;
}

.bs-text {
  color: #333;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}

.file-detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nama-folder {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0074e6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.primary-button:hover {
  background-color: #0067cc;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f9fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.user-log-in-log-out-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.accounting-report {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 233px;
  padding: 24px 16px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .1);
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 28px;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.grid-history {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.grid-history.hide {
  display: none;
}

.title {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 28px;
}

.amount {
  color: #16b364;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.f-tab {
  flex-direction: row;
  align-items: flex-start;
  width: 100vw;
  min-height: 100%;
  display: flex;
}

.header {
  z-index: 1;
  background-color: #fff;
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.left-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 633px;
  min-width: 633px;
  height: 100%;
  display: flex;
}

.bs-trx-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 23px;
  display: flex;
}

.text-62 {
  color: #6b7280;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.stat-icon {
  background-color: #0074e6;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 12px;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.report {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.breadcrumb-link-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-sidebar {
  display: none;
}

.report-wrapper {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.file-result {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .476401px solid #d1d5db;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.action-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-tab-pane {
  background-color: #f7f9fd;
  border-radius: 12px;
}

.text-2 {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.text-sm-leading-5-font-medium {
  color: #333;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.f-dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px rgba(177, 186, 200, .16);
}

.text-63 {
  color: #0074e6;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.no-rekening {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.amount-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.top-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 965px;
  max-width: 1125px;
  height: auto;
  display: flex;
}

.f-dropdown-link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f2937;
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link-3:hover, .f-dropdown-link-3:focus {
  background-color: #f3f5fb;
}

.f-dropdown-link-3.w--current {
  color: #0074e6;
  background-color: #f7f9fd;
}

.simple-with-chevrons-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-iconoir {
  width: 16px;
  height: 16px;
}

.div-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form-block-3 {
  min-width: 150px;
  margin-bottom: 0;
}

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

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.text-field {
  border-radius: 6px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 500;
}

.text-field:focus {
  outline-color: var(--nav-hover);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.p-frame-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.frame-48095961 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.button-10 {
  color: #0074e6;
  text-align: center;
  text-transform: undefined;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.p-text-sm {
  color: #6b7280;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.value {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.showing-28-results-from-june-2022-3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.recon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}

.p-empty-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
}

.collection-list-wrapper-3 {
  height: var(--recon-body);
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.html-embed-7 {
  width: 24px;
  height: 24px;
}

.text-block-9 {
  color: #333;
  font-weight: 500;
}

.html-embed-9 {
  width: 20px;
  height: 20px;
}

.text-field-2 {
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 0;
}

.text-field-2:hover {
  background-color: var(--nav-hover);
}

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

.n-image-slider {
  z-index: 12;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--surface);
  cursor: ew-resize;
  justify-content: flex-start;
  width: 100vw;
  max-width: 100vw;
  padding-left: 50px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.n-image-slider.hide {
  display: none;
}

.div-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.html-embed {
  width: 100%;
  min-width: 100%;
  margin-bottom: -9px;
}

.div-1 {
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 16px;
  overflow: hidden;
}

.container-horizontal {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding: 0 50px;
  display: flex;
}

.mobbin-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mobbin-inner.max-25 {
  width: 25%;
}

.div-block-39 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.body-tdc {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.tdc-body {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  background-image: url('../images/background-grid-down-white-top-right-small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 50px 24px;
  display: flex;
}

.tdc-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.tdc-title-heading {
  color: #333;
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.tdc-text-pixel {
  color: #333;
  letter-spacing: -1.5px;
  font-family: Pixelify Sans, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 100%;
}

.tdc-tags-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tdc-tags-wrapper.hide {
  display: none;
}

.tdc-tags {
  background-color: #f3f4f6;
  border: 1px solid #6b7280;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-65 {
  color: #6b7280;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
}

.tdc-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.tdc-grid.hide {
  display: none;
}

.tdc-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tdc-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
}

.tdc-desc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tdc-top-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tdc-text-1 {
  color: #374151;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.tdc-speaker {
  color: rgba(18, 18, 18, .66);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.tdc-speaker.bold {
  font-size: 20px;
  line-height: 100%;
}

.title-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 39.66px;
  display: flex;
}

.tdc-title {
  color: #121212;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.tdc-tags-4 {
  background-color: #f3f4f6;
  border: 1px solid #374151;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.title-wrapper-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 61.67px;
  display: flex;
}

.title-wrapper-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 16.66px;
  display: flex;
}

.title-wrapper-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 39.67px;
  display: flex;
}

.title-wrapper-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 4.66px;
  display: flex;
}

.tdc-tags-5 {
  background-color: #f3f4f6;
  border: 1px solid #374151;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.title-wrapper-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 42.669px;
  display: flex;
}

.title-wrapper-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 7.66984px;
  display: flex;
}

.title-wrapper-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 83.6681px;
  display: flex;
}

.tdc-collection {
  width: 100%;
}

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

.div-block-40 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.div-block-41 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  font-size: 14px;
  display: flex;
}

.text-field-3 {
  border-radius: 6px;
  margin-bottom: 0;
}

.tdc-form-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.video {
  width: 1280px;
}

.div-block-42 {
  width: 100%;
  max-width: 1440px;
}

.div-block-43 {
  max-width: 1440px;
}

.tdc-rt {
  color: var(--surface);
}

.tdc-link {
  text-decoration: none;
}

.tdc-form-btn {
  display: none;
}

.tdc-mobile-overlay {
  background-color: rgba(0, 0, 0, .1);
  display: none;
}

.form-title {
  color: var(--color_main--darkmode-border);
  font-weight: 500;
}

.tdc-empty {
  display: none;
}

.html-embed-12 {
  width: 800px;
  height: 500px;
}

.list-2, .list-item-2 {
  font-size: 16px;
}

._24-main-container {
  background-color: #fff;
  width: 100%;
  padding-left: 200px;
}

._24-bg-gradient {
  grid-column-gap: 8px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 240px;
  display: none;
}

._24-hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -80px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.avatar-profile-photo {
  grid-column-gap: 8px;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.switch-container {
  grid-column-gap: 8px;
  outline-offset: 0px;
  background-color: #e0e0e0;
  background-image: url('../images/Switch-container.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border: 1px solid #eaecf0;
  border-radius: 9999px;
  outline: 3px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  min-height: 160px;
  display: flex;
  box-shadow: 0 4px 6px rgba(16, 24, 40, .03), 0 12px 16px rgba(16, 24, 40, .08);
}

._24-hero-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.horizontal-container-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._24-supporting-text {
  color: #64748b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

._24-supporting-text._w-auto {
  display: none;
}

._24-hero-social {
  grid-column-gap: 12px;
  -webkit-text-stroke-color: #ef6820;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._24-secondary-btn {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
}

._24-secondary-btn:hover {
  background-color: #f9fafb;
}

._24-secondary-btn:active {
  outline-offset: 0px;
  outline: 5px solid #f9fafb;
}

.section-label {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  display: flex;
}

.section-label._w-full {
  width: 100%;
}

._24-img-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

._24-img-grid.no-wrap {
  flex-wrap: nowrap;
  overflow: auto;
}

._24-project-img {
  object-fit: cover;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  flex: 1;
  min-width: 400px;
  max-width: 800px;
  height: 300px;
}

._24-body-container {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

._24-section-divider {
  background-color: #eaecf0;
  width: 100%;
  height: 1px;
}

._24-section-divider.hide {
  display: none;
}

._24-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
}

._24-section.vertical {
  flex-direction: column;
}

._24-section.hide {
  display: none;
}

._24-paragraph-about {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.label {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.buttons-button {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2024-button-link {
  color: var(--u-gray-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

._2024-button-link:hover {
  text-decoration: underline;
}

._2024-button-link.brand {
  -webkit-text-stroke-color: var(--primary500);
}

.arrow-up-right {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.33333px;
  height: 8.33333px;
  display: flex;
}

._24-about-right {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

._24-paragraph-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-70 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.buttons-button-2 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._24-work-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

._24-job-card {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.vertical-container-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.vertical-container-4 {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  display: flex;
}

.avatar {
  background-color: #eaecf0;
  border-radius: 9999px;
  width: 100%;
  max-width: 48px;
  height: 48px;
}

.paragraph-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._24-text-base {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._24-text-base.gray {
  color: #344054;
}

._24-text-base.semi-bold {
  font-weight: 600;
}

._24-text-base.gray-600 {
  color: var(--u-gray-600);
}

._24-text-sm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

._24-text-sm.gray-600 {
  color: #475467;
}

.section-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

._24-btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

._24-primary-btn {
  background-color: var(--primary500);
  white-space: nowrap;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  min-width: 0;
  font-weight: 600;
}

._24-primary-btn:hover {
  background-color: var(--primary600);
}

._24-primary-btn:active {
  background-color: var(--primary500);
  outline-offset: 0px;
  outline: 3px solid #f9dbaf;
}

._24-h1 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

._24-hero-top {
  background-image: linear-gradient(270deg, #ef6820, #ffed66), linear-gradient(45deg, #a6c0fe, #ffeaf6), linear-gradient(45deg, #4a879a, #c5edf5), linear-gradient(to top, #a3bded, #6991c7);
  width: 100%;
  height: 240px;
}

._24-inner-p {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-around;
  width: 300px;
  display: flex;
}

._24-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero_main {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  max-width: 1920px;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  transform: rotate(30deg)scale(2);
}

.hero-right {
  z-index: 1;
  background-color: var(--surface);
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-left {
  z-index: 11;
  background-color: var(--surface);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.hero-left.hide {
  display: none;
}

.pevita_hero_section {
  background-color: var(--surface);
  width: 100vw;
  max-width: 100vw;
}

.pevita_hero_section.hide {
  display: none;
}

.hero-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.hero_left_inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 50vw;
  padding: 50px 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 24px;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.bumper-section {
  background-color: var(--surface);
  width: 100vw;
  height: 250px;
}

.case_study_impact {
  z-index: 11;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  padding-top: 150px;
  display: grid;
}

.case_study_impact.ver-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 225px;
  padding-top: 0;
  display: flex;
}

.case_study_impact.ver-2._w-max-300px {
  max-width: 300px;
}

.case_study_impact.no-padding {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.case_study_impact.no-padding.align-stretch {
  align-items: stretch;
}

.case_study_impact.no-padding.align-stretch._3-row {
  grid-template-columns: 1fr 1fr 1fr;
}

.case_study_impact.horizontal {
  padding-top: 0;
  display: flex;
}

.case_study_impact_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 12px;
  flex-direction: column;
  height: auto;
  padding: 24px;
  display: flex;
}

.case_study_impact_item.border-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  margin-left: 23px;
  margin-right: 23px;
  padding-left: 0;
  padding-right: 0;
}

.case_study_impact_item.border-inner.last_child {
  border-style: none;
  border-width: 1px;
}

.case_study_impact_item.border-none {
  border-style: none;
  padding: 0;
}

.case_study_section {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--surface);
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 50px;
  display: flex;
  position: relative;
}

.case_study_section.bg-surface-2 {
  background-color: #050505;
}

.case_study_section.hide {
  display: none;
}

.case_study_section.horizontal {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 125px;
  padding-bottom: 125px;
}

.case_study_section.horizontal.bg-1919 {
  background-color: var(--color_main--surface-191919);
}

.case_study_section.horizontal.hide {
  display: none;
}

.case_study_section.horizontal.pt-0 {
  padding-top: 0;
}

.case_study_section.horizontal-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.case_study_section.horizontal-copy.bg-1919 {
  background-color: var(--color_main--surface-191919);
}

.case_study_section.vertical {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  padding-top: 0;
  padding-bottom: 100px;
}

.porto-img {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--surface);
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: relative;
}

.lightbox_case_study {
  max-width: var(--sizing--max-w-paragrah);
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 16px;
  width: 100%;
  min-width: 750px;
  height: auto;
  display: flex;
}

.lightbox_case_study.mb-24 {
  min-width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.lightbox_case_study.mb-0 {
  min-width: 100px;
}

.lightbox_case_study.mb-0._100vw {
  aspect-ratio: auto;
  border-style: none;
  max-width: 100vw;
}

.lightbox_case_study.mb-0._100vw.hide {
  display: none;
}

.lightbox_case_study._w-min-auto {
  min-width: auto;
}

.case_img_slider {
  max-width: var(--sizing--max-w-paragrah);
  width: 100%;
  height: auto;
}

.slide-nav {
  bottom: -40px;
}

.slider-arrow {
  background-color: rgba(18, 18, 18, .1);
  height: 100px;
}

.paragraph-desc {
  max-width: var(--sizing--max-w-paragrah);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-desc.max-w-100 {
  justify-content: center;
  align-items: center;
  max-width: none;
}

.paragraph-desc.center {
  align-items: center;
}

.paragraph-desc.flex-col {
  width: 100%;
  height: 100%;
}

.paragraph-desc.flex-col.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.paragraph-desc.flex {
  flex-flow: row;
}

.paragraph-desc.hide {
  display: none;
}

.paragraph-desc.full-width {
  width: 100%;
  max-width: 1460px;
}

.figure_pointer {
  max-width: var(--sizing--max-w-paragrah);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.figure_pointer._w-auto {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}

.flex {
  display: flex;
}

.flex.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text_high_emphasis {
  color: var(--color_main--high-emphasis);
  cursor: default;
  line-height: 200%;
}

.paragraph_horizontal {
  align-items: flex-start;
  display: flex;
}

.paragraph_horizontal.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.paragraph_horizontal.gap-32._w-full {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: auto;
  min-width: 100px;
  max-width: 1460px;
}

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

.paragraph_vertical.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.paragraph_vertical.gap-24.flex-col {
  max-width: var(--sizing--max-w-paragrah);
}

.cs_paragraph_base {
  color: var(--color_main--medium-emphasis);
  line-height: 200%;
}

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

.cs_paragraph_base.low-emphasis {
  color: var(--color_main--disabled);
}

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

.cs_paragraph_base.hide {
  display: none;
}

.cs_container {
  max-width: var(--sizing--max-w-paragrah);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.cs_container.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.cs_toc {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000;
  flex-direction: column;
  width: 250px;
  padding: 50px 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cs_toc.hide {
  display: none;
}

.cs_tableofcontent_item {
  color: var(--color_main--disabled);
  padding-left: 16px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.cs_tableofcontent_item:hover {
  text-decoration: underline;
}

.cs_tableofcontent_item.w--current {
  border-left: 1px solid var(--color_main--high-emphasis);
  color: var(--color_main--high-emphasis);
  text-decoration: none;
}

.cs_scorecard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: rgba(255, 255, 255, .04);
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.cs_scorecard.hide {
  display: none;
}

.cs_toc_inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.border-bg {
  background-color: var(--surface);
  color: var(--color_main--surface-191919);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 100%;
  height: 500px;
  overflow: visible;
}

.border-bg.hide {
  display: none;
}

.body_medusa {
  background-color: #010101;
}

.html-embed-13 {
  width: 1615.9px;
  height: 500px;
  position: static;
  overflow: hidden;
}

.medusa_icon_wrapper {
  outline-offset: 0px;
  color: #030303;
  cursor: pointer;
  background-color: #191919;
  outline: 1px solid #333;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  display: flex;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 231px;
  right: auto;
}

.section_medusa {
  height: 3000px;
  position: relative;
}

.medusa_icon {
  -webkit-text-stroke-width: 1px;
  cursor: pointer;
  overflow: visible;
}

.medusa_circle_wrap {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #fff);
  background-clip: content-box;
  border-radius: 100000px;
  width: 500px;
  height: 500px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-slide-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.scroll-slide-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100vw;
  max-width: 100vw;
  padding-top: 50px;
  display: flex;
  overflow: hidden;
}

.img-slide {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.img-slide._16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.pagination-count {
  display: none;
}

.pagination-button {
  padding-top: 24px;
}

.design_system_hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 50px;
  display: flex;
}

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

.button_lo-ds {
  background-color: var(--lo-ds--blue-primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.button_lo-ds:hover {
  background-color: #0060bd;
}

.button_lo-ds.secondary {
  background-color: var(--lo-ds--blue-50);
  color: var(--lo-ds--blue-primary);
}

.button_lo-ds.sm {
  height: 34px;
  min-height: 12px;
  font-size: 14px;
}

.button_lo-ds.sm.white {
  color: #333;
  background-color: #fff;
}

.button_lo-ds.sm.secondary {
  color: var(--lo-ds--blue-primary);
  background-color: #ebf5ff;
}

.button_lo-ds.sm.secondary:hover {
  color: #0060bd;
  background-color: #eff6fb;
}

.button_lo-ds.lg {
  height: 48px;
}

.button_lo-ds.lg.secndary {
  background-color: var(--lo-ds--blue-50);
  color: var(--lo-ds--blue-primary);
}

.button_lo-ds.white {
  color: #333;
  background-color: #fff;
}

.icon-inside-input-left {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  left: 14px;
}

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

.icon-inside-input-right {
  z-index: 1;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  right: 14px;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  color: #dc2b2b;
  text-align: center;
  background-color: #ffeff0;
  border: 1px solid #ff5a65;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 24px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #3d73ff;
  border-radius: 16px;
  padding: 20px 24px;
}

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

.input {
  color: #1f2d54;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: color .3s, border-color .3s;
  box-shadow: 0 0 4px rgba(20, 20, 43, .09);
}

.input:hover {
  border-color: #aab1c6;
}

.input:focus {
  border-color: #3d73ff;
}

.input::placeholder {
  color: #828aa3;
}

.input.icon-inside-right {
  padding-right: 32px;
}

.input.icon-inside-left {
  padding-left: 32px;
}

.ds-demo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 24px 52px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.label-hidden {
  display: none;
}

.form-option, .radio-button-field {
  margin-bottom: 0;
  padding-left: 0;
}

.radio-button-2-copy, .checkbox-2 {
  margin-top: 0;
  margin-left: 0;
}

.breadcrumb-wrapper-2 {
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
}

.flex-2.align-start {
  align-items: flex-start;
}

.flex-2.align-start.gap-column-6px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.breadcrumb-link-wrapper {
  z-index: 1;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  position: relative;
}

.breadcrumb-underline {
  background-color: #1f2d54;
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb-divider {
  max-width: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.justify-start.gap-column-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.justify-center {
  justify-content: center;
}

._2-items-wrap-container.justify-center.gap-column-48px {
  grid-column-gap: 48px;
}

.toggle-button-wrapper {
  z-index: 1;
  cursor: pointer;
  background-color: #eff1f6;
  border: .8px solid #e6e9f1;
  border-radius: 40px;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 20px;
  max-height: 20px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-button-bg {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toggle-button-bg.active {
  opacity: 1;
}

.text-101 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-101.medium {
  font-weight: 500;
}

.toggle-button-circle-inside {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  transition: transform .3s;
  position: relative;
  box-shadow: inset 0 -2px 4px rgba(31, 45, 84, .14), 1px 0 1px rgba(31, 45, 84, .18);
}

.toggle-button-circle-inside.active {
  transform: translate(14px);
}

.avatars-container {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.flex-vertical.align-center {
  align-items: center;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-50.medium {
  font-weight: 500;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._40px {
  object-fit: cover;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.avatar-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.avatar-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.avatar-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.text-102 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-102.medium {
  font-weight: 500;
}

.avatar-name-circle {
  color: #fff;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(74, 58, 255, .26);
}

.avatar-name-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  line-height: 1.286em;
}

.avatar-name-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
  line-height: 1.333em;
}

.avatar-name-circle._40px {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 400px;
  line-height: 1.286em;
}

.avatar-name-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 12px;
  line-height: 1.333em;
}

.neutral-badge {
  color: #fff;
  background-color: #1f2d54;
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.neutral-badge.neutral-500 {
  background-color: #aab1c6;
}

.neutral-badge.neutral-300 {
  color: #454e66;
  background-color: #eff1f6;
}

.neutral-badge.neutral-200 {
  color: #828aa3;
  background-color: #f7f8fc;
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.green {
  color: #14ca74;
  background-color: #def2e6;
}

.color-badge.blue {
  color: #1d88fe;
  background-color: #eaf4ff;
}

.color-badge.red {
  color: #ff5a65;
  background-color: #ffeff0;
}

.color-badge.orange {
  color: #ff9e2c;
  background-color: #fff3e4;
}

.badge-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.text-103 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-103.medium {
  font-weight: 500;
}

.text-103.medium.color-neutral-800 {
  color: var(--surface);
  font-family: Montserrat, sans-serif;
}

.close-icon-line {
  background-color: #454e66;
  border-radius: 10px;
  min-width: 2px;
  max-width: 2px;
  min-height: 15px;
  max-height: 15px;
  position: absolute;
}

.close-icon-line.second {
  transform: rotate(-45deg);
}

.close-icon-line.first {
  transform: rotate(45deg);
}

.notification-bar-icon {
  border-radius: 100%;
  min-width: 18px;
  max-width: 18px;
}

.notification-bar-icon.orange {
  box-shadow: 0 1px 2px rgba(255, 166, 61, .36);
}

.notification-bar-main-container {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.notification-bar {
  transform-origin: 50% 0;
  background-color: #f7f8fc;
  border: 1.2px solid #eff1f6;
  border-radius: 8px;
}

.notification-bar.orange {
  background-color: #fff3e4;
  border-color: #ffd19b;
}

.notification-bar.red {
  background-color: #ffeff0;
  border-color: #ff5a65;
}

.notification-bar.green {
  background-color: #def2e6;
  border-color: #7fdca4;
}

.notification-bar.blue {
  background-color: #eaf4ff;
  border-color: #8fc3ff;
}

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

.grid-1-column.gap-row-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.navbar-2024 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--color_main--darkmode-border);
  background-color: var(--surface);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 70px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2024.hide {
  display: none;
}

.nav-link {
  color: var(--color_main--medium-emphasis);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--color_main--high-emphasis);
  font-weight: 600;
}

.nav-socmed-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-socmed-link.hide {
  display: none;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.label-tdc {
  color: rgba(18, 18, 18, .66);
}

.gallery-item {
  aspect-ratio: 1;
  background-color: var(--surface);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
}

.n-hero-img {
  background-color: var(--primary500);
  background-image: url('../images/avatar-image-dashflow-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.bento-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px;
  display: flex;
}

.bento-item.no-border {
  border-style: none;
  justify-content: space-around;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.bento-item.no-border.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bento-item.no-border.tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
}

.bento-item.with-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 300px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.bento-item.bg-z-1 {
  background-color: var(--color_main--surface-191919);
  background-image: url('../images/Frame-7-2.svg');
  background-position: 0 0;
  justify-content: flex-end;
}

.bento-item.hide {
  display: none;
}

.bento-item.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--color_main--surface-191919);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bento-item.grid.hide {
  display: none;
}

.bento-item.small {
  padding: 16px;
}

.bento-item.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.bento-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.bento-image.inner {
  object-fit: cover;
  border-radius: 0;
  min-height: 300px;
  max-height: 500px;
}

.bento-image.inner.no-par {
  aspect-ratio: 3 / 2;
  max-height: none;
}

.bento-image._3-4-ratio {
  aspect-ratio: 3 / 4;
}

.bento-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  display: grid;
}

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

.bento-inner-par {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color_main--surface-191919);
  flex-direction: column;
  padding: 32px 24px;
  display: flex;
}

.bento-inner-par.hide {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(180deg, var(--color_main--surface-191919), #191919 37%, #191919);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bento-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  display: flex;
}

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

.location-pin {
  z-index: 5;
  background-color: var(--color_main--darkmode-border);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 100000px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 50%;
  right: 0%;
}

.location-pin-pulse {
  z-index: 3;
  background-color: rgba(255, 255, 255, .16);
  border-radius: 1000000px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 50%;
  right: 0%;
}

.location-tag {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  outline: 3px #e0e0e0;
  padding: 6px 12px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: auto;
}

.hide {
  color: var(--color_main--disabled);
}

.galley-cms {
  width: 100%;
  max-width: 100%;
}

.galley-cms._w-max-1440 {
  max-width: 1440px;
  margin-top: -24px;
  padding-top: 24px;
}

.galley-cms.max1280 {
  width: 100%;
  max-width: 1280px;
}

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

.masonry_grid {
  column-count: 3;
  column-rule-width: 24px;
  column-gap: 2rem;
}

.masonry_grid_item {
  object-fit: contain;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.masonry_lightbox {
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 6px;
  overflow: hidden;
}

.masonry_lightbox_item {
  width: 100%;
  height: 100%;
}

.visual_gallery_tag {
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 1000px;
  justify-content: center;
  width: 25%;
  padding: 6px 24px;
  display: flex;
}

.gallery-filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.bento-section {
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.paragraph-inline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.paragraph-inline-item {
  display: inline-block;
}

.masonry-video {
  aspect-ratio: 1;
}

.flex-h {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.bento-paragraph {
  color: var(--color_main--medium-emphasis);
}

.bento-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bento-nav-item {
  color: var(--color_main--disabled);
  text-decoration: none;
}

.bento-nav-item.w--current {
  color: var(--color_main--high-emphasis);
  font-weight: 600;
}

.bento-nav-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--color_main--surface-191919);
  border-radius: 6px;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 20px;
  display: flex;
}

.case_pevita_logo {
  height: 32px;
  position: static;
  top: 24px;
  bottom: auto;
  left: 24px;
  right: auto;
}

.pevita-case-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-right: 44px;
  display: flex;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: 24px;
  right: auto;
}

.pevita-case-heading {
  color: var(--surface);
  font-size: 44px;
  font-weight: 600;
  line-height: 90%;
}

.case_study_image {
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.case_study_image.square {
  aspect-ratio: 1;
  border: 1px solid var(--color_main--darkmode-border);
}

.case_study_image.square.mobile-display {
  display: none;
}

.case_study_image.ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.case_study_image.hide {
  display: none;
}

.case_study_image._100vw {
  width: 100vw;
}

.case_study_image.landscape {
  aspect-ratio: 16 / 9;
  height: auto;
}

.lottie-wrapper {
  background-color: var(--color_main--surface-191919);
  padding: 0;
}

.mt-24 {
  width: 100%;
  height: 36px;
}

.case_study_video {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.case_study_video.border {
  border: 1px solid var(--color_main--darkmode-border);
  border-radius: 6px;
}

.case_study_video.hide {
  display: none;
}

.cs_inner_wrapper-flexcol {
  display: flex;
}

.mt {
  width: 100%;
}

.mt._128 {
  height: 128px;
}

.slider_lighbox {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  width: 55%;
  min-width: 55%;
  overflow: hidden;
}

.n-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6c6c6c;
  text-decoration: none;
  display: flex;
}

.n-link-2:hover {
  color: #e0e0e0;
}

.list-wrapper-horizontal {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-wrapper-horizontal.hide {
  display: none;
}

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

.list-3 {
  list-style-type: decimal;
}

.videojs {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

.container-weblof-global {
  max-width: 1440px;
  padding: 50px;
}

.case-study-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: start;
  max-width: 1460px;
  display: grid;
}

.case-study-container.col-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.case-study-container.vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--color_main--surface-191919);
  outline-color: var(--color_main--darkmode-border);
  outline-offset: 0px;
  border-radius: 16px;
  outline-width: 10px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.case-study-container.vertical.alternate {
  background-color: var(--surface);
  outline-color: var(--color_main--darkmode-border);
  outline-offset: 0px;
  outline-width: 10px;
  outline-style: none;
  padding: 0;
}

.div-100vw {
  z-index: 10000;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.inner-nav-tableofcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1460px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 19px;
  display: flex;
  position: relative;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-customelement {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-low-emphasis {
  color: var(--color_main--disabled);
}

.homepage-section {
  order: -1;
  padding: 50px;
}

.homepage-section.hide {
  display: none;
}

.homepage-section.bg-191919 {
  background-color: var(--color_main--surface-191919);
}

.homepage-section.mt-50 {
  padding-top: 100px;
}

.homepage-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1280px;
  display: flex;
}

.img-custom {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.img-custom._50vh {
  aspect-ratio: 3 / 2;
}

.img-custom.square {
  aspect-ratio: 2 / 3;
}

.img-custom.vertical {
  aspect-ratio: 9 / 16;
}

.img-custom.vertical.max-width-250 {
  max-width: 250px;
}

.case-study-highlight {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.porto-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.porto-item-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  height: 100vh;
  display: flex;
}

.video-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.load-more-icon {
  display: none;
}

.load-more-wrapper {
  border-style: solid;
  border-color: var(--color_main--darkmode-border);
  background-color: var(--surface);
  border-radius: 8px;
  padding-left: 33px;
  padding-right: 33px;
}

.load-more-wrapper.hidden {
  display: none;
}

.load-more-text {
  color: var(--color_main--high-emphasis);
}

.pagination-wrapper {
  max-width: 100vw;
  margin-top: 40px;
}

.gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.lightbox {
  aspect-ratio: auto;
  border: 1px solid var(--border);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.lightbox-image {
  border: 1px solid var(--color_main--darkmode-border);
  object-fit: cover;
  border-radius: 8px;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.galery-item {
  aspect-ratio: 1;
  position: relative;
}

.section-hompeage {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.highlight-heading {
  text-align: center;
  white-space: normal;
  max-width: 800px;
  line-height: 150%;
}

.slider-case-study {
  cursor: grab;
  background-color: rgba(221, 221, 221, 0);
  width: auto;
  height: auto;
}

.slider-hero-nav {
  display: none;
}

.slide-3 {
  position: absolute;
}

.mask-2 {
  cursor: grab;
  overflow: visible;
}

.slider-item {
  margin-right: 25px;
}

.slider-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.porto-wrapper-v2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.uui-heading-large.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost02_background {
  z-index: -1;
  background-image: url('../images/gojek-dark-mode.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
  display: flex;
}

.uui-blogpost02_header {
  margin-bottom: 4rem;
  position: relative;
}

.uui-layout26_image-01 {
  width: 28rem;
  min-width: 28rem;
  margin-left: 20rem;
  position: absolute;
  top: 5%;
}

.uui-layout26_image-02 {
  width: 22rem;
  min-width: 22rem;
  margin-right: 20rem;
  position: absolute;
  top: 18%;
}

.uui-layout26_image-wrapper {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--color_main--darkmode-border);
  background-color: var(--surface);
  background-image: url('../images/lo-website_1lo-website.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large {
  color: var(--color_main--medium-emphasis);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout26_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout26_item {
  display: flex;
}

.uui-layout26_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout26_content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 50%;
  padding: 24px;
  display: flex;
}

.uui-layout26_content-right.flex-h {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--color_main--disabled);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout26_content-left {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.uui-layout26_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-section_layout26 {
  max-width: 1460px;
}

.final-design-output-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.final-design-output-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.pevita-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 1460px;
  display: flex;
}

.pevita-design-principle {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
}

.pevita-design-principle-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--surface);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pevita-design-principle-tab:hover {
  border-bottom-color: var(--color_main--surface-191919);
  background-color: var(--color_main--surface-191919);
}

.pevita-design-principle-tab.w--current {
  border-bottom-color: var(--color_main--darkmode-border);
  background-color: var(--surface);
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, .31);
}

.tab-button {
  color: #151c34;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph-2 {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: var(--color_main--darkmode-border);
  border-radius: 500px;
  max-width: 100%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-block {
  border-radius: 25px;
}

.tabs-content-3 {
  height: auto;
  padding-top: 40px;
  overflow: visible;
}

.text-block-10 {
  margin-right: 14px;
}

.load-bar {
  background-color: var(--color_main--disabled);
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.tab-pevita-principle {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-homepage {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  overflow: auto;
}

.gallery-homepage-item {
  aspect-ratio: 1;
  width: 300px;
  height: 300px;
  position: relative;
}

.button-block-07 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-gradient-07 {
  background-image: linear-gradient(121deg, #1b1b1b 38%, #f0f0f0 50%, #1b1b1b 61%);
  min-width: 230px;
  min-height: 250px;
}

.button-inner-07 {
  border: 1px solid var(--color_main--darkmode-border);
  text-align: center;
  background-color: #1d1d1e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-07 {
  color: var(--color_main--high-emphasis);
  text-transform: none;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.nav-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.h-150px {
  height: 150px;
  display: none;
}

.ribbon {
  z-index: 2;
  background-color: red;
  border-radius: 8px 8px 8px 2px;
  width: auto;
  padding: 9px 12px;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: -8px;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ribbon-text {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}

.cms-load {
  width: 64px;
}

.tempatapp-slide-lightbox {
  aspect-ratio: 1;
  height: 600px;
}

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

.grid-lightbox {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.grid-lightbox._16-9 {
  aspect-ratio: 16 / 9;
}

._w-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-w-1460 {
  width: 100%;
  max-width: 1460px;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    margin-left: 0;
  }

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

  .div1.case-card {
    height: 375px;
  }

  .desc-div1 {
    display: none;
  }

  .menu-item-media {
    width: 32vw;
    right: 21%;
  }

  .menu-title {
    font-size: 3vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .section-heading {
    font-size: 3rem;
  }

  .inner-card {
    margin: 3rem;
  }

  .card-heading {
    font-size: 3rem;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .uui-navbar06_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar06_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar06_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar06_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: #101828;
  }

  .uui-navbar06_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: #101828;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar06_component-2 {
    display: flex;
  }

  .detail-body.impact {
    filter: none;
  }

  .right-overview {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  .project-section1 {
    margin-left: 0;
    display: none;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .grid-2 {
    grid-auto-flow: row dense;
  }

  .column-6 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .column-5 {
    padding-right: 0;
  }

  .swiss-style-image {
    border-radius: 8px;
    height: 350px;
  }

  .swiss-style-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .swiss-style-div {
    flex-direction: column;
    padding-top: 24px;
  }

  .div-block-9 {
    width: 100%;
  }

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

  .swiss-style-nav-item2 {
    width: 100%;
  }

  .swiss-style-nav1 {
    flex-direction: column;
  }

  .swiss-style-nav-item1 {
    width: 100%;
  }

  .container-1368 {
    display: none;
  }

  .sidebar {
    z-index: 1000;
    background-color: rgba(249, 250, 251, 0);
    width: 100%;
    height: auto;
    padding: 0 16px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sidebar-avatar.avatar-mobile {
    display: block;
  }

  .sidebar-menu-list {
    display: none;
  }

  .sidebar-heading1.sidebar-heading0 {
    font-size: 32px;
  }

  .sidebar-body-section._1st-section {
    width: 100%;
    display: flex;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .sidebar-name.text-mobile {
    font-weight: 700;
  }

  .div-block-13.profile-body {
    grid-column-gap: 24px;
    justify-content: flex-start;
    display: flex;
  }

  .sidebar-menu-list-2 {
    display: none;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 150%;
    display: block;
  }

  .navbar-mobile {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(249, 250, 251, .79);
    justify-content: space-between;
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .text-3 {
    text-decoration: none;
  }

  .sidebar-mobile-item {
    text-decoration: none;
    display: flex;
  }

  .sidebar-mobile-item.w--current {
    text-decoration: none;
  }

  .notification {
    background-color: red;
    width: 6px;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .section1-left {
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .section1-right {
    display: none;
  }

  .divs.product-1 {
    width: 100%;
  }

  .porto-grid-item.ver1 {
    justify-content: center;
    height: 60vh;
    padding-bottom: 29px;
  }

  .porto-grid-item.hero {
    display: none;
  }

  .text-9 {
    font-size: 16px;
    font-weight: 500;
  }

  .description.pevita-desc {
    max-height: 73px;
  }

  .sigi-asset {
    width: 80%;
  }

  .frame-3.tagihan-sigi {
    margin-left: 24px;
    margin-right: 24px;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .frame-48095908 {
    justify-content: space-between;
  }

  .text-10 {
    font-size: 12px;
  }

  .text-11 {
    font-size: 21px;
  }

  .button-bayar-sigi {
    width: 36px;
    height: 36px;
  }

  .uang-bulanan {
    z-index: 100;
    margin-left: 41px;
    margin-right: 42px;
    position: absolute;
    top: auto;
    right: 0%;
  }

  .text-14 {
    font-size: 12px;
  }

  .chatbot, .image-1203 {
    display: none;
  }

  .mobile-dashboard---chatbot {
    display: block;
  }

  .sysf-collapse-text {
    display: none;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .heading-mechakey {
    text-align: left;
    font-size: 58px;
  }

  .list-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .div-block-20 {
    display: none;
  }

  .mecha-headline {
    width: 100%;
  }

  .div-portfolio-section-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-gate {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-left: 69px;
    padding-right: 69px;
    display: flex;
  }

  .n-body {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .n-socialmedia {
    position: static;
  }

  .n-hero-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pills {
    justify-content: center;
  }

  .tabs {
    width: 100%;
    max-width: 100vw;
  }

  .tabs-menu {
    border-top: 1px solid var(--color_main--darkmode-border);
    justify-content: space-between;
    margin-bottom: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tabs-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .n-tabs-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .n-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .n-about-company.bg-1919 {
    background-color: var(--color_main--surface-191919);
  }

  .item {
    align-items: flex-start;
  }

  .descriptions {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    display: flex;
  }

  .details---2019-until-presentmargin {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }

  .n-about-section-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .featured-inner-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

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

  .vectors-wrapper-4 {
    display: none;
  }

  .p-content-wrapper {
    min-width: auto;
    max-width: 590px;
  }

  .summary-notes {
    width: auto;
    min-height: 500px;
  }

  .section-2 {
    flex-direction: column;
    width: 100%;
    max-width: 560px;
  }

  .f-tab-toggle-menu {
    z-index: 10;
    background-color: #fff;
    display: none;
    position: absolute;
  }

  .tabs-content-2 {
    margin-left: 0;
  }

  .content {
    align-items: center;
  }

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

  .left-section {
    width: 560px;
    min-width: auto;
  }

  .text-62 {
    display: none;
  }

  .rich-text-block-2 {
    height: auto;
  }

  .top-section {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    max-width: 560px;
  }

  .simple-with-chevrons-desktop {
    cursor: pointer;
  }

  .n-image-slider {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-horizontal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tdc-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tdc-top {
    justify-content: center;
  }

  .tdc-title-heading, .tdc-text-pixel {
    letter-spacing: 0;
    font-size: 36px;
  }

  .tdc-grid, .tdc-cms {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-41 {
    flex-direction: column;
  }

  ._24-main-container {
    padding-left: 0;
  }

  ._24-hero-wrapper, ._24-hero-right {
    flex-direction: column;
    align-items: center;
  }

  .horizontal-container-2 {
    align-items: center;
  }

  .section-label {
    width: 100%;
  }

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

  ._24-text-base.gray-600 {
    text-align: center;
  }

  .hero_main {
    flex-direction: column-reverse;
    height: auto;
  }

  .hero-right {
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .hero-left {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .pevita_hero_section {
    height: auto;
  }

  .hero_left_inner {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .bumper-section {
    height: 0;
  }

  .case_study_impact {
    flex-direction: column;
    height: auto;
    padding: 200px 0 50px;
  }

  .case_study_impact.ver-2 {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .case_study_impact.no-padding {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .case_study_impact_item.border-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .case_study_section {
    padding: 50px 16px;
  }

  .case_study_section.horizontal {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case_study_section.horizontal-copy {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .porto-img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lightbox_case_study.mb-24 {
    min-width: 100%;
  }

  .case_img_slider, .mask {
    width: 100%;
  }

  .paragraph-desc {
    max-width: 100%;
  }

  .paragraph-desc.max-w-100 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-desc.flex-col.sticky {
    position: static;
  }

  .cs_container {
    width: 100%;
    max-width: 1000px;
  }

  .cs_toc {
    display: none;
  }

  .img-slide {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .avatars-container {
    grid-column-gap: 40px;
  }

  .navbar-2024 {
    justify-content: space-between;
    align-items: center;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bento-item.no-border {
    order: 2;
  }

  .bento-item.no-border.horizontal {
    display: none;
  }

  .bento-item.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .bento-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100vw;
    display: flex;
  }

  .location-tag {
    z-index: 10;
  }

  .galley-cms._w-max-1440 {
    padding-left: 0;
    padding-right: 0;
  }

  .galley-cms.max1280 {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .masonry_grid {
    column-count: 2;
  }

  .case-study-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .case-study-container.reverse {
    flex-flow: column-reverse;
  }

  .case-study-container.vertical {
    padding-left: 32px;
    padding-right: 32px;
  }

  .homepage-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery-grid {
    max-width: 100vw;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout26_image-02 {
    width: 20rem;
    min-width: 20rem;
  }

  .uui-layout26_image-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 6px;
  }

  .uui-layout26_content-right {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout26_content-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .uui-layout26_component {
    grid-column-gap: 3rem;
  }

  .final-design-output-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .tab-pevita-principle {
    grid-template-columns: 1fr;
  }

  .tempatapp-slide-lightbox {
    height: 275px;
  }

  .grid-lightbox {
    aspect-ratio: 1;
    overflow: clip;
  }
}

@media screen and (max-width: 767px) {
  .menu-item-media {
    display: none;
  }

  .menu-title {
    margin-top: 4px;
    font-size: 4vw;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .cta-button {
    width: auto;
    top: auto;
    bottom: 1rem;
    right: 1rem;
  }

  .cta-button:hover {
    width: auto;
  }

  .cta-button.static {
    font-size: 1.2rem;
  }

  .cta-text {
    margin-right: .5rem;
    font-weight: 600;
    text-decoration: none;
  }

  .inner-card {
    border-radius: 3rem;
    margin: 2rem 2rem 2.5rem;
    font-size: 2.5rem;
  }

  .card-heading {
    font-size: 2.5rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
  }

  .uui-navbar06_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar06_link, .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar06_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .column-6 {
    margin-bottom: 15px;
  }

  .text {
    font-size: 21px;
    line-height: 110%;
  }

  .header-text.grey {
    display: block;
  }

  .big-text, .desktop-text-block {
    margin-top: 10px;
  }

  .swiss-section {
    margin-top: 69px;
  }

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .description-long {
    min-height: auto;
  }

  .link-memorisely {
    color: var(--gray-400);
  }

  .link-memorisely:active {
    color: var(--gray-700);
  }

  .cta-primary {
    grid-column-gap: 8px;
    background-color: #3898ec;
    border-radius: 6px;
    padding: 12px 17px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .mecha-feature-desc.headline-desc {
    text-align: left;
    width: 100%;
  }

  .mecha-headline {
    width: 100%;
  }

  .n-tabs {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .n-grid-porto {
    grid-template-columns: 1fr;
  }

  .n-grid-gallery {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .descriptions, .details---2019-until-presentmargin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .n-about-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .f-tab-button-toggle {
    width: 100%;
  }

  .text-59 {
    font-size: 18px;
  }

  .f-tab-toggle-menu {
    flex-wrap: wrap;
  }

  .bs-text {
    font-size: 24px;
  }

  .title {
    font-size: 32px;
  }

  .left-section {
    width: 100%;
  }

  .amount-2 {
    font-size: 16px;
  }

  .top-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .tdc-title-heading, .tdc-text-pixel {
    font-size: 24px;
  }

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

  .tdc-img {
    height: 300px;
  }

  .tdc-cms {
    grid-template-columns: 1fr;
  }

  .tdc-link {
    width: 100%;
  }

  ._24-img-grid {
    grid-template-columns: 1fr;
  }

  .case_study_impact.no-padding._2-line-paragraph {
    flex-direction: row;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .lightbox_case_study {
    min-width: 10vw;
  }

  .lightbox_case_study.mb-24 {
    width: 100%;
    min-width: 10vw;
    max-width: 100%;
  }

  .case_img_slider {
    width: 90vw;
  }

  .paragraph-desc.max-w-100 {
    max-width: 100vw;
  }

  .paragraph_horizontal.gap-32 {
    flex-direction: column;
  }

  .paragraph_vertical.gap-24 {
    width: 100%;
  }

  .cs_scorecard.flex {
    min-width: 200px;
  }

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

  ._2-items-wrap-container.justify-center.gap-column-48px {
    grid-column-gap: 40px;
  }

  .bento-item.grid {
    display: flex;
  }

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

  .masonry_grid {
    column-count: 1;
  }

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

  .section-hompeage {
    flex-flow: column;
    display: flex;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content, .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }

  .uui-layout26_image-01 {
    width: 60%;
    min-width: auto;
    margin-left: 0;
    top: 2%;
    right: 0%;
  }

  .uui-layout26_image-02 {
    width: 50%;
    min-width: auto;
    margin-right: 0;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout26_image-wrapper {
    margin-top: 3rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-layout26_item-list {
    margin-bottom: 2rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout26_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .final-design-output-grid, .final-design-output-grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    justify-content: center;
    height: 75vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-wrap._404 {
    height: 100vh;
  }

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

  .utility-page-content._404 {
    text-align: center;
  }

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

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

  .body-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ledger-image {
    top: 25%;
    left: -2%;
  }

  .desc-div1 {
    display: none;
  }

  .menu-wrapper {
    width: 90%;
  }

  .menu-title {
    margin-left: 15px;
    font-size: 6vw;
  }

  .normal-section {
    margin-top: 132px;
  }

  .section-heading {
    font-size: 2rem;
  }

  .cta-button {
    bottom: 1.5rem;
  }

  .inner-card {
    border-radius: 2rem;
    margin: 1.5rem 1.5rem 3rem;
    font-size: 2rem;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .uui-button {
    background-color: #333;
  }

  .uui-navbar06_component-2 {
    display: flex;
  }

  .collection-list {
    flex-direction: column;
    align-items: stretch;
  }

  .collection-item {
    width: 100%;
  }

  .overview-detail {
    grid-column-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-heading {
    min-width: 75px;
    font-size: 14px;
  }

  .detail-body {
    font-size: .875rem;
  }

  .right-overview {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column wrap;
    max-width: 100%;
  }

  .overview-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .overview-title.ver-1 {
    text-align: center;
  }

  .overview-heading1 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: .875rem;
  }

  .project-section1 {
    display: none;
  }

  .container-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .columns-5 {
    display: none;
  }

  .text {
    font-size: 18px;
    line-height: 120%;
  }

  .header-text {
    font-size: 18px;
  }

  .header-text.grey {
    display: block;
  }

  .big-text {
    margin-top: 5px;
    font-size: 24px;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-text {
    margin-top: 5px;
    font-size: 28px;
    display: block;
  }

  .text-row {
    margin-top: 36px;
  }

  .text-row.mobile-padding {
    margin-bottom: 50px;
  }

  .desktop-text-block {
    display: none;
  }

  .link-6, .bold-text._2 {
    font-size: 28px;
  }

  .column-5 {
    padding-right: 0;
  }

  .swiss-style-image {
    height: 250px;
  }

  .swiss-style-div {
    grid-row-gap: 10px;
  }

  .swiss-section.mobile-ver {
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button, .field-label {
    align-self: stretch;
  }

  .sidebar {
    z-index: 1000;
  }

  .main-body {
    height: 100vh;
  }

  .main {
    padding-bottom: 85px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .sidebar-avatar.avatar-mobile {
    width: 64px;
    height: 64px;
  }

  .sidebar-heading1 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
  }

  .sidebar-heading1.sidebar-heading0 {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 30px;
    display: none;
  }

  .sidebar-body-section {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .sidebar-body-section._1st-section {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 24px 16px;
  }

  .sidebar-name.text-mobile {
    -webkit-text-stroke-color: var(--gray-700);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .div-block-13.profile-body {
    grid-column-gap: 16px;
  }

  .sidebar-name2.text-mobile {
    color: var(--gray-400);
    font-size: 14px;
    line-height: 130%;
  }

  .div-block-14 {
    justify-content: center;
  }

  .text-block-4 {
    color: var(--gray-400);
    font-size: 16px;
    display: block;
  }

  .navbar-mobile {
    z-index: 1000;
    box-shadow: none;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: rgba(249, 250, 251, .85);
    justify-content: space-around;
    margin: 15px 16px;
    padding: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-3 {
    -webkit-text-stroke-color: var(--gray-700);
    font-size: 14px;
    font-weight: 600;
  }

  .sidebar-mobile-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 16px 8px;
    text-decoration: none;
    display: flex;
  }

  .sidebar-mobile-item.w--current {
    font-weight: 600;
  }

  .notification {
    background-color: red;
    border-radius: 1000px;
    width: 6px;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-1371 {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .porto-grid-item {
    width: 100%;
    height: 600px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    overflow: hidden;
  }

  .porto-grid-item.half-porto {
    height: 430px;
    position: relative;
  }

  .porto-grid-item.ver1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .case-study-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .vectors-wrapper-2 {
    transform: scale(.8);
  }

  .text-8 {
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }

  .span-body-medium-2 {
    padding-right: 0;
  }

  .text-9 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .description {
    font-weight: 400;
  }

  .description.pevita-desc {
    width: 100%;
    font-weight: 400;
  }

  .div-absolute {
    top: 3%;
    right: 5%;
  }

  .div-absolute.allowed {
    top: 24px;
    right: 24px;
  }

  .sigi-asset {
    width: 80%;
    height: 200px;
  }

  .sigi-asset-top {
    border-left-color: #e5e7eb;
  }

  .frame-3.tagihan-sigi {
    border-radius: 6px;
    max-width: 200px;
    margin-left: 24px;
    margin-right: 80px;
    padding: 16px;
    top: 60%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .frame-48095908 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    justify-content: space-between;
    width: 100%;
  }

  .text-10 {
    font-size: 8px;
    line-height: 100%;
  }

  .text-11 {
    font-size: 16px;
    line-height: 100%;
  }

  .button-bayar-sigi {
    width: 36px;
    height: 36px;
  }

  .uang-bulanan {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: 180px;
    max-width: 200px;
    margin-left: 137px;
    margin-right: 24px;
    bottom: -9%;
  }

  .frame-48095909 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    width: 100%;
  }

  .text-12 {
    width: 60%;
    font-size: 8px;
    line-height: 100%;
  }

  .frame-48095900 {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .text-13 {
    text-align: center;
    width: 55px;
    font-size: 8px;
    line-height: 100%;
  }

  .text-14 {
    width: 100%;
    line-height: 150%;
  }

  .porto-grid {
    position: relative;
  }

  .responsive-mobile---main-page-2 {
    box-shadow: none;
    height: 400px;
    display: none;
    position: static;
    top: auto;
    bottom: -74%;
    left: -18%;
    right: auto;
    overflow: auto;
    transform: scale(.9);
  }

  .pevita-asset {
    height: auto;
  }

  .mobile-dashboard---chatbot {
    border-left: 1px solid #e5e7eb;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 425px;
    overflow: visible;
  }

  .top-nav, .docs-open {
    width: 100%;
  }

  .frame-48095955 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .chatbot-wrapper {
    max-width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .lo-websitea-asset {
    border-radius: 8px;
    width: 100%;
    height: 200px;
  }

  .lottie-animation-2 {
    width: 100%;
  }

  .workinprogress {
    justify-content: center;
    height: 70vh;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-5, .heading-5 {
    text-align: center;
    width: 100%;
  }

  .lo-image-1 {
    bottom: 0;
  }

  .lo-image-2 {
    bottom: 63px;
    left: -88px;
  }

  .sucess-animation {
    width: 75px;
  }

  .lottie-wrapper {
    padding: 16px 24px;
  }

  .desc-animation {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .reset-sigi {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 100%;
  }

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

  .mobile-dashboard---chatbot-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .chatbot-message, .bubble-chat-2 {
    height: auto;
  }

  .typing-2 {
    width: 36px;
  }

  .about-section-1 {
    align-items: stretch;
  }

  .page-title {
    font-size: 32px;
  }

  .sysf-tab {
    flex: none;
    display: block;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .sysf-tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .sysf-collapse.sysf-borderless {
    padding: 16px;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .sysf-button-content-wrapper {
    justify-content: center;
  }

  .about-section-2, .about-section-3 {
    align-items: stretch;
    padding-bottom: 24px;
  }

  .link-memorisely {
    color: #66696f;
  }

  .cta-primary.memorisely {
    justify-content: center;
  }

  .social-icon {
    color: var(--gray-400);
  }

  .body-mechakeys {
    background-size: auto 35%;
  }

  .heading-mechakey {
    font-size: 42px;
    font-weight: 800;
    line-height: 110%;
  }

  .mecha-button:active {
    background-color: #b86217;
  }

  .list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mecha-desc-headline {
    font-size: 16px;
  }

  .mecha-feature-desc {
    font-size: 14px;
  }

  .mecha-feature-desc.headline-desc {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .div-block-20 {
    display: none;
  }

  .mecha-headline {
    align-items: stretch;
    width: 100%;
  }

  .div-portfolio-section-1 {
    background-color: #f4f4f4;
  }

  .mobile-gate {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .text-block-8 {
    color: var(--grey-body);
    text-align: center;
    font-size: 14px;
  }

  .div-block-24 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }

  .n-body, .n-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .n-hero-avatar {
    aspect-ratio: 1;
    border: 4px solid var(--color_main--darkmode-border);
    border-radius: 1000000px;
    width: 128px;
    height: 128px;
    position: absolute;
    top: -64px;
  }

  .n-hero-avatar.static {
    width: 64px;
    height: 64px;
    position: static;
  }

  .n-socialmedia {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .n-socialmedia._100 {
    justify-content: flex-start;
  }

  .n-socialmedia.middle {
    grid-column-gap: 4px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: start;
    width: 100%;
    display: grid;
  }

  .n-hero-par {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .n-hero-par.flex-col {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .n-card-description {
    max-height: 140px;
  }

  .n-card-title {
    min-height: auto;
  }

  .n-hero-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .mainpage_section_tab {
    padding-bottom: 50px;
  }

  .n-social-text {
    display: none;
  }

  .n-text-link {
    color: var(--color_main--medium-emphasis);
  }

  .n-gradient-accent {
    filter: blur(5px);
    background-image: radial-gradient(circle closest-corner, rgba(152, 234, 241, .15), rgba(143, 219, 248, 0) 76%);
    border-radius: 2px;
    width: 100vw;
    height: 500px;
    top: -325px;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .n-card-details.justify-right {
    justify-content: flex-start;
  }

  .tabs {
    width: 100%;
  }

  .n-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    border-top: 1px solid var(--color_main--darkmode-border);
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    margin-bottom: 0;
    padding-top: 8px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .n-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 8px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .tabs-content {
    width: 100%;
    margin-top: 0;
  }

  .n-heading {
    padding-bottom: 32px;
    font-size: 24px;
  }

  .n-tabs-text {
    text-align: center;
    font-size: 14px;
  }

  .n-img-porto.custom {
    border-radius: 8px;
    width: 95%;
    height: 250px;
  }

  .n-contact-wrapper {
    flex-direction: column;
  }

  .n-grid-gallery {
    grid-row-gap: 24px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .n-gallery-grid {
    grid-template-columns: 1fr;
  }

  .n-about-company {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .heading-2 {
    padding-bottom: 4px;
  }

  .text-45 {
    font-size: 16px;
  }

  .item {
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .div-relativemargin {
    padding-top: 0;
  }

  .div-relative {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .n-company-logo {
    width: 24px;
    height: 24px;
  }

  .descriptions, .details---2019-until-presentmargin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .n-company-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .n-about-wrapper {
    flex-flow: column;
  }

  .html-embed-4 {
    width: 24px;
    height: 24px;
  }

  .n-featured-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .featured-inner-card {
    padding-top: 8px;
  }

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

  .n-button-wrapper._w--400px {
    flex-flow: column;
    width: 100%;
  }

  .n-button-wrapper._w-full_mobile {
    width: 100%;
  }

  .iconoir-embed.medium_emph {
    width: 16px;
    height: 16px;
  }

  .n-blog-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .n-blog-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 150%;
  }

  .n-rich-text {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 200%;
  }

  .n-breadcrumb-icon {
    display: none;
  }

  .n-breadcrumb-icon.mobile-link {
    display: block;
  }

  .n-breadcrumb-link {
    display: none;
  }

  .n-breadcrumb-link.mobile-link {
    max-height: 72px;
    display: block;
  }

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

  .footer-blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .avatar-me {
    width: 64px;
  }

  .cv-wrapper {
    padding: 0;
  }

  .main-section {
    border-radius: 0;
    padding: 24px 16px;
  }

  .cv-hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .div-flex-1, .cv-h1 {
    width: 100%;
  }

  .div-flex-3 {
    max-width: 100%;
  }

  .div-flex-5 {
    justify-content: space-between;
  }

  .div-block-33 {
    grid-template-columns: 1fr;
  }

  .list {
    height: auto;
  }

  .text-55 {
    font-size: 14px;
    line-height: 150%;
  }

  .amount-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .stat-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .p-image-cover {
    object-fit: cover;
  }

  .button-5 {
    font-size: 14px;
    line-height: 150%;
  }

  .div-wrapper {
    background-color: #f3f4f6;
    border-radius: 8px;
    width: 100%;
    height: 150px;
  }

  .bs-trx {
    height: 0;
  }

  .p-content-wrapper {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .summary-notes {
    min-width: auto;
    min-height: 750px;
  }

  .section-2 {
    max-height: none;
  }

  .secondary-button {
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .bs-text {
    font-size: 21px;
    line-height: 150%;
  }

  .primary-button {
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accounting-report {
    height: auto;
  }

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

  .title {
    font-size: 24px;
  }

  .header, .bs-trx-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-block-2 {
    min-height: auto;
  }

  .report {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .report-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .action-group {
    flex-wrap: wrap;
  }

  .no-rekening {
    font-size: 14px;
  }

  .amount-2 {
    line-height: 150%;
  }

  .top-section {
    flex-wrap: wrap;
  }

  .n-image-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobbin-inner {
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 150%;
  }

  .tdc-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tdc-top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
  }

  .tdc-title-heading, .tdc-text-pixel {
    font-size: 28px;
  }

  .tdc-img {
    border-radius: 6px;
    height: 175px;
  }

  .tdc-cms {
    grid-row-gap: 44px;
  }

  .div-block-40 {
    z-index: 10;
    background-color: #fff;
    max-width: 100%;
    height: 340px;
    padding: 24px 16px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tdc-checkbox {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tdc-form-btn {
    background-color: #333;
    border-radius: 10000px;
    font-weight: 600;
    display: block;
  }

  .tdc-mobile-overlay {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    position: fixed;
    top: 0%;
    bottom: 340px;
    left: 0%;
    right: 0%;
  }

  ._24-hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    margin-top: -48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .avatar-profile-photo {
    width: 96px;
    height: 96px;
  }

  .switch-container {
    background-size: 150px;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  ._24-hero-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
  }

  .horizontal-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  ._24-supporting-text {
    width: auto;
  }

  ._24-supporting-text._w-auto {
    width: auto;
    display: block;
  }

  ._24-hero-social {
    -webkit-text-stroke-color: #475467;
  }

  .section-label {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-label._w-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._24-img-grid {
    flex-direction: column;
  }

  ._24-img-grid.no-wrap {
    flex-direction: row;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 0;
    overflow: auto;
  }

  ._24-project-img {
    min-width: 80%;
    max-width: 100%;
    height: 200px;
  }

  ._24-body-container {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._24-section-divider {
    border: 1px solid var(--slate-100);
    background-color: var(--slate-50);
    height: 6px;
  }

  ._24-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._24-section.reverse {
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._24-work-grid {
    grid-template-columns: 1fr;
  }

  ._24-job-card {
    min-width: 100px;
  }

  ._24-text-base.gray-600 {
    text-align: left;
  }

  ._24-btn-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
  }

  ._24-h1 {
    text-align: left;
    font-size: 24px;
  }

  ._24-hero-top {
    height: 120px;
  }

  ._24-inner-p {
    justify-content: flex-start;
  }

  .hero_main {
    flex-direction: column;
    height: auto;
  }

  .grid-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-items: center;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-right {
    height: 100%;
    padding-top: 24px;
    overflow: hidden;
  }

  .hero-left {
    height: auto;
  }

  .hero_left_inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .case_study_impact {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case_study_impact.no-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .case_study_impact.no-padding._2-line-paragraph {
    align-items: stretch;
  }

  .case_study_impact_item {
    padding: 16px;
  }

  .case_study_section {
    max-width: 100vw;
    overflow: hidden;
  }

  .case_study_section.horizontal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .case_study_section.horizontal.bg-1919 {
    flex-direction: column-reverse;
  }

  .case_study_section.horizontal-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 50px;
  }

  .case_study_section.horizontal-copy.bg-1919 {
    flex-direction: column-reverse;
  }

  .porto-img {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lightbox_case_study.mb-24 {
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-desc {
    max-width: 100%;
  }

  .paragraph-desc.max-w-100 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .figure_pointer._w-auto {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph_horizontal.gap-32 {
    flex-direction: column-reverse;
  }

  .paragraph_horizontal.gap-32._w-full {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .cs_paragraph_base {
    width: 100%;
    max-width: 100%;
  }

  .cs_container {
    width: 100%;
  }

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

  .avatars-container {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-2024 {
    border-top: 1px solid var(--color_main--darkmode-border);
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .bento-item {
    padding: 24px;
  }

  .bento-item.bg-z-1 {
    order: -1;
    align-items: center;
    margin-top: 100px;
    padding: 88px 24px 24px;
    position: relative;
  }

  .bento-item.bg-z-1.no-margin {
    margin-top: 0;
  }

  .bento-item.grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .bento-inner {
    flex-direction: column;
    display: flex;
  }

  .bento-inner.grid {
    display: flex;
  }

  .location-tag {
    bottom: 16px;
    left: 16px;
  }

  .bento-section {
    padding: 0 16px;
  }

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

  .case_study_image.square {
    display: none;
  }

  .case_study_image.square.mobile-display {
    display: block;
  }

  .mt-24.hide {
    display: none;
  }

  .container-weblof-global {
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-study-container.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 16px;
  }

  .homepage-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .homepage-container {
    max-width: 100vw;
  }

  .load-more-wrapper {
    background-color: var(--color_main--surface-191919);
  }

  .gallery-grid {
    width: 100%;
    max-width: 100vw;
  }

  .lightbox {
    max-height: 400px;
  }

  .lightbox-image {
    max-height: 100%;
  }

  .galery-item {
    aspect-ratio: 1;
    width: 100%;
    max-width: 100%;
    max-height: 400px;
  }

  .highlight-heading {
    font-size: 20px;
  }

  .uui-blogpost02_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom, .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-layout26_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout26_image-02 {
    top: 20%;
  }

  .final-design-output-grid {
    grid-template-columns: 1fr;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content-3 {
    padding-top: 20px;
  }

  .h-150px {
    height: 75px;
    display: block;
  }

  .tempatapp-slide-lightbox {
    height: 200px;
  }
}

#w-node-fd7f5d91-aeee-275c-aa42-5f674f84ecc1-4a2b37f4, #w-node-fd7f5d91-aeee-275c-aa42-5f674f84ecec-4a2b37f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59900786-3821-e76b-75d7-48e0e3c08da0-4a2b3825, #w-node-b346c192-3889-76af-43ff-e2d2469f66ad-4a2b3825, #w-node-_4a93d1ec-9764-ab79-459c-782bc55eb21b-4a2b3825 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_86052a70-9126-5a22-8320-9c141389bb7d-4a2b3825, #w-node-e195b198-20ba-62e8-7d8f-87720108a9e3-4a2b3825, #w-node-e06d4452-2e90-042a-4f53-eb8d2044adbc-4a2b3825 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a38b41c8-5e1d-5c54-d963-0d99f6122700-4a2b388a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_999d2d7a-b5c1-5921-5ab8-03d0594e6fe1-4a2b388a, #w-node-e05b556f-9bf4-b2f5-7db1-a2beb65007fb-4a2b388a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e5b-4a2b388e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e75-4a2b388e, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e82-4a2b388e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_559c69df-021c-863f-9951-0a27bde8e972-4a2b388e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_898d06d1-b874-1968-967a-05c2e9960521-4a2b3892 {
  grid-area: span 2 / span 9 / span 2 / span 9;
  align-self: stretch;
}

#w-node-a3884eeb-d2a0-e728-3f49-5f3b652e25eb-4a2b3892 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d51379c9-2fbd-1ad9-9f28-a0a24049d0c3-4a2b3892 {
  grid-area: span 2 / span 9 / span 2 / span 9;
  align-self: stretch;
}

#w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055c7-4a2b3892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055cc-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d1-4a2b3892 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d6-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055db-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055e0-4a2b3892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec93bbde-e4d3-17cf-b47d-88040a1dc41f-4a2b3892 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8cec285-93e0-ac82-92be-73fe145b245b-145b245b {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_73a51e18-05ec-a7f0-43b1-90d53c581857-4a2b3893 {
  grid-area: span 2 / span 9 / span 2 / span 9;
  align-self: stretch;
}

#w-node-_73a51e18-05ec-a7f0-43b1-90d53c58186d-4a2b3893 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d46dffa5-0276-326a-bec0-39cd0f30d0f9-4a2b3893, #w-node-_1ca82005-5d55-1ae3-c231-f1492a2d0d16-4a2b3893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfa98144-7240-5200-7c3e-8568d585402d-4a2b3894 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bfa98144-7240-5200-7c3e-8568d5854100-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854125-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854135-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854147-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d58541b0-4a2b3894 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cac2e1c0-b13a-b67a-a2b7-a5708c327a2c-4a2b3899 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_95f629ac-036a-8f87-b5df-6673ece28cc0-4a2b3899, #w-node-_95f629ac-036a-8f87-b5df-6673ece28cea-4a2b3899 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93ebec36-0cd0-ce17-f393-c678a327c6f0-4a2b38ad, #w-node-_23709f22-239b-c7bf-d6e1-c75c605975d0-4a2b38dc, #w-node-_45bf0133-6448-f427-bc24-19fd096ba58e-4a2b38dc, #w-node-bf48fc32-c37f-5f98-3cae-291fedd875bc-4a2b38dc, #w-node-_46130268-efaa-ae06-b7b3-178687756c57-4a2b38dc, #w-node-_3aefcb70-0061-0d97-dadf-700f7beea9d3-4a2b38dc, #w-node-a09318e0-4f8d-5406-3117-8107e8ebc36b-4a2b38dc, #w-node-c6f5c898-04c1-9e8b-00dc-dde789f8c470-4a2b38dc, #w-node-e95e6ebf-61c9-d48d-fbfe-547316c02d7c-4a2b38dc, #w-node-_7e0ab17e-b619-0b7e-21a8-c74eda3c82ac-4a2b38dc, #w-node-df3b449a-cdaf-3969-861e-4c84633fc6b2-4a2b38dc, #w-node-_766a4066-f26f-da8b-9ada-b7b6f76917c7-4a2b38dc, #w-node-e785ffd0-5a10-d40a-ea54-3983ae4149cb-4a2b38dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e8fc6b3-0ef2-c5f6-e51d-fa91b8a85496-4a2b38dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de2-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de3-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de4-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de5-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de6-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de7-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de8-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74de9-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74deb-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74ded-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74dec-4a2b38dc, #w-node-_6eed2374-e0ff-941d-23b5-68ccb5d74dea-4a2b38dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#hero.w-node-_27f51683-9a1b-2177-125f-7bb8db13c5c5-4a2b38df {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dabc905f-a3fc-09be-318b-fc3a3f3301e7-4a2b38df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f03dfe2-b299-ae05-365b-e9ecc88850e7-4a2b38df, #w-node-_8efba065-f135-35e6-2be9-6aaf6ae5e6e4-4a2b38df, #w-node-b1088f94-ba90-e1b6-c1bf-f9aa3f8c1473-4a2b38df, #w-node-_6af24fb0-85eb-96c2-487b-985178dfe1af-4a2b38df {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5cce0874-31b2-5dc9-8396-d873e161317a-4a2b38df {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#work.w-node-e5e53501-65c9-77f8-131a-1fc5d037d7ab-4a2b38df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b1bcd02-6ba2-8793-d91d-7bfab64edb61-4a2b38df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#gallery.w-node-fd2b42d9-8a41-2723-997a-7d833bd2aa4f-4a2b38df {
  order: 9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#hero.w-node-_9018388f-b85c-1ede-338d-5a1bca4c9da7-4a2b38e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_147fb13a-6858-22df-31e0-f8cf4ec0adbb-4a2b38e0 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_657f1ddc-88ca-0efc-225a-6f914c2dc2a6-4a2b38e0, #w-node-_551afaae-95ac-13bf-90b5-e54025281f49-4a2b38e0, #w-node-_65409587-2898-343b-6343-1142fd186211-4a2b38e0, #w-node-_943a016f-9536-3bab-1cc1-303e984863ff-4a2b38e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_147fb13a-6858-22df-31e0-f8cf4ec0ade7-4a2b38e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0ec99ae8-8b5b-742a-56bc-9ff60f825b96-4a2b38e1, #w-node-_0ec99ae8-8b5b-742a-56bc-9ff60f825b80-4a2b38e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b5be8c-daf8-3f21-7a6f-29a9e841a2ea-4a2b38e1, #w-node-e5b5be8c-daf8-3f21-7a6f-29a9e841a300-4a2b38e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebe7c358-777d-fa35-34f8-2716c5ebe9a7-4a2b38e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4a9eb6f-b8a7-3965-77e1-39947a9d1c19-4a2b38e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_999d2d7a-b5c1-5921-5ab8-03d0594e6fe1-4a2b388a, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e75-4a2b388e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_898d06d1-b874-1968-967a-05c2e9960521-4a2b3892 {
    grid-area: span 2 / span 9 / span 2 / span 9;
    align-self: stretch;
  }

  #w-node-a3884eeb-d2a0-e728-3f49-5f3b652e25eb-4a2b3892 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d51379c9-2fbd-1ad9-9f28-a0a24049d0c3-4a2b3892, #w-node-_73a51e18-05ec-a7f0-43b1-90d53c581857-4a2b3893 {
    grid-area: span 2 / span 9 / span 2 / span 9;
    align-self: stretch;
  }

  #w-node-_73a51e18-05ec-a7f0-43b1-90d53c58186d-4a2b3893 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aa428243-051f-1fbe-5c57-063b38ea9119-4a2b37f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_898d06d1-b874-1968-967a-05c2e9960521-4a2b3892 {
    grid-area: span 2 / span 6 / span 2 / span 6;
    align-self: stretch;
  }

  #w-node-a3884eeb-d2a0-e728-3f49-5f3b652e25eb-4a2b3892 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055c7-4a2b3892 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055cc-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d1-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055e0-4a2b3892 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73a51e18-05ec-a7f0-43b1-90d53c581857-4a2b3893 {
    grid-area: span 2 / span 7 / span 2 / span 7;
    align-self: stretch;
  }

  #w-node-_73a51e18-05ec-a7f0-43b1-90d53c58186d-4a2b3893 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #hero.w-node-_27f51683-9a1b-2177-125f-7bb8db13c5c5-4a2b38df, #hero.w-node-_9018388f-b85c-1ede-338d-5a1bca4c9da7-4a2b38e0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5e1e3e5a-54e2-b50c-2390-f057b020af1a-4a2b38e1, #w-node-e5b5be8c-daf8-3f21-7a6f-29a9e841a2bf-4a2b38e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86052a70-9126-5a22-8320-9c141389bb7d-4a2b3825, #w-node-e195b198-20ba-62e8-7d8f-87720108a9e3-4a2b3825, #w-node-e06d4452-2e90-042a-4f53-eb8d2044adbc-4a2b3825, #w-node-_999d2d7a-b5c1-5921-5ab8-03d0594e6fe1-4a2b388a, #w-node-e05b556f-9bf4-b2f5-7db1-a2beb65007fb-4a2b388a, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e75-4a2b388e, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e82-4a2b388e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055c7-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055cc-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d1-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d6-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055db-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055e0-4a2b3892 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfa98144-7240-5200-7c3e-8568d5854135-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854147-4a2b3894, #w-node-_95f629ac-036a-8f87-b5df-6673ece28cc0-4a2b3899, #w-node-_95f629ac-036a-8f87-b5df-6673ece28cea-4a2b3899 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56603952-2f77-3479-659c-4cde6718de80-4a2b38d6, #w-node-_3ac1dcb7-db8a-2b69-3f72-245fab82bde1-4a2b38dc, #w-node-_5cc33e22-15fa-2261-ab33-33c7c18ab4fa-4a2b38de {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18562e2c-5b28-9069-768e-f0850d293935-4a2b37f4, #w-node-_86052a70-9126-5a22-8320-9c141389bb7d-4a2b3825, #w-node-e195b198-20ba-62e8-7d8f-87720108a9e3-4a2b3825, #w-node-e06d4452-2e90-042a-4f53-eb8d2044adbc-4a2b3825, #w-node-_999d2d7a-b5c1-5921-5ab8-03d0594e6fe1-4a2b388a, #w-node-e05b556f-9bf4-b2f5-7db1-a2beb65007fb-4a2b388a, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e75-4a2b388e, #w-node-_9f08971d-9aed-e9b6-e3e0-159a4ef81e82-4a2b388e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_898d06d1-b874-1968-967a-05c2e9960521-4a2b3892 {
    grid-area: span 3 / span 4 / span 3 / span 4;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-a3884eeb-d2a0-e728-3f49-5f3b652e25eb-4a2b3892 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d51379c9-2fbd-1ad9-9f28-a0a24049d0c3-4a2b3892 {
    grid-area: span 3 / span 4 / span 3 / span 4;
    align-self: stretch;
  }

  #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d1-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055d6-4a2b3892, #w-node-a7ec3d3e-7c56-f3fd-96cf-6d79276055db-4a2b3892 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec93bbde-e4d3-17cf-b47d-88040a1dc41f-4a2b3892 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_73a51e18-05ec-a7f0-43b1-90d53c581857-4a2b3893 {
    grid-area: span 3 / span 4 / span 3 / span 4;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_73a51e18-05ec-a7f0-43b1-90d53c58186d-4a2b3893 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-d46dffa5-0276-326a-bec0-39cd0f30d0f9-4a2b3893 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bfa98144-7240-5200-7c3e-8568d5854100-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854125-4a2b3894 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bfa98144-7240-5200-7c3e-8568d5854135-4a2b3894, #w-node-bfa98144-7240-5200-7c3e-8568d5854147-4a2b3894, #w-node-_95f629ac-036a-8f87-b5df-6673ece28cc0-4a2b3899, #w-node-_95f629ac-036a-8f87-b5df-6673ece28cea-4a2b3899 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56603952-2f77-3479-659c-4cde6718de80-4a2b38d6, #w-node-_3ac1dcb7-db8a-2b69-3f72-245fab82bde1-4a2b38dc, #w-node-_5cc33e22-15fa-2261-ab33-33c7c18ab4fa-4a2b38de {
    align-self: stretch;
  }

  #w-node-_68a6581b-97cb-5e00-6575-3d2e5e1ddfbf-4a2b38e1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}