:root {
  --neutral--600: #4e4e4f;
  --neutral--800: #000;
  --neutral--500: #f9fafa;
  --neutral--700: #1c1c1c;
  --neutral--100: #fff;
  --neutral--200: #f9fafa;
  --neutral--300: #f9fafa;
  --general--shadow-01: #14142b0f;
  --general--shadow-02: #02020214;
  --transparent: #fff0;
  --neutral--400: #f9fafa;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --untitled-ui-white: white;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --relume-library-lite-rl-black: black;
  --button-shadow--white-01: #14142b0a;
  --ls-pink: #e6007e;
  --untitled-ui-primary600: #7f56d9;
  --neuron-blue: #086cd9;
  --eax-gray: #4e4e4f;
  --uzair: #8257fd;
  --iceberg-black: #3a3c42;
  --uzair-purple: var(--uzair);
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-primary50-501: #f9f5ff;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary300: #d6bbfb;
  --relume-library-lite-rl-white: white;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-foreground-secondary: #000000c2;
  --untitled-ui-primary25: #fcfaff;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray200: #eaecf0;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
}

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--neutral--600);
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  overflow: visible;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
  padding: 0;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
  position: static;
}

a:hover {
  color: var(--neutral--500);
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 66px;
  padding-right: 43px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  color: #5555ac;
  object-fit: contain;
  max-width: 100%;
  max-height: 500px;
  margin-right: 0;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 98px 84px;
  font-size: 24px;
  line-height: 1.583em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-wrapper.bg-neutral-800.position-relative---z-index-1 {
  background-image: url('../../images/features-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 0 0;
  background-size: contain;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.form._2-col-mbl {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
}

.grid-2-columns.form._2-col-mbl.popup-book-a-demo {
  grid-row-gap: 18px;
  font-size: 16px;
}

.grid-2-columns.form._2-col-mbl.mobile {
  max-width: 90%;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .5fr 1fr;
  margin-bottom: 64px;
}

.grid-2-columns.title-and-categories.mg-bottom-48px {
  margin-bottom: 48px;
}

.grid-2-columns._2-col-mbl.gap-row-48px {
  grid-template-rows: 1fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns._1fr---1-32fr {
  grid-template-columns: 1fr 1.32fr;
}

.grid-2-columns._1fr---1-42fr {
  grid-template-columns: 1fr 1.42fr;
  padding-top: 0;
}

.grid-2-columns._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-2-columns._1fr---1-25fr {
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns._1fr---1-25fr.rl-padding-global.padding-top-bottomm-5, .grid-2-columns._1fr---1-25fr.rl-padding-global.rl-padding-top-bottom-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid-2-columns._1fr---1-65fr {
  grid-template-columns: 1fr 1.65fr;
}

.grid-2-columns._1fr---1-65fr.gap-row-48px {
  padding-top: 36px;
  padding-bottom: 24px;
}

.grid-2-columns._1fr---1-65fr.gap-row-48px.product-grid-2-columns {
  background-color: var(--neutral--300);
  border-radius: 20px;
  grid-template-columns: 1.75fr 1.65fr;
  padding: 100px 40px 100px 100px;
}

.grid-2-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns._1-3fr---1fr.mg-bottom-40px {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-3fr---1fr.mg-bottom-80px {
  padding-top: 73px;
}

.grid-2-columns._1-3fr---1fr.mg-bottom-80px.pd-top-120 {
  padding-top: 120px;
}

.grid-2-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns._2fr---1fr._2-col-mbl {
  align-content: stretch;
  align-items: center;
}

.grid-2-columns._2fr---1fr.mg-bottom-32px {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns.auto---1fr {
  grid-template-columns: auto 1fr;
}

.grid-2-columns._1fr---1-36fr {
  grid-template-columns: 1fr 1.36fr;
}

.grid-2-columns._1-6fr---1fr {
  grid-template-columns: 1.6fr 1fr;
}

.grid-2-columns._1-1fr---1fr {
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns._1fr---2-3fr {
  grid-template-columns: 1fr 2.3fr;
}

.grid-2-columns.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-columns: auto;
  justify-items: center;
}

.grid-2-columns._3fr---1fr {
  grid-template-columns: 3fr 1fr;
}

.grid-2-columns._1-55fr---1fr {
  grid-template-columns: 1.55fr 1fr;
}

.grid-2-columns._1fr---1-4fr {
  grid-template-columns: 1fr 1.4fr;
}

.grid-2-columns.gap-32px.gap-24px-tablet {
  grid-column-gap: 97px;
}

.grid-2-columns._1-94fr---1fr {
  grid-template-columns: 1.94fr 1fr;
}

.grid-2-columns._1fr---1-6fr {
  grid-template-columns: 1fr 1.6fr;
}

.grid-2-columns._1-44fr---1fr {
  grid-template-columns: 1.44fr 1fr;
}

.grid-2-columns.sales-page {
  width: 66%;
  max-width: 804px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.fr-48 {
  grid-column-gap: 48px;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  background-color: var(--neutral--300);
  border-radius: 26px;
}

.card.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 668px;
  margin-bottom: 0;
  padding: 64px 44px;
  display: flex;
}

.card.form.bg-neutral-700 {
  border-radius: 26px;
  flex-direction: column;
  margin-top: 20px;
}

.card.form.bg-neutral-700.min-h-612 {
  min-height: 612px;
}

.card.form.pd-sides-62px {
  padding-left: 62px;
  padding-right: 62px;
}

.card.form.bg-neutral-100 {
  background-color: var(--neutral--700);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4a3aff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.buy-now.white {
  background-color: var(--neutral--300);
}

.card.search-results-card {
  transform-style: preserve-3d;
  flex-direction: column;
  height: 100%;
  padding: 40px 24px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.search-results-card:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.pd-52px---42px---22px {
  height: 100%;
  padding: 52px 42px 22px;
}

.card.card-image-bottom-right {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.features-card-small {
  padding: 48px 32px 20px;
  overflow: hidden;
}

.card.features-card-small.pd-bottom-0 {
  padding-bottom: 0;
}

.card.card-image-right {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 98px 64px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.card-image-right.v2 {
  grid-template-columns: 1.14fr 1fr;
  padding: 80px 76px;
}

.card.testimonial-slider-card {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  background-color: var(--neutral--700);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  padding: 26px;
  display: grid;
  box-shadow: 0 4px 1px #00000040;
}

.card.testimonial-slider-card.v2 {
  background-color: var(--neutral--300);
  box-shadow: none;
  padding: 32px 32px 52px;
  display: block;
}

.card.testimonial-slider-card.v2.reverse {
  padding-top: 52px;
  padding-bottom: 32px;
}

.card.testimonial-slider-card.pressslider {
  min-height: 505px;
}

.card.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card.footer-card-link:hover {
  background-color: var(--neutral--600);
  transform: translate3d(0, -6px, .01px);
}

.card.tab-link-card {
  background-color: var(--neutral--100);
  opacity: .5;
  transform-style: preserve-3d;
  padding: 30px 54px 30px 34px;
  transition: background-color .3s, transform .3s, opacity .3s;
}

.card.tab-link-card:hover {
  opacity: .8;
  transform: translate3d(0, -6px, .01px);
}

.card.tab-link-card.w--current {
  background-color: var(--neutral--200);
  opacity: 1;
}

.card.features-card {
  width: 100%;
  max-width: 580px;
  padding: 36px 46px 20px;
}

.card.blog-link-text-card {
  flex: 1;
  margin-top: 16px;
  padding: 32px 28px;
}

.card.blog-link-text-card.v2 {
  margin-top: 16px;
  padding: 34px;
}

.card.blog-link-text-card.v2.podcast-card {
  min-height: 120px;
}

.card.blog-link-text-card.v2.podcast-card.min-h-222 {
  min-height: 222px;
}

.card.blog-link-text-card.v2.podcast-card.min-h-222.bg-transparent, .card.blog-link-text-card.v2.podcast-card.bg-transparent {
  background-color: var(--transparent);
}

.card.blog-link-text-card.v2.podcast-card.bg-transparent.min-h-180, .card.blog-link-text-card.v2.podcast-card.min-h-180 {
  min-height: 180px;
}

.card.blog-link-text-card.v2.podcast-card.min-h-180.bg-transparent.test-padding {
  padding: 16px;
}

.card.blog-link-text-card.v2.news-slider-card {
  min-height: 160px;
}

.card.blog-link-text-card.featured-top {
  background-color: var(--neutral--700);
  margin-top: 26px;
  padding: 52px 36px;
}

.card.blog-link-text-card.featured-top-v2 {
  background-color: var(--neutral--700);
  margin-top: 0;
  padding: 42px 48px;
}

.card.white-logo-card {
  background-color: var(--neutral--700);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 2px 12px #06060680;
}

.card.pd-40px---40px---48px {
  padding: 40px 40px 48px;
}

.card.pd-48px---26px---44px {
  padding: 48px 26px 44px;
}

.card.pd-48px---26px---44px.bg-neutral-700 {
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  border-radius: 26px;
}

.card.pd-40px---36px---44px {
  padding: 40px 36px 44px;
}

.card.pd-40px---36px---44px.testimonial-card-v2 {
  flex-direction: column;
  min-height: 563px;
  display: flex;
}

.card.pd-48px---16px {
  padding: 48px 16px;
}

.card.contact-card-link {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  max-width: 400px;
  padding: 52px 32px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.contact-card-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.card-link-icon-left {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  transition-property: transform;
  display: grid;
}

.card.card-link-icon-left:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.faqs-card {
  background-color: var(--neutral--200);
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 52px 86px;
}

.card.faqs-card.dark {
  background-color: var(--neutral--700);
  width: 100%;
  max-width: none;
  padding-top: 76px;
  padding-left: 56px;
  padding-right: 56px;
}

.card.bg-map-card {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  max-width: 374px;
  padding: 48px 32px 46px;
}

.card.top-section-newsletter-card {
  background-color: var(--neutral--700);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  display: flex;
}

.card.blog-featured-card-right {
  background-color: var(--neutral--700);
  justify-content: center;
  align-items: center;
  padding: 64px 44px;
  display: flex;
}

.card.icon-top---card-link-dark {
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  flex-direction: column;
  height: 100%;
  padding: 54px 30px 42px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.icon-top---card-link-dark:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.blog-featured-link-dark {
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  max-width: 564px;
  padding: 38px 40px;
  text-decoration: none;
  transition-property: transform;
  display: block;
}

.card.blog-featured-link-dark:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.blog-author-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 46px 58px 46px 62px;
  display: grid;
}

.card.product-details-card {
  background-color: var(--neutral--700);
  width: 100%;
  max-width: 624px;
  padding: 82px 56px;
}

.card.open-positions-card {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  padding: 84px 76px;
}

.card.icon-list-top-section-card {
  background-color: var(--neutral--700);
  width: 100%;
  max-width: 364px;
  padding: 56px 48px 72px;
}

.card.rich-text-center-card {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 102px 80px;
}

.card.careers-link-card {
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 60px 40px 72px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.card.careers-link-card:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.icon-top-card-link {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 32px 56px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.icon-top-card-link:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.icon-top-card-link.v2 {
  background-color: var(--neutral--100);
  box-shadow: none;
  text-align: left;
  align-items: flex-start;
  padding-top: 44px;
  padding-left: 42px;
  padding-right: 42px;
}

.card.icon-top-card-link.image {
  background-color: var(--neutral--800);
}

.card.top-section-image-right-card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  background-color: var(--neutral--700);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 126px 74px 132px;
  display: grid;
  position: relative;
}

.card.card-link-2-columns {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 80px;
  text-decoration: none;
  transition-property: transform;
  display: grid;
}

.card.card-link-2-columns:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.horizontal-card-btn-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 76px 90px;
  display: grid;
}

.card.rich-text-card {
  padding: 64px 56px;
}

.card.article-details-card {
  width: 100%;
  max-width: 388px;
  padding: 48px 40px;
  position: sticky;
  top: 24px;
}

.card.card-link-vertical {
  transform-style: preserve-3d;
  flex-direction: column;
  height: 100%;
  padding: 42px 36px 40px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.card-link-vertical:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.top-section-dark-form-right {
  background-color: var(--neutral--700);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 612px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 68px 48px;
  display: flex;
}

.card.top-section-dark-form-right.popup-book-a-demo {
  opacity: 1;
  outline-color: var(--neutral--600);
  outline-offset: 0px;
  border-radius: 12px;
  outline-width: 2px;
  outline-style: none;
  max-width: 100%;
  min-height: 0;
  margin-top: 0;
  padding: 24px 20px 16px;
}

.card.top-section-dark-form-right.inner-container {
  max-width: 608px;
  display: inline-block;
}

.card.top-section-dark-form-right.bookademohorizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.top-section-dark-form-right.bookademohorizontal.cta-card.v2 {
  background-color: var(--neutral--800);
}

.card.top-section-dark-form-right.background {
  background-color: var(--neutral--800);
  background-position: 0 0;
  background-size: 1466px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.card.top-section-dark-form-right.background-black {
  background-color: var(--general--shadow-01);
}

.card.card-link-avatar-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 74px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 358px;
  padding: 24px;
  text-decoration: none;
  transition-property: transform;
  display: grid;
}

.card.card-link-avatar-left:hover {
  transform: translate3d(0, -4px, .01px);
}

.card.page-sections-card {
  z-index: 1;
  grid-row-gap: 24px;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  flex-direction: column;
  max-width: 324px;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 24px;
}

.card.sign-up-form {
  background-color: var(--neutral--700);
  max-width: 624px;
  padding: 58px 62px;
}

.card.sign-in-form {
  background-color: var(--neutral--700);
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.card.password-card {
  background-color: var(--neutral--700);
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px;
}

.card.confirm-your-email-card {
  background-color: var(--neutral--700);
  text-align: center;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding: 98px 80px;
}

.card.protected-page-card {
  background-color: var(--neutral--700);
  max-width: 664px;
  padding: 76px 58px;
}

.card.tab-link-card-mg {
  background-color: var(--neutral--200);
  padding: 30px 34px;
}

.card.nontablinkcard {
  padding: 30px 54px 30px 34px;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.pricing-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--700);
  border-radius: 26px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 62px;
  padding-right: 62px;
  display: grid;
}

.grid-4-columns.mg-bottom-40px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-columns.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 26px;
  margin-bottom: 40px;
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
  border-radius: 0 0 26px 26px;
  margin-top: 0;
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-200.bottom-48 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 48%;
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-neutral-800 {
  color: var(--neutral--800);
  font-size: 18px;
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-600.mg-bottom-24px {
  color: var(--neutral--500);
}

.color-neutral-600.mg-bottom-24px.max-h-200 {
  max-height: 200px;
  overflow: scroll;
}

.color-neutral-600.mg-bottom-24px.max-h-200.overflow-hidden {
  overflow: hidden;
}

.color-neutral-600.mg-bottom-24px.left-text {
  text-align: left;
  padding: 10px;
}

.color-neutral-600.mg-bottom-24px.fixed-height-240px {
  height: 240px;
  margin-top: 10px;
}

.color-neutral-600.mg-bottom-0 {
  color: var(--neutral--600);
  padding: 0;
}

.color-neutral-600.text-401.lineheight16 {
  line-height: 1.54em;
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300, .color-neutral-300.mg-bottom-0 {
  color: var(--neutral--300);
  padding: 0;
}

.color-neutral-300.mg-bottom-0.center-text {
  color: var(--neutral--300);
  text-align: center;
}

.color-neutral-300.mg-bottom-48px.mg-bottom-24px-tablet {
  padding: 0;
}

.color-neutral-200 {
  color: var(--neutral--200);
  padding: 0;
}

.color-neutral-100 {
  color: var(--neutral--100);
  flex: 1;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.color-neutral-100.mg-bottom-0 {
  opacity: 1;
  font-size: 18px;
}

.color-neutral-100.mg-bottom-0.popup-heading {
  font-size: 20px;
}

.color-neutral-100.mg-bottom-0.bold {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 600;
}

.color-neutral-100.mg-bottom-12px.mg-bottom-4px-mbp.bold600 {
  font-size: 24px;
}

.color-neutral-100.link:hover {
  color: var(--neutral--500);
}

.color-neutral-100.text-decoration-none {
  font-style: normal;
}

.color-neutral-100.text-decoration-none:hover {
  text-decoration: none;
}

.color-neutral-100.text-100.popup-field {
  margin-bottom: 8px;
  font-size: 14px;
}

.color-neutral-100.navbold {
  text-align: left;
  font-weight: 700;
}

.color-neutral-100.bold600 {
  font-size: 24px;
  font-weight: 600;
}

.color-neutral-100.bold600.fs-38 {
  font-size: 33px;
}

.color-neutral-100.fs-24 {
  font-size: 24px;
  font-weight: 600;
}

.color-neutral-100.navbold {
  white-space: nowrap;
  word-break: normal;
  font-weight: 700;
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  padding: 0;
  font-weight: 400;
  display: inline-block;
}

.color-neutral-400.mg-bottom-40px {
  font-weight: 400;
}

.color-neutral-400.mg-bottom-0 {
  color: var(--neutral--400);
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  overflow: auto;
}

.color-neutral-400.mg-bottom-0.center-text {
  color: var(--neutral--400);
  text-align: center;
}

.color-neutral-400.mg-bottom-32px {
  text-align: left;
  font-family: League Spartan, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.color-neutral-400.align-middle {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.color-neutral-400.not-bold {
  color: var(--neutral--500);
  font-size: 18px;
  font-weight: 400;
}

.color-neutral-400.middle {
  text-align: center;
}

.color-neutral-400.center-text {
  font-family: League Spartan, sans-serif;
  font-size: 20px;
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--neutral--800);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  clear: none;
  outline-offset: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  border-radius: 5px;
  outline: 3px #fffcfc;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: hidden;
  transform: none;
}

.mg-bottom-32px {
  margin-bottom: 32px;
  padding: 0;
}

.mg-bottom-40px {
  border-radius: 0;
  margin-bottom: 40px;
  padding: 0;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mg-bottom-40px.testimonial-card-v2 {
  padding: 36px 16px;
}

.mg-bottom-40px.border-radius-10px {
  object-fit: fill;
}

.mg-bottom-40px.border-radius-10px.h-full {
  object-fit: fill;
  height: 100%;
}

.mg-bottom-40px.border-radius-10px.h-full.min-h-300 {
  min-height: 300px;
}

.mg-bottom-40px.border-radius-10px.h-full.min-h-300.none {
  object-fit: cover;
}

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

.mg-bottom-56px {
  margin-bottom: 56px;
}

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

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-bottom-72px.mg-top-56px.text-left {
  text-align: left;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-40px.centerbuttons {
  margin-left: auto;
  margin-right: auto;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-56px {
  margin-top: 56px;
}

.mg-top-64px {
  margin-top: 64px;
}

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

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-32px {
  margin-right: 32px;
}

.mg-right-40px {
  margin-right: 40px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.mg-top-2px {
  margin-top: 2px;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
  font-family: League Spartan, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .display-1.color-neutral-100 {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .display-1.color-neutral-100 {
    font-size: 40px;
  }
}

.display-1.color-neutral-100.mg-bottom-8px {
  overflow: visible;
}

.display-1.color-neutral-100.mg-bottom-8px.fs-70 {
  font-size: 70px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-18px {
  grid-row-gap: 18px;
}

.grid-1-column.gap-row-20px {
  grid-row-gap: 20px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-32px {
  grid-column-gap: 32px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-40px {
  grid-column-gap: 40px;
}

.gap-row-8px {
  grid-row-gap: 8px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-56px {
  grid-row-gap: 56px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.display-2.mg-bottom-0 {
  color: var(--neutral--800);
  text-align: center;
  object-fit: fill;
  padding-bottom: 60px;
  display: block;
  overflow: visible;
}

.display-2.mg-bottom-0.text-left {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-weight: 700;
  display: inline;
}

.display-2.color-neutral-100 {
  color: var(--untitled-ui-white);
}

.display-2.color-neutral-100.mg-bottom-8px {
  font-size: 40px;
  font-weight: 600;
}

.display-2.color-neutral-100.mg-bottom-0 {
  font-size: 56px;
  font-weight: 600;
}

.display-2.color-neutral-100.mg-bottom-12px {
  font-weight: 600;
}

.display-2.mg-bottom-12px, .display-2.font-size-30px-mbp.color-neutral-100 {
  font-size: 45px;
}

.display-3 {
  color: var(--neutral--800);
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-3.mg-bottom-10px {
  font-weight: 700;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
  flex: 0 auto;
}

.display-3.color-neutral-400 {
  color: var(--neutral--400);
}

.display-3.color-neutral-400.mg-bottom-8px {
  color: var(--neutral--500);
}

.display-4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.429em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.color-neutral-400.mg-bottom-0.text-ellipsis.overflow-hidden, .paragraph-large.color-neutral-400.mg-bottom-0.overflow-hidden.text-ellipsis-6 {
  overflow: hidden;
}

.paragraph-large.color-neutral-400.mg-bottom-0.overflow-hidden.text-ellipsis-6.fs-18 {
  font-size: 18px;
}

.paragraph-small {
  opacity: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.714em;
}

.paragraph-small.color-neutral-500 {
  padding-top: 0;
}

.paragraph-small.white-text {
  font-size: 12px;
}

.paragraph-small.none {
  display: none;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.medium.mg-bottom-8px {
  color: var(--neutral--300);
  min-height: 64px;
  font-size: 20px;
}

.text-400.medium.mg-bottom-8px.text-decoration-none {
  color: var(--neutral--300);
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.color-neutral-300.font-18, .text-300.medium.color-neutral-100.fs-18 {
  font-size: 18px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 26px;
}

.text-300.bold.mg-bottom-8px {
  font-size: 18px;
}

.text-300.bold.mg-bottom-8px.testimonial-card {
  margin-bottom: 4px;
  font-size: 18px;
}

.text-300.color-neutral-600.mg-top-2px {
  margin-top: 2px;
}

.text-300.color-neutral-400.mg-top-4px {
  margin-top: 4px;
}

.text-300.color-neutral-400.mg-top-6px {
  margin-top: 6px;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.mg-top-1px {
  margin-top: 1px;
}

.text-100.semi-bold {
  font-weight: 600;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.mg-top-40px {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-row-56px {
  grid-row-gap: 56px;
}

.grid-3-columns.gap-column-32px {
  grid-column-gap: 32px;
}

.grid-3-columns.dropdown-pages-main-grid {
  grid-column-gap: 56px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: none;
}

.shadow-02.border-radius-10px.h-64 {
  height: 62px;
}

.shadow-02.border-radius-12px {
  box-shadow: none;
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container.center._750 {
  width: 750px;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._752px.center {
  max-width: 752px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._856px {
  max-width: 856px;
}

.inner-container._1012px {
  max-width: 1012px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._700px.center {
  text-align: center;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._636px {
  max-width: 636px;
}

.inner-container._706px {
  max-width: 706px;
}

.inner-container._416px {
  max-width: 416px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container._668px {
  max-width: 668px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._718px {
  max-width: 718px;
}

.inner-container._718px._100-mbl {
  width: 100%;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._624px {
  max-width: 624px;
}

.inner-container._528px {
  max-width: 528px;
}

.inner-container._528px._100-mbl {
  max-width: 640px;
}

.inner-container._492px {
  max-width: 492px;
}

.inner-container._144px {
  max-width: 144px;
}

.inner-container._134px {
  max-width: 134px;
}

.inner-container._148px {
  max-width: 148px;
}

.inner-container._140px {
  max-width: 140px;
}

.inner-container._108px {
  max-width: 108px;
}

.inner-container._522px {
  max-width: 522px;
}

.inner-container._410px {
  max-width: 410px;
}

.inner-container._832px {
  max-width: 832px;
}

.inner-container._626px {
  max-width: 626px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._756px {
  max-width: 756px;
}

.inner-container._378px {
  max-width: 378px;
}

.inner-container._764px {
  max-width: 764px;
}

.inner-container._618px {
  max-width: 618px;
}

.inner-container._282px {
  max-width: 282px;
}

.inner-container._296px {
  max-width: 296px;
}

.inner-container._458px {
  max-width: 458px;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._762px, .inner-container._762px.center {
  max-width: 762px;
}

.inner-container._466px {
  max-width: 466px;
}

.inner-container._552px {
  max-width: 552px;
}

.inner-container._434px {
  max-width: 434px;
}

.inner-container._28px {
  max-width: 28px;
}

.inner-container._698px {
  max-width: 698px;
}

.inner-container._644px {
  max-width: 644px;
}

.inner-container._72px {
  max-width: 72px;
}

.inner-container._720px {
  max-width: 720px;
}

.inner-container._482px {
  max-width: 482px;
}

.inner-container._662px {
  max-width: 662px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._984px {
  max-width: 984px;
}

.inner-container._830px {
  max-width: 830px;
}

.inner-container._494px {
  max-width: 494px;
}

.inner-container._608px {
  max-width: 608px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._798px {
  max-width: 978px;
}

.inner-container._222px {
  width: 100%;
  max-width: 222px;
}

.inner-container.text-center {
  background-color: var(--relume-library-lite-rl-black);
  background-image: url('../../images/section-bg-pattern-top-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: 1440px;
  border-radius: 20px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  border-radius: 12px;
  margin-right: 18px;
}

.mg-bottom-0 {
  color: var(--neutral--500);
  text-align: left;
  object-fit: fill;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  overflow: visible;
}

.mg-bottom-0.testimonial-card {
  padding: 15px 18px;
  font-size: 17px;
}

.mg-bottom-0.testimonial-card.text-ellipsis {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.mg-bottom-0.bold-text-9, .mg-bottom-0.bold-text-10 {
  color: var(--neutral--800);
}

.mg-bottom-0.center-text {
  color: var(--neutral--500);
}

.mg-bottom-0.color-neutral-400 {
  font-size: 18px;
}

.mg-bottom-0.color-neutral-400.height-400 {
  height: 330px;
}

.mg-bottom-0.middle {
  text-align: center;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-24px {
  border-radius: 24px;
  transform: translate(0);
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---components-wrapper.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 14px;
  justify-content: center;
  margin-right: 22px;
  padding: 20px 26px;
  font-family: League Spartan, sans-serif;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--800);
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.white {
  z-index: 997;
  margin-right: 0;
  font-weight: 600;
}

.btn-primary.small.white.none {
  opacity: 0;
  display: none;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.small.left-margin {
  margin-left: 20px;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  z-index: 1;
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  position: relative;
}

.btn-primary.white:hover {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-primary.white.button-row {
  z-index: 2;
  margin-right: 20px;
}

.btn-primary.white.no-hover {
  transition: none;
}

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-primary.white.popup-btn {
  width: 100%;
  margin-right: 0;
  padding: 16px 20px;
  font-size: 16px;
}

.btn-primary.white.button-row-copy {
  z-index: 2;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 22px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: none;
}

.btn-primary.next-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-primary.pd-12px---16px {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.white-copy {
  z-index: 1;
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  position: relative;
}

.btn-primary.white-copy:hover {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-primary.white-copy.button-row {
  z-index: 2;
  margin-right: 20px;
}

.btn-primary.white-copy.no-hover {
  transition: none;
}

.btn-primary.white-copy.no-hover:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-primary.white-copy.popup-btn {
  width: 100%;
  margin-right: 0;
  padding: 16px 20px;
  font-size: 16px;
}

.btn-primary.white-copy.button-row-copy {
  z-index: 2;
}

.btn-secondary {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 14px;
  padding: 20px 26px;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
  margin-right: 16px;
  display: inline-block;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.white.mg-top-0 {
  margin-top: 0;
}

.btn-secondary.white.border-neutral-600 {
  border-color: var(--neutral--600);
}

.btn-secondary.white.border-neutral-600:hover {
  border-color: var(--neutral--100);
}

.btn-secondary.white.buttons-row {
  margin-right: 0;
}

.btn-secondary.previous-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary.dark {
  border-color: var(--neutral--800);
  box-shadow: none;
  background-color: #0000;
}

.btn-secondary.dark:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.btn-secondary.dark.no-hover {
  transition: none;
  display: inline-block;
}

.btn-secondary.dark.no-hover:hover {
  color: var(--neutral--800);
  background-color: #0000;
  transform: none;
}

.btn-secondary.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.btn-secondary.bg-neutral-100:hover {
  color: var(--neutral--800);
}

.badge-primary {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  border-radius: 10px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary.light {
  background-color: var(--neutral--400);
  color: var(--neutral--800);
  font-weight: 700;
}

.badge-primary.light.tab-menu-badge {
  border: 1px solid var(--neutral--400);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 36px;
  padding: 18px;
  transition: box-shadow .3s, transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-primary.light.tab-menu-badge:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.badge-primary.light.tab-menu-badge.w--current {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px #00000017;
}

.badge-primary.light.tab-menu-badge.w--current:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-primary.pd-12px---18px {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.badge-primary.link {
  border: 1px solid var(--neutral--700);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s, transform .3s;
}

.badge-primary.link:hover {
  border-color: var(--neutral--600);
  color: var(--neutral--100);
  background-color: #0000;
  transform: translate3d(0, -4px, .01px);
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 14px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  margin-left: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
  background-color: #0000;
}

.badge-secondary.category-badges.mg-0 {
  margin: 0;
}

.badge-secondary.category-badges.dark {
  border-color: var(--neutral--700);
}

.badge-secondary.category-badges.dark:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-secondary.category-badges.dark.w--current {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-secondary.category-badges.dark.w--current:hover {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.dark {
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
}

.badge-secondary.tab-menu-badge {
  color: var(--neutral--800);
  transform-style: preserve-3d;
  transition: background-color .3s, border-color .3s, transform .3s, color .3s;
}

.badge-secondary.tab-menu-badge:hover {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.badge-secondary.tab-menu-badge.w--current {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
}

.badge-secondary.tab-menu-badge.w--current:hover {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
  background-color: #0000;
}

.input {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--400);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--neutral--600);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.cart-quantity-input {
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.dark {
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
}

.input.dark:hover {
  border-color: var(--neutral--500);
}

.input.dark:focus {
  border-color: var(--neutral--100);
}

.input.dark::placeholder {
  color: var(--neutral--400);
}

.input.dark.popup-input {
  min-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.input.dark.popup-input::placeholder {
  text-indent: 0;
  font-size: 12px;
}

.input.dark.mg-bottom-32px {
  margin-bottom: 32px;
}

.input.icon-inside-left {
  padding-left: 52px;
}

.input.light {
  border-color: var(--neutral--500);
  background-color: var(--neutral--700);
  box-shadow: none;
  color: var(--neutral--300);
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input.light:hover {
  border-color: var(--neutral--500);
}

.input.light:focus {
  border-color: var(--neutral--600);
}

.input.light::placeholder {
  color: var(--neutral--500);
}

.input.dropdown-input {
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.input.dropdown-input.dark {
  color: var(--neutral--400);
  border-style: none;
}

.input.dropdown-input.dark:hover {
  color: var(--neutral--100);
}

.input.dropdown-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.input.search-btn-inside {
  min-height: 60px;
  padding-right: 112px;
}

.input.enter-now-btn-inside {
  padding-right: 134px;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 14px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--400);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--neutral--600);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.dark {
  border-color: var(--neutral--600);
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  min-height: 80px;
  margin-bottom: 0;
}

.text-area.dark:hover {
  border-color: var(--neutral--500);
}

.text-area.dark:focus {
  border-color: var(--neutral--100);
}

.text-area.dark::placeholder {
  color: var(--neutral--400);
}

.text-area.light {
  border-color: var(--neutral--500);
  background-color: var(--neutral--700);
  box-shadow: none;
  color: var(--neutral--100);
  min-height: 120px;
  margin-bottom: 0;
}

.text-area.light:hover {
  border-color: var(--neutral--500);
}

.text-area.light:focus {
  border-color: var(--neutral--600);
}

.text-area.light::placeholder {
  color: var(--neutral--500);
}

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

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small.mg-bottom-32px {
  margin-bottom: 32px;
}

.checkbox-field-wrapper.small.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 4px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--400);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  background-image: url('../../images/checkmark-neutral-800-sleek-webflow-ecommerce-template.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--400);
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 20px;
  min-height: 20px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: #4a3aff;
}

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

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._06.mg-bottom-24px {
  border-radius: 100%;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  align-self: center;
  padding-bottom: 3px;
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-font.circular-icon {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  cursor: default;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
  font-size: 32px;
  line-height: 1em;
  display: flex;
}

.social-icon-font.square-rounded-icon {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  font-size: 22px;
  line-height: 1em;
  display: flex;
}

.social-icon-font.square-rounded-icon.dark {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
}

.social-icon-square {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.social-icon-square:hover {
  opacity: .65;
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.team-member-slider-link---social-icon {
  opacity: .5;
  color: var(--neutral--400);
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 22px;
  line-height: 1em;
  transition: color .3s, opacity .3s, transform .3s;
}

.social-icon-square.team-member-slider-link---social-icon:hover {
  opacity: 1;
  color: var(--neutral--100);
}

.social-icon-square.color-neutral-800 {
  color: var(--neutral--800);
}

.social-icon-square.color-neutral-800:hover {
  color: var(--neutral--700);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  display: inline-block;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-right.mg-left-12px {
  margin-left: 12px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left:hover {
  transform: none;
}

.line-rounded-icon.link-icon-left.color-neutral-800 {
  color: var(--neutral--800);
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.font-size-24px {
  font-size: 24px;
  line-height: 1em;
}

.line-rounded-icon.diagonal-link-arrow.contact-link-dark---icon {
  color: var(--neutral--100);
  margin-left: 12px;
  line-height: 1em;
}

.line-rounded-icon.diagonal-link-arrow.contact-link-light---arrow {
  color: var(--neutral--500);
  margin-left: 10px;
  line-height: 1em;
}

.line-rounded-icon.diagonal-link-arrow.link-arrow-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.diagonal-link-arrow.footer-card-link-icon {
  color: #f8f8f8;
  font-size: 24px;
  line-height: 1em;
}

.line-rounded-icon.input-single-success-icon {
  font-size: 22px;
  line-height: 1em;
}

.line-rounded-icon.accordion-chevron-arrow-dark {
  font-size: 24px;
  line-height: 1em;
}

.line-rounded-icon.arrow-link-left {
  margin-right: 6px;
  display: inline-block;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 26px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

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

.rich-text ul, .rich-text ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--500);
}

.style---dropdown-toggle.w--open {
  color: var(--neutral--800);
}

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

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--500);
  color: var(--neutral--700);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
  max-height: none;
}

.width-100.mg-bottom-88px {
  max-height: none;
}

.width-100.mg-bottom-72px {
  border-radius: 19px;
  max-height: none;
}

.width-100.mg-bottom-24px.hidden-on-mbl {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 20px;
  min-width: 700px;
  max-height: 680px;
}

.width-100.hidden-on-mbl {
  max-height: none;
}

.width-100.max-h-500, .width-100.h-max-500 {
  max-height: 500px;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--500);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  display: block;
  position: static;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.overflow-hidden.mg-top-40px.pd-top-30 {
  padding-top: 30px;
}

.container-default.z-index-10 {
  padding-bottom: 0;
}

.container-default.mg-top-170 {
  margin-top: 170px;
}

.container-default.mg-bottom-60px {
  padding-bottom: 80px;
}

.container-default.products {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-default.products.eax {
  background-color: var(--transparent);
}

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section {
  background-color: var(--neutral--100);
  padding-top: 88px;
  padding-bottom: 88px;
  display: block;
}

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

.section.small.pd-bottom-0 {
  padding-bottom: 0;
}

.section.overflow-hidden.news-slider-section {
  padding-top: 0;
  padding-bottom: 220px;
}

.section.overflow-hidden.section-low-top.section-low-bottom.pd-bottom-0 {
  padding-top: 0;
}

.section.overflow-hidden.section-low-top.margin-top--100px {
  margin-top: -100px;
}

.section.overflow-hidden.section-low-top.margin-top-30px {
  margin-top: -30px;
}

.section.bg-neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 60px;
}

.section.bg-neutral-200.overflow-hidden.section-low-bottom {
  padding-top: 220px;
  padding-bottom: 120px;
}

.section.bg-neutral-200.overflow-hidden.section-low-top.test, .section.bg-neutral-200.overflow-hidden.section-low-top.section-low-bottom-100 {
  padding-bottom: 100px;
}

.section.bg-neutral-200.section-low-top {
  padding-top: 100px;
}

.section.bg-neutral-200.section-low-top.section-low-bottom {
  border-bottom-left-radius: 20px;
  padding-bottom: 0;
}

.section.bg-neutral-200.pd-top-124 {
  padding-top: 124px;
}

.section.bg-neutral-200.pd-top-124.pd-bottom-124 {
  background-color: var(--neutral--800);
  background-image: url('../../images/section-bg-pattern-top-sleek-webflow-ecommerce-template.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 124px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 18%, white 18%);
  padding-top: 0;
}

.section.bg-neutral-800 {
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 0 0;
  background-size: 1440px;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.bg-neutral-800.position-relative---z-index-1 {
  background-color: var(--neutral--800);
  background-image: none;
  background-size: auto;
  padding-top: 220px;
  overflow: hidden;
}

.section.bg-neutral-800.position-relative---z-index-1.section-low-bottom {
  padding-bottom: 150px;
}

.section.bg-neutral-800.overflow-hidden {
  padding-bottom: 220px;
}

.section.bg-neutral-800.overflow-hidden.section-60 {
  padding-bottom: 60px;
}

.section.bg-neutral-800.smallmarginsection {
  padding-bottom: 20px;
}

.section.bg-neutral-800.pd-bottom-100 {
  padding-bottom: 100px;
}

.section.bg-neutral-800.section-low-top.section-low-bottom {
  background-color: var(--neutral--800);
}

.section.bg-neutral-800.pt-pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.pd-top-0.overflow-hidden.section-low-bottom {
  padding-bottom: 0;
}

.section.pd-top-0.overflow-hidden.pd-bottom-100 {
  padding-bottom: 100px;
}

.section.pd-top-0.pd-bottom-0 {
  border: 0px solid var(--neutral--600);
  background-color: #0000;
  border-radius: 10px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section.vertical-marquee-right-section {
  z-index: 1;
  background-color: var(--neutral--200);
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.section.floating-icons-sides-section {
  z-index: 0;
  background-color: var(--neutral--200);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.floating-icons-sides-section.pt-pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.pd-bottom-0 {
  padding-bottom: 0;
}

.section.pd-bottom-0.position-relative---z-index-1 {
  z-index: auto;
}

.section.pd-bottom-0.position-relative---z-index-1.meet-ls {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
}

.section.bg-map-section {
  background-color: var(--neutral--200);
  padding-bottom: 34px;
}

.section.bg-map-section.bg-neutral-100.pd-top-140 {
  padding-top: 140px;
}

.section.pd-top-150px {
  padding-top: 150px;
}

.section.pd-140px---170px {
  padding-top: 140px;
  padding-bottom: 170px;
}

.section.pd-top-180px {
  padding-top: 180px;
}

.section.pd-top-180px.section-60 {
  padding-bottom: 60px;
}

.section.pd-164px---180px {
  padding-top: 164px;
  padding-bottom: 180px;
}

.section._124px---180px {
  padding-top: 124px;
  padding-bottom: 180px;
}

.section.pd-156px {
  padding-top: 156px;
  padding-bottom: 156px;
}

.section.pd-top-140px {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.pd-top-140px.pd-bottom-140 {
  padding-bottom: 140px;
}

.section.future-text {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.section-low-top {
  padding-top: 120px;
}

.section.section-low-top.section-low-bottom {
  background-color: var(--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-low-top.pd-top-0 {
  background-color: var(--neutral--100);
  padding-top: 0;
}

.section.section-low-top.pd-bottom-0.mg-top---100px {
  margin-top: -100px;
}

.section.pd-top-64 {
  padding-top: 64px;
}

.section.pd-top-64.pd-bottom-64 {
  padding-bottom: 64px;
}

.section.bg-neutral-100 {
  background-color: var(--neutral--100);
  padding-top: 100px;
}

/* .section.bg-neutral-100.section-low-bottom {
  padding-top: 140px;
  padding-bottom: 140px;
} */

.section.bg-neutral-100.section-low-bottom.section-low-top {
  border: 1px #000;
  padding-top: 20px;
}

.section.bg-neutral-100.section-low-bottom.mg-bottom--20px {
  margin-bottom: -120px;
}

.section.bg-neutral-100.section-low-bottom.mg-bottom--20px.section-60 {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-neutral-100.section-low-top.section-low-bottom {
  border-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-neutral-100.section-low-top.section-low-bottom.none {
  display: none;
}

.section.bg-neutral-100.section-low-top.section-no-padding {
  padding-top: 0;
  padding-bottom: 220px;
}

.section.bg-neutral-100.section-low-bottom-copy {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.bg-neutral-100.section-low-bottom-copy.section-low-top {
  border: 1px #000;
  padding-top: 0;
}

.section.bg-neutral-100.section-low-bottom-copy.mg-bottom--20px {
  margin-bottom: -120px;
}

.section.bg-neutral-100.mg-bottom--100px {
  margin-bottom: -100px;
}

.section.bg-neutral-100.pt-pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-neutral-100.section-60 {
  padding-bottom: 60px;
}

.section.section-low-bottom {
  padding-bottom: 100px;
}

.section.section-low-bottom.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.section.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.section.product-section {
  background-color: var(--neutral--300);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  width: 1190px;
  margin: 140px auto;
  padding: 40px 40px 40px 100px;
}

.section.pd-top-140px-copy {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.pd-top-140px-copy.pd-bottom-140 {
  padding-bottom: 140px;
}

.section.floating-icons-sides-section-copy {
  z-index: 0;
  background-color: var(--neutral--200);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.floating-icons-sides-section-copy.pt-pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-60 {
  padding-top: 60px;
  padding-bottom: 0;
}

.top-bar-wrapper {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: color .3s;
  display: inline-block;
}

.link-wrapper.white {
  color: var(--neutral--100);
  transition: color .3s;
}

.link-wrapper.white:hover {
  color: var(--neutral--500);
}

.link-wrapper.color-neutral-800 {
  color: var(--neutral--800);
  transition-property: opacity;
}

.link-wrapper.color-neutral-800:hover {
  opacity: .5;
}

.link-text {
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

.heading-h2-size.mg-bottom-12px {
  color: var(--neutral--800);
  font-family: League Spartan, sans-serif;
  font-weight: 700;
}

.heading-h2-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-500 {
  color: var(--neutral--500);
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
  flex: 0 auto;
}

.heading-h3-size.color-neutral-100.mg-bottom-16px {
  flex: 0 auto;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h4-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h5-size.mg-top-1px {
  margin-top: 1px;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.heading-h6-size.color-neutral-400 {
  color: var(--neutral--400);
}

.header-wrapper {
  background-color: #0000;
}

.header-wrapper.sticky-top {
  z-index: 998;
  background-color: #0000;
  margin-top: -4px;
  top: 0;
}

.header-wrapper.sticky-top.mg-top--25px {
  margin-top: -26px;
}

.header-content-wrapper {
  background-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 26px 26px 26px 14px;
  display: flex;
}

.header-content-wrapper.header-simple {
  justify-content: center;
  margin-top: 48px;
}

.header-content-wrapper.ls-pink {
  background-color: #e6007e;
}

.header-content-wrapper.ls-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ls-pink);
  background-color: var(--ls-pink);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-content-wrapper.ls-nav {
  background-color: var(--ls-pink);
  padding: 0;
}

.header-content-wrapper.ls-nav.neuron-header {
  background-color: var(--neuron-blue);
}

.header-content-wrapper.ls-nav.estateagencyx-header {
  background-color: var(--eax-gray);
}

.header-content-wrapper.product-wrapper {
  background-color: var(--neutral--800);
  padding: 0;
}

.header-content-wrapper.product-wrapper.width-100 {
  margin-top: -2px;
}

.header-content-wrapper.iceberg-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav-menu-wrapper {
  flex: 0 auto;
  align-self: center;
  padding-left: 0;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  font-size: 16px;
  transition-property: opacity;
}

.header-nav-link:hover {
  opacity: .5;
  color: var(--neutral--100);
}

.header-nav-link.w--current {
  color: var(--neutral--100);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  opacity: 1;
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-toggle {
  color: var(--neutral--100);
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-42%);
}

.dropdown-column-wrapper.center {
  transform: translate(8%);
}

.dropdown-link {
  color: var(--neutral--100);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  padding: 0;
  line-height: 1.111em;
  transition: opacity .3s;
}

.dropdown-link:hover {
  opacity: .5;
  color: var(--neutral--100);
}

.dropdown-link.w--current {
  color: var(--neutral--100);
}

.dropdown-link.highlighted {
  align-items: flex-end;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.dropdown-link.product:hover {
  opacity: 1;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.dropdown-pd.pd-24px {
  padding: 24px;
}

.header-logo-link {
  transform-style: preserve-3d;
  align-self: auto;
  margin-right: 22px;
  padding-left: 0;
  transition: transform .3s, opacity .3s;
}

.header-logo-link:hover {
  opacity: .5;
  transform: translate3d(0, -3px, .01px);
}

.header-logo-link.header-simple-logo {
  margin-right: 0;
}

.header-logo-link.headerlogo2 {
  padding-left: 20px;
}

.header-logo-link.header-product-logo-link {
  margin-right: 0;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.header-middle {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 8px 0 6px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.header-middle.originial {
  justify-content: flex-start;
  align-self: center;
  margin-top: 13px;
  margin-left: 0;
  display: flex;
}

.header-middle.product-header {
  background-color: var(--ls-pink);
  flex-direction: row;
  order: 0;
  align-items: center;
  display: flex;
}

.header-middle.product-middle {
  background-color: var(--neuron-blue);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px 26px 26px 14px;
}

.header-middle.product-middle.neuron {
  background-color: var(--neuron-blue);
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-middle.product-middle.neuron.uzaircolor {
  background-color: var(--uzair);
}

.header-middle.product-middle.ls {
  background-color: var(--ls-pink);
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-middle.product-middle.ls.icebergcolor {
  background-color: var(--neutral--800);
}

.header-middle.product-middle.eax {
  background-color: #1c1c1c;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-middle.product-middle.uzair {
  background-color: var(--uzair);
}

.header-middle.left-align {
  flex: 1;
  justify-content: center;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
}

.header-left-side {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.header-left-side.ls-header {
  background-color: var(--neutral--700);
  border-radius: 16px 0 0 16px;
  padding: 26px;
}

.header-left-side.ls-header-left-side {
  padding: 26px;
}

.header-left-side.ls-nav {
  background-color: var(--iceberg-black);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 32px 0 32px 12px;
}

.header-left-side.product-left-side {
  background-color: var(--neutral--800);
  border-radius: 16px 0 0 16px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-left: 14px;
  overflow: visible;
}

.btn-circle-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.white:hover {
  background-color: var(--neutral--400);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

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

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

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

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

.flex-vertical.center {
  align-items: center;
}

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

.flex-horizontal.align-top {
  align-items: flex-start;
}

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

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.gap-column-12px {
  grid-column-gap: 12px;
}

.footer-wrapper {
  background-color: var(--neutral--800);
}

.footer-wrapper.pd-top-and-bottom-32px {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--400);
  text-decoration: none;
  transition-property: opacity;
}

.footer-link:hover {
  opacity: .5;
  color: var(--neutral--400);
}

.footer-link.highlight {
  color: var(--neutral--100);
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  transition-property: none;
}

.footer-link.highlight:hover {
  opacity: 1;
}

.footer-link.badge-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 468px) minmax(min-content, 484px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer-top.v2 {
  grid-template-columns: minmax(min-content, 388px) minmax(min-content, 484px);
  padding-top: 72px;
  padding-bottom: 94px;
}

.footer-bottom {
  grid-column-gap: 64px;
  background-color: var(--neutral--700);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin: 46px 0;
  padding: 24px 42px;
  display: flex;
}

.footer-bottom.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-middle {
  display: none !important;
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 120px;
  padding-bottom: 110px;
  display: grid;
}

.footer-middle.v2 {
  grid-template-columns: 1.75fr 1fr 1fr;
  padding-top: 72px;
  padding-bottom: 90px;
}

.footer-middle.icebergfooter {
  grid-template-columns: 1fr 1.75fr 1.25fr;
}

.footer-middle.lsfooter {
  grid-column-gap: 52px;
  grid-template-columns: 1.75fr 1fr 1.25fr;
}

.footer-middle.neuronfooter {
  grid-template-columns: 1fr 1.75fr 1.25fr;
}

.success-message {
  background-color: #0000;
  border-radius: 24px;
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

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

.text-center.mobile-l {
  text-align: left;
}

.text-center.mg-bottom-64px {
  color: var(--uzair-purple);
}

.text-center.mg-top-40px {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-center.mg-top-80px {
  margin-top: 80px;
}

.sticky-top {
  position: sticky;
  top: 24px;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none.color-transition-none {
  cursor: default;
  transition-property: none;
}

.text-decoration-none.color-transition-none.flex-vertical, .text-decoration-none.color-transition-none.width-100, .text-decoration-none.color-transition-none.cursor-pointer {
  cursor: pointer;
}

.text-decoration-none.mg-bottom-35px {
  margin-bottom: 35px;
}

.cta-card {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1220px;
  border-radius: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.08fr;
  grid-auto-columns: 1fr;
  padding: 140px 76px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cta-card.v2 {
  grid-column-gap: 48px;
  background-image: url('../../images/cta-v2-bg-pattern-sleek-webflow-ecommerce-template.png');
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  padding: 74px 128px 82px 90px;
}

.cta-card.mg-bottom-40px {
  grid-column-gap: 75px;
  margin-bottom: 82px;
}

.cta-card.mg-bottom-40px.bg-neutral-300 {
  background-color: var(--neutral--300);
  background-image: none;
}

.cta-card.mg-bottom-40px.bg-neutral-300.cta-card-video {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cta-card.mg-bottom-40px.pink {
  background-color: var(--ls-pink);
  background-image: url('../../images/section-bg-pattern-LS.png');
}

.cta-card.mg-bottom-40px.dualcta-card2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 72px;
}

.cta-card.mg-bottom-40px.dualcta-card2.mg-top--20px {
  margin-top: -25px;
}

.cta-card.mg-bottom-40px.mg-top-82px {
  margin-top: 82px;
}

.cta-card.mg-bottom-40px.dualcta-card3 {
  margin-top: -48px;
  padding-top: 72px;
}

.cta-card.mg-bottom-40px.cta-card-p72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cta-card.mg-bottom-40px.pd-top-70 {
  padding-top: 70px;
}

.cta-card.mg-bottom-40px.pd-top-70.pd-bottom-70 {
  padding-bottom: 70px;
}

.cta-card.mg-bottom-40px.cta-card-2 {
  background-color: #07070700;
  background-image: none;
  padding: 40px 20px;
}

.cta-card.dualcta-card {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 72px;
}

.cta-card.dualcta-card.border-radius-26px {
  border-radius: 26px;
}

.cta-card.lifesycle {
  background-color: var(--ls-pink);
  background-image: url('../../images/section-bg-pattern-LS.png');
  background-repeat: repeat;
  background-size: 1220px;
  border-radius: 20px;
  width: auto;
  max-width: 1190px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card.uzair {
  background-color: var(--untitled-ui-primary600);
  background-image: url('../../images/section-bg-pattern-LS.png');
  border-radius: 20px;
  max-width: 1190px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card.neuron {
  background-color: var(--neuron-blue);
  background-image: url('../../images/section-bg-pattern-LS.png');
  border-radius: 20px;
  max-width: 1190px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card.eax {
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-6-columns.logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  place-items: center;
}

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

.slider-wrapper.slider-buttons-bottom-center {
  padding-bottom: 120px;
}

.slider-wrapper.slider-buttons-bottom-center.news-slider-wrapper, .slider-wrapper.slider-buttons-bottom-center.pb-0 {
  padding-bottom: 0;
}

.slider-wrapper.slider-buttons-top-right.mg-bottom-32px {
  z-index: 0;
  object-fit: contain;
}

.slider-wrapper.mg-bottom-64px {
  overflow: visible;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-1012px {
  max-width: 1012px;
  overflow: visible;
}

.slider-mask.width-580px {
  max-width: 580px;
  overflow: visible;
}

.slider-mask.width-492px {
  max-width: 492px;
  overflow: visible;
}

.slider-mask.width-352px {
  max-width: 352px;
  overflow: visible;
}

.slider-mask.width-320px {
  max-width: 320px;
}

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 48px 68px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.accordion-item-wrapper.v2 {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-style: none;
  padding: 40px 44px;
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #81818180;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  justify-content: space-between;
  padding: 40px 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(4px);
}

.accordion-item-wrapper.v3.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v3.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-item-wrapper.v3.border-neutral-600 {
  border-top-color: var(--neutral--600);
  border-bottom-color: var(--neutral--600);
}

.accordion-item-wrapper.v3.border-neutral-600.first {
  border-bottom-width: 1px;
}

.accordion-item-wrapper.v3.border-neutral-600.first.border-bottom-0 {
  border-bottom-width: 0;
}

.accordion-item-wrapper.custom-accordion {
  box-shadow: none;
  background-color: #0000;
  border-width: 0;
  padding: 0;
  position: static;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-header.header-and-icon {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.accordion-header.header-and-icon.min-h-70 {
  min-height: 70px;
}

.accordion-header.d-block {
  display: block;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.max-w-610px {
  max-width: 610px;
}

.acordion-body.max-w-492px {
  max-width: 492px;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._12px {
  min-height: 12px;
}

.accordion-spacer._10px {
  min-height: 10px;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

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

.accordion-content-wrapper.mg-top-8px {
  z-index: 9999;
  position: relative;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.tab-menu-icon {
  width: 100%;
  max-width: 48px;
  margin-right: 20px;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  max-width: 1380px;
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

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

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg.mg-right-32px {
  margin-right: 32px;
}

.slide-item-mg.mg-right-62px {
  margin-right: 62px;
  position: static;
}

.slide-item-mg.max-width-320 {
  max-width: 320px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.pricing-table-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  padding: 24px 24px 48px;
  display: flex;
}

.pricing-table-top.first {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
}

.pricing-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
}

.pricing-content-wrapper.empty.x-most {
  color: var(--neutral--100);
}

.pricing-content-wrapper.title-row {
  justify-content: flex-end;
  min-height: 124px;
  padding-bottom: 16px;
}

.pricing-content-wrapper.last {
  justify-content: flex-end;
  min-height: 118px;
  padding-top: 48px;
  padding-bottom: 120px;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-item-wrapper.vertical-desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.categories-badges-item-wrapper.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical-desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
}

.categories-badges-wrapper.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
}

.divider-details {
  background-color: var(--neutral--500);
  width: 30px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

._404-not-found {
  color: var(--neutral--700);
  margin-bottom: -76px;
  font-size: 244px;
  font-weight: 600;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--400);
  color: var(--neutral--800);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---photography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---photography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button {
  color: var(--neutral--100);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  opacity: .5;
  color: var(--neutral--100);
}

.cart-quantity {
  color: var(--neutral--100);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  display: flex;
}

.cart-quantity:hover {
  color: var(--neutral--100);
}

.cart-wrapper {
  min-height: 100vh;
}

.cart-container {
  box-shadow: none;
  background-color: #0000;
  border-radius: 24px;
  max-width: 540px;
  padding: 24px;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

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

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: #0000;
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex: none;
  max-width: 420px;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: translate3d(0, -4px, .01px);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}

.card-sales-home-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--neutral--300);
  text-align: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: 1;
  padding: 32px 32px 38px;
}

.figma-file-image-wrapper {
  align-self: auto;
  width: 100%;
  max-width: 640px;
}

.figma-file-image-wrapper.align-center {
  flex: 0 auto;
  align-self: center;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.badge-home {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 10px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.mg-bottom-12px.mg-left-12px {
  margin-left: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.header-btn-hidden-on-mobile-wrapper {
  margin-left: 16px;
}

.top-section {
  z-index: 1;
  margin-top: -128px;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.top-section.bg-v1 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 70px;
}

.top-section.bg-v2 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -128px;
  margin-bottom: 255px;
  padding-top: 190px;
  overflow: visible;
}

.top-section.bg-v2.hi-mark {
  padding-top: 500px;
  padding-bottom: 200px;
}

.top-section.bg-v2.hello-mark {
  padding-top: 500px;
}

.top-section.bg-v2.mb-0 {
  margin-bottom: 0;
}

.top-section.bg-v3 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: contain;
  padding-bottom: 84px;
}

.top-section.pd-bottom-200px {
  background-color: #0000;
  padding-bottom: 100px;
}

.top-section.pd-bottom-200px.bg-neutral-100 {
  background-color: var(--neutral--100);
  padding-bottom: 200px;
}

.top-section.bg-v4 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-bottom: 210px;
}

.top-section.bg-v4.mg-128 {
  margin-top: -128px;
}

.top-section.bg-v5 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 144px;
}

.top-section.bg-v5.pd-258px---174px {
  padding-top: 258px;
  padding-bottom: 174px;
}

.top-section.bg-v6 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 230px;
}

.top-section.bg-v6.section-bottom-190 {
  padding-bottom: 190px;
}

.top-section.bg-v7 {
  background-color: var(--neutral--800);
  background-image: url('../../images/blog-v2-hero-bg-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 150px;
}

.top-section.bg-v8 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 250px;
}

.top-section.bg-v9 {
  background-color: var(--neutral--800);
  background-position: 50%;
  background-size: cover;
  padding-bottom: 150px;
}

.top-section.pd-top-254px {
  padding-top: 254px;
}

.top-section.pd-top-254px.overflow-visible.section-60 {
  padding-top: 60px;
}

.top-section.pd-top-254px.overflow-visible.section-0 {
  margin-top: 0;
  padding-top: 0;
}

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

.top-section.bg-v11 {
  background-color: var(--neutral--800);
  background-image: url('../../images/pricing-single-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.top-section.image-right {
  background-color: var(--neutral--800);
  padding-top: 150px;
  padding-bottom: 150px;
}

.top-section.image-right.v2 {
  background-image: url('../../images/integrations-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 356px;
  padding-bottom: 288px;
}

.top-section.image-right.mg-top--132 {
  background-image: url('../../images/section-bg-pattern-v1-sleek-webflow-ecommerce-template.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: -132px;
}

.top-section.bg-v12 {
  background-color: var(--neutral--800);
  background-image: url('../../images/job-post-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 264px;
  padding-bottom: 170px;
}

.top-section.bg-v13 {
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 268px;
  padding-bottom: 194px;
}

.top-section.bg-v14 {
  background-color: var(--neutral--800);
  background-image: url('../../images/help-center-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 150px;
}

.top-section.pd-top-230px {
  padding-top: 230px;
}

.top-section.bg-v15 {
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -130px;
  padding-top: 220px;
  padding-bottom: 150px;
}

.top-section.bg-v16 {
  background-color: var(--neutral--800);
  background-image: url('../../images/terms-and-conditions-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 254px;
  padding-bottom: 150px;
  overflow: visible;
}

.top-section.bg-v17 {
  background-color: var(--neutral--800);
  background-image: url('../../images/404-page-bg-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 262px;
  padding-bottom: 200px;
  overflow: visible;
}

.top-section.bg-v18 {
  background-color: var(--neutral--800);
  background-image: url('../../images/password-protected-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 284px;
  padding-bottom: 226px;
  overflow: visible;
}

.top-section.bg-v9 {
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  margin-top: -126px;
  padding-bottom: 150px;
}

.top-section.bg-v9.pd-bottom-100 {
  padding-bottom: 100px;
}

.top-section.bg-v9.top-margin-67px {
  margin-top: -67px;
}

.top-section.bg-v10 {
  background-color: #000;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.featured-message-badge {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 36px;
  margin-right: 10px;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
  display: inline-block;
}

.featured-message-badge.uzair {
  background-color: var(--uzair-purple);
}

.featured-message-link-container {
  background-color: var(--ls-pink);
  transform-style: preserve-3d;
  border-radius: 500px;
  align-items: center;
  padding: 8px 18px 8px 8px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.featured-message-link-container:hover {
  transform: translate3d(0, -4px, .01px);
}

.display-inline-block {
  display: inline-block;
}

.display-inline-block.mg-bottom-16px.mg-top-24px {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--neutral--800);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--ls-pink);
  -webkit-text-stroke-color: var(--ls-pink);
  border-radius: 0;
  transition: opacity .2s;
  box-shadow: 0 2px 5px #0003;
}

.display-inline-block.mg-bottom-16px.mg-top-24px.none {
  opacity: 0;
  display: none;
}

.image-large-right---container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-large-right---image-wrapper {
  z-index: 1;
  width: 82%;
  margin-right: -306px;
  position: relative;
}

.image-large-right---image-wrapper.v2 {
  width: 74%;
  margin-right: -192px;
}

.image-large-right---image-wrapper.v3 {
  width: 84%;
  max-width: 1002px;
  margin-right: -424px;
}

.image-large-right---image-wrapper.v4 {
  width: 56%;
  max-width: 694px;
  margin-right: -180px;
}

.image-large-right---image-bottom {
  z-index: 1;
  width: 42%;
  max-width: 382px;
  position: absolute;
  bottom: 4%;
  left: -1%;
}

.image-large-right---image-bottom.v2 {
  width: 52%;
  max-width: 490px;
  bottom: -1%;
  left: -6%;
}

.width-42 {
  width: 42%;
}

.width-42.position-absolute {
  position: absolute;
  inset: auto auto 0% 0%;
}

.width-42.position-fixed {
  position: fixed;
  inset: auto auto 0% 0%;
}

.tab-menu-center-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--neutral--300);
  border-radius: 72px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 14px;
  display: flex;
}

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

.card-image-bottom-right---wrapper {
  margin-bottom: -52px;
  margin-right: -52px;
}

.mg-sides--12px {
  margin-left: -12px;
  margin-right: -12px;
}

.mg-sides--24px {
  margin-left: -24px;
  margin-right: -24px;
}

.mg-bottom-88px {
  margin-bottom: 88px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.border-radius-10px {
  border-radius: 10px;
}

.flex {
  display: flex;
}

.flex.align-top {
  align-items: flex-start;
}

.flex.align-top.gap-column-14px {
  grid-column-gap: 14px;
}

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

.flex.align-center.gap-column-16px {
  align-self: auto;
}

.flex.gap-18px {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.black-stroke {
  border-radius: 0;
}

.flex.bottom-border {
  outline-offset: 0px;
  border-bottom: 1px dashed #ebebeb;
  outline: 3px #4e4e4f;
}

.flex.formcheckbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 0 auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.card-image-right---image-wrapper {
  z-index: -1;
  position: absolute;
}

.card-image-right---image-wrapper.v1 {
  width: 54%;
  max-width: 660px;
  bottom: 0;
  right: 66px;
}

.card-image-right---image-wrapper.v2 {
  width: 66%;
  bottom: 0;
  right: -7.5%;
}

.card-image-right---image-wrapper.v3 {
  width: 58%;
  bottom: 0;
  right: -2.8%;
}

.card-image-right---image-wrapper.v4 {
  justify-content: center;
  align-items: center;
  width: 66%;
  display: flex;
  top: 0;
  bottom: 0;
  right: -23%;
}

.position-relative---z-index-1 {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.position-relative---z-index-1.pd-top-82 {
  padding-top: 82px;
  transform: scale(1);
}

.position-relative---z-index-1.bg-neutral-100.pd-bottom-56.pd-top-56 {
  padding-top: 56px;
}

.position-relative---z-index-1.bg-neutral-100.pd-bottom-100 {
  padding-bottom: 100px;
}

.position-relative---z-index-1.pd-bottom-56.pd-top-82 {
  padding-top: 138px;
}

.position-relative---z-index-1.pd-top-120 {
  padding-top: 120px;
}

.position-relative---z-index-1.pd-top-120.bg-neutral-800 {
  background-image: url('../../images/cta-card-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 0 0;
  background-size: 1220px;
}

.section---bg-pattern {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-btn-light {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--700);
  color: var(--neutral--300);
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 28px;
  line-height: 1em;
  transition: background-color .3s, transform .3s, border-color .3s;
  display: flex;
}

.slider-btn-light:hover {
  border-color: var(--neutral--100);
  background-color: #0000;
  transform: translate3d(0, -5px, .01px);
}

.slider-btn-light.left-btn-center {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 88px 0% 0%;
}

.slider-btn-white {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 28px;
  line-height: 1em;
  transition: color .3s, background-color .3s, transform .3s, border-color .3s;
  display: flex;
}

.slider-btn-white:hover {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
  transform: translate3d(0, -5px, .01px);
}

.slider-btn-white.right-btn-center {
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0% 0% 88px;
}

.slider-btn-white.hover-neutral-600:hover {
  border-color: var(--neutral--600);
  background-color: var(--neutral--600);
}

.slider-btn-white.desktop-large---left--32px {
  left: -16px;
}

.testimonial-card---text-container {
  background-color: #4e4e4f4d;
  border-radius: 26px;
  padding: 60px 44px;
}

.testimonial-card---text-container.v2 {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  max-height: 450px;
  margin-bottom: 32px;
  padding: 40px 20px;
}

.testimonial-card---text-container.v2.min-h-246 {
  min-height: 246px;
}

.max-w-24px-mbp.mg-bottom-40px {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-weight: 400;
  position: static;
}

.max-w-24px-mbp.mg-bottom-10px.mg-left-26 {
  margin-left: 8px;
}

.max-w-24px-mbp.mg-bottom-10px.mg-left-26.mt-top-24 {
  margin-top: 24px;
  margin-left: 26px;
}

.vertical-marquee-main-container {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: -254px;
  bottom: -254px;
  right: 12px;
}

.vertical-marquee-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.vertical-marquee-column.hidden-on-mbl.hidden-on-tablet {
  margin-top: -1155px;
}

.vertical-marquee-column.hidden-on-desktop {
  display: none;
}

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

.card-link---image-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-link---image-wrapper.blog-link-v1---image-wrapper {
  border-radius: 26px;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.card-link---image-wrapper.border-radius-26px {
  border-radius: 26px;
}

.card-link---image-wrapper.bordert26 {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.card-link---image {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  order: -1;
  width: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.card-link---image.latest-news {
  height: auto;
  min-height: 224px;
}

.card-link---image.press-img {
  object-fit: fill;
  height: 300px;
  max-height: 300px;
}

.card-link---image.news-card-img {
  object-fit: fill;
  max-height: 335px;
}

.card-link---image.news-card-img.imagecover {
  object-fit: fill;
  min-height: 0;
}

.card-link---image.news-slider-img {
  min-height: 276px;
  max-height: 276px;
}

.card-link---image.news-slider-card {
  min-height: 240px;
}

.card-link---image.news-slider-card.minh180 {
  min-height: 200px;
}

.card-link---image.news-slider-card.minh180.cover {
  object-fit: cover;
}

.card-link---image.black-band---testimonial {
  margin-top: -70px;
  margin-bottom: -70px;
}

.card-link---image.black-band---tcard {
  object-fit: cover;
  margin-top: -63px;
  margin-bottom: -63px;
}

.card-link---image.news-card-image {
  max-height: 300px;
}

.card-link---image.latest-news-card {
  object-fit: cover;
  max-height: 200px;
}

.card-link---image.maxh350 {
  object-fit: fill;
  max-height: 350px;
}

.card-link---image.maxh350.coverimg {
  object-fit: cover;
}

.card-link---image.mg--37px {
  margin-top: -37px;
  margin-bottom: -37px;
}

.card-link---image.mg--38px {
  margin-top: -38px;
  margin-bottom: -38px;
}

.blog-link-v1---collection-item {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  margin-bottom: 32px;
  display: flex;
}

.blog-link-v1---collection-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.blog-link-v1---collection-item:last-child {
  margin-bottom: 0;
}

.blog-link-v1---text-container {
  background-color: var(--neutral--300);
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 62px 52px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.card-link-title {
  margin-bottom: 10px;
}

.card-link-title.heading-h2-size {
  font-size: 33px;
}

.card-link-title.heading-h2-size.mg-bottom-24px {
  object-fit: fill;
  width: auto;
  height: auto;
  overflow: visible;
}

.card-link-title.heading-h2-size.mg-bottom-24px.title-news-card {
  font-size: 33px;
}

.card-link-title.mg-bottom-0 {
  font-size: 22px;
  font-weight: 600;
}

.card-link-title.mg-bottom-0.podcast-title {
  color: var(--neutral--800);
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.card-link-title.mg-bottom-0.podcast-title.mb-0 {
  margin-bottom: 0;
}

.card-link-title.mg-bottom-0.podcast-title.mb-0.color-neutral-100 {
  color: var(--neutral--100);
}

.card-link-title.mg-bottom-0.podcast-title.color-neutral-300 {
  color: var(--neutral--300);
}

.card-link-title.mg-bottom-0.fs-16 {
  font-size: 16px;
}

.card-link-title.mg-bottom-0.mb-0.text-400 {
  color: var(--neutral--100);
}

.card-link-title.display-3.mg-bottom-4px {
  text-align: center;
}

.footer-download-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-download-button:hover {
  background-color: var(--neutral--600);
  transform: translate3d(0, -6px, .01px);
}

.footer-bottom-pattern {
  background-color: #0000;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cms-footer-badge {
  background-color: var(--neutral--700);
  color: var(--neutral--300);
  letter-spacing: .04em;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.455em;
}

.cms-footer-badge.footer-badge {
  padding: 6px 8px;
}

.footer-pages-container {
  grid-column-gap: 52px;
  grid-row-gap: 18px;
  display: flex;
}

.link-underline-wrapper {
  background-color: var(--neutral--600);
  min-height: 2px;
  margin-top: 6px;
}

.link-underline-wrapper.mg-top--40 {
  margin-top: -40px;
}

.link-underline-wrapper.mg-top--40.bg-neutral-500.min-h-3px {
  background-color: var(--neutral--600);
  width: 100%;
  height: 2px;
  min-height: 2px;
  margin-top: -20px;
}

.link-underline-wrapper.bg-neutral-600.min-h-3 {
  color: var(--neutral--600);
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.link-underline {
  background-color: var(--neutral--100);
  min-height: 2px;
}

.link-underline.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.link-underline.bg-neutral-700 {
  background-color: var(--neutral--700);
  margin-top: 20px;
}

.footer-logo-link {
  transform-style: preserve-3d;
  min-width: 130px;
  transition: opacity .3s, transform .3s;
}

.footer-logo-link:hover {
  opacity: .5;
  transform: translate3d(0, -4px, .01px);
}

.footer-logo-link.mg-bottom-24px {
  min-width: 160px;
}

.vertical-divider {
  background-color: var(--neutral--100);
  opacity: .2;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.social-media-square-links-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.social-media-square-links-container.team-member-slider-link---social-icons-container {
  z-index: 1;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 36px;
  right: 0;
}

.social-media-square-links-container.center {
  justify-content: center;
}

.footer-card-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.top-section---bottom-interfaces-container {
  z-index: 1;
  align-items: center;
  margin-bottom: -255px;
  display: flex;
  position: relative;
}

.top-section---bottom-interfaces-container.mg-top--400px {
  margin-bottom: -400px;
}

.top-section---large-interface-bottom {
  border: 1px solid #1e1e1e;
  border-radius: 24px;
  width: 84%;
  max-width: 1022px;
  max-height: none;
  box-shadow: 0 8px 52px #0000001f;
}

.top-section---small-interface-bottom {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #1e1e1e;
  border-radius: 16px;
  width: 44%;
  max-width: 526px;
  max-height: none;
  margin-top: 8%;
  position: absolute;
  right: 0;
}

.section-floating-items {
  z-index: -1;
  display: flex;
  position: absolute;
}

.section-floating-items.left {
  width: 24%;
  max-width: 432px;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-floating-items.right {
  flex-direction: row;
  width: 24%;
  max-width: 428px;
  margin-top: 0;
  padding-top: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-large-left---container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-large-left---image-wrapper {
  width: 92%;
  max-width: 1116px;
  margin-left: -42%;
}

.features-card-top-container {
  grid-column-gap: 24px;
  border-bottom: .92px solid var(--neutral--400);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 36px;
  display: flex;
}

.border-radius-12px {
  border-radius: 12px;
}

.section-interface-bottom {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #0000;
  border-radius: 0;
  width: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-top-pattern {
  z-index: -1;
  background-color: var(--ls-pink);
  background-image: url('../../images/section-bg-pattern-LS.png');
  background-position: 0 0;
  background-size: 1440px;
  min-height: 956px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-card---avatar-and-logo-container {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-card---avatar-and-logo-container.horizontal-mbl {
  margin-top: auto;
}

.slider-btn-dark {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--300);
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 28px;
  line-height: 1em;
  transition: background-color .3s, transform .3s, border-color .3s;
  display: flex;
}

.slider-btn-dark:hover {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
  background-color: #0000;
  transform: translate3d(0, -5px, .01px);
}

.slider-btn-dark.left-btn-center {
  z-index: 1;
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 88px 0% 0%;
}

.slider-btn-dark.left-btn-center:hover {
  background-color: #0000;
}

.slider-btn-dark.right-btn---top-right {
  margin-top: 0;
  margin-bottom: 0;
  top: -110px;
  right: 0;
}

.slider-btn-dark.left-btn---top-right {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: -110px;
  right: 88px;
}

.slider-btn-dark.left-btn---top-right:hover {
  background-color: #0000;
}

.slider-btn-dark.right-btn-center {
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0% 0% 88px;
}

.slider-btn-dark.hover-neutral-600:hover {
  border-color: var(--neutral--600);
  background-color: var(--neutral--600);
  color: var(--neutral--100);
}

.slider-btn-dark.desktop-large---right--32px {
  right: -16px;
}

.gap-column-10px {
  grid-column-gap: 10px;
}

.width-50 {
  max-width: 50%;
}

.icon-inside-input-left {
  justify-content: center;
  align-items: center;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 22px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
}

.max-w-20px {
  max-width: 20px;
}

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

.input-single-success-message {
  grid-column-gap: 12px;
  text-align: left;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  display: flex;
}

.input-single-success-message.dark {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--700);
  background-color: #1c1c1c;
  border: 1px solid #4e4e4f;
  border-radius: 10px;
}

.logo-inside-card---cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.mg-bottom--20px {
  align-self: flex-start;
  margin-bottom: -20px;
}

.cta-card---image-right-wrapper {
  width: 52%;
  max-width: 612px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.accordion-tab-link {
  border-bottom: 1px solid var(--neutral--400);
  background-color: #0000;
  margin-bottom: 40px;
  padding: 0 0 40px;
}

.accordion-tab-link.w--current {
  background-color: #0000;
}

.accordion-tab-link.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-tab-container {
  opacity: .5;
  transform-style: preserve-3d;
  align-items: flex-start;
  transition: transform .3s;
  display: flex;
}

.accordion-tab-container:hover {
  transform: translate3d(0, -6px, .01px);
}

.top-section---bg-pattern {
  z-index: -1;
  background-color: var(--neutral--800);
  background-image: url('../../images/website-black-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 966px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-section---bg-pattern.v2 {
  background-image: url('../../images/pricing-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  min-height: 774px;
}

.top-section---bg-pattern.v3 {
  background-image: url('../../images/features-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  min-height: 734px;
  padding-top: 0;
}

.top-section---bg-pattern.v3.m-h-1000 {
  min-height: 820px;
}

.top-section---bg-pattern.v3.m-h-1000.min-h-960 {
  min-height: 960px;
}

.top-section---bg-pattern.v3.min-h-860 {
  min-height: 860px;
}

.top-section---bg-pattern.v4 {
  background-image: url('../../images/help-center-category-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  min-height: 786px;
}

.top-section---bg-pattern.v5 {
  background-image: url('../../images/help-center-single-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-repeat: no-repeat;
  min-height: 786px;
}

.top-section---bg-pattern.v6 {
  background-image: url('../../images/sales-home-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  min-height: 1100px;
}

.team-member-slider-link---image-wrapper {
  object-fit: fill;
  border-radius: 26px;
  margin-bottom: 32px;
  overflow: hidden;
  transform: translate(0);
}

.team-member-slider-link---image {
  aspect-ratio: auto;
  display: inline-block;
}

.team-member-slider-link---name {
  color: var(--neutral--100);
  margin-bottom: 12px;
  font-weight: 700;
}

.team-member-slider-link---name.text-400 {
  font-size: 24px;
}

.logo-grid---item-container {
  border-right: 1px solid var(--neutral--400);
  border-bottom: 1px solid var(--neutral--400);
  justify-content: center;
  align-items: center;
  padding: 72px 24px;
  display: flex;
}

.logo-grid---item-container.border-right-none {
  border-right-style: none;
}

.logo-grid---item-container.border-bottom-none {
  border-bottom-style: none;
}

.logo-grid---item-container.border-none {
  /* border-bottom-style: none; */
  border-right-style: none;
}

.contact-link-dark {
  grid-column-gap: 12px;
  background-color: var(--neutral--700);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  max-width: 380px;
  padding: 32px 22px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.contact-link-dark:hover {
  transform: translate3d(0, -4px, .01px);
}

.contact-link-dark.large {
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 26px;
  flex-direction: column;
  max-width: none;
  padding: 72px 54px;
}

.contact-link-dark.large:hover {
  transform: translate3d(0, -6px, .01px);
}

.contact-link-dark.large.pd-40px---32px---62px {
  padding: 40px 32px 62px;
}

.mg-top-auto {
  margin-top: auto;
}

.accordion-btn {
  background-color: var(--neutral--300);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.border-radius-26px {
  border-radius: 26px;
}

.border-radius-26px.width-100 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  max-height: none;
  position: static;
}

.border-radius-26px.width-100.max-h-none {
  max-height: none;
}

.pd-62px---40px---60px {
  padding: 60px 40px;
}

.link-icon-left {
  grid-column-gap: 12px;
  color: var(--neutral--400);
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.link-icon-left:hover {
  color: var(--neutral--100);
  transform: translate3d(0, -2px, .01px);
}

.accordion-icon-single {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.accordion-icon-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 3px;
  position: absolute;
}

.accordion-icon-line.vertical {
  width: 3px;
  height: 18px;
}

.contact-link-light {
  grid-column-gap: 20px;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  transform-style: preserve-3d;
  border-radius: 26px;
  align-items: center;
  max-width: 380px;
  padding: 30px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.contact-link-light:hover {
  transform: translate3d(0, -4px, .01px);
}

.bg-map---items-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.bg-map---cards-container {
  z-index: 1;
  grid-column-gap: 60px;
  display: flex;
  position: absolute;
}

.list-dot {
  background-color: var(--neutral--800);
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  margin-right: 8px;
}

.card-link-title-white {
  color: var(--neutral--100);
}

.card-link-title-white.mg-bottom-0 {
  font-weight: 600;
}

.card-link-title-white.mg-bottom-0.fs-20 {
  font-size: 20px;
}

.btn-under-input-success-message {
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--600);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 144px;
  padding: 16px;
  display: flex;
}

.collection-item---featured-bottom {
  display: flex;
}

.collection-item---featured-bottom:nth-child(2n) {
  border-right: 1px solid var(--neutral--600);
  border-left: 1px solid var(--neutral--600);
  padding-left: 32px;
  padding-right: 32px;
}

.collection-item---featured-bottom:first-child {
  padding-right: 32px;
}

.collection-item---featured-bottom:last-child {
  justify-content: flex-end;
  padding-left: 32px;
}

.blog-featured-bottom-link-item {
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: block;
}

.blog-featured-bottom-link-item:hover {
  opacity: .5;
  transform: translate3d(0, -4px, .01px);
}

.mg-bottom-120px {
  margin-bottom: 120px;
}

.btn-inside-input-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.blog-post-author---link-container {
  border-right: 1px solid var(--neutral--400);
  text-align: center;
  width: 100%;
  max-width: 220px;
  margin-right: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition-property: none;
}

.pricing-mobile-text.text-200.medium.fs-15 {
  font-size: 15px;
}

.top-section-image-right---wrapper {
  z-index: -1;
  align-items: center;
  width: 50%;
  max-width: 1238px;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.top-section-image-right---wrapper.v2 {
  justify-content: center;
  width: 60%;
  padding-top: 0;
  right: -4%;
}

.border-radius-20px {
  border-radius: 20px;
}

.tabs-menu-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.careers-collection-item {
  border-bottom: 1px solid #81818180;
  padding-top: 56px;
  padding-bottom: 56px;
}

.careers-collection-item:first-child {
  padding-top: 0;
}

.careers-collection-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.career-details-container {
  grid-column-gap: 44px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.card-image-right---interface {
  border-radius: 18px;
  box-shadow: 0 6px 40px #0000001f;
}

.small-btn-inside-input-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.top-section-image-right-card---image {
  width: 42%;
  max-width: 466px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.mg-top-6px {
  margin-top: 6px;
}

.mg-top-4px {
  margin-top: 4px;
}

.rich-text-white img {
  border-radius: 26px;
}

.rich-text-white p {
  color: var(--neutral--400);
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-white h2 {
  color: var(--neutral--100);
}

.rich-text-white h3 {
  color: var(--neutral--100);
  margin-top: 40px;
  margin-bottom: 16px;
}

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

.rich-text-white ul {
  color: var(--neutral--100);
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text-white ol {
  color: var(--neutral--400);
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text-white h6, .rich-text-white h5, .rich-text-white h4 {
  color: var(--neutral--100);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-white h1, .rich-text-white strong, .rich-text-white a {
  color: var(--neutral--100);
}

.rich-text-white a:hover {
  color: var(--neutral--500);
}

.full-page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 154px;
  padding-bottom: 154px;
  display: flex;
}

.full-page-section.pd-170px {
  padding-top: 170px;
  padding-bottom: 170px;
}

.full-page-bg-pattern {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-side-line {
  background-color: var(--neutral--600);
  width: 100%;
  min-height: 1px;
}

.input-and-lablel-top---btn-bottom-sucess-message-dark {
  grid-row-gap: 8px;
  background-color: var(--neutral--800);
  border-radius: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 188px;
  padding: 16px;
  display: flex;
}

.pd-left-0 {
  padding-left: 0;
}

.text-capitalize {
  text-transform: capitalize;
}

.page-cover {
  z-index: 2147483647;
  background-color: var(--neutral--800);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-large-right---image {
  max-height: none;
}

.tab-image-right {
  margin-left: auto;
}

.tab-image-right.max-w-736px {
  max-width: 736px;
}

.tab-image-right.max-w-718px {
  max-width: 718px;
}

.tab-image-right.max-w-646px {
  max-width: 646px;
}

.section-2 {
  background-color: #a5a5a5;
  min-height: 100vh;
}

.test-card-2 {
  background-color: #f3f3f3;
  border-radius: 14px;
  margin-right: 40px;
}

.div-block {
  padding: 84px;
}

.div-block-2 {
  height: 100%;
  padding: 0;
}

.div-block-3 {
  width: auto;
}

.eax-middle {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-span {
  background-color: #ff3838;
}

.grid {
  grid-template-rows: auto;
}

.text-block {
  background-color: red;
}

.paragraph {
  padding: 0 48px;
}

.link-2 {
  text-decoration: none;
}

.color-neutral-801 {
  color: #f9fafa;
}

.color-neutral-801.mg-bottom-0 {
  text-align: center;
}

.badge-primary-2 {
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 10px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary-2.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.display-5 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-5.color-neutral-100 {
  color: #fff;
}

.text-401 {
  font-size: 18px;
  line-height: 1.111em;
}

.hamburger-menu-bar-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-left-side-2 {
  background-color: #070707;
  flex-direction: row;
  flex: none;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: block;
}

.header-content-wrapper-2 {
  background-color: #070707;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 26px 26px 26px 14px;
  display: flex;
  box-shadow: 0 2px 12px #02020214;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-2.small.white {
  font-weight: 600;
}

.header-nav-link-2 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-2:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-2.w--current {
  color: #fff;
}

.header-nav-menu-wrapper-2 {
  align-self: center;
}

.text-402 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-402.bold {
  font-weight: 700;
}

.text-402.bold.footer-title {
  color: #fff;
  margin-bottom: 26px;
}

.hamburger-menu-bar-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cms-footer-badge-2 {
  color: #f4f4f4;
  letter-spacing: .04em;
  background-color: #1c1c1c;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.455em;
}

.color-neutral-802 {
  color: #d9d9d9;
}

.color-neutral-802.mg-bottom-0 {
  color: #4e4e4f;
  padding-left: 24px;
  padding-right: 20px;
}

.footer-link-2 {
  color: #d9d9d9;
  text-decoration: none;
  transition-property: opacity;
}

.footer-link-2:hover {
  opacity: .5;
  color: #d9d9d9;
}

.footer-link-2.badge-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-link-2.highlight {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  transition-property: none;
}

.footer-link-2.highlight:hover {
  opacity: 1;
}

.footer-download-button-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 28px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-download-button-2:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.cta-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  background-color: #070707;
  background-image: url('../../images/cta-card-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.08fr;
  grid-auto-columns: 1fr;
  padding: 140px 76px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cta-card-2.v2 {
  grid-column-gap: 48px;
  background-image: url('../../images/cta-v2-bg-pattern-sleek-webflow-ecommerce-template.png');
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  padding: 74px 128px 82px 90px;
}

.link-underline-2 {
  background-color: #fff;
  min-height: 2px;
}

.link-underline-wrapper-2 {
  background-color: #4e4e4f;
  min-height: 2px;
  margin-top: 6px;
}

.header-content-wrapper-3 {
  background-color: #070707;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 26px 26px 26px 14px;
  display: flex;
  box-shadow: 0 2px 12px #02020214;
}

.color-neutral-803 {
  color: #fff;
  flex: 1;
}

.color-neutral-803.link:hover {
  color: #818181;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-3.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-3.small.white {
  font-weight: 600;
}

.display-6 {
  color: #070707;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.display-6.mg-bottom-0 {
  color: #070707;
}

.display-6.color-neutral-100 {
  color: #fff;
}

.header-nav-link-3 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-3:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-3.w--current {
  color: #fff;
}

.vertical-divider-2 {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.social-icon-square-2 {
  color: #fff;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.social-icon-square-2:hover {
  opacity: .65;
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #02020214;
}

.btn-secondary-2 {
  color: #070707;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 14px;
  padding: 20px 26px;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #070707;
  border-color: #070707;
  transform: translate3d(0, -3px, .01px);
}

.display-7 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-7.color-neutral-100 {
  color: #fff;
}

.footer-wrapper-2 {
  background-color: #070707;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input-2 {
  color: #070707;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #02020214;
}

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

.input-2:focus {
  color: #070707;
  border-color: #4e4e4f;
}

.input-2::placeholder {
  color: #4e4e4f;
  font-size: 18px;
}

.input-2.dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #4e4e4f;
}

.input-2.dark:hover {
  border-color: #818181;
}

.input-2.dark:focus {
  border-color: #fff;
}

.input-2.dark::placeholder {
  color: #d9d9d9;
}

.display-8 {
  color: #070707;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-8.color-neutral-100 {
  color: #fff;
}

.text-403 {
  font-size: 18px;
  line-height: 1.111em;
}

.card-2 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-2.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card-2.footer-card-link:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.footer-bottom-2 {
  grid-column-gap: 64px;
  background-color: #1c1c1c;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 24px 42px;
  display: flex;
}

.page-cover-2 {
  z-index: 2147483647;
  background-color: #070707;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-404 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-404.bold {
  font-weight: 700;
}

.text-404.bold.footer-title {
  color: #fff;
  margin-bottom: 26px;
}

.hamburger-menu-bar-4 {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.color-neutral-804 {
  color: #d9d9d9;
}

.color-neutral-804.mg-bottom-0 {
  color: #4e4e4f;
  padding-left: 24px;
  padding-right: 20px;
}

.cta-card-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  background-color: #070707;
  background-image: url('../../images/cta-card-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.08fr;
  grid-auto-columns: 1fr;
  padding: 140px 76px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cta-card-3.v2 {
  grid-column-gap: 48px;
  background-image: url('../../images/cta-v2-bg-pattern-sleek-webflow-ecommerce-template.png');
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  padding: 74px 128px 82px 90px;
}

.link-underline-3 {
  background-color: #fff;
  min-height: 2px;
}

.link-underline-wrapper-3 {
  background-color: #4e4e4f;
  min-height: 2px;
  margin-top: 6px;
}

.header-content-wrapper-4 {
  background-color: #070707;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 26px 26px 26px 14px;
  display: flex;
  box-shadow: 0 2px 12px #02020214;
}

.color-neutral-805 {
  color: #fff;
  flex: 1;
}

.color-neutral-805.link:hover {
  color: #818181;
}

.btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-4:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-4.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-4.small.white {
  font-weight: 600;
}

.display-9 {
  color: #070707;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.display-9.mg-bottom-0 {
  color: #070707;
}

.display-9.color-neutral-100 {
  color: #fff;
}

.header-nav-link-4 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-4:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-4.w--current {
  color: #fff;
}

.vertical-divider-3 {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.empty-state-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #02020214;
}

.display-10 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-10.color-neutral-100 {
  color: #fff;
}

.footer-wrapper-3 {
  background-color: #070707;
}

.input-3 {
  color: #070707;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #02020214;
}

.input-3:hover {
  border-color: #d9d9d9;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-3:focus {
  color: #070707;
  border-color: #4e4e4f;
}

.input-3::placeholder {
  color: #4e4e4f;
  font-size: 18px;
}

.input-3.dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #4e4e4f;
}

.input-3.dark:hover {
  border-color: #818181;
}

.input-3.dark:focus {
  border-color: #fff;
}

.input-3.dark::placeholder {
  color: #d9d9d9;
}

.display-11 {
  color: #070707;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-11.color-neutral-100 {
  color: #fff;
}

.text-405 {
  font-size: 18px;
  line-height: 1.111em;
}

.card-3 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-3.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card-3.footer-card-link:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.header-content-wrapper-5 {
  background-color: #070707;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 26px 26px 26px 14px;
  display: flex;
  box-shadow: 0 2px 12px #02020214;
}

.btn-primary-5 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-5:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-5.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-5.small.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  font-weight: 600;
}

.header-nav-link-5 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-5:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-5.w--current {
  color: #fff;
}

.text-406 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-406.bold {
  font-weight: 700;
}

.text-406.bold.footer-title {
  color: #fff;
  margin-bottom: 26px;
}

.color-neutral-806 {
  color: #d9d9d9;
}

.color-neutral-806.mg-bottom-0 {
  color: #4e4e4f;
  padding-left: 24px;
  padding-right: 20px;
}

.link-underline-4 {
  background-color: #fff;
  min-height: 2px;
}

.link-underline-wrapper-4 {
  background-color: #4e4e4f;
  min-height: 2px;
  margin-top: 6px;
}

.color-neutral-807 {
  color: #fff;
  flex: 1;
}

.color-neutral-807.link:hover {
  color: #818181;
}

.display-12 {
  color: #070707;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.display-12.mg-bottom-0 {
  color: #070707;
  text-align: left;
}

.display-12.color-neutral-100 {
  color: #fff;
}

.header-nav-link-6 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-6:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-6.w--current {
  color: #fff;
}

.vertical-divider-4 {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.empty-state-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #02020214;
}

.display-13 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-13.color-neutral-100 {
  color: #fff;
}

.footer-wrapper-4 {
  background-color: #070707;
}

.input-4 {
  color: #070707;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #02020214;
}

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

.input-4:focus {
  color: #070707;
  border-color: #4e4e4f;
}

.input-4::placeholder {
  color: #4e4e4f;
  font-size: 18px;
}

.input-4.dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #4e4e4f;
}

.input-4.dark:hover {
  border-color: #818181;
}

.input-4.dark:focus {
  border-color: #fff;
}

.input-4.dark::placeholder {
  color: #d9d9d9;
}

.text-407 {
  font-size: 18px;
  line-height: 1.111em;
}

.card-4 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-4.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card-4.footer-card-link:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.text-408 {
  font-size: 18px;
  line-height: 1.111em;
}

.card-5 {
  background-color: #f9fafa;
  border-radius: 26px;
}

.card-5.blog-link-text-card {
  flex: 1;
  margin-top: 16px;
  padding: 32px 28px;
}

.card-5.blog-link-text-card.newscard2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.card-5.blog-link-text-card.newscard2.no-background {
  background-color: #fff;
}

.card-5.blog-link-text-card.newscard2.no-background.border-right {
  border-right: 1px #ddd;
}

.text-409 {
  font-size: 18px;
  line-height: 1.111em;
}

.card-6 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-6.blog-link-text-card {
  flex: 1;
  margin-top: 16px;
  padding: 32px 28px;
}

.image {
  margin-left: 5px;
}

.text-span-2 {
  font-size: 16px;
}

.grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
}

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

._3-col-tablet.mg-bottom-56px.grid-3-columns {
  grid-row-gap: 28px;
}

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

.youtube {
  border-radius: 20px;
}

.paragraph-2 {
  padding: 0;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--neutral--300);
}

.text-410 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-410.bold {
  font-weight: 700;
}

.text-410.bold.footer-title {
  color: #fff;
  margin-bottom: 26px;
}

.color-neutral-808 {
  color: #fff;
  flex: 1;
  font-size: 24px;
}

.link-underline-5 {
  background-color: #fff;
  min-height: 2px;
}

.link-underline-wrapper-5 {
  background-color: #4e4e4f;
  min-height: 2px;
  margin-top: 6px;
}

.divider-2 {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.color-neutral-809 {
  color: #d9d9d9;
  padding: 0;
}

.color-neutral-809.mg-bottom-0 {
  color: #d9d9d9;
  margin-bottom: 20px;
  padding: 0;
  overflow: auto;
}

.color-neutral-810 {
  color: #f4f4f4;
}

.color-neutral-810.mg-bottom-0 {
  color: #f4f4f4;
  padding: 0;
}

.display-14 {
  color: #070707;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.display-14.color-neutral-100 {
  color: #fff;
}

.header-nav-link-7 {
  color: #fff;
  padding: 0;
  transition-property: opacity;
}

.header-nav-link-7:hover {
  opacity: .5;
  color: #fff;
}

.header-nav-link-7.w--current {
  color: #fff;
}

.heading-h5-size-2 {
  color: #070707;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h5-size-2.mg-top-1px {
  margin-top: 1px;
}

.link-wrapper-2 {
  color: #070707;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper-2.white {
  color: #fff;
  transition: color .3s;
}

.link-wrapper-2.white:hover {
  color: #818181;
}

.vertical-divider-5 {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.text-span-3 {
  font-size: 16px;
}

.empty-state-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #02020214;
}

.top-section---bg-pattern-2 {
  z-index: -1;
  background-color: #070707;
  background-image: url('../../images/about-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 966px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-section---bg-pattern-2.v5 {
  background-image: url('../../images/help-center-single-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
  background-repeat: no-repeat;
  min-height: 786px;
}

.card-7 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-7.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card-7.footer-card-link:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.card-7.rich-text-card {
  padding: 64px 56px;
}

.card-7.article-details-card {
  width: 100%;
  max-width: 388px;
  padding: 48px 40px;
  position: sticky;
  top: 24px;
}

.footer-wrapper-5 {
  background-color: #070707;
}

.display-15 {
  color: #070707;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-15.color-neutral-100 {
  color: #fff;
  flex: 0 auto;
}

.btn-primary-6 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  margin-right: 22px;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-6:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-6.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-6.small.white {
  font-weight: 600;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-3 {
  margin-bottom: 0;
  padding: 0;
}

.paragraph-3.color-neutral-800.mg-bottom-32px {
  margin-bottom: 32px;
}

.paragraph-4 {
  padding: 0;
}

.color-neutral-812 {
  color: #f4f4f4;
}

.text-411 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-411.bold {
  font-weight: 700;
}

.text-411.bold.footer-title {
  color: #fff;
  margin-bottom: 26px;
}

.card-8 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-8.footer-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 174px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  padding: 36px 40px 34px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: grid;
}

.card-8.footer-card-link:hover {
  background-color: #4e4e4f;
  transform: translate3d(0, -6px, .01px);
}

.display-17 {
  color: #070707;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.display-17.color-neutral-100 {
  color: #fff;
  flex: 0 auto;
}

.display-18 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-18.color-neutral-100 {
  color: #fff;
}

.display-16 {
  color: #070707;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.214em;
}

.link-underline-6 {
  background-color: #fff;
  min-height: 2px;
}

.vertical-divider-6 {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 42px;
  margin-left: 32px;
  margin-right: 32px;
}

.link-underline-wrapper-6 {
  background-color: #4e4e4f;
  min-height: 2px;
  margin-top: 6px;
}

.color-neutral-811 {
  color: #d9d9d9;
  padding: 0;
}

.color-neutral-811.mg-bottom-0 {
  color: #d9d9d9;
  margin-bottom: 20px;
  padding: 0;
  overflow: auto;
}

.color-neutral-813 {
  color: #fff;
  flex: 1;
  padding: 0;
  font-size: 18px;
}

.footer-wrapper-6 {
  background-color: #070707;
}

.empty-state-6 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #02020214;
}

.card-9 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-9.blog-link-text-card {
  flex: 1;
  margin-top: 16px;
  padding: 32px 28px;
}

.text-412 {
  font-size: 18px;
  line-height: 1.111em;
}

.div-block-5 {
  text-decoration: underline;
}

.div-block-5.text-decoration-none {
  text-decoration: none;
}

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

.text-block-2, .text-span-4 {
  font-family: Line Rounded Icons, sans-serif;
}

.bold-text-8 {
  color: var(--neutral--700);
}

.text-span-5 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 22px;
}

.text-span-6 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  font-size: 22px;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 22px;
}

.text-span-16 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-size: contain;
  font-size: 22px;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 22px;
}

.checkbox-label {
  color: #fff8f8;
}

.checkbox-label.paragraph-small {
  color: var(--neutral--200);
  text-align: left;
  padding-top: 0;
  font-size: 12px;
}

.checkbox-label.paragraph-small.small-2x {
  font-size: 11px;
}

.checkbox-label.paragraph-small.mg-top--10px {
  margin-top: -10px;
}

.image-2 {
  border-radius: 20px;
  max-height: none;
}

.image-2.image-center.radius-100 {
  border-radius: 20px;
}

.image-2.max-h-490 {
  object-fit: fill;
  max-height: 490px;
  margin-left: 0;
  margin-right: 0;
  transform: translate(0);
}

.image-2.min-w-full {
  min-width: 100%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-3 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.image-3.radius-100 {
  border-radius: 80px 0 0 80px;
  max-height: none;
}

.navbar {
  background-color: #0000;
}

.body {
  background-color: #fff0;
}

.mg-top--20px {
  margin-top: -20px;
}

.mg-top--20px.bg-neutral-700.min-h-76 {
  min-height: 96px;
}

.mg-top--20px.bg-neutral-700.min-h-76.px-64 {
  min-height: 76px;
  padding-left: 64px;
  padding-right: 64px;
}

.paragraph-5, .paragraph-6 {
  padding: 0;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-25 {
  color: #f4f4f400;
  -webkit-text-stroke-color: #f4f4f400;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.text-span-26 {
  color: #4f4e4e00;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-27 {
  color: #f4f4f400;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-28 {
  color: #4e4e4f00;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.max-h-300 {
  max-height: 350px;
}

.max-h-300.image-center {
  border-radius: 26px;
}

.paragraph-7 {
  padding: 0;
}

.mg-top-120 {
  margin-top: 120px;
}

.paragraph-8 {
  padding: 0;
}

.section-3 {
  background-color: var(--neutral--100);
}

.paragraph-9 {
  color: var(--neutral--500);
  padding-top: 0;
}

.paragraph-10 {
  padding: 0;
}

.position-fixed {
  position: fixed;
  inset: auto auto 0% 0%;
}

.position-fixed.popup-book-a-demo {
  z-index: 999;
  max-width: 500px;
  bottom: 1%;
  left: 1%;
}

.popup-book-a-demo.position-fixed {
  z-index: 998;
  opacity: 0;
  outline-color: var(--neutral--600);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  max-width: 420px;
  transition: all .2s, opacity .2s;
  display: none;
  position: fixed;
}

.position-absolute.btn-secondary.popup-close-btn {
  width: 24px;
  height: 24px;
}

.popup-close-btn {
  background-color: var(--neutral--200);
  color: var(--neutral--700);
  cursor: pointer;
  object-fit: fill;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 4.5% 4.5% auto auto;
}

.popup-close-btn.eax-close, .popup-close-btn.mg-top-9, .popup-close-btn.neuron-close {
  top: 4.5%;
}

.popup-close-btn.pop-up-close {
  background-color: var(--neutral--100);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -40px;
  margin-bottom: 0;
  margin-right: -10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-4 {
  object-fit: cover;
  object-position: 100% 50%;
  order: 1;
  align-self: center;
  max-width: 100%;
  height: 650px;
  max-height: 100%;
  overflow: auto;
}

.image-5, .image-6 {
  border-radius: 16px;
}

.ls-bold {
  color: var(--ls-pink);
}

.neuron-bold {
  color: var(--neuron-blue);
}

.eax-bold {
  color: var(--eax-gray);
}

.pd-bottom-56 {
  padding-bottom: 56px;
}

.text-span-29 {
  color: #0000;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-3 {
  word-break: normal;
}

.text-block-3.no-wrap {
  white-space: nowrap;
  word-break: normal;
}

.text-block-4 {
  color: var(--neutral--100);
  font-weight: 700;
}

.div-block-8 {
  justify-content: flex-start;
  display: block;
}

.image-7 {
  width: 25px;
}

.div-block-9 {
  flex: 1;
  align-self: flex-start;
  overflow: scroll;
}

.compare-table {
  width: 100%;
  margin-top: 2rem;
}

.table-container {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.results-fade-out {
  z-index: 10;
  background-image: linear-gradient(to right, #0000, #fff);
  width: 5rem;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.results-row-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  grid-template-rows: 5rem;
  grid-template-columns: 7rem;
  grid-auto-rows: 3.25rem;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 17px;
  display: grid;
  position: static;
  top: 0;
  overflow: visible;
}

.results-row-container.comparison-ls {
  border-right: 0px none var(--general--shadow-01);
  border-left: 1px none var(--general--shadow-01);
}

.table-data {
  border-top: 0 solid #fafafa;
  border-bottom: 1px solid #f0f0f0;
  border-left: 0 solid #fafafa;
  border-right: 1px solid #fafafa;
  align-items: center;
  width: 100%;
  min-width: 15rem;
  height: 100%;
  padding-right: .5rem;
  font-weight: 700;
  display: flex;
}

.table-data.border-none {
  border-width: 0;
  font-weight: 700;
}

.results-x-scroll {
  justify-content: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 13rem;
  grid-auto-columns: 13rem;
  display: grid;
}

.headline {
  text-align: center;
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  position: static;
  top: 0;
}

.headline.table-header-sticky, .headline.table-headline-sticky {
  position: sticky;
  top: 0;
}

.headline.bold-list-heading {
  border-style: solid solid none none;
  border-width: 1px;
  border-top-color: var(--general--shadow-01);
  border-right-color: var(--general--shadow-01);
  color: var(--neutral--100);
  font-size: 16px;
  font-weight: 400;
}

.headline.smaller {
  border-top: 1px solid var(--general--shadow-01);
  border-right: 1px solid var(--general--shadow-01);
  color: var(--neutral--600);
  border-bottom-style: none;
  font-size: 15px;
}

.table-cell {
  border-top: 1px solid var(--general--shadow-01);
  border-right: 1px solid var(--general--shadow-01);
  border-bottom: 1px none var(--general--shadow-03);
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem;
  display: flex;
}

.table-cell.cell-heading {
  background-color: #f5f5f5;
}

.compare-table-container {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.compare-results-fade-out {
  z-index: 10;
  background-image: linear-gradient(to right, #fff0, #fff);
  width: 5rem;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.compare-row-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #000;
  border-left: 1px solid var(--general--shadow-01);
  background-color: var(--neutral--300);
  mix-blend-mode: normal;
  border-radius: 20px 0 0 20px;
  grid-template-rows: 5rem;
  grid-template-columns: repeat(auto-fit, 14rem);
  grid-auto-rows: 3.25rem;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 20px;
  font-size: 16px;
  display: grid;
}

.compare-table-data-label {
  border-top: 1px solid var(--general--shadow-01);
  color: var(--neutral--600);
  border-bottom: 0 #ebebeb;
  border-left: 0 solid #e5e7eb;
  align-items: center;
  width: 100%;
  min-width: 10rem;
  height: 100%;
  padding-right: .5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.compare-table-data-label.border-none {
  background-color: #0000;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  min-width: 10rem;
  height: 100%;
  padding-right: .5rem;
  display: flex;
}

.compare-table-data-label.cell-heading {
  text-align: left;
  background-color: #f5f5f5;
  justify-content: center;
}

.compare-results-x-scroll {
  font-size: 17px;
  display: flex;
  position: relative;
  overflow: auto;
}

.compare-results-x-scroll.image-opacity {
  border-bottom: 1px solid var(--general--shadow-01);
  background-color: var(--neutral--100);
  opacity: 1;
  cursor: auto;
}

.results-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 7rem;
  grid-auto-columns: 1fr;
  font-size: 17px;
  display: grid;
}

.results-list.comparison-primary {
  grid-template-columns: 7rem;
}

.results-list.comparison-primary.bold-text-results-list {
  border-right: 1px none var(--general--shadow-01);
  border-left: 1px solid var(--general--shadow-01);
  background-color: var(--ls-pink);
  box-shadow: 0 0 0 1px var(--neutral--100);
  font-weight: 600;
}

.section-4 {
  background-color: #0000;
}

.pd-bottom-24 {
  padding-bottom: 24px;
}

.body-4 {
  background-color: var(--neutral--800);
}

.div-block-10 {
  height: 12px;
}

.top-divider {
  z-index: 10;
  background-color: var(--neutral--800);
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
}

.div-block-11 {
  background-color: var(--neutral--800);
  width: 100%;
  position: absolute;
  top: 0;
}

.text-span-30 {
  color: #fff0;
  background-image: url('../../images/flame.svg');
  background-position: 0 0;
  background-size: cover;
  font-size: 16px;
}

.recaptcha-wrapper {
  transform-origin: 0 0;
  margin-bottom: -28px;
  transform: scale(.8);
}

.recaptcha-wrapper.max-w-240.mg-bottom-16px {
  transform-origin: 0 0;
  margin-bottom: 0;
  transform: scale(.8);
  box-shadow: 0 2px 5px #0003;
}

.recaptcha-wrapper.mg-top--40 {
  margin-bottom: -40px;
}

.recaptcha-wrapper.mg-bottom--48px {
  margin-bottom: -48px;
}

.bold-text-9 {
  color: var(--neutral--800);
  font-weight: 600;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 600;
}

.bold-text-18 {
  text-align: left;
  font-weight: 600;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-weight: 600;
}

.uui-icon-1x1-xxsmall {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner21_close-button {
  color: var(--untitled-ui-primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner21_close-button:hover {
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary600);
}

.uui-button {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  border-width: 2px;
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--200);
  padding: .5rem 1rem;
}

.uui-button.is-button-small:hover {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.uui-button.is-button-small:focus {
  box-shadow: none;
  border-style: solid;
  border-width: 2px;
}

.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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.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 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  border-width: 2px;
  border-color: var(--neutral--700);
  background-color: var(--system--orange-200);
  color: var(--neutral--800);
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--200);
}

.uui-button-secondary-gray.is-button-small:focus {
  box-shadow: none;
}

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

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-style-link.uui-text-color-primary600 {
  color: var(--neutral--800);
}

.uui-text-style-link.uui-text-color-primary600:hover {
  text-decoration: none;
}

.uui-text-color-primary600 {
  color: var(--untitled-ui-primary600);
}

.uui-banner21_supporting-text {
  color: var(--neutral--800);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

.uui-banner21_text {
  color: var(--neutral--800);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner21_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-icon-1x1-xsmall {
  border: 1px none var(--system--green-300);
  color: var(--neutral--800);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-outline-medium {
  border: .1rem solid var(--neutral--800);
  background-color: var(--system--orange-200);
  color: var(--neutral--800);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner21_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner21_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner21_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-banner21_component {
  z-index: 1000;
  border-bottom: 1px solid var(--untitled-ui-primary300);
  background-color: var(--system--orange-200);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-5 {
  padding-top: 0;
  font-weight: 500;
}

.text-block-5:hover {
  border: 1px none var(--system--green-300);
}

.text-block-6:hover {
  color: var(--neutral--800);
}

.text-block-6:focus {
  color: var(--neutral--100);
  border: 0 solid #000;
}

.size-28 {
  width: 28px;
  height: 28px;
}

.text-ellipsis-3 {
  padding: 0;
}

.min-w-full {
  min-width: 100%;
}

.recaptchaerror.opacity-0 {
  opacity: 0;
  color: var(--neutral--200);
  margin-top: 0;
  margin-bottom: -12px;
  transition: all .2s;
  display: block;
}

.recaptchaerror.opacity-0.mg-bottom-0 {
  margin-bottom: 0;
}

.recaptchaerror.opacity-0.mg-bottom-0.mg-top--32 {
  opacity: 1;
  margin-top: -32px;
}

.recaptchaerror.opacity-0.mg-bottom-0.mg-top--32.mg-bottom--28 {
  opacity: 0;
  margin-top: -18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recaptchaerror.opacity-0.color-neutral-600 {
  opacity: 0;
  color: var(--neutral--600);
}

.checkbox-field {
  margin-bottom: 0;
}

.text-block-7 {
  color: var(--neutral--600);
  width: 170px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-8 {
  text-align: right;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite-rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.rl-padding-section-large.pd-bottom-0 {
  padding-bottom: 0;
}

.rl-padding-section-large.less-padding {
  padding-top: 1rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header62_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--neutral--500);
  margin-top: 4rem;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header62_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_header62_spacing-block-2.larger {
  padding-bottom: 3rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1._2-colomns {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header62_component {
  text-align: center;
}

.rl-container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-container-small.greyback {
  background-color: var(--neutral--200);
  border-radius: 20px;
  max-width: 60rem;
  padding-left: 60px;
  padding-right: 60px;
}

.rl_section_header62 {
  background-color: var(--relume-library-lite-rl-white);
}

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

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--neutral--500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon {
  border-radius: 5px;
  width: 4rem;
  height: 4rem;
}

.rl_layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  width: 100%;
  max-width: none;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_section_layout242 {
  background-color: var(--relume-library-lite-rl-white);
}

.uui-icon-1x1-xxsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner19_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner19_close-button:hover {
  background-color: #fff3;
}

.uui-button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary700);
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.uui-button-secondary:hover {
  background-color: var(--untitled-ui-primary100);
}

.uui-button-secondary:focus {
  background-color: var(--untitled-ui-primary50-501);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-2 {
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-style-link-2.uui-text-color-primary100, .uui-text-color-primary100 {
  color: var(--untitled-ui-primary100);
}

.uui-banner19_supporting-text {
  color: var(--untitled-ui-primary100);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner19_text {
  color: var(--untitled-ui-white);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner19_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui-primary500);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner19_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner19_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner19_wrapper {
  background-image: linear-gradient(45deg, var(--untitled-ui-primary700), var(--untitled-ui-primary600));
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-banner19_component {
  background-image: linear-gradient(45deg, var(--untitled-ui-primary700), var(--untitled-ui-primary600));
  justify-content: center;
  align-items: center;
  position: relative;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  max-width: 608px;
  display: inline-block;
}

.section-5 {
  display: block;
}

.bold-text-22 {
  text-align: center;
  display: block;
}

.video {
  border-radius: 20px;
}

.heading-6 {
  max-width: 603px;
  display: inline-block;
}

.image-9 {
  border-radius: 20px;
}

.spark-absolute-dark-background {
  background-color: var(--neutral--800);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-right {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-secondary-font-color {
  color: var(--neutral--100);
  margin-bottom: 0;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-background {
  z-index: 2;
  background-color: var(--ls-pink);
  color: var(--spark-library-white);
  background-image: url('../../images/section-bg-pattern-LS.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  padding: 64px;
  font-family: Montserrat, sans-serif;
}

.spark-section {
  width: 100%;
  padding: 40px 64px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  color: var(--neutral--100);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--neutral--800);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.6em;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-10 {
  object-fit: cover;
  object-position: 0% 50%;
  align-self: center;
  height: 650px;
  min-height: 0;
  max-height: 100%;
  padding-top: 0;
}

.image-11 {
  object-fit: cover;
  max-height: none;
}

.image-12, .image-13 {
  border-radius: 10px;
}

.youtube-2 {
  opacity: 1;
  border-radius: 0;
}

.image-14, .image-15, .image-16 {
  border-radius: 20px;
}

.image-17 {
  opacity: 1;
  border-radius: 20px;
  transform: translate(0);
}

.image-18 {
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-7 {
  text-align: left;
}

.heading-7.centre-text {
  text-align: center;
}

.bold-text-23, .heading-8 {
  text-align: left;
}

.heading-8.centre-text {
  text-align: center;
}

.heading-9 {
  text-align: left;
}

.paragraph-11 {
  padding-top: 20px;
}

.image-19 {
  background-image: url('../../images/7bd30d-821-58-0aa-dbc7ec86a5e8_image-full.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 20px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  z-index: 3;
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
  inset: 0%;
  transform: translate(0);
  box-shadow: 0 0 5px #0003;
}

.rl_gallery21_image.h-400 {
  min-height: 400px;
  max-height: 400px;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_image-wrapper.pt-80 {
  padding-top: 80%;
  text-decoration: none;
}

.rl_gallery21_lightbox-link {
  width: 100%;
  text-decoration: none;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_slider.pb-1, .rl_gallery21_slider.pb-0 {
  padding-bottom: 0;
}

.rl_gallery21_slider.pb-0.mbl-pb-5 {
  padding-bottom: 5rem;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite-rl-white);
  overflow: hidden;
}

.div-block-13 {
  border-radius: 20px;
}

.link-4 {
  color: var(--neutral--600);
}

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

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

.video-2 {
  border: 0 #000;
  border-radius: 20px;
}

.video-2.video-top-section {
  max-width: 1190px;
  max-height: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.video-2.roundedges {
  border-radius: 20px;
}

.rl-text-style-sub-heading-3.margin-top-40px {
  margin-top: 40px;
}

.hint {
  text-align: right;
  -webkit-text-stroke-color: var(--neutral--400);
  font-size: 12px;
}

.hint.negative-bottom-margin {
  color: var(--ls-pink);
  background-color: #fff;
  border: 1px #000;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  margin-bottom: -30px;
  font-size: 12px;
}

.div-block-14.mg-top--40 {
  margin-top: -40px;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
  max-height: none;
}

.image-25.max-h-500 {
  max-height: 500px;
}

.image-25.max-h-500.img-contain {
  object-fit: contain;
}

.image-26 {
  max-height: none;
}

.image-26.max-h-500 {
  max-height: 500px;
}

.image-26.max-h-500.img-contain {
  object-fit: contain;
}

.image-27 {
  max-height: none;
}

.image-27.max-h-500 {
  max-height: 500px;
}

.image-27.max-h-500.img-contain {
  object-fit: contain;
}

.image-28, .image-29 {
  max-height: none;
}

.image-29.smaller-image {
  object-fit: contain;
  max-width: 116%;
}

.image-30 {
  max-height: none;
}

.image-30.h-max-500 {
  max-height: 500px;
}

.image-30.h-max-500.img-contain {
  object-fit: contain;
}

.image-31 {
  max-height: none;
}

.image-31.h-max-500 {
  max-height: 500px;
}

.image-31.h-max-500.img-contain {
  object-fit: contain;
}

.image-32, .image-33 {
  max-height: none;
}

.image-34 {
  object-fit: contain;
  max-width: 100%;
  max-height: none;
}

.image-35, .image-36, .image-37, .image-38, .image-39 {
  max-height: none;
}

.checkbox-field-2, .checkbox-field-3, .checkbox-field-4, .checkbox-field-5 {
  margin-bottom: 0;
}

.checkbox-field-5.mg-bottom-32px {
  margin-bottom: 32px;
  padding-left: 20px;
}

.checkbox-field-6 {
  margin-bottom: 0;
}

.image-40, .image-41, .image-42 {
  max-height: none;
}

.modal-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.modal-background {
  cursor: pointer;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.pop-up {
  z-index: 2;
  background-color: var(--spark-library-foreground-secondary);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  background-color: var(--neutral--100);
  border-radius: 8px;
  width: 100%;
  max-width: 620px;
  padding: 20px;
  position: relative;
}

.pop-up-media {
  border-radius: 0;
}

.heading-10 {
  font-weight: 400;
}

.div-block-15 {
  display: flex;
}

.grey-back {
  background-color: var(--neutral--200);
  color: var(--neutral--500);
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
}

.rl-heading-style-h1-copy {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-copy._2-colomns {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.rl-heading-style-h1-copy-copy {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-copy-copy._2-colomns {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.centerimage {
  display: block;
}

.centerimage.center-text {
  opacity: .5;
}

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

.mg-bottom-0-copy {
  text-align: left;
  object-fit: fill;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  overflow: visible;
}

.mg-bottom-0-copy.testimonial-card {
  padding: 15px 18px;
  font-size: 17px;
}

.mg-bottom-0-copy.testimonial-card.text-ellipsis {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.mg-bottom-0-copy.color-neutral-300 {
  text-align: left;
}

.mg-bottom-0-copy.middle {
  text-align: center;
  font-weight: 400;
}

.rl-heading-style-h1-copy-copy-copy {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-copy-copy-copy._2-colomns {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.image-43 {
  max-width: 40%;
  max-height: none;
}

.new {
  color: var(--ls-pink);
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  inset: 4% 0% auto;
}

.image-44 {
  max-height: 500px;
}

.search {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-bar {
  background-color: var(--general--shadow-01);
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
}

.career-team-date {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.span-background {
  background-color: var(--neutral--500);
  color: var(--neutral--800);
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.span-background-2 {
  border: 1px solid var(--neutral--500);
  color: var(--neutral--500);
  background-color: #1c1c1c00;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.background-grey {
  border: 0px none var(--neutral--800);
  object-fit: fill;
  border-radius: 100%;
  width: 150px;
  max-width: none;
  height: 150px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.input-5 {
  color: #070707;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #02020214;
}

.input-5:hover {
  border-color: #d9d9d9;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-5:focus {
  color: #070707;
  border-color: #4e4e4f;
}

.input-5::placeholder {
  color: #4e4e4f;
  font-size: 18px;
}

.input-5.dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #4e4e4f;
}

.input-5.dark:hover {
  border-color: #818181;
}

.input-5.dark:focus {
  border-color: #fff;
}

.input-5.dark::placeholder {
  color: #d9d9d9;
}

.btn-primary-7 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-7:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-7.white {
  color: #070707;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-7.white:hover {
  color: #fff;
  background-color: #0000;
}

.display-19 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-19.color-neutral-100 {
  color: #fff;
}

.heading-h4-size-2 {
  color: #070707;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h4-size-2.color-neutral-100 {
  color: #fff;
}

.color-neutral-814 {
  color: #f4f4f4;
}

.card-10 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-10.top-section-dark-form-right {
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 638px;
  min-height: 612px;
  margin-bottom: 0;
  padding: 68px 48px;
  display: flex;
}

.card-10.card-link-avatar-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 74px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 358px;
  padding: 24px;
  text-decoration: none;
  transition-property: transform;
  display: grid;
}

.card-10.card-link-avatar-left:hover {
  transform: translate3d(0, -4px, .01px);
}

.card-link---image-2 {
  object-fit: cover;
  width: 100%;
}

.error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.color-neutral-815 {
  color: #fff;
}

.line-rounded-icon-2 {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-2.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-2.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.width-100-2 {
  width: 100%;
}

.color-neutral-816 {
  color: #d9d9d9;
}

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

.container-default-2 {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.text-413 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-413.medium {
  font-weight: 500;
}

.input-6 {
  color: #070707;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #02020214;
}

.input-6:hover {
  border-color: #d9d9d9;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-6:focus {
  color: #070707;
  border-color: #4e4e4f;
}

.input-6::placeholder {
  color: #4e4e4f;
  font-size: 18px;
}

.input-6.dark {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #4e4e4f;
}

.input-6.dark:hover {
  border-color: #818181;
}

.input-6.dark:focus {
  border-color: #fff;
}

.input-6.dark::placeholder {
  color: #d9d9d9;
}

.btn-primary-8 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #070707;
  border: 1px solid #070707;
  border-radius: 14px;
  justify-content: center;
  padding: 20px 26px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-8:hover {
  color: #070707;
  background-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-8.white {
  color: #070707;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-8.white:hover {
  color: #fff;
  background-color: #0000;
}

.display-20 {
  color: #070707;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.194em;
}

.display-20.color-neutral-100 {
  color: #fff;
}

.heading-h4-size-3 {
  color: #070707;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h4-size-3.color-neutral-100 {
  color: #fff;
}

.color-neutral-817 {
  color: #f4f4f4;
}

.card-11 {
  background-color: #f4f4f4;
  border-radius: 26px;
}

.card-11.top-section-dark-form-right {
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 638px;
  min-height: 612px;
  margin-bottom: 0;
  padding: 68px 48px;
  display: flex;
}

.card-11.card-link-avatar-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 74px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 358px;
  padding: 24px;
  text-decoration: none;
  transition-property: transform;
  display: grid;
}

.card-11.card-link-avatar-left:hover {
  transform: translate3d(0, -4px, .01px);
}

.card-link---image-3 {
  object-fit: cover;
  width: 100%;
  padding-bottom: 0;
}

.error-message-4 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.color-neutral-818 {
  color: #fff;
}

.color-neutral-819 {
  color: #d9d9d9;
}

.card-link-title-white-3 {
  color: #fff;
}

.container-default-3 {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.text-414 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-414.medium {
  font-weight: 500;
}

.mt-8 {
  margin-top: 6.5px;
}

.onboarding-h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7em;
}

.custom-checkbox {
  z-index: 1;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.custom-checkbox.w--redirected-checked {
  background-color: #ffd000;
  background-image: none;
  border-color: #0000;
}

.onboarding-h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.onboarding-page-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 15vh;
  padding-bottom: 100px;
  display: flex;
}

.submit-button {
  color: #000;
  background-color: #ffd000;
  border: 2px solid #0000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding: 10px 40px 12px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: #fff;
  border-color: #1200ee;
}

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

.progress-link {
  background-color: #e7e7e7;
  border-radius: 5px;
  width: 100%;
  height: 15px;
  margin-left: 5%;
  margin-right: 5%;
}

.progress-link.current {
  background-color: #ffd000;
}

.progress-link.past {
  opacity: .5;
  background-color: #ffd000;
}

.progress-link.past:hover {
  opacity: 1;
}

.checkbox-field-7 {
  z-index: 2;
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  flex: none;
  min-height: 75px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s, box-shadow .4s, border-color .2s;
  display: block;
  position: relative;
}

.checkbox-field-7:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.checkbox-field-7.text-area {
  width: 130px;
  height: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4em;
  transition: box-shadow .4s, transform .4s cubic-bezier(.25, .1, 0, 1.58), border-color .2s;
}

.checkbox-field-7.text-area:hover {
  transform: none;
  box-shadow: 0 5px 20px #00000021;
}

.checkbox-field-7.text-area:focus {
  width: 100%;
}

.option-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.custom-checkbox-label {
  z-index: 2;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.progress-row {
  width: 300px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-5 {
  z-index: 9999;
  display: inline;
  position: static;
}

.text-box {
  width: auto;
  padding-right: 20px;
  display: inline;
}

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

.form-block-2 {
  margin-top: 20px;
}

.div-block-16 {
  margin-right: 20px;
}

.div-block-17 {
  margin-right: 40px;
}

.div-block-18 {
  margin-right: 20px;
}

.grey-text {
  color: var(--neutral--500);
}

.youtube-3 {
  object-fit: cover;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
}

.videodiv {
  border: 0 #000;
  border-radius: 0;
  width: auto;
  max-width: 1190px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.btn-secondary-copy {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 14px;
  padding: 20px 26px;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-copy:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary-copy.small {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary-copy.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary-copy.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
  display: inline-block;
}

.btn-secondary-copy.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary-copy.white.mg-top-0 {
  margin-top: 0;
}

.btn-secondary-copy.white.border-neutral-600 {
  border-color: var(--neutral--600);
}

.btn-secondary-copy.white.border-neutral-600:hover {
  border-color: var(--neutral--100);
}

.btn-secondary-copy.previous-btn {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary-copy.dark {
  border-color: var(--neutral--800);
  box-shadow: none;
  background-color: #0000;
}

.btn-secondary-copy.dark:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.btn-secondary-copy.dark.no-hover {
  transition: none;
  display: inline-block;
}

.btn-secondary-copy.dark.no-hover:hover {
  color: var(--neutral--800);
  background-color: #0000;
  transform: none;
}

.btn-secondary-copy.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.btn-secondary-copy.bg-neutral-100:hover {
  color: var(--neutral--800);
}

.product-image {
  max-width: none;
  max-height: 120px;
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-19 {
  z-index: 999;
  opacity: .82;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.filter {
  z-index: 1000;
  opacity: .65;
  background-color: #000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.bold-text-24 {
  column-count: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.video-3 {
  max-height: 500px;
}

.max-h-500 {
  mix-blend-mode: normal;
  flex: 0 auto;
}

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

.bold-text-25 {
  color: var(--neutral--100);
  font-family: League Spartan, sans-serif;
}

.bold-text-26 {
  font-family: League Spartan, sans-serif;
  font-weight: 800;
}

.bold-text-27 {
  font-family: League Spartan, sans-serif;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .card.page-sections-card {
    display: flex;
    top: 24px;
  }

  .grid-4-columns.mg-bottom-40px {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .color-neutral-600.mg-bottom-0 {
    padding: 0;
  }

  .color-neutral-300 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-neutral-100.mg-bottom-0.bold {
    color: var(--neutral--100);
    font-size: 24px;
    font-weight: 600;
  }

  .color-neutral-400.mg-bottom-0 {
    color: var(--neutral--100);
    margin-bottom: 20px;
    padding: 0;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .mg-bottom-24px {
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .text-300.medium.color-neutral-100 {
    font-size: 18px;
  }

  .shadow-01.border-radius-24px {
    position: relative;
  }

  .inner-container._416px {
    height: auto;
  }

  .border-radius-24px {
    position: relative;
  }

  .btn-primary {
    margin-right: 22px;
  }

  .btn-primary.small.white {
    margin-right: 0;
  }

  .badge-primary.pd-12px---18px {
    object-fit: none;
  }

  .social-icon-square.team-member-slider-link---social-icon {
    margin-top: -66px;
  }

  .rich-text.mg-bottom-88px {
    font-weight: 400;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .width-100.mg-bottom-24px {
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .width-100.mg-bottom-24px.hidden-on-mbl {
    object-fit: cover;
    min-width: 1200px;
    overflow: hidden;
  }

  .container-default {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default.products {
    max-width: none;
  }

  .container-default.products.lifesycle {
    background-color: var(--ls-pink);
    background-image: url('../../images/section-bg-pattern-LS.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    max-width: 1220px;
    margin-bottom: 30px;
  }

  .container-default.products.uzair {
    background-color: var(--untitled-ui-primary600);
    background-image: url('../../images/section-bg-pattern-LS.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    max-width: 1220px;
    margin-bottom: 30px;
  }

  .container-default.products.neuron {
    background-color: var(--neuron-blue);
    background-image: url('../../images/section-bg-pattern-LS.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    max-width: 1220px;
    margin-bottom: 30px;
  }

  .container-default.products.eax {
    background-color: var(--neutral--800);
    background-image: url('../../images/section-bg-pattern-LS.png');
    background-size: cover;
    border-radius: 20px;
    max-width: 1220px;
    display: block;
  }

  .section.overflow-hidden.section-low-top.margin-top-30px.bg-neutral-800 {
    background-image: url('../../images/website-black-background.png');
  }

  .section.bg-neutral-200.section-low-top.section-low-bottom {
    opacity: 1;
  }

  .section.bg-neutral-800 {
    background-color: var(--neutral--800);
    background-image: url('../../images/section-bg-pattern-top-sleek-webflow-ecommerce-template.png');
  }

  .section.bg-neutral-800.overflow-hidden {
    background-image: url('../../images/website-black-background.png');
  }

  .section.bg-neutral-800.smallmarginsection {
    padding-bottom: 140px;
  }

  .section.future-text {
    margin-bottom: 0;
  }

  .section.bg-neutral-100 {
    margin-top: 0;
  }

  .section.section-low-bottom.section-low-top.bg-neutral-800 {
    background-image: none;
  }

  .header-content-wrapper {
    padding-left: 26px;
  }

  .header-content-wrapper.product-wrapper {
    padding: 0;
  }

  .header-nav-menu-wrapper {
    flex: 0 auto;
    align-self: center;
  }

  .header-nav-link.hidden-on-tablet {
    align-self: center;
  }

  .header-nav-list-item.left {
    padding-right: 20px;
  }

  .header-logo-link {
    align-self: auto;
  }

  .header-right-side {
    padding-right: 0;
  }

  .header-middle {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 7.4px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .header-middle.product-middle {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
  }

  .header-left-side {
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .flex-horizontal.gap-column-10px.mg-bottom-24px {
    width: auto;
    height: auto;
  }

  .cta-card.lifesycle {
    background-color: var(--transparent);
    background-image: none;
    border-radius: 20px 20px 0 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card.uzair {
    background-color: var(--transparent);
    background-image: none;
    border-radius: 0;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card.neuron {
    background-color: var(--transparent);
    background-image: none;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card.eax {
    background-color: var(--transparent);
    background-image: none;
  }

  .slider-wrapper.slider-buttons-top-right.mg-bottom-32px {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .top-section.bg-v2 {
    background-color: var(--neutral--800);
  }

  .top-section.bg-v2.mb-0 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .top-section.bg-v15 {
    background-image: url('../../images/landing-page-hero-bg-pattern-sleek-webflow-ecommerce-template.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 1440px;
    background-attachment: scroll;
  }

  .slider-btn-white.desktop-large---left--32px {
    left: -32px;
  }

  .vertical-marquee-main-container {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    right: -28px;
  }

  .card-link---image {
    object-fit: fill;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: visible;
  }

  .card-link-title.heading-h2-size.mg-bottom-24px {
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .social-media-square-links-container.team-member-slider-link---social-icons-container {
    bottom: -12px;
  }

  .section-floating-items.left, .section-floating-items.right {
    width: 30%;
  }

  .slider-btn-dark.desktop-large---right--32px {
    right: -32px;
  }

  .logo-grid---item-container.border-bottom-none {
    text-decoration: underline;
  }

  .link-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-style: normal;
    text-decoration: none;
  }

  .color-neutral-809.mg-bottom-0 {
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
  }

  .color-neutral-810 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-6 {
    margin-right: 22px;
  }

  .color-neutral-812 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .color-neutral-811.mg-bottom-0 {
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
  }

  .navbar {
    background-color: #0000;
  }

  .results-row-container.comparison-ls {
    box-shadow: none;
  }

  .headline {
    font-size: 15px;
  }

  .headline.bold {
    font-weight: 500;
  }

  .compare-results-fade-out.d-none {
    width: 2rem;
  }

  .compare-results-x-scroll {
    background-color: #f8f8f8;
  }

  .compare-results-x-scroll.image-opacity {
    opacity: .85;
  }

  .rl-text-style-sub-heading-3 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .hint {
    color: var(--neutral--500);
    text-align: right;
    background-color: red;
    font-size: 12px;
    display: block;
  }

  .videodiv {
    max-height: 670px;
  }

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

  .filter {
    height: 90.8%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2-columns._1fr---1-25fr.gap-row-40px {
    grid-template-columns: 1fr 1.25fr;
  }

  .card.pd-48px---26px---44px.bg-neutral-700 {
    background-color: var(--neutral--700);
  }

  .grid-4-columns.mg-bottom-40px {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .color-neutral-300 {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-neutral-100.mg-bottom-0.bold {
    color: var(--neutral--100);
    font-size: 24px;
    font-weight: 600;
  }

  .color-neutral-400, .color-neutral-400.mg-bottom-48px {
    color: var(--neutral--100);
  }

  .color-neutral-400.mg-bottom-40px {
    margin-bottom: 63px;
  }

  .color-neutral-400.mg-bottom-0 {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .mg-bottom-24px {
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .social-icon-square.team-member-slider-link---social-icon {
    margin-top: -85px;
  }

  .width-100.mg-bottom-24px {
    float: none;
    clear: both;
    outline-offset: 0px;
    mix-blend-mode: normal;
    object-fit: cover;
    border-radius: 0%;
    outline: 3px #fffcfc;
    width: auto;
    height: auto;
    position: static;
    overflow: hidden;
  }

  .width-100.mg-bottom-24px.hidden-on-mbl {
    object-fit: none;
    overflow: hidden;
  }

  .container-default {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section {
    border-bottom: 0 solid #000;
    overflow: hidden;
    /* box-shadow: 0 2px 16px -10px #0003; */
  }

  .section.overflow-hidden.section-low-top.margin-top-30px.bg-neutral-800 {
    background-image: url('../../images/website-black-background.png');
  }

  .section.bg-neutral-200 {
    box-shadow: none;
  }

  .section.bg-neutral-800 {
    background-color: var(--neutral--800);
    background-image: url('../../images/section-bg-pattern-top-sleek-webflow-ecommerce-template.png');
    padding-bottom: 100px;
  }

  .section.bg-neutral-800.overflow-hidden {
    background-image: url('../../images/website-black-background.png');
  }

  .section.bg-neutral-800.smallmarginsection {
    padding-bottom: 100px;
  }

  .section.pd-bottom-0.position-relative---z-index-1.meet-ls {
    box-shadow: none;
  }

  .header-content-wrapper.product-wrapper {
    background-color: var(--system--orange-200);
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .header-middle {
    flex: 1;
    font-size: 18px;
  }

  .header-middle.product-middle {
    object-fit: fill;
    align-self: auto;
    margin-right: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .header-left-side {
    padding-left: 0;
  }

  .cta-card.lifesycle {
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .top-section.bg-v1 {
    background-color: var(--neutral--800);
    background-image: url('../../images/section-bg-pattern-LS.png');
  }

  .top-section.bg-v2 {
    background-color: var(--neutral--800);
  }

  .card-link---image {
    object-fit: fill;
    height: auto;
  }

  .card-link-title.heading-h2-size.mg-bottom-24px {
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .social-media-square-links-container.team-member-slider-link---social-icons-container {
    bottom: -12px;
  }

  .top-section---bg-pattern.v3 {
    background-color: var(--neutral--800);
    background-image: url('../../images/section-bg-pattern-LS.png');
  }

  .top-section-image-right---wrapper.v2 {
    justify-content: flex-start;
  }

  .youtube {
    object-fit: fill;
    border-radius: 0;
    transition: opacity .2s;
    box-shadow: 4px 3px 20px #0003;
  }

  .color-neutral-809 {
    color: #fff;
  }

  .color-neutral-809.mg-bottom-0 {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .color-neutral-810, .color-neutral-812 {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .color-neutral-811 {
    color: #fff;
  }

  .color-neutral-811.mg-bottom-0 {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .image-4, .image-10 {
    align-self: center;
    max-height: 100%;
  }

  .video-2.video-top-section {
    height: 1010px;
  }

  .youtube-3 {
    max-height: none;
  }

  .videodiv {
    object-fit: scale-down;
    max-height: 670px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
    .header-btn-hidden-on-mobile-wrapper {
        display: none;
      }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  blockquote {
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 80px 64px;
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form._2-col-mbl {
    grid-template-rows: auto auto auto auto;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-48px {
    grid-column-gap: 79px;
    grid-template-columns: 1fr 1.65fr;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-48px.gap-row-0 {
    grid-row-gap: 0px;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-48px.pd-top-0 {
    padding-top: 0;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-64px {
    grid-template-columns: 1fr 1.65fr;
  }

  .grid-2-columns.gap-row-80px {
    grid-row-gap: 72px;
  }

  .grid-2-columns.auto---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.pricing-table-mb-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-32px.gap-24px-tablet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.sales-page {
    width: 100%;
    max-width: none;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    min-height: 648px;
    padding: 54px 40px;
  }

  .card.form.pd-sides-62px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.pd-52px---42px---22px {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.card-image-bottom-right {
    padding: 40px;
  }

  .card.features-card-small {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .card.card-image-right {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding: 64px 40px 0;
  }

  .card.card-image-right.v2 {
    grid-template-columns: 1fr;
    padding: 48px 40px;
  }

  .card.tab-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.features-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-link-text-card.featured-top-v2 {
    padding: 34px 32px;
  }

  .card.contact-card-link {
    margin-left: auto;
    margin-right: auto;
  }

  .card.faqs-card {
    padding: 64px 40px 80px;
  }

  .card.faqs-card.dark {
    padding: 64px 40px 72px;
  }

  .card.bg-map-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.top-section-newsletter-card {
    max-width: 540px;
  }

  .card.blog-featured-card-right {
    padding: 48px 40px;
  }

  .card.icon-top---card-link-dark {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.blog-featured-link-dark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-author-card {
    padding: 40px 48px;
  }

  .card.open-positions-card {
    padding: 64px 48px;
  }

  .card.icon-list-top-section-card {
    padding: 48px 32px 64px;
  }

  .card.rich-text-center-card {
    padding: 64px 48px;
  }

  .card.icon-top-card-link.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.top-section-image-right-card {
    grid-template-columns: 1fr;
    padding: 56px 40px 0;
  }

  .card.card-link-2-columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.horizontal-card-btn-right {
    grid-column-gap: 32px;
    padding: 48px 40px;
  }

  .card.rich-text-card {
    padding: 48px 40px;
  }

  .card.article-details-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.page-sections-card {
    max-width: none;
    position: relative;
    top: 0;
  }

  .card.sign-up-form {
    padding: 48px 40px;
  }

  .card.password-card {
    padding-left: 64px;
    padding-right: 64px;
  }

  .card.protected-page-card {
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.pricing-table {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4-columns._4-columns-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-columns.mg-bottom-40px {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.logo-grid {
    border-radius: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .color-neutral-600.mg-bottom-0 {
    padding: 0;
  }

  .color-neutral-300.mg-bottom-48px.mg-bottom-24px-tablet, .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-56px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .mg-top-16px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .mg-top-80px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .gap-row-56px {
    grid-row-gap: 40px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-2.mg-bottom-48px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-0._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-56px {
    grid-row-gap: 48px;
  }

  .grid-3-columns.gap-row-56px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.dropdown-pages-main-grid {
    grid-row-gap: 48px;
  }

  .shadow-01.border-radius-24px.max-w-80px-tablet {
    border-radius: 14px;
    max-width: 80px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container.center._750 {
    width: auto;
  }

  .inner-container._700px._100-mbl._2-col-span-tablet.mt-10 {
    margin-top: -132px;
    margin-bottom: -132px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._600px-tablet {
    max-width: 600px;
  }

  .inner-container._410px.center-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-container._540px-tablet {
    max-width: 540px;
  }

  .inner-container.center-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .mg-bottom-0.color-neutral-400.height-400 {
    height: 350px;
  }

  .btn-primary.small.white.none {
    opacity: 1;
    display: block;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .input.icon-inside-left {
    padding-left: 48px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.mg-bottom-16px.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .width-100.mg-bottom-24px.hidden-on-mbl {
    max-height: 400px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default {
    margin-left: auto;
    margin-right: auto;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.vertical-marquee-right-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.floating-icons-sides-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.floating-icons-sides-section.pt-pb-60.min-h-50 {
    min-height: 60vh;
  }

  .section.pd-top-150px {
    padding-top: 120px;
  }

  .section.pd-140px---170px {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section.pd-top-180px {
    padding-top: 140px;
  }

  .section.pd-164px---180px {
    padding-top: 124px;
    padding-bottom: 160px;
  }

  .section._124px---180px {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.pd-156px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-top-140px {
    padding-top: 120px;
  }

  .section.section-low-bottom.section-low-top.bg-neutral-800.section-top-0 {
    padding-top: 0;
  }

  .section.product-section {
    width: 90%;
    padding-top: 40px;
    padding-left: 40px;
  }

  .section.pd-top-140px-copy {
    padding-top: 120px;
  }

  .section.floating-icons-sides-section-copy {
    min-height: 50vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.floating-icons-sides-section-copy.min-h-40 {
    min-height: 40vh;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-content-wrapper.header-simple {
    margin-top: 40px;
  }

  .header-content-wrapper.ls-nav {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .header-content-wrapper.ls-nav.estateagencyx-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--700);
    border-radius: 14px;
    max-height: 90vh;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
    overflow: auto;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.left {
    margin-bottom: 16px;
  }

  .header-nav-list-item.left.hidden-on-desktop {
    list-style-type: none;
    display: block;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-link {
    margin-bottom: 16px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 40px 0;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-middle.product-middle.ls.icebergcolor {
    background-color: var(--neutral--800);
  }

  .header-left-side {
    flex: 1;
    justify-content: space-between;
  }

  .header-left-side.ls-nav, .hidden-on-tablet {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.v2 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-bottom {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    padding: 32px;
  }

  .footer-middle {
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-middle.icebergfooter {
    grid-template-columns: 1fr 1.75fr;
  }

  .footer-middle.lsfooter {
    grid-template-columns: 1.75fr 1fr;
  }

  .footer-middle.neuronfooter {
    grid-template-columns: 1fr 1.75fr;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sticky-top.static-tablet {
    position: static;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 80px 48px 0;
  }

  .cta-card.v2 {
    grid-template-columns: 2.5fr 1fr;
    padding: 64px 40px;
  }

  .cta-card.mg-bottom-40px, .cta-card.mg-bottom-40px.mg-top-82px {
    padding-bottom: 80px;
  }

  .cta-card.mg-bottom-40px.dualcta-card3.pb-72 {
    padding-bottom: 72px;
  }

  .cta-card.lifesycle, .cta-card.uzair, .cta-card.neuron, .cta-card.eax {
    max-width: 720px;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-table-top {
    min-height: 240px;
    padding-top: 48px;
  }

  .pricing-content-wrapper {
    min-height: 120px;
    padding: 20px 16px;
  }

  .pricing-content-wrapper.title-row {
    display: none;
  }

  .pricing-content-wrapper.last {
    padding-bottom: 100px;
  }

  .categories-badges-item-wrapper.vertical-desktop {
    flex-direction: row;
  }

  .categories-badges-item-wrapper.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .categories-badges-wrapper.vertical-desktop {
    flex-flow: wrap;
  }

  .categories-badges-wrapper.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._404-not-found {
    margin-bottom: -64px;
    font-size: 200px;
  }

  .template-pages---photography-wrapper {
    border-radius: 10px;
  }

  .image-home-link-wrapper {
    border-radius: 16px;
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-btn-hidden-on-mobile-wrapper {
    display: none;
  }

  .top-section {
    margin-top: -118px;
  }

  .top-section.bg-v2 {
    margin-bottom: 150px;
  }

  .top-section.pd-bottom-200px, .top-section.bg-v4 {
    padding-bottom: 160px;
  }

  .top-section.bg-v5 {
    padding-bottom: 120px;
  }

  .top-section.bg-v5.pd-258px---174px {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .top-section.bg-v6 {
    padding-bottom: 164px;
  }

  .top-section.bg-v7 {
    padding-bottom: 140px;
  }

  .top-section.bg-v8 {
    padding-bottom: 200px;
  }

  .top-section.pd-top-254px {
    padding-top: 200px;
  }

  .top-section.bg-v11 {
    padding-bottom: 150px;
  }

  .top-section.bg-v12, .top-section.bg-v13 {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .top-section.bg-v14 {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .top-section.bg-v15 {
    margin-top: -122px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .top-section.bg-v16 {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .top-section.bg-v17 {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .top-section.bg-v18 {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .top-section.bg-v9 {
    padding-bottom: 140px;
  }

  .top-section.bg-v10 {
    padding-bottom: 150px;
  }

  .image-large-right---container {
    grid-column-gap: 40px;
  }

  .image-large-right---image-wrapper {
    margin-right: -280px;
  }

  .image-large-right---image-wrapper.v3 {
    margin-right: -330px;
  }

  .width-42._64-tablet {
    width: 64%;
  }

  .card-image-bottom-right---wrapper {
    margin-bottom: -40px;
    margin-right: -40px;
  }

  .mg-bottom-88px {
    margin-bottom: 80px;
  }

  .card-image-right---image-wrapper {
    z-index: 0;
    position: relative;
  }

  .card-image-right---image-wrapper.v1 {
    width: 100%;
    right: 0;
  }

  .card-image-right---image-wrapper.v2, .card-image-right---image-wrapper.v3, .card-image-right---image-wrapper.v4 {
    width: 100%;
    right: 0%;
  }

  .testimonial-card---text-container {
    padding: 48px 32px;
  }

  .vertical-marquee-main-container {
    grid-template-columns: 1fr;
    margin-top: 64px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .vertical-marquee-column {
    grid-column-gap: 24px;
    flex-direction: row;
  }

  .vertical-marquee-items-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, 64px);
    grid-auto-columns: 1fr;
  }

  .card-link---image-wrapper.blog-link-v1---image-wrapper {
    border-radius: 20px;
  }

  .card-link---image, .card-link---image.news-card-img.imagecover {
    object-fit: fill;
  }

  .blog-link-v1---collection-item {
    grid-column-gap: 20px;
  }

  .blog-link-v1---text-container {
    border-radius: 20px;
    padding: 40px 32px;
  }

  .footer-bottom-pattern {
    background-position: 0 0;
  }

  .footer-pages-container {
    grid-column-gap: 32px;
  }

  .social-media-square-links-container.team-member-slider-link---social-icons-container {
    bottom: 34px;
  }

  .footer-card-links-grid {
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .top-section---bottom-interfaces-container {
    margin-bottom: -150px;
  }

  .top-section---large-interface-bottom {
    border-radius: 16px;
  }

  .top-section---small-interface-bottom {
    border-radius: 10px;
  }

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

  .section-floating-items.left {
    width: 34%;
    margin-top: 64px;
  }

  .section-floating-items.right {
    width: 34%;
    margin-top: -56%;
    margin-left: auto;
  }

  .image-large-left---container {
    grid-column-gap: 48px;
    align-items: center;
  }

  .image-large-left---image-wrapper {
    margin-left: -30%;
  }

  .section-interface-bottom {
    border-radius: 16px;
  }

  .section-top-pattern {
    min-height: 756px;
  }

  .width-50.width-64-tablet {
    max-width: 64%;
  }

  .icon-inside-input-left {
    left: 18px;
  }

  .cta-card---image-right-wrapper {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: -48px;
    position: relative;
  }

  .top-section---bg-pattern {
    min-height: 750px;
  }

  .top-section---bg-pattern.v6 {
    min-height: 900px;
  }

  .logo-grid---item-container {
    padding: 48px 36px;
  }

  .contact-link-dark.large {
    padding: 64px 40px;
  }

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

  .bg-map---cards-container {
    grid-column-gap: 32px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .collection-item---featured-bottom:nth-child(2n) {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--neutral--600);
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral--600);
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 48px 0;
  }

  .collection-item---featured-bottom:first-child {
    padding-right: 0;
  }

  .collection-item---featured-bottom:last-child {
    justify-content: flex-start;
    padding-left: 0;
  }

  .mg-bottom-120px {
    margin-bottom: 100px;
  }

  .pricing-mobile-text.text-200.medium.fs-15.hidden-on-desktop.show-on-mbl.show-on-tablet {
    display: block;
  }

  .top-section-image-right---wrapper {
    z-index: 0;
    width: 100%;
    margin-top: 64px;
    position: relative;
    right: 0;
    transform: none !important;
  }

  .top-section-image-right---wrapper.v2 {
    right: -16%;
  }

  .border-radius-20px.border-radius-10px-tablet {
    border-radius: 10px;
  }

  .top-section-image-right-card---image {
    width: 64%;
    position: relative;
  }

  .mg-bottom-100px {
    margin-bottom: 88px;
  }

  .rich-text-white img {
    border-radius: 20px;
  }

  .full-page-section {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .full-page-section.pd-170px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .max-w-80px-tablet {
    max-width: 80px;
  }

  .display-5 {
    font-size: 64px;
  }

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-left-side-2 {
    flex: 1;
    justify-content: space-between;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #1c1c1c;
    border-radius: 14px;
    max-height: 90vh;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
    overflow: auto;
  }

  .hamburger-menu-bar-3 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-3.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cta-card-2 {
    grid-template-columns: 1fr;
    padding: 80px 48px 0;
  }

  .cta-card-2.v2 {
    grid-template-columns: 2.5fr 1fr;
    padding: 64px 40px;
  }

  .display-6 {
    font-size: 48px;
  }

  .display-7 {
    font-size: 64px;
  }

  .display-8 {
    font-size: 28px;
  }

  .footer-bottom-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    padding: 32px;
  }

  .hamburger-menu-bar-4 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-4.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cta-card-3 {
    grid-template-columns: 1fr;
    padding: 80px 48px 0;
  }

  .cta-card-3.v2 {
    grid-template-columns: 2.5fr 1fr;
    padding: 64px 40px;
  }

  .display-9 {
    font-size: 48px;
  }

  .display-10 {
    font-size: 64px;
  }

  .display-11 {
    font-size: 28px;
  }

  .display-12 {
    font-size: 48px;
  }

  .display-13 {
    font-size: 64px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .display-14 {
    font-size: 48px;
  }

  .top-section---bg-pattern-2 {
    min-height: 750px;
  }

  .card-7.rich-text-card {
    padding: 48px 40px;
  }

  .card-7.article-details-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-15, .display-17 {
    font-size: 28px;
  }

  .display-18 {
    font-size: 64px;
  }

  .display-16 {
    font-size: 48px;
  }

  .mg-top--20px.bg-neutral-700.min-h-76.px-64 {
    padding-bottom: 24px;
  }

  .uui-banner21_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner21_icon-wrapper {
    display: none;
  }

  .uui-banner21_content {
    margin-right: 1rem;
  }

  .uui-banner21_wrapper {
    align-items: flex-start;
  }

  .uui-banner21_component {
    display: none;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .uui-banner19_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner19_icon-wrapper {
    display: none;
  }

  .uui-banner19_content {
    margin-right: 1rem;
  }

  .uui-banner19_wrapper {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container.spark-primary-background {
    padding: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rl_gallery21_image.h-400 {
    min-height: 340px;
  }

  .rl_gallery21_lightbox-link {
    margin-left: auto;
    margin-right: auto;
  }

  .rl_gallery21_slider.pb-0 {
    padding-bottom: 0;
  }

  .rl_gallery21_slider.pb-0.mbl-pb-5 {
    padding-bottom: 5rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .video-2.video-top-section {
    width: 90%;
  }

  .rl-heading-style-h1-copy, .rl-heading-style-h1-copy-copy, .rl-heading-style-h1-copy-copy-copy {
    font-size: 3.25rem;
  }

  .display-19, .display-20 {
    font-size: 64px;
  }

  .youtube-3 {
    width: auto;
  }

  .videodiv {
    width: 90%;
  }

  .btn-secondary-copy.large {
    padding: 26px 52px;
  }

  .filter {
    height: 87.5%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 18px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 64px 32px;
    font-size: 20px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.title-and-categories.mg-bottom-48px {
    margin-bottom: 40px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1fr---1-32fr, .grid-2-columns._1fr---1-42fr, .grid-2-columns._1-2fr---1fr, .grid-2-columns._1fr---1-65fr, .grid-2-columns._1-3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-2-columns._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2fr---1fr._2-col-mbl {
    grid-template-columns: 2fr 1fr;
  }

  .grid-2-columns._1fr---1-36fr, .grid-2-columns._1-6fr---1fr, .grid-2-columns._1-1fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-1fr---1fr.gap-row-64px {
    grid-row-gap: 48px;
  }

  .grid-2-columns._1fr---2-3fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.pricing-table-mb-grid {
    grid-column-gap: 24px;
    text-align: left;
    grid-template-columns: 1fr .4fr;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
    max-width: 320px;
  }

  .grid-2-columns._3fr---1fr, .grid-2-columns._1-55fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-20px-mbl {
    grid-column-gap: 20px;
  }

  .grid-2-columns._1fr---1-4fr, .grid-2-columns._1-94fr---1fr, .grid-2-columns._1fr---1-6fr, .grid-2-columns._1-44fr---1fr {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px;
  }

  .card.form {
    min-height: 564px;
    padding: 40px 32px;
  }

  .card.form.pd-sides-62px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.sales-home-page {
    border-radius: 20px;
  }

  .card.card-image-bottom-right {
    padding: 32px;
  }

  .card.card-image-right {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.card-image-right.v2 {
    padding: 40px 32px;
  }

  .card.testimonial-slider-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .card.testimonial-slider-card.v2 {
    padding: 24px 24px 48px;
  }

  .card.footer-card-link, .card.tab-link-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-link-text-card.v2 {
    padding: 32px;
  }

  .card.blog-link-text-card.featured-top {
    margin-top: 16px;
  }

  .card.white-logo-card.last {
    transform: translate(50%);
  }

  .card.pd-40px---40px---48px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.pd-48px---26px---44px {
    padding: 40px 24px 32px;
  }

  .card.pd-40px---36px---44px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.pd-48px---16px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.contact-card-link {
    width: 100%;
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.card-link-icon-left {
    padding: 32px;
  }

  .card.faqs-card {
    padding: 48px 34px 64px;
  }

  .card.faqs-card.dark {
    padding: 48px 32px 64px;
  }

  .card.bg-map-card {
    max-width: 500px;
  }

  .card.top-section-newsletter-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-featured-card-right {
    padding: 40px 32px;
  }

  .card.icon-top---card-link-dark {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .card.blog-featured-link-dark {
    width: 100%;
    max-width: none;
  }

  .card.blog-author-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.product-details-card {
    padding: 48px 32px;
  }

  .card.open-positions-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.rich-text-center-card {
    padding: 48px 32px;
  }

  .card.careers-link-card {
    padding: 40px 32px 48px;
  }

  .card.icon-top-card-link {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.top-section-image-right-card {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.card-link-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

  .card.horizontal-card-btn-right {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.rich-text-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.article-details-card {
    position: relative;
    top: 0;
  }

  .card.card-link-vertical {
    padding: 40px 32px;
  }

  .card.top-section-dark-form-right {
    min-height: 510px;
    padding: 48px 32px;
  }

  .card.page-sections-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.sign-up-form {
    width: 100%;
    max-width: none;
    padding: 40px 32px;
  }

  .card.sign-in-form {
    padding: 48px 32px;
  }

  .card.password-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.confirm-your-email-card {
    padding: 64px 48px;
  }

  .card.protected-page-card {
    padding: 64px 40px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-table {
    border-radius: 18px;
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-columns._4-columns-tablet, .grid-4-columns.logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

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

  .mg-bottom-32px.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

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

  .mg-bottom-40px.mg-bottom-20px-mbl {
    margin-bottom: 20px;
  }

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

  .mg-bottom-48px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

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

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

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

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-40px {
    margin-top: 32px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

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

  .mg-right-32px {
    margin-right: 24px;
  }

  .mg-right-40px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.bold.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .display-1 {
    font-size: 48px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 14px;
  }

  .grid-1-column.gap-row-24px.gap-row-16px-mbl {
    grid-row-gap: 16px;
  }

  .grid-1-column.gap-row-32px.gap-row-20px-mbl {
    grid-row-gap: 20px;
  }

  .grid-1-column.mg-top-40px.mg-top-0-mbl {
    margin-top: 0;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .gap-row-56px {
    grid-row-gap: 32px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 18px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.dropdown-pages-main-grid {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    display: flex;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .mg-bottom-0.color-neutral-400.height-400 {
    height: auto;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary.small {
    border-radius: 10px;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 18px;
  }

  .btn-primary.next-btn {
    font-size: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-btn {
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.light.tab-menu-badge {
    font-size: 14px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-primary.pd-12px---18px {
    font-size: 14px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
    padding: 15px 24px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.icon-inside-left {
    padding-left: 46px;
  }

  .input.dropdown-wrapper.dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.enter-now-btn-inside {
    min-height: 66px;
  }

  .text-area {
    font-size: 16px;
  }

  .checkbox-field-wrapper.small.mg-bottom-32px {
    margin-bottom: 28px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .avatar-circle._02._48px-mbl {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .avatar-circle._03 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .social-icon-font.circular-icon {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-radius: 14px;
  }

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .container-default {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.vertical-marquee-right-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* .section.floating-icons-sides-section {
    padding-top: 120px;
  } */

  .section.bg-map-section {
    padding-bottom: 120px;
  }

  .section.pd-top-150px {
    padding-top: 100px;
  }

  .section.pd-140px---170px {
    padding-top: 100px;
    padding-bottom: 124px;
  }

  .section.pd-top-180px {
    padding-top: 100px;
  }

  .section.pd-164px---180px {
    padding-top: 114px;
    padding-bottom: 140px;
  }

  .section._124px---180px {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .section.pd-156px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-top-140px, .section.pd-top-140px-copy {
    padding-top: 100px;
  }

  .section.floating-icons-sides-section-copy {
    padding-top: 120px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-content-wrapper {
    padding: 20px;
    box-shadow: 0 2px 12px #0202021f;
  }

  .header-content-wrapper.header-simple {
    margin-top: 32px;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.v2 {
    grid-row-gap: 32px;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-middle {
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-middle.v2 {
    grid-template-columns: 1fr 1fr;
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .sticky-top.static-mbl {
    position: static;
  }

  .cta-card {
    border-radius: 20px;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-card.v2 {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-card.lifesycle, .cta-card.uzair, .cta-card.neuron, .cta-card.eax {
    max-width: 530px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    transform: scale(.96);
  }

  .slider-wrapper.slider-buttons-bottom-center, .slider-wrapper.slider-buttons-top-right {
    padding-bottom: 80px;
  }

  .accordion-item-wrapper {
    border-radius: 18px;
    padding: 40px 32px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-btn-line.vertical {
    height: 16px;
  }

  .accordion-btn-line.horizontal {
    width: 16px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-table-top {
    min-height: auto;
    padding: 64px 18px 56px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.last {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .pricing-content-wrapper.last.mg-bottom-0-mbl {
    margin-bottom: 0;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-item-wrapper.vertical-desktop, .categories-badges-item-wrapper.center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper.vertical-desktop, .categories-badges-wrapper.center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._404-not-found {
    margin-bottom: -32px;
    font-size: 120px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .home-pages-cointainer {
    margin-top: 48px;
  }

  .image-home-link-wrapper {
    border-radius: 12px;
    max-width: 209px;
  }

  .card-sales-home-content {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 32px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .top-section {
    padding-top: 182px;
  }

  .top-section.bg-v2 {
    margin-bottom: 80px;
    padding-top: 182px;
  }

  .top-section.pd-bottom-200px, .top-section.bg-v4 {
    padding-bottom: 120px;
  }

  .top-section.bg-v5.pd-258px---174px {
    padding-top: 182px;
    padding-bottom: 120px;
  }

  .top-section.bg-v6 {
    padding-bottom: 140px;
  }

  .top-section.bg-v7 {
    padding-bottom: 100px;
  }

  .top-section.bg-v8 {
    padding-bottom: 164px;
  }

  .top-section.bg-v9, .top-section.bg-v10 {
    padding-bottom: 100px;
  }

  .top-section.pd-top-254px {
    padding-top: 182px;
  }

  .top-section.bg-v11 {
    padding-bottom: 100px;
  }

  .top-section.image-right {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-section.image-right.v2 {
    padding-top: 182px;
    padding-bottom: 164px;
  }

  .top-section.bg-v12, .top-section.bg-v13 {
    padding-top: 182px;
    padding-bottom: 118px;
  }

  .top-section.bg-v14 {
    padding-top: 182px;
    padding-bottom: 100px;
  }

  .top-section.pd-top-230px {
    padding-top: 182px;
  }

  .top-section.bg-v15 {
    margin-top: -100px;
    padding-top: 182px;
    padding-bottom: 100px;
  }

  .top-section.bg-v16 {
    padding-top: 182px;
    padding-bottom: 100px;
  }

  .top-section.bg-v17 {
    padding-top: 182px;
    padding-bottom: 120px;
  }

  .top-section.bg-v18 {
    padding-top: 182px;
    padding-bottom: 144px;
  }

  .top-section.bg-v9, .top-section.bg-v10 {
    padding-bottom: 100px;
  }

  .image-large-right---container {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-large-right---container.mg-bottom-80px {
    grid-row-gap: 48px;
  }

  .image-large-right---image-wrapper, .image-large-right---image-wrapper.v2 {
    width: 100%;
    margin-right: 0;
  }

  .image-large-right---image-wrapper.v3 {
    width: 100%;
    max-width: none;
    margin-right: 0;
    display: block;
  }

  .image-large-right---image-wrapper.v4 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: -64px;
  }

  .image-large-right---image-bottom.v2 {
    width: 50%;
    bottom: 0%;
    left: -12px;
  }

  .width-42._64-tablet._100-mbl {
    width: 100%;
  }

  .tab-menu-center-container {
    margin-bottom: 24px;
  }

  .card-image-bottom-right---wrapper {
    margin-bottom: -32px;
    margin-right: -32px;
  }

  .mg-bottom-88px {
    margin-bottom: 72px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .flex.align-top.vertical-mbl {
    flex-direction: column;
  }

  .slider-btn-light {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 22px;
  }

  .slider-btn-light:hover {
    transform: translate3d(0, -3px, .01px);
  }

  .slider-btn-light.left-btn-center {
    right: 64px;
  }

  .slider-btn-white {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 22px;
  }

  .slider-btn-white:hover {
    transform: translate3d(0, -3px, .01px);
  }

  .slider-btn-white.right-btn-center {
    left: 64px;
  }

  .slider-btn-white.desktop-large---left--32px {
    left: -12px;
  }

  .testimonial-card---text-container.v2 {
    border-radius: 18px;
    margin-bottom: 32px;
    padding: 32px 24px 48px;
  }

  .vertical-marquee-main-container {
    margin-top: 48px;
  }

  .card-link---image-wrapper.blog-link-v1---image-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .card-link---image-wrapper.border-radius-26px {
    border-radius: 18px;
  }

  .blog-link-v1---collection-item {
    grid-column-gap: 16px;
    flex-direction: column;
  }

  .blog-link-v1---collection-item:nth-child(odd), .blog-link-v1---collection-item:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .blog-link-v1---text-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .social-media-square-links-container.team-member-slider-link---social-icons-container {
    bottom: 28px;
  }

  .top-section---bottom-interfaces-container {
    margin-bottom: -80px;
  }

  .top-section---large-interface-bottom {
    border-radius: 10px;
    width: 90%;
  }

  .top-section---small-interface-bottom {
    width: 50%;
  }

  .section-floating-items.left {
    margin-top: 48px;
  }

  .image-large-left---container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-large-left---image-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .section-interface-bottom {
    border-radius: 8px;
  }

  .section-top-pattern {
    min-height: 662px;
  }

  .testimonial-card---avatar-and-logo-container {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .testimonial-card---avatar-and-logo-container.horizontal-mbl {
    flex-direction: row;
  }

  .slider-btn-dark {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    font-size: 22px;
  }

  .slider-btn-dark:hover {
    transform: translate3d(0, -3px, .01px);
  }

  .slider-btn-dark.left-btn-center {
    right: 64px;
  }

  .slider-btn-dark.right-btn---top-right {
    inset: auto 0% 0% 64px;
  }

  .slider-btn-dark.left-btn---top-right {
    margin-left: auto;
    margin-right: auto;
    inset: auto 64px 0% 0%;
  }

  .slider-btn-dark.right-btn-center {
    left: 64px;
  }

  .slider-btn-dark.desktop-large---right--32px {
    right: -12px;
  }

  .width-50.width-64-tablet.width-100-mbl {
    max-width: 100%;
  }

  .icon-inside-input-left {
    font-size: 20px;
  }

  .input-single-success-message {
    min-height: 60px;
  }

  .logo-inside-card---cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-card---image-right-wrapper {
    width: 110%;
    margin-right: -40px;
  }

  .top-section---bg-pattern {
    min-height: 700px;
  }

  .top-section---bg-pattern.v2 {
    min-height: 600px;
  }

  .top-section---bg-pattern.v4 {
    min-height: 640px;
  }

  .top-section---bg-pattern.v6 {
    min-height: 800px;
  }

  .team-member-slider-link---image-wrapper {
    margin-bottom: 24px;
  }

  .logo-grid---item-container {
    padding-left: 52px;
    padding-right: 52px;
  }

  .logo-grid---item-container.border-bottom-none.border-bottom-solid-mbl {
    border-bottom-style: solid;
  }

  .logo-grid---item-container.border-bottom-none.border-bottom-solid---right-none-mbl {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .logo-grid---item-container.border-right-none-mbl {
    border-right-style: none;
  }

  .contact-link-dark.large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-link-dark.large.pd-40px---32px---62px {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .accordion-btn {
    border-radius: 8px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .border-radius-26px {
    border-radius: 20px;
  }

  .pd-62px---40px---60px {
    padding: 48px 32px;
  }

  .accordion-icon-line.vertical {
    height: 16px;
  }

  .accordion-icon-line.horizontal {
    width: 16px;
  }

  .bg-map---cards-container {
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .btn-under-input-success-message {
    min-height: 136px;
  }

  .max-w-64px-mbl {
    max-width: 64px;
  }

  .mg-bottom-120px {
    margin-bottom: 88px;
  }

  .btn-inside-input-wrapper {
    right: 4px;
  }

  .blog-post-author---link-container {
    max-width: 186px;
    margin-right: 16px;
    padding-right: 16px;
  }

  .top-section-image-right---wrapper.v2 {
    width: 100%;
    right: 0%;
  }

  .max-w-36px-mbl {
    max-width: 36px;
  }

  .tabs-menu-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 40px;
  }

  .career-details-container {
    grid-column-gap: 32px;
  }

  .card-image-right---interface {
    border-radius: 12px;
  }

  .top-section-image-right-card---image {
    width: 80%;
  }

  .mg-bottom-100px {
    margin-bottom: 80px;
  }

  .rich-text-white img {
    border-radius: 14px;
  }

  .rich-text-white h3 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .rich-text-white ul, .rich-text-white ol {
    padding-left: 32px;
  }

  .rich-text-white h6, .rich-text-white h5, .rich-text-white h4 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .full-page-section {
    min-height: 80vh;
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .full-page-section.pd-170px {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .max-w-80px-mbl {
    max-width: 80px;
  }

  .input-and-lablel-top---btn-bottom-sucess-message-dark {
    border-radius: 20px;
    min-height: 174px;
  }

  .tab-image-right {
    width: 100%;
    margin-left: 0;
  }

  .tab-image-right.max-w-736px, .tab-image-right.max-w-718px, .tab-image-right.max-w-646px {
    max-width: none;
  }

  .badge-primary-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary-2.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .display-5 {
    font-size: 48px;
  }

  .text-401 {
    font-size: 16px;
  }

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .header-content-wrapper-2 {
    padding: 20px;
    box-shadow: 0 2px 12px #0202021f;
  }

  .btn-primary-2.small {
    border-radius: 10px;
  }

  .text-402 {
    font-size: 18px;
  }

  .text-402.bold.footer-title {
    margin-bottom: 20px;
  }

  .hamburger-menu-bar-3 {
    width: 32px;
  }

  .cta-card-2 {
    border-radius: 20px;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-card-2.v2 {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-content-wrapper-3 {
    padding: 20px;
    box-shadow: 0 2px 12px #0202021f;
  }

  .btn-primary-3.small {
    border-radius: 10px;
  }

  .display-6 {
    font-size: 40px;
  }

  .display-7 {
    font-size: 48px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-2::placeholder {
    font-size: 16px;
  }

  .display-8 {
    font-size: 26px;
  }

  .text-403 {
    font-size: 16px;
  }

  .card-2 {
    border-radius: 20px;
  }

  .card-2.footer-card-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-bottom-2 {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-404 {
    font-size: 18px;
  }

  .text-404.bold.footer-title {
    margin-bottom: 20px;
  }

  .hamburger-menu-bar-4 {
    width: 32px;
  }

  .cta-card-3 {
    border-radius: 20px;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-card-3.v2 {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-content-wrapper-4 {
    padding: 20px;
    box-shadow: 0 2px 12px #0202021f;
  }

  .btn-primary-4.small {
    border-radius: 10px;
  }

  .display-9 {
    font-size: 40px;
  }

  .display-10 {
    font-size: 48px;
  }

  .input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-3::placeholder {
    font-size: 16px;
  }

  .display-11 {
    font-size: 26px;
  }

  .text-405 {
    font-size: 16px;
  }

  .card-3 {
    border-radius: 20px;
  }

  .card-3.footer-card-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-content-wrapper-5 {
    padding: 20px;
    box-shadow: 0 2px 12px #0202021f;
  }

  .btn-primary-5.small {
    border-radius: 10px;
  }

  .text-406 {
    font-size: 18px;
  }

  .text-406.bold.footer-title {
    margin-bottom: 20px;
  }

  .display-12 {
    font-size: 40px;
  }

  .display-13 {
    font-size: 48px;
  }

  .input-4 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-4::placeholder, .text-407 {
    font-size: 16px;
  }

  .card-4 {
    border-radius: 20px;
  }

  .card-4.footer-card-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-408 {
    font-size: 16px;
  }

  .card-5 {
    border-radius: 20px;
  }

  .text-409 {
    font-size: 16px;
  }

  .card-6 {
    border-radius: 20px;
  }

  .text-410 {
    font-size: 18px;
  }

  .text-410.bold.footer-title {
    margin-bottom: 20px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider-2._32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .display-14 {
    font-size: 40px;
  }

  .heading-h5-size-2 {
    font-size: 16px;
  }

  .top-section---bg-pattern-2 {
    min-height: 700px;
  }

  .card-7 {
    border-radius: 20px;
  }

  .card-7.footer-card-link, .card-7.rich-text-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-7.article-details-card {
    position: relative;
    top: 0;
  }

  .display-15 {
    font-size: 26px;
  }

  .btn-primary-6.small {
    border-radius: 10px;
  }

  .text-411 {
    font-size: 18px;
  }

  .text-411.bold.footer-title {
    margin-bottom: 20px;
  }

  .card-8 {
    border-radius: 20px;
  }

  .card-8.footer-card-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .display-17 {
    font-size: 26px;
  }

  .display-18 {
    font-size: 48px;
  }

  .display-16 {
    font-size: 40px;
  }

  .card-9 {
    border-radius: 20px;
  }

  .text-412 {
    font-size: 16px;
  }

  .mg-top--20px.bg-neutral-700.min-h-76.px-64 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .uui-banner21_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner21_close-button:hover {
    color: var(--untitled-ui-primary500);
    background-color: #0000;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .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-button-row {
    align-self: stretch;
  }

  .uui-banner21_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner21_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .uui-banner19_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner19_close-button:hover {
    background-color: #0000;
  }

  .uui-button-secondary {
    font-size: 1rem;
  }

  .uui-button-secondary:hover {
    background-color: var(--untitled-ui-primary50-501);
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-banner19_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .uui-banner19_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_image.h-400 {
    min-height: 380px;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video-2.video-top-section {
    width: 90%;
  }

  .pop-up-item {
    width: 90%;
    padding: 16px;
  }

  .rl-heading-style-h1-copy, .rl-heading-style-h1-copy-copy, .rl-heading-style-h1-copy-copy-copy {
    font-size: 2.5rem;
  }

  .input-5 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-5::placeholder {
    font-size: 16px;
  }

  .display-19 {
    font-size: 48px;
  }

  .heading-h4-size-2 {
    font-size: 20px;
  }

  .card-10 {
    border-radius: 20px;
  }

  .card-10.top-section-dark-form-right {
    min-height: 510px;
    padding: 48px 32px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-413 {
    font-size: 16px;
  }

  .input-6 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input-6::placeholder {
    font-size: 16px;
  }

  .display-20 {
    font-size: 48px;
  }

  .heading-h4-size-3 {
    font-size: 20px;
  }

  .card-11 {
    border-radius: 20px;
  }

  .card-11.top-section-dark-form-right {
    min-height: 510px;
    padding: 48px 32px;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-414 {
    font-size: 16px;
  }

  .youtube-3 {
    width: auto;
  }

  .btn-secondary-copy.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary-copy.previous-btn {
    font-size: 16px;
  }

  .filter {
    height: 78.5%;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #fff;
    border: 0 solid #000;
  }

  h1 {
    font-size: 32px;
  }

  blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 48px 24px;
    font-size: 18px;
  }

  .page-wrapper {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .page-wrapper.bg-neutral-800.position-relative---z-index-1 {
    background-color: var(--neutral--800);
  }

  .page-wrapper.bg-neutral-200 {
    background-color: var(--neutral--200);
  }

  .grid-2-columns.form._2-col-mbl.popup-book-a-demo {
    grid-row-gap: 12px;
  }

  .grid-2-columns.form._2-col-mbl.mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.form._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-20px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-2-columns._2-col-mbl.gap-column-20px-mbl {
    grid-column-gap: 12px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    display: none;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-48px {
    justify-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 36px;
  }

  .grid-2-columns._1fr---1-65fr.gap-row-48px.product-grid-2-columns {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .grid-2-columns._1-3fr---1fr.mg-bottom-80px {
    padding-top: 0;
  }

  .grid-2-columns._1-3fr---1fr.mg-bottom-80px.pd-top-72 {
    padding-top: 72px;
  }

  .grid-2-columns._1-1fr---1fr.gap-row-64px {
    grid-row-gap: 40px;
  }

  .card {
    border-radius: 14px;
  }

  .card.form {
    min-height: 778px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form.pd-sides-62px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.sales-home-page {
    border-radius: 16px;
  }

  .card.pd-52px---42px---22px {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-image-bottom-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.features-card-small {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .card.card-image-right {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-image-right.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-slider-card.v2 {
    padding: 18px 18px 40px;
  }

  .card.testimonial-slider-card.pressslider {
    min-height: 540px;
    max-height: 870px;
  }

  .card.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .card.tab-link-card, .card.features-card, .card.blog-link-text-card, .card.blog-link-text-card.v2, .card.blog-link-text-card.featured-top-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.white-logo-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.pd-40px---40px---48px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-48px---26px---44px.bg-neutral-700 {
    margin-bottom: 40px;
    display: block;
  }

  .card.pd-40px---36px---44px {
    padding: 32px 24px 40px;
  }

  .card.contact-card-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-link-icon-left {
    grid-template-columns: 40px 1fr;
    padding: 24px;
  }

  .card.faqs-card {
    padding: 40px 32px 48px;
  }

  .card.faqs-card.dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.bg-map-card {
    padding: 40px 24px;
  }

  .card.top-section-newsletter-card, .card.blog-featured-card-right, .card.icon-top---card-link-dark, .card.blog-featured-link-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.blog-author-card {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.product-details-card {
    padding: 40px 24px;
  }

  .card.open-positions-card {
    padding: 56px 24px;
  }

  .card.icon-list-top-section-card {
    max-width: none;
    padding: 40px 24px 48px;
  }

  .card.rich-text-center-card {
    padding: 40px 24px;
  }

  .card.careers-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.icon-top-card-link {
    padding: 40px 24px 48px;
  }

  .card.icon-top-card-link.v2, .card.top-section-image-right-card {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-link-2-columns {
    padding: 32px 24px;
  }

  .card.horizontal-card-btn-right, .card.rich-text-card {
    padding: 40px 24px;
  }

  .card.card-link-vertical {
    padding: 32px 24px;
  }

  .card.top-section-dark-form-right {
    min-height: 818px;
    padding: 40px 24px;
  }

  .card.top-section-dark-form-right.popup-book-a-demo {
    flex-direction: column;
    min-height: auto;
    display: flex;
    position: static;
  }

  .card.top-section-dark-form-right.mobile-width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .card.page-sections-card {
    padding: 32px 24px;
  }

  .card.sign-up-form, .card.sign-in-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.password-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.confirm-your-email-card {
    padding: 48px 32px;
  }

  .card.protected-page-card {
    padding: 48px 28px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.pricing-table {
    border-radius: 12px;
  }

  .grid-4-columns._4-columns-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns._4-columns-tablet.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-4-columns.mg-bottom-40px {
    display: block;
  }

  .color-neutral-100.mg-bottom-0 {
    font-size: 16px;
  }

  .color-neutral-100.mg-bottom-0.bold {
    font-size: 22px;
  }

  .color-neutral-100.mg-bottom-12px.mg-bottom-4px-mbp {
    margin-bottom: 4px;
  }

  .color-neutral-100.text-100.popup-field {
    font-size: 12px;
  }

  .color-neutral-100.navbold {
    font-size: 16px;
    font-weight: 400;
  }

  .color-neutral-400 {
    color: var(--neutral--400);
    display: inline;
  }

  .color-neutral-400.mg-bottom-40px {
    color: var(--neutral--400);
    display: inline-block;
  }

  .color-neutral-400.mg-bottom-0.center-text {
    color: var(--neutral--400);
  }

  .color-neutral-400.mg-bottom-32px {
    color: var(--neutral--400);
    display: inline;
  }

  .color-neutral-400.mg-bottom-32px.mobile-hide {
    display: inline-block;
  }

  .color-neutral-400.center-text {
    color: var(--neutral--400);
  }

  .color-neutral-400.mobile-hide {
    display: none;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-24px {
    outline-offset: 0px;
    border-radius: 0%;
    outline: 0 #fffcfc;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .mg-bottom-32px.mg-bottom-12px-mbp {
    margin-bottom: 12px;
  }

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

  .mg-bottom-40px.border-radius-10px.h-full.min-h-300.none {
    display: none;
  }

  .mg-bottom-48px.mg-bottom-24px-mbl {
    margin-bottom: 20px;
  }

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

  .mg-top-48px {
    margin-top: 32px;
  }

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

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-row-24px.gap-row-16px-mbp {
    grid-row-gap: 16px;
  }

  .grid-1-column.gap-row-32px.gap-row-20px-mbl {
    grid-row-gap: 12px;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.font-size-30px-mbp {
    font-size: 30px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.color-neutral-400.mg-bottom-8px {
    color: var(--neutral--500);
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 32px;
  }

  .grid-3-columns.gap-row-56px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.dropdown-pages-main-grid {
    grid-row-gap: 0px;
    margin-bottom: -54px;
  }

  .shadow-02.border-radius-12px.max-w-48px-mbp {
    border-radius: 8px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.text-center {
    max-width: 100%;
    padding: 0;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-0.testimonial-card, .mg-bottom-0.color-neutral-400.height-400 {
    height: auto;
  }

  .btn-primary {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.white {
    margin-top: 22px;
  }

  .btn-primary.white.button-row {
    margin-top: 22px;
    margin-right: 0;
  }

  .btn-primary.white.mg-top-24px {
    z-index: 997;
  }

  .btn-primary.white.popup-btn {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .btn-primary.white.button-row-copy {
    margin-top: 22px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.next-btn {
    margin: 12px 0;
  }

  .btn-primary.white-copy, .btn-primary.white-copy.button-row {
    margin-top: 22px;
  }

  .btn-primary.white-copy.mg-top-24px {
    z-index: 997;
  }

  .btn-primary.white-copy.popup-btn {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .btn-primary.white-copy.button-row-copy {
    margin-top: 22px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.white {
    border-color: var(--neutral--100);
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary.previous-btn {
    margin: 12px 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.light.tab-menu-badge {
    width: 100%;
    padding: 16px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.dark.popup-input {
    min-height: 36px;
  }

  .input.enter-now-btn-inside {
    min-height: 60px;
    padding-right: 24px;
  }

  .text-area.dark {
    min-height: 90px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-font.circular-icon, .social-icon-font.square-rounded-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 18px;
  }

  .social-icon-square {
    border-radius: 6px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text {
    padding-right: 0;
    font-size: 18px;
  }

  .rich-text img {
    border-radius: 10px;
  }

  .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 24px;
  }

  .rich-text.fs-14 {
    font-size: 14px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .width-100 {
    flex: 0 auto;
  }

  .width-100.mg-bottom-24px {
    object-fit: cover;
    border-radius: 0%;
    width: auto;
    height: auto;
  }

  .width-100.none {
    display: none;
  }

  .container-default {
    object-fit: fill;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.z-index-10 {
    z-index: 10;
    position: relative;
  }

  .section {
    background-color: var(--neutral--100);
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .section.bg-neutral-200 {
    background-color: var(--neutral--200);
  }

  .section.bg-neutral-200.overflow-hidden, .section.bg-neutral-200.overflow-hidden.section-low-top.section-low-bottom-100 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    padding-bottom: 94px;
  }

  .section.bg-neutral-800 {
    background-color: var(--neutral--800);
    background-image: none;
    padding-bottom: 124px;
  }

  .section.bg-neutral-800.overflow-hidden {
    padding-bottom: 89px;
  }

  .section.pd-top-0.pd-bottom-0 {
    border-radius: 0;
    width: 100%;
  }

  .section.vertical-marquee-right-section {
    object-fit: fill;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .section.pd-bottom-0.position-relative---z-index-1 {
    background-color: var(--ls-pink);
  }

  .section.bg-map-section {
    padding-bottom: 100px;
  }

  .section.pd-top-150px {
    padding-top: 80px;
  }

  .section.pd-140px---170px {
    padding-top: 88px;
    padding-bottom: 118px;
  }

  .section.pd-top-180px {
    padding-top: 80px;
  }

  .section.pd-164px---180px {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section._124px---180px {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .section.pd-156px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-top-140px {
    padding-top: 88px;
  }

  .section.section-low-top.pd-top-0 {
    padding-top: 0;
  }

  .section.product-section {
    border-radius: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section.pd-top-140px-copy {
    padding-top: 88px;
  }

  .section.floating-icons-sides-section-copy {
    padding-top: 80px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-wrapper.sticky-top {
    background-color: #0000;
    margin-top: -40px;
    padding-top: 0;
    top: 0;
  }

  .header-content-wrapper {
    padding: 20px 18px;
  }

  .header-content-wrapper.header-simple {
    margin-top: 24px;
  }

  .header-content-wrapper.product-wrapper {
    margin-top: 0;
  }

  .header-content-wrapper.iceberg-nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-nav-menu-wrapper.ls-menu-wrapper {
    background-color: var(--ls-pink);
  }

  .header-nav-menu-wrapper.neuron-menu-wrapper {
    background-color: var(--neuron-blue);
  }

  .header-nav-menu-wrapper.eax-menu-wrapper {
    background-color: var(--eax-gray);
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .header-middle.product-middle {
    border-radius: 16px;
  }

  .header-middle.product-middle.neuron {
    margin-top: 8px;
  }

  .header-middle.product-middle.ls {
    flex: 1;
    margin-top: 8px;
  }

  .header-middle.product-middle.ls.icebergcolor.mblmiddle {
    margin-top: 0;
    padding: 0;
  }

  .header-middle.product-middle.eax {
    margin-top: 8px;
  }

  .header-left-side {
    flex: 0 auto;
  }

  .header-left-side.product-left-side {
    display: none;
  }

  .hidden-on-desktop.show-on-mbl {
    display: block;
  }

  .flex-horizontal {
    flex-direction: column;
  }

  .flex-horizontal.justify-space-between.gap-column-24px {
    grid-column-gap: 16px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    align-items: stretch;
  }

  .footer-middle.v2, .footer-middle.icebergfooter {
    grid-template-columns: 1fr;
  }

  .footer-middle.lsfooter {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-middle.neuronfooter {
    grid-template-columns: 1fr;
  }

  .text-center.mg-top-80px.width90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card {
    border-radius: 14px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card.v2 {
    padding: 40px 26px;
  }

  .cta-card.v2._0pxgrid {
    grid-row-gap: 0px;
  }

  .cta-card.lifesycle {
    max-width: 290px;
    padding-top: 60px;
  }

  .cta-card.uzair {
    max-width: 290px;
    margin-top: 0;
    padding-top: 60px;
  }

  .cta-card.neuron, .cta-card.eax {
    max-width: 290px;
    padding-top: 60px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-item-wrapper {
    width: 95%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .slide-item-mg.testimonial-slider {
    margin-right: 0;
  }

  .pricing-column {
    display: block;
  }

  .pricing-column.mostpopular {
    background-color: var(--neutral--800);
  }

  .pricing-table-top {
    padding-bottom: 40px;
  }

  .pricing-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .badge-wrapper-top-right {
    top: 12px;
    right: 12px;
  }

  ._404-not-found {
    margin-bottom: -24px;
    font-size: 100px;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    border-radius: 10px;
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-home-content {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-section {
    margin-top: -106px;
    padding-top: 154px;
  }

  .top-section.bg-v2 {
    background-color: var(--neutral--800);
    margin-top: -106px;
    margin-bottom: 64px;
    padding-top: 154px;
  }

  .top-section.bg-v2.min-h-100 {
    height: 100vh;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .top-section.pd-bottom-200px.bg-neutral-200 {
    background-color: var(--neutral--200);
  }

  .top-section.bg-v4, .top-section.bg-v5 {
    padding-bottom: 100px;
  }

  .top-section.bg-v5.pd-258px---174px {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .top-section.bg-v6 {
    padding-bottom: 100px;
  }

  .top-section.bg-v7 {
    padding-bottom: 80px;
  }

  .top-section.bg-v8 {
    padding-bottom: 120px;
  }

  .top-section.bg-v9 {
    padding-bottom: 80px;
  }

  .top-section.pd-top-254px {
    padding-top: 154px;
  }

  .top-section.bg-v11 {
    padding-bottom: 88px;
  }

  .top-section.image-right {
    padding-top: 60px;
  }

  .top-section.image-right.v2 {
    margin-top: -116px;
    padding-top: 154px;
    padding-bottom: 120px;
  }

  .top-section.bg-v12, .top-section.bg-v13 {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .top-section.bg-v14 {
    padding-top: 154px;
    padding-bottom: 80px;
  }

  .top-section.pd-top-230px {
    padding-top: 154px;
  }

  .top-section.bg-v15 {
    margin-top: -104px;
    padding-top: 154px;
    padding-bottom: 80px;
  }

  .top-section.bg-v16 {
    padding-top: 154px;
    padding-bottom: 80px;
  }

  .top-section.bg-v17 {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .top-section.bg-v18 {
    padding-top: 154px;
    padding-bottom: 120px;
  }

  .top-section.bg-v9 {
    margin-top: -104px;
    padding-bottom: 80px;
  }

  .top-section.bg-v9.top-margin-67px {
    margin-top: -104px;
  }

  .top-section.bg-v10 {
    padding-bottom: 88px;
  }

  .image-large-right---container.mg-bottom-80px {
    grid-row-gap: 32px;
  }

  .image-large-right---image-wrapper.v4 {
    width: 120%;
  }

  .tab-menu-center-container {
    border-radius: 20px;
    flex-direction: column;
  }

  .flex.align-center.vertical-mbp, .flex.vertical-mbp {
    flex-direction: column;
  }

  .flex.formcheckbox {
    grid-template-rows: 20px 20px;
  }

  .max-w-32px-mbp {
    max-width: 32px;
  }

  .slider-btn-white.desktop-large---left--32px {
    left: -8px;
  }

  .testimonial-card---text-container {
    padding: 32px 24px;
  }

  .testimonial-card---text-container.v2 {
    border-radius: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-w-24px-mbp {
    max-width: 24px;
  }

  .vertical-marquee-main-container {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .vertical-marquee-column.hidden-on-desktop {
    display: flex;
  }

  .vertical-marquee-items-container {
    flex-wrap: nowrap;
  }

  .card-link---image-wrapper.border-radius-26px {
    border-radius: 12px;
  }

  .card-link---image {
    object-fit: fill;
    min-height: 186px;
  }

  .card-link---image.latest-news {
    min-height: auto;
  }

  .card-link---image.news-slider-card {
    min-height: 180px;
  }

  .card-link---image.news-slider-card.minh180 {
    object-fit: fill;
    min-height: 180px;
  }

  .card-link---image.news-slider-card.minh180.cover {
    object-fit: cover;
  }

  .card-link---image.black-band---testimonial {
    object-fit: fill;
    min-height: 280px;
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .card-link---image.black-band---tcard {
    min-height: 220px;
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .blog-link-v1---collection-item {
    flex-direction: column-reverse;
  }

  .blog-link-v1---text-container {
    width: 100%;
    padding: 32px 24px;
  }

  .card-link-title.heading-h3-size.font-size-18px-mbp {
    font-size: 18px;
  }

  .footer-download-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-pattern {
    background-position: 0 0;
    background-size: auto;
  }

  .footer-pages-container {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .link-underline-wrapper.mg-top--40 {
    background-color: var(--neutral--600);
    min-height: 2px;
    margin-top: -40px;
  }

  .link-underline-wrapper.mg-top--40.bg-neutral-500 {
    background-color: var(--neutral--600);
    min-height: 2px;
  }

  .link-underline-wrapper.mg-top--40.bg-neutral-500.min-h-3px {
    opacity: 0;
    min-height: 4px;
    display: none;
  }

  .link-underline.bg-neutral-700 {
    min-height: 3px;
  }

  .vertical-divider.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .footer-card-links-grid {
    grid-template-columns: 1fr;
  }

  .top-section---bottom-interfaces-container {
    margin-bottom: -64px;
  }

  .section-floating-items.left {
    width: 40%;
    display: none;
  }

  .section-floating-items.right {
    width: 40%;
    margin-top: -64%;
    display: none;
  }

  .features-card-top-container {
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .max-w-18px-mbp {
    max-width: 18px;
  }

  .section-top-pattern {
    min-height: 624px;
  }

  .testimonial-card---avatar-and-logo-container.horizontal-mbl {
    align-items: center;
  }

  .slider-btn-dark.desktop-large---right--32px {
    right: -8px;
  }

  .input-single-success-message {
    text-align: center;
    flex-direction: column;
    min-height: 132px;
  }

  .input-single-success-message.dark {
    grid-row-gap: 12px;
    grid-row-gap: 12px;
  }

  .top-section---bg-pattern {
    background-repeat: repeat;
    padding-bottom: 64px;
  }

  .top-section---bg-pattern.v2 {
    min-height: 550px;
  }

  .top-section---bg-pattern.v4 {
    min-height: 680px;
  }

  .logo-grid---item-container {
    border-bottom-width: 1px;
    padding: 40px 28px;
  }

  .contact-link-dark {
    grid-column-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-link-dark.large {
    padding: 48px 24px;
  }

  .contact-link-dark.large.pd-40px---32px---62px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-w-48px-mbp {
    max-width: 48px;
  }

  .border-radius-26px {
    border-radius: 16px;
  }

  .contact-link-light {
    grid-column-gap: 12px;
    border-radius: 20px;
    padding: 24px 16px;
  }

  .btn-under-input-success-message {
    min-height: 132px;
  }

  .mg-bottom-120px {
    margin-bottom: 80px;
  }

  .btn-inside-input-wrapper {
    margin-top: 16px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .blog-post-author---link-container {
    border-bottom: 1px solid var(--neutral--400);
    border-right-style: none;
    max-width: none;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .pricing-mobile-text.text-200.medium.fs-15.hidden-on-desktop.show-on-mbl.show-on-tablet {
    width: 100%;
  }

  .career-details-container {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-image-right---interface {
    border-radius: 8px;
  }

  .mg-bottom-100px {
    margin-bottom: 72px;
  }

  .rich-text-white img {
    border-radius: 10px;
  }

  .rich-text-white h3 {
    margin-top: 24px;
  }

  .rich-text-white ul, .rich-text-white ol {
    padding-left: 24px;
  }

  .rich-text-white h6, .rich-text-white h5, .rich-text-white h4 {
    margin-top: 24px;
  }

  .full-page-section, .full-page-section.pd-170px {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .input-and-lablel-top---btn-bottom-sucess-message-dark {
    border-radius: 16px;
    min-height: 166px;
  }

  .font-size-16px-mbp {
    font-size: 16px;
  }

  .badge-primary-2 {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary-2.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .display-5 {
    font-size: 40px;
  }

  .hamburger-menu-bar-2 {
    width: 26px;
  }

  .header-content-wrapper-2 {
    padding: 20px 18px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hamburger-menu-bar-3 {
    width: 26px;
  }

  .footer-download-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-card-2 {
    border-radius: 14px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card-2.v2 {
    padding: 40px 26px;
  }

  .header-content-wrapper-3 {
    padding: 20px 18px;
  }

  .btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-6 {
    font-size: 34px;
  }

  .display-6.font-size-30px-mbp {
    font-size: 30px;
  }

  .vertical-divider-2.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .social-icon-square-2 {
    border-radius: 6px;
  }

  .btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-7 {
    font-size: 40px;
  }

  .display-8 {
    font-size: 24px;
  }

  .card-2 {
    border-radius: 14px;
  }

  .card-2.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .footer-bottom-2 {
    align-items: stretch;
  }

  .hamburger-menu-bar-4 {
    width: 26px;
  }

  .cta-card-3 {
    border-radius: 14px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card-3.v2 {
    background-color: var(--neutral--800);
    padding: 40px 26px;
  }

  .header-content-wrapper-4 {
    padding: 20px 18px;
  }

  .btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-9 {
    font-size: 34px;
  }

  .display-9.font-size-30px-mbp {
    font-size: 30px;
  }

  .vertical-divider-3.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .display-10 {
    font-size: 40px;
  }

  .display-11 {
    font-size: 24px;
  }

  .card-3 {
    border-radius: 14px;
  }

  .card-3.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .header-content-wrapper-5 {
    padding: 20px 18px;
  }

  .btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-5.small.white {
    background-color: var(--neutral--100);
    color: var(--neutral--800);
  }

  .display-12 {
    font-size: 34px;
  }

  .display-12.font-size-30px-mbp {
    font-size: 30px;
  }

  .vertical-divider-4.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .display-13 {
    font-size: 40px;
  }

  .card-4 {
    border-radius: 14px;
  }

  .card-4.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .card-5 {
    border-radius: 14px;
  }

  .card-5.blog-link-text-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-6 {
    border-radius: 14px;
  }

  .card-6.blog-link-text-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .display-14 {
    font-size: 34px;
  }

  .display-14.font-size-30px-mbp {
    font-size: 30px;
  }

  .vertical-divider-5.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .card-7 {
    border-radius: 14px;
  }

  .card-7.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .card-7.rich-text-card {
    padding: 40px 24px;
  }

  .display-15 {
    font-size: 24px;
  }

  .btn-primary-6 {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .card-8 {
    border-radius: 14px;
  }

  .card-8.footer-card-link {
    max-width: none;
    padding: 28px 24px;
  }

  .display-17 {
    font-size: 24px;
  }

  .display-18 {
    font-size: 40px;
  }

  .display-16 {
    font-size: 34px;
  }

  .display-16.font-size-30px-mbp {
    font-size: 30px;
  }

  .vertical-divider-6.horizontal-mbp {
    width: 100%;
    max-width: none;
    min-height: 1px;
    margin: 18px 0;
  }

  .card-9 {
    border-radius: 14px;
  }

  .card-9.blog-link-text-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkbox-label.paragraph-small.small-2x {
    font-size: 10px;
  }

  .body {
    background-color: #fff;
    border-color: #000;
  }

  .mg-top--20px.bg-neutral-700.min-h-76.px-64 {
    padding: 0 24px 24px;
  }

  .popup-book-a-demo.position-fixed {
    justify-content: center;
    align-items: center;
    max-width: 96%;
    max-height: 83%;
    display: none;
    position: fixed;
    inset: auto auto .5% 2%;
    overflow: hidden;
  }

  .popup-close-btn {
    z-index: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    top: 2%;
    right: 2%;
  }

  .popup-close-btn.pop-up-close {
    margin-top: -25px;
    margin-right: -5px;
  }

  .div-block-7 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .mobile-navbar-iceberg {
    background-color: var(--neutral--800);
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 16px 0 0;
    display: flex;
  }

  .body-2 {
    border-style: none;
  }

  .compare-table-container {
    overflow: auto;
  }

  .compare-results-fade-out.d-none {
    display: none;
  }

  .compare-row-container {
    grid-template-columns: repeat(auto-fit, 11rem);
  }

  .compare-results-x-scroll {
    overflow: visible;
  }

  .body-3 {
    background-color: #0000;
  }

  .body-4 {
    background-color: var(--neutral--800);
  }

  .div-block-10 {
    z-index: 1000;
    background-color: red;
    width: 100%;
    height: 66px;
    position: absolute;
    top: 0;
  }

  .top-divider {
    background-color: var(--neutral--800);
    width: 100%;
    height: 66px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    overflow: visible;
  }

  .body-5 {
    background-color: #fff;
  }

  .div-block-11 {
    background-color: var(--neutral--800);
    width: 100%;
    padding-bottom: 75px;
    padding-right: 75px;
    position: absolute;
    top: 0;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .recaptcha-wrapper.max-w-240 {
    max-width: 240px;
  }

  .recaptcha-wrapper.mg-bottom--20px, .recaptcha-wrapper.mg-bottom--48px {
    transform: scale(.7);
  }

  .uui-banner21_supporting-text {
    font-size: .8rem;
  }

  .uui-banner21_text {
    font-size: .9rem;
  }

  .rl_layout28_component {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl-padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl_layout192_component {
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-2 {
    font-size: 1.2rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.2rem;
  }

  .rl-container-small.greyback {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .rl_layout242_content {
    grid-template-columns: 1fr;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container.spark-primary-background {
    padding: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .div-block-12 {
    margin-bottom: -6px;
  }

  .image-18 {
    object-fit: fill;
    border-radius: 10px;
    max-width: 30%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: block;
  }

  .rl_gallery21_image.h-400 {
    min-height: 260px;
  }

  .rl_gallery21_slider.pb-0.mbl-pb-5 {
    padding-bottom: 6rem;
  }

  .video-2.video-top-section {
    width: 90%;
    height: 250px;
  }

  .hint.negative-bottom-margin {
    line-height: 1.4em;
    display: block;
  }

  .div-block-14 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30.h-max-500.img-contain {
    max-height: none;
  }

  .image-31.h-max-500 {
    max-height: none;
    display: block;
  }

  .pop-up-item {
    width: 90%;
    margin: 4px;
  }

  .rl-heading-style-h1-copy, .rl-heading-style-h1-copy-copy {
    font-size: 2.2rem;
  }

  .mg-bottom-0-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-0-copy.testimonial-card {
    height: auto;
  }

  .rl-heading-style-h1-copy-copy-copy {
    font-size: 2.2rem;
  }

  .image-43.mg-bottom-40px {
    max-width: 100%;
  }

  .new {
    top: 4%;
    bottom: 0;
  }

  .recaptcha {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-primary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-19 {
    font-size: 40px;
  }

  .card-10 {
    border-radius: 14px;
  }

  .card-10.top-section-dark-form-right {
    min-height: 818px;
    padding: 40px 24px;
  }

  .line-rounded-icon-2.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-primary-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-20 {
    font-size: 40px;
  }

  .card-11 {
    border-radius: 14px;
  }

  .card-11.top-section-dark-form-right {
    min-height: 818px;
    padding: 40px 24px;
  }

  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button {
    width: 100%;
  }

  .mobile-hide {
    display: inline-block;
  }

  .youtube-3 {
    width: auto;
  }

  .videodiv {
    max-height: none;
  }

  .btn-secondary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary-copy.white {
    border-color: var(--neutral--100);
  }

  .btn-secondary-copy.previous-btn {
    margin: 12px 0;
  }

  .filter {
    height: 75.5%;
  }

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

#w-node-_63ad08e3-e26c-0ee8-2d9d-f6515b2f849a-9e5c1e31, #w-node-_3effb16e-f6d9-2b86-c9d2-f734f415940a-9e5c1e31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3effb16e-f6d9-2b86-c9d2-f734f4159415-9e5c1e31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3effb16e-f6d9-2b86-c9d2-f734f4159416-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68e9-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68ec-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68f1-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68f4-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68f9-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68fc-9e5c1e31, #w-node-ffff3ff4-8ea6-b435-ae2d-a9fa7fde4af2-9e5c1e31, #w-node-d9a6c4f7-eed0-87e9-1d6f-560f385c18d6-9e5c1e31, #w-node-c8bf9714-3c89-d05f-cf15-f051d0eb69e7-9e5c1e31, #w-node-ff97d529-b1a7-26d1-c97d-cce5a6e03f1f-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea884808-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea884813-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea88481e-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea884827-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea884832-9e5c1e31, #w-node-da3d9756-411a-32bd-82cf-79feea88483b-9e5c1e31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab2a-e76bab22 {
  justify-self: end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab76-e76bab22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab77-e76bab22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab78-e76bab22 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab7a-e76bab22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab7c-e76bab22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab7d-e76bab22 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-eda65cc1-346b-d98c-3a87-0257e76bab7f-e76bab22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_689154db-70a6-0345-c798-55a55b8046ae-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046b3-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046b8-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046bd-5b8046ad, #w-node-a6c4c924-bd52-e506-6db3-1b47727f27aa-727f27a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c4c924-bd52-e506-6db3-1b47727f27ac-727f27a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a6c4c924-bd52-e506-6db3-1b47727f27b2-727f27a7 {
  align-self: stretch;
}

#w-node-d7132905-3c02-c669-f252-00ad06b28fcc-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fd2-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fd8-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fde-06b28fc2, #w-node-_2bba5005-567f-3af6-6001-aafef14f608d-f14f608a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bba5005-567f-3af6-6001-aafef14f6092-f14f608a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b3a417ba-218f-3d34-cb6a-e0bfa3f58f75-a3f58f61, #w-node-b3a417ba-218f-3d34-cb6a-e0bfa3f58f77-a3f58f61, #w-node-b3a417ba-218f-3d34-cb6a-e0bfa3f58f93-a3f58f61, #w-node-b3a417ba-218f-3d34-cb6a-e0bfa3f58f95-a3f58f61 {
  align-self: start;
}

#w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1e32, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1e32, #w-node-_3d20c39b-098d-ede6-287b-64c6be1d3563-9e5c1e32, #w-node-a94a5592-0ae6-fc33-8601-13f54849290d-9e5c1e32, #w-node-_643066dc-9a33-b1a1-03db-db5565d94af1-9e5c1e32, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e33-9e5c1e32, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e3d-9e5c1e32, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e47-9e5c1e32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa87452-9e5c1e32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#\31 2MonthAcceleratorProgramme.w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745c-9e5c1e32 {
  place-self: start end;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a76-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7b-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7c-9e5c1e32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7d-9e5c1e32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9e5c1e32 {
  justify-self: start;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1d1-9e5c1e32 {
  align-self: stretch;
}

#popup-eax-form.w-node-f004b0bd-93a9-3a75-5452-4573b35ceeb5-b35ceeb4 {
  place-self: start end;
}

#popup-eax-close-btn.w-node-f004b0bd-93a9-3a75-5452-4573b35ceeb8-b35ceeb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f004b0bd-93a9-3a75-5452-4573b35ceeba-b35ceeb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f004b0bd-93a9-3a75-5452-4573b35ceec2-b35ceeb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f004b0bd-93a9-3a75-5452-4573b35ceec4-b35ceeb4, #w-node-f004b0bd-93a9-3a75-5452-4573b35ceec6-b35ceeb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f004b0bd-93a9-3a75-5452-4573b35ceeca-b35ceeb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f856-2fa5f850 {
  justify-self: end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8b8-2fa5f850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8b9-2fa5f850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8ba-2fa5f850 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8bc-2fa5f850 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8be-2fa5f850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8bf-2fa5f850 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8c1-2fa5f850 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff30-7428ff28 {
  justify-self: end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff35-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff39-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff3d-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff41-7428ff28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb5-7428ff28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb6-7428ff28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb7-7428ff28 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb9-7428ff28 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffbd-7428ff28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffbe-7428ff28 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffc0-7428ff28 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-efd32e07-105a-dc5e-259f-bc6988ab494b-9e5c1e36, #w-node-e3513f82-3c1a-9c6f-1e92-0f040dd10fdf-9e5c1e36, #w-node-_3ee43606-34ce-1ce2-26fa-6be307169095-9e5c1e36, #w-node-_0f34c7d7-3563-de4e-d9e7-f434933f29c1-9e5c1e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5e09175-eb89-d2c2-357a-149249b43807-9e5c1e36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1278fd0-2b00-15af-beb7-54f854ce330a-9e5c1e36, #w-node-fa24a119-54a3-be61-01c8-2dea9989f4ca-9e5c1e36, #w-node-_028ac1d4-477e-ba63-e328-355b2a86d1fe-9e5c1e36, #w-node-_855be887-6b1e-0a68-665f-e07692dfec85-9e5c1e36, #w-node-_64734e27-f6ff-c9db-d655-0aa13422ef61-9e5c1e36, #w-node-_014b63cb-3840-a5a5-3b6a-7bbb7586d5c6-9e5c1e36, #w-node-a3ace4a8-b50a-d016-5f27-02b77a8c5fa9-9e5c1e36, #w-node-f18846e5-6059-6ac0-da9c-a79b67ca1b61-9e5c1e36, #w-node-_17159282-ae85-72ed-bf75-3b888f1f6e90-9e5c1e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b92bd97-4ce2-68d3-c9fd-56531d931d48-9e5c1e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9cf4ae18-0441-b9cb-544e-fc8edfb06a56-9e5c1e36, #w-node-_9f8a97ab-d7cc-fdfa-fe52-cceaf7cca300-9e5c1e36, #w-node-_1a4c537d-6a2c-68f6-66c1-602547085cf3-9e5c1e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feb4acb6-6846-dc9e-dbbc-a91145ec0cce-9e5c1e36 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176ed-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176ef-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176ee-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176fc-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176fd-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0176fe-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017709-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01770a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01770b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017719-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01771a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01771b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017729-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01772a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01772b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017739-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01773a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01773b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017749-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01774a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01774b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017759-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01775a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01775b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017769-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01776a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01776b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017779-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01777a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01777b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017789-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01778a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01778b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017799-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01779a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01779b-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177a9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177aa-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177ab-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177b9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177ba-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177bb-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177c9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177ca-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177cb-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177d9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177da-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177db-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177e9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177ea-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177eb-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177f9-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177fa-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd0177fb-9e5c1e36 {
  align-self: end;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd017809-9e5c1e36 {
  align-self: stretch;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01780a-9e5c1e36 {
  align-self: start;
}

#w-node-beb5ff07-e166-bb61-b504-085ebd01780b-9e5c1e36 {
  align-self: end;
}

#w-node-ecc47b67-ab0e-45ef-763b-fb511570603e-15706031, #w-node-cb3b4fce-6b95-82f1-c182-6546198a6450-198a6447, #w-node-cb3b4fce-6b95-82f1-c182-6546198a645a-198a6447, #w-node-cb3b4fce-6b95-82f1-c182-6546198a6464-198a6447, #w-node-_0785269c-a2bf-d1f3-14f1-213d6e2bc095-9e5c1e37, #w-node-c9f409ac-ec54-4853-bb80-2fa0d8926584-9e5c1e37, #w-node-_00be2421-7d7e-eefb-20f0-2a7c35296991-9e5c1e37, #w-node-_5236e8ae-4a0f-ddaf-40bf-c4fe149fc88b-9e5c1e37, #w-node-_7e13231f-20a2-4530-cf9e-69acdfa9be44-9e5c1e37, #w-node-_4f0de15a-192c-b8d1-7251-e25c266e336a-9e5c1e37, #w-node-_7238ef93-6374-f137-065a-18bc4075bb31-9e5c1e37, #w-node-f64ea8c4-3f27-0ee8-f582-bc310b24b9ec-9e5c1e37, #w-node-_82cdbe51-e27e-8712-989f-3d5f2406aef8-9e5c1e37, #w-node-_05c817f8-d2e7-fec8-34ea-7ce0b2adceeb-9e5c1e37, #w-node-_5e5d4580-f811-267a-2643-206f59c37657-9e5c1e37, #w-node-_5e5d4580-f811-267a-2643-206f59c37664-9e5c1e37, #w-node-a2325f2a-f508-3320-6ae5-7422ff685b8d-9e5c1e37, #w-node-a2325f2a-f508-3320-6ae5-7422ff685b9a-9e5c1e37, #w-node-_36635630-f8b6-e866-533d-c4e12d00f5ef-9e5c1e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ab8b0b-79e9-2a10-078f-30d2a41376bb-9e5c1e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d23ff6d6-408b-0167-56e3-2bd0d4dacc6f-9e5c1e37, #w-node-_4fed9de4-7a5a-ebc1-ec45-df791d917101-9e5c1e37, #w-node-cb88b044-43dd-adf0-8f64-93f9c77e1832-9e5c1e37, #w-node-_89b93b48-3d67-6058-2207-ff786fa6e6d9-9e5c1e37, #w-node-_118974fc-0b5f-1f34-2920-cecba09c5f0a-9e5c1e37, #w-node-ff52e784-cdd5-bd10-0e4a-ca8004b35a29-9e5c1e37, #w-node-b4b643e2-7fb5-5a47-0413-a0463098af86-9e5c1e37, #w-node-_2e04ad20-f079-3f3d-59de-ac2e9e294e93-9e5c1e37, #w-node-f91f2e3b-3566-6ce5-050d-5636df1228a7-9e5c1e37, #w-node-f91f2e3b-3566-6ce5-050d-5636df1228ba-9e5c1e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b9db62-e688-4cd5-f547-f500d182f6e4-9e5c1e37 {
  align-self: stretch;
}

#w-node-cfbc2b1b-4689-b371-4ab9-86c6b31ba7c0-9e5c1e37 {
  align-self: start;
}

#w-node-_2c04f6a8-8d14-a7a2-0dc0-0e272203d483-9e5c1e37 {
  align-self: end;
}

#w-node-_2ea995dc-b2aa-8b42-169b-04fc009a4bcd-9e5c1e37 {
  align-self: stretch;
}

#w-node-_2ea995dc-b2aa-8b42-169b-04fc009a4bce-9e5c1e37 {
  align-self: start;
}

#w-node-_2ea995dc-b2aa-8b42-169b-04fc009a4bcf-9e5c1e37 {
  align-self: end;
}

#w-node-a30162db-0399-91d8-2e23-f520b5a53d9f-9e5c1e37 {
  align-self: stretch;
}

#w-node-a30162db-0399-91d8-2e23-f520b5a53da0-9e5c1e37 {
  align-self: start;
}

#w-node-a30162db-0399-91d8-2e23-f520b5a53da1-9e5c1e37 {
  align-self: end;
}

#w-node-dd593cfb-f590-7492-cf86-65591fb04d46-9e5c1e37 {
  align-self: stretch;
}

#w-node-dd593cfb-f590-7492-cf86-65591fb04d47-9e5c1e37 {
  align-self: start;
}

#w-node-dd593cfb-f590-7492-cf86-65591fb04d48-9e5c1e37 {
  align-self: end;
}

#w-node-ea797d82-a6bd-10aa-68b1-7a64b68e9d9e-9e5c1e37 {
  align-self: stretch;
}

#w-node-ea797d82-a6bd-10aa-68b1-7a64b68e9d9f-9e5c1e37 {
  align-self: start;
}

#w-node-ea797d82-a6bd-10aa-68b1-7a64b68e9da0-9e5c1e37 {
  align-self: end;
}

#w-node-_9bdf4e25-e2fc-378f-f183-5108d1baf29d-9e5c1e37 {
  align-self: stretch;
}

#w-node-_9bdf4e25-e2fc-378f-f183-5108d1baf29e-9e5c1e37 {
  align-self: start;
}

#w-node-_9bdf4e25-e2fc-378f-f183-5108d1baf29f-9e5c1e37 {
  align-self: end;
}

#w-node-_2b78509e-5e30-c5f8-54a1-b7a3455b81b9-9e5c1e37 {
  align-self: stretch;
}

#w-node-_2b78509e-5e30-c5f8-54a1-b7a3455b81ba-9e5c1e37 {
  align-self: start;
}

#w-node-_2b78509e-5e30-c5f8-54a1-b7a3455b81bb-9e5c1e37 {
  align-self: end;
}

#w-node-_16ba02a8-7e0b-01ea-ef1d-39af535329c1-9e5c1e37 {
  align-self: stretch;
}

#w-node-_16ba02a8-7e0b-01ea-ef1d-39af535329c2-9e5c1e37 {
  align-self: start;
}

#w-node-_16ba02a8-7e0b-01ea-ef1d-39af535329c3-9e5c1e37 {
  align-self: end;
}

#w-node-e09ed6a8-2476-4899-8a0e-49aabc4c8d15-9e5c1e37 {
  align-self: stretch;
}

#w-node-e09ed6a8-2476-4899-8a0e-49aabc4c8d16-9e5c1e37 {
  align-self: start;
}

#w-node-e09ed6a8-2476-4899-8a0e-49aabc4c8d17-9e5c1e37 {
  align-self: end;
}

#w-node-f7ef6501-61d5-c874-e3be-fefbe48e6386-9e5c1e37 {
  align-self: stretch;
}

#w-node-f7ef6501-61d5-c874-e3be-fefbe48e6387-9e5c1e37 {
  align-self: start;
}

#w-node-f7ef6501-61d5-c874-e3be-fefbe48e6388-9e5c1e37 {
  align-self: end;
}

#w-node-a1cc4b45-195a-d2fa-c684-d81e71f1fb63-9e5c1e37 {
  align-self: stretch;
}

#w-node-a1cc4b45-195a-d2fa-c684-d81e71f1fb64-9e5c1e37 {
  align-self: start;
}

#w-node-a1cc4b45-195a-d2fa-c684-d81e71f1fb65-9e5c1e37 {
  align-self: end;
}

#w-node-_167f68ce-3bcc-5e81-54d9-b19efed9f261-9e5c1e37 {
  align-self: stretch;
}

#w-node-_167f68ce-3bcc-5e81-54d9-b19efed9f262-9e5c1e37 {
  align-self: start;
}

#w-node-_167f68ce-3bcc-5e81-54d9-b19efed9f263-9e5c1e37 {
  align-self: end;
}

#w-node-_368e572c-a01f-7837-1ac5-5e30843694cd-9e5c1e37 {
  align-self: stretch;
}

#w-node-_368e572c-a01f-7837-1ac5-5e30843694ce-9e5c1e37 {
  align-self: start;
}

#w-node-_368e572c-a01f-7837-1ac5-5e30843694cf-9e5c1e37 {
  align-self: end;
}

#w-node-_999445a6-d4bc-e18d-e7bc-8d68152de91d-9e5c1e37 {
  align-self: stretch;
}

#w-node-_999445a6-d4bc-e18d-e7bc-8d68152de91e-9e5c1e37 {
  align-self: start;
}

#w-node-_999445a6-d4bc-e18d-e7bc-8d68152de91f-9e5c1e37 {
  align-self: end;
}

#w-node-ba8aa5f3-d03b-7167-72e2-913c273c86a5-9e5c1e37 {
  align-self: stretch;
}

#w-node-ba8aa5f3-d03b-7167-72e2-913c273c86a6-9e5c1e37 {
  align-self: start;
}

#w-node-ba8aa5f3-d03b-7167-72e2-913c273c86a7-9e5c1e37 {
  align-self: end;
}

#w-node-_118aefec-c554-8a47-5add-253e88f3a378-9e5c1e37 {
  align-self: stretch;
}

#w-node-_118aefec-c554-8a47-5add-253e88f3a379-9e5c1e37 {
  align-self: start;
}

#w-node-_118aefec-c554-8a47-5add-253e88f3a37a-9e5c1e37 {
  align-self: end;
}

#w-node-_05c5e04b-72c1-c293-8f85-59f537603aff-9e5c1e37 {
  align-self: stretch;
}

#w-node-_05c5e04b-72c1-c293-8f85-59f537603b00-9e5c1e37 {
  align-self: start;
}

#w-node-_05c5e04b-72c1-c293-8f85-59f537603b01-9e5c1e37 {
  align-self: end;
}

#w-node-baef56fb-cffd-1e18-541e-58bb779b29b5-9e5c1e37 {
  align-self: stretch;
}

#w-node-baef56fb-cffd-1e18-541e-58bb779b29b6-9e5c1e37 {
  align-self: start;
}

#w-node-baef56fb-cffd-1e18-541e-58bb779b29b7-9e5c1e37 {
  align-self: end;
}

#w-node-beef93c0-e385-cb6a-391d-abcb575b8063-9e5c1e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fdeb92e-f2f9-5c35-6bf4-6aee78e816a0-9e5c1e37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2f8737ce-782d-01c2-ad15-d7ce0ddc58f3-9e5c1e37, #w-node-bd9a93e3-2964-7851-47da-5cca6df42c94-6df42c8b, #w-node-bd9a93e3-2964-7851-47da-5cca6df42c9a-6df42c8b, #w-node-bd9a93e3-2964-7851-47da-5cca6df42ca0-6df42c8b, #w-node-efd32e07-105a-dc5e-259f-bc6988ab494b-9e5c1e3a, #w-node-e3513f82-3c1a-9c6f-1e92-0f040dd10fdf-9e5c1e3a, #w-node-_3ee43606-34ce-1ce2-26fa-6be307169095-9e5c1e3a, #w-node-_0f34c7d7-3563-de4e-d9e7-f434933f29c1-9e5c1e3a, #w-node-_0a06ff95-cbb5-0044-d6fb-05b8592ddef3-9e5c1e3a, #w-node-_93ace2c3-c2d1-20ca-e4ec-a2ac411d58ba-9e5c1e3a, #w-node-_331de442-4626-8de9-5abf-f4734edc9f99-9e5c1e3a, #w-node-_587b9c75-45d4-1eec-3654-06b641ef590e-9e5c1e3a, #w-node-_7fefae92-1ee1-4ec8-c029-5a7d625bca1f-9e5c1e3a, #w-node-_8f5918c5-4689-e17b-22ba-06b81f4ff9aa-9e5c1e3a, #w-node-_24109a66-21a3-5e24-cdc2-f12caec37132-9e5c1e3a, #w-node-_03f5710f-43d7-67e0-7d23-80afd48ad108-9e5c1e3a, #w-node-_254676bf-a489-8d8b-fd08-e358a12de6e4-9e5c1e3a, #w-node-d272a020-8645-2f7c-5b05-9fee8c6d33b9-9e5c1e3a, #w-node-_9d9656fe-a2f2-fd5b-b7a4-9baae6d61c84-9e5c1e3a, #w-node-_63ec3ec3-0995-1045-31fe-921c2ce05326-9e5c1e3a, #w-node-_7ed4e13c-cc8d-5691-04e5-3903eade6386-9e5c1e3a, #w-node-_029915ee-a7f4-3db0-2ee8-b96b3b80b7f6-9e5c1e3a, #w-node-ec3e250e-fb86-89ef-57e0-cc8cddc2000d-9e5c1e3a, #w-node-_6614e547-6b05-981f-cb89-bce52e79e887-9e5c1e3a, #w-node-_7388775a-784f-c99d-b27d-b1bab3bc9705-9e5c1e3a, #w-node-_17ee77c8-0e16-60bd-4188-15a29d8edcf6-9e5c1e3a, #w-node-e1278fd0-2b00-15af-beb7-54f854ce330a-9e5c1e3a, #w-node-fa24a119-54a3-be61-01c8-2dea9989f4ca-9e5c1e3a, #w-node-_028ac1d4-477e-ba63-e328-355b2a86d1fe-9e5c1e3a, #w-node-_855be887-6b1e-0a68-665f-e07692dfec85-9e5c1e3a, #w-node-_64734e27-f6ff-c9db-d655-0aa13422ef61-9e5c1e3a, #w-node-_014b63cb-3840-a5a5-3b6a-7bbb7586d5c6-9e5c1e3a, #w-node-a3ace4a8-b50a-d016-5f27-02b77a8c5fa9-9e5c1e3a, #w-node-f18846e5-6059-6ac0-da9c-a79b67ca1b61-9e5c1e3a, #w-node-_17159282-ae85-72ed-bf75-3b888f1f6e90-9e5c1e3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b92bd97-4ce2-68d3-c9fd-56531d931d48-9e5c1e3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9cf4ae18-0441-b9cb-544e-fc8edfb06a56-9e5c1e3a, #w-node-_9f8a97ab-d7cc-fdfa-fe52-cceaf7cca300-9e5c1e3a, #w-node-_1a4c537d-6a2c-68f6-66c1-602547085cf3-9e5c1e3a, #w-node-_7f96cadc-c932-c502-b706-8db41cdf3557-9e5c1e3a, #w-node-fa58c139-9b13-04e9-349e-4a3b2cb63ab7-9e5c1e3a, #w-node-_935b998b-890f-a985-c84e-4800813ef8d6-9e5c1e3a, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1e3b, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1e3b, #w-node-_8965249a-dc12-bbb5-f35a-f7e840849c5a-9e5c1e3b, #w-node-abe4eef9-8242-5ef7-e38d-8b5c21cb1eb8-9e5c1e3b, #w-node-abe4eef9-8242-5ef7-e38d-8b5c21cb1ec5-9e5c1e3b, #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a1-9e5c1e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a3-9e5c1e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a9-9e5c1e3b {
  align-self: stretch;
}

#w-node-_5c72093a-9d3a-6c78-d74d-1db9f7d6ee4b-f7d6ee48, #w-node-_5c72093a-9d3a-6c78-d74d-1db9f7d6ee4e-f7d6ee48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_556fd671-be17-6854-eb79-f870ab0587a8-f7d6ee48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_556fd671-be17-6854-eb79-f870ab0587a9-f7d6ee48 {
  place-self: start center;
}

#w-node-_5c72093a-9d3a-6c78-d74d-1db9f7d6ee66-f7d6ee48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c72093a-9d3a-6c78-d74d-1db9f7d6ee67-f7d6ee48 {
  place-self: start center;
}

#w-node-e619ab42-3992-ce60-8cd1-a52ce7cb89c8-f7d6ee48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e619ab42-3992-ce60-8cd1-a52ce7cb89c9-f7d6ee48 {
  place-self: start center;
}

#w-node-_8be29e85-0b56-d32d-b5cf-4bb5fac5f103-fac5f0f7, #w-node-_8be29e85-0b56-d32d-b5cf-4bb5fac5f112-fac5f0f7, #w-node-_8be29e85-0b56-d32d-b5cf-4bb5fac5f121-fac5f0f7, #w-node-_8be29e85-0b56-d32d-b5cf-4bb5fac5f12e-fac5f0f7, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1e3c, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1e3c, #w-node-a98dc4bd-8e0b-3512-cd32-c244a360cacf-9e5c1e3c, #w-node-_61ee2d00-d45c-8fb4-7466-3195f3bcaec0-9e5c1e3c, #w-node-b6114914-7c60-226d-80e4-87ef95f432fd-9e5c1e3c, #w-node-_14336364-8606-19ba-bd8b-2120fd9189b0-9e5c1e3c, #w-node-_69d48a0e-d5d8-b928-da81-335ad726bc0e-9e5c1e3c, #w-node-d6a81953-12e2-a9e4-6a82-86f4ed6b9098-9e5c1e3c, #w-node-d46b426e-2c32-24f4-e6c5-6abc3cde4d1c-9e5c1e3c, #w-node-d46b426e-2c32-24f4-e6c5-6abc3cde4d29-9e5c1e3c, #w-node-d46b426e-2c32-24f4-e6c5-6abc3cde4d36-9e5c1e3c, #w-node-d46b426e-2c32-24f4-e6c5-6abc3cde4d43-9e5c1e3c, #w-node-d46b426e-2c32-24f4-e6c5-6abc3cde4d50-9e5c1e3c, #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a1-9e5c1e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a3-9e5c1e3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a9-9e5c1e3c {
  align-self: stretch;
}

#w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1e3f, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1e3f, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-9e5c1e3f, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-9e5c1e3f, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1e3f, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1e3f, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1e3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1e3f, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e3f {
  justify-self: start;
}

#w-node-_2e234605-8a02-ec37-04f6-f7811f0a7267-1f0a7254, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa2c-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa2f-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa34-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa37-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa3c-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa3f-2aa8fa2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af17-9e5c1e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af25-9e5c1e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af37-9e5c1e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af39-9e5c1e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6bde49db-f2c1-0623-dd3f-47a6f8ab766f-9e5c1e40, #w-node-_89835622-d7d5-1ba7-6c54-059c6860763a-9e5c1e40, #w-node-_6ad5f9c2-2bd5-6ac8-e058-6e8e02f105a9-9e5c1e40, #w-node-_6ad5f9c2-2bd5-6ac8-e058-6e8e02f105aa-9e5c1e40, #w-node-_20d83d35-ae1d-6e1c-2a30-eb36d7b74e47-9e5c1e40, #w-node-_20d83d35-ae1d-6e1c-2a30-eb36d7b74e48-9e5c1e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be0198e-ef86-0647-2705-bbb64879bb64-4879bb63 {
  place-self: start end;
}

#popup-close-btn.w-node-_0be0198e-ef86-0647-2705-bbb64879bb67-4879bb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be0198e-ef86-0647-2705-bbb64879bb69-4879bb63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0be0198e-ef86-0647-2705-bbb64879bb77-4879bb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be0198e-ef86-0647-2705-bbb64879bb7b-4879bb63, #w-node-_0be0198e-ef86-0647-2705-bbb64879bb7f-4879bb63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0be0198e-ef86-0647-2705-bbb64879bb83-4879bb63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b95d-8766b957 {
  justify-self: end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e5-8766b957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e6-8766b957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e7-8766b957 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e9-8766b957 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9eb-8766b957 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9ec-8766b957 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9ee-8766b957 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ecef129d-7b16-14b5-8fab-b576b4086d2c-b4086d1f, #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2baccdde-852e-f753-a5bb-4a45fef2a246-9e5c1e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-dcf9caa2-801d-c59c-150e-eca706760274-9e5c1e47 {
  justify-self: end;
}

#w-node-de36dce7-384f-e06f-8c02-c0a322b82076-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f49a984-10c6-7d4d-2e19-c3f4ef2c1616-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_9e9a442f-9652-2913-fe4c-2e4f5ebc4ccc-9e5c1e48, #w-node-_8a3e2d0a-8e0d-68ac-1824-7a9a046fee4f-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3e56dc3a-9269-de9f-eb84-447039e48235-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bcd9df-1612-b806-408d-81e3812310e0-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b73cdd0b-839b-b377-68df-0b97d3801249-9e5c1e48 {
  align-self: stretch;
}

#w-node-ac85db00-e46d-22b7-70a4-fca558ac793c-9e5c1e48 {
  justify-self: end;
}

#w-node-af2a868e-2640-fb9b-49a3-7431a707daf7-9e5c1e48 {
  align-self: stretch;
}

#w-node-_04fcef2e-c7a5-65f2-6d81-91a2a1e2514b-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe1a4482-ef1d-03ab-4804-7372e83b2324-9e5c1e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5d545ea6-0d8d-7078-4edb-fcad4a180f95-9e5c1e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0bad2e75-f5fd-c1cc-2ef8-49bfca63f227-9e5c1e49, #w-node-_348f01e4-e50d-1ecd-3c44-431464591fac-9e5c1e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d97cb1a5-2c5d-f995-3fc4-fdc5d507696c-9e5c1e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-bcc763e1-f026-5fe6-78ff-0d22e1d37784-9e5c1e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ffe42ed-4856-ec64-f81d-1657bb6946c8-9e5c1e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c12dc1-7aed-752f-5786-be7f96827bfc-9e5c1e49 {
  align-self: start;
}

#w-node-_24c12dc1-7aed-752f-5786-be7f96827bfe-9e5c1e49 {
  align-self: stretch;
}

#w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-9e5c1e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc79203b-9e5c1e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc792041-9e5c1e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc79204a-9e5c1e4a, #w-node-f22daeae-aacf-b525-ac06-6fc6bc79204b-9e5c1e4a, #w-node-f22daeae-aacf-b525-ac06-6fc6bc792053-9e5c1e4a, #w-node-f22daeae-aacf-b525-ac06-6fc6bc79205b-9e5c1e4a, #w-node-dfc33f9c-86a8-d8a8-7ffa-544cf6569df9-f6569dee, #w-node-dfc33f9c-86a8-d8a8-7ffa-544cf6569dfa-f6569dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#BookADemo-Form.w-node-fb169348-4587-8e33-026f-1a168053f431-8053f431 {
  place-self: start end;
}

#w-node-fb169348-4587-8e33-026f-1a168053f444-8053f431, #w-node-fb169348-4587-8e33-026f-1a168053f448-8053f431, #w-node-_3c82658d-3101-1442-f278-4514ad6ba356-8053f431, #w-node-_3c82658d-3101-1442-f278-4514ad6ba357-8053f431, #w-node-_3c82658d-3101-1442-f278-4514ad6ba358-8053f431 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c82658d-3101-1442-f278-4514ad6ba359-8053f431 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#BookADemo-Form-Submit.w-node-fb169348-4587-8e33-026f-1a168053f44c-8053f431 {
  justify-self: start;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c1e4b {
  align-self: stretch;
}

#w-node-f76a71b9-f388-a812-ba7e-b0408ea0c59a-9e5c1e4e, #w-node-_5e110784-1fc0-16ce-de98-5d8a72c40693-9e5c1e4e, #w-node-_0f602026-39f1-ff45-1755-f568a66a910f-9e5c1e4e, #w-node-_0f602026-39f1-ff45-1755-f568a66a9117-9e5c1e4e, #w-node-_0f602026-39f1-ff45-1755-f568a66a911f-9e5c1e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f2d7ad-26fe-43f0-51ba-b62e02bbb0ea-9e5c1e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c996c6d6-d682-bebe-8e6d-dae3db2d3ae5-9e5c1e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c996c6d6-d682-bebe-8e6d-dae3db2d3af3-9e5c1e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f76a71b9-f388-a812-ba7e-b0408ea0c59a-9e5c1e4f, #w-node-_5e110784-1fc0-16ce-de98-5d8a72c40693-9e5c1e4f, #w-node-_4528c102-e6c8-2571-c72b-d05d02b5b4ab-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b524a17c-fccc-f179-dd5a-c10cc231f322-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1d9047a0-0f29-ccab-11ef-21aeef316250-9e5c1e4f, #w-node-_637a9117-d6bb-3a48-0f3a-f649aaa315a4-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_482bef65-3cee-f360-f0a9-2faff305778a-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_409f4bb2-90aa-8cd7-c468-95aa949abc58-9e5c1e4f, #w-node-_409f4bb2-90aa-8cd7-c468-95aa949abc59-9e5c1e4f, #w-node-_409f4bb2-90aa-8cd7-c468-95aa949abc5a-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ee2d322-98d4-37d9-ce09-2ebe3bf5d331-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_34f2d7ad-26fe-43f0-51ba-b62e02bbb0ea-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6cd0f88d-5587-a7b9-bb26-d8abb83b5ef8-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f88c49-7a61-271b-4806-4591fab25161-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-efa951e8-c30e-3b7a-3844-2c8c66c65cdb-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efa951e8-c30e-3b7a-3844-2c8c66c65ce4-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_63149a35-7d1a-ced0-16c3-cefeedee8f16-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63149a35-7d1a-ced0-16c3-cefeedee8f1f-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8d44a63e-8ae6-1cac-32aa-d91124868017-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d44a63e-8ae6-1cac-32aa-d91124868020-9e5c1e4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd96f332-11eb-dd30-6629-4637ca11b716-9e5c1e52, #w-node-_93e7f14b-2b9a-5f5b-50a5-0f76cb0043ef-9e5c1e52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73460eeb-b7be-385e-4f59-ec221cf40f5c-9e5c1e52, #w-node-_73460eeb-b7be-385e-4f59-ec221cf40f81-9e5c1e52 {
  align-self: start;
}

#w-node-_0785269c-a2bf-d1f3-14f1-213d6e2bc095-9e5c1e53, #w-node-c9f409ac-ec54-4853-bb80-2fa0d8926584-9e5c1e53, #w-node-_82cdbe51-e27e-8712-989f-3d5f2406aef8-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05c817f8-d2e7-fec8-34ea-7ce0b2adceeb-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5e5d4580-f811-267a-2643-206f59c37657-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e5d4580-f811-267a-2643-206f59c37664-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2325f2a-f508-3320-6ae5-7422ff685b8d-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2325f2a-f508-3320-6ae5-7422ff685b9a-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22f71809-e443-c443-035d-fedc038a39e1-9e5c1e53, #w-node-_22f71809-e443-c443-035d-fedc038a39ec-9e5c1e53, #w-node-_9c25c642-7471-420f-5fbe-f017d1c825bb-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c25c642-7471-420f-5fbe-f017d1c825bc-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e4f07b4b-d5e8-c0ab-80c5-976be7d06902-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a7118ca-4715-181e-2c9d-6a7520f1b893-9e5c1e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8a7118ca-4715-181e-2c9d-6a7520f1b899-9e5c1e53 {
  align-self: stretch;
}

#w-node-bf7a8a76-7a8a-01d6-fbf8-066da3f88c71-a3f88c64, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1e55, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1e55, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-9e5c1e55, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-9e5c1e55, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1e55, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1e55, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1e55, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e55 {
  justify-self: start;
}

#w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1e57, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1e57, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-9e5c1e57, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-9e5c1e57, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1e57, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1e57, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1e57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1e57, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e57 {
  justify-self: start;
}

#w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1e58, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1e58, #w-node-_3d20c39b-098d-ede6-287b-64c6be1d3563-9e5c1e58, #w-node-_643066dc-9a33-b1a1-03db-db5565d94af1-9e5c1e58, #w-node-a94a5592-0ae6-fc33-8601-13f54849290d-9e5c1e58, #w-node-_573b6f0c-28a4-f1ff-0569-898d14d1de56-9e5c1e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_573b6f0c-28a4-f1ff-0569-898d14d1de57-9e5c1e58 {
  place-self: center;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1d1-9e5c1e58 {
  align-self: stretch;
}

#w-node-_2e22bb8a-cce2-8f52-4623-13bb96ab15bc-96ab15ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e22bb8a-cce2-8f52-4623-13bb96ab15bd-96ab15ae {
  justify-self: stretch;
}

#w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db3fe-9e5c1e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db400-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db404-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db408-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db413-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db41c-9e5c1e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db422-9e5c1e59 {
  place-self: start end;
}

#w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db43d-9e5c1e59 {
  justify-self: start;
}

#w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db44e-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db44f-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db450-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db451-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db452-9e5c1e59, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db453-9e5c1e59, #w-node-_9908139f-2023-dfa2-a5cc-fee141656b80-9e5c1e5a, #w-node-ebd3970d-d16b-d36b-675e-a8666411c7dd-9e5c1e5a, #w-node-_9465789e-b3ce-ce14-7287-62ae85eb168b-9e5c1e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1294d57e-5332-5dcd-afa5-3f78438e3ba6-9e5c1e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d8575931-7d36-fb59-a442-93f4f3997ee3-9e5c1e5a, #w-node-_1514722a-1803-ed3a-e2ea-ead3ba3a7763-9e5c1e5a, #w-node-_3a252159-eb16-e441-7fde-166192282f07-9e5c1e5a, #w-node-_7ea93f0c-0287-228f-45ce-c623289e24c0-9e5c1e5a, #w-node-e110762f-48b9-b1d3-5f9a-2950c4ff8e77-9e5c1e5a, #w-node-_53e5d507-12f9-ff29-04d3-d783a553a78d-9e5c1e5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85210da1-078d-5a12-7511-44800a79e879-0a79e872 {
  align-self: stretch;
}

#w-node-_1d4ea52e-1f6c-b4a7-dda6-aff78d053a88-8d053a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1ecd008-de88-dd17-1896-ec4685db341f-85db340c, #w-node-c1ecd008-de88-dd17-1896-ec4685db3423-85db340c, #w-node-d9abac3c-5be7-0e1b-2941-a0b41890bfdd-85db340c, #w-node-_93b17932-30b9-00da-1c74-81df602d1e75-85db340c, #w-node-_69d70212-ec9b-45c1-cc40-77470e96188a-85db340c, #w-node-f6f410cd-ff8c-394f-aad3-a86b622656df-85db340c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad6b763c-54c5-5ffe-179c-7bbd47764fbc-85db340c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-Form-Submit.w-node-c1ecd008-de88-dd17-1896-ec4685db3427-85db340c {
  justify-self: start;
}

#w-node-_9908139f-2023-dfa2-a5cc-fee141656b80-9e5c1eaa, #w-node-_5e86c7ef-fffa-d3da-51b0-8f3431a86212-9e5c1eaa, #w-node-ebd3970d-d16b-d36b-675e-a8666411c7dd-9e5c1eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1294d57e-5332-5dcd-afa5-3f78438e3ba6-9e5c1eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6a1662e-1e96-2b80-f569-9de60f6d986b-9e5c1eaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6a1662e-1e96-2b80-f569-9de60f6d986f-9e5c1eaa {
  justify-self: start;
}

#w-node-d8575931-7d36-fb59-a442-93f4f3997ee3-9e5c1eaa, #w-node-_1514722a-1803-ed3a-e2ea-ead3ba3a7763-9e5c1eaa, #w-node-_3a252159-eb16-e441-7fde-166192282f07-9e5c1eaa, #w-node-_7ea93f0c-0287-228f-45ce-c623289e24c0-9e5c1eaa, #w-node-e110762f-48b9-b1d3-5f9a-2950c4ff8e77-9e5c1eaa, #w-node-_53e5d507-12f9-ff29-04d3-d783a553a78d-9e5c1eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460c6346-3c87-61e6-2f2a-87fbb3375588-9e5c1eab, #w-node-_839c3110-f1cb-274b-8b8c-5a1418ec4f59-9e5c1eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9040f69b-a75b-ecfb-efce-63df3520ab16-9e5c1eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_19ccb23b-16f0-d8b1-0e86-ca396eac96f4-9e5c1eab, #w-node-_0e52c9fe-7c19-808f-d3e7-28b2a7c193e4-9e5c1eab, #w-node-_844147b0-153f-82b7-98d5-a59dc0f7070d-9e5c1eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67556600-f358-879d-9ae5-cdea257041b9-9e5c1eab {
  align-self: start;
}

#w-node-_67556600-f358-879d-9ae5-cdea257041cc-9e5c1eab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67556600-f358-879d-9ae5-cdea257041d0-9e5c1eab {
  justify-self: start;
}

#w-node-d8e4a777-268c-d639-7307-a6250a0c5f23-9e5c1eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8661897-80eb-ccdf-bbb3-9c85b9a1d2bc-9e5c1eab, #w-node-f4bd7dc9-de31-ddf9-93c5-51bfb5598962-9e5c1eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_987e45f8-1778-e413-02c9-7df12c11fe5f-9e5c1eab, #w-node-fd06a406-9013-94c4-2fc2-0a6c2f41153c-9e5c1eab {
  align-self: start;
}

#w-node-_2946b095-3859-cd1e-ef46-97c29c7046c6-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74fc2afb-b1e5-fc21-7876-f94e0b47d06a-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-db6bc6d7-7e83-864e-ba77-86eb500e43ea-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9868ee5-797c-a483-9040-463397a1be63-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f1f651ff-f947-2710-d735-5ba279f1786e-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45fe3371-79e3-488a-4c4e-49d037a27956-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd17515b-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a6e61eee-953a-2933-2f88-84bfa26d7bc3-9e5c1eac, #w-node-_4cecd61e-2a1f-2159-7015-60a2e8d71c66-9e5c1eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd175176-9e5c1eac {
  align-self: start;
}

#w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd175189-9e5c1eac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd17518d-9e5c1eac {
  justify-self: start;
}

#w-node-_179f6dd2-fe91-bdbd-c6f4-11f0bf493b4e-9e5c1ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179f6dd2-fe91-bdbd-c6f4-11f0bf493b60-9e5c1ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cec7bc38-c930-4dc2-e238-34eef0af56c3-9e5c1ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd2b7521-42df-61b5-95c8-4ff2e7ea43f9-9e5c1ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bfc379ac-3cdf-de9b-15b9-00ffa4e181db-9e5c1ed5, #w-node-a65b1248-636f-15fd-fbb7-f8518b3d2439-9e5c1ed6 {
  align-self: stretch;
}

#w-node-fa2727b8-a169-08f5-f272-1ee5f6c12ddb-9e5c1ed7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05cc2a5c-71bf-2c51-2286-7d7e09f99791-9e5c1ed7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-ce3f2ee8-ea27-e546-9b64-d387e7319fbf-9e5c1ed7, #w-node-b6a30f6d-0b4f-1301-932c-6c21e5636c3a-9e5c1ed7, #w-node-_8e327e06-8e60-ff8e-b31e-31f9f026f044-9e5c1ed7, #w-node-_90e38d1f-9c3b-cd62-6e2b-bc758a0bf980-9e5c1ed7, #w-node-_09ad5df8-b9cd-9d9a-e62d-854eca70456f-9e5c1ed7, #w-node-_32cf4ee7-2657-e953-fd47-f1fde9170c8e-9e5c1ed7, #w-node-_2347645e-ed10-15ac-4b23-e15206f0694d-9e5c1ed7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2347645e-ed10-15ac-4b23-e15206f0694f-9e5c1ed7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c5b40c82-ead0-8cf7-7941-25005c81526f-9e5c1ed7 {
  align-self: stretch;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c38-49236c32 {
  justify-self: end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236ca8-49236c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236ca9-49236c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236caa-49236c32 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236cac-49236c32 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236cae-49236c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236caf-49236c32 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_868f8c08-c1d8-9de4-fa27-9f9749236cb1-49236c32 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f164a837-37f1-16af-ff58-9d107bdc6e14-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e1a-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e21-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e28-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e30-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e4c-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e52-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e58-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e60-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e67-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e6d-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e89-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e8f-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e95-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6e9b-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6ea2-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6ea8-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6eae-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6eb4-9e5c1ed8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f164a837-37f1-16af-ff58-9d107bdc6ec8-9e5c1ed8, #w-node-f164a837-37f1-16af-ff58-9d107bdc6eed-9e5c1ed8 {
  align-self: start;
}

#w-node-_8835abeb-0029-b7da-d1fb-942adf981996-9e5c1edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_126bff29-0587-b9df-ba10-b475296ae8f6-9e5c1edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_49214736-597c-3a7b-9c17-b58bf1a31c23-9e5c1edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccbf2cf-bc75-5783-6f1a-c3fb7ef1ef78-9e5c1edb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_366fad9f-32df-909a-1a92-ad7de5b98d12-9e5c1edb {
  align-self: stretch;
}

#w-node-bcfa4178-cc33-1823-b120-d7b6fb672c88-9e5c1edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcfa4178-cc33-1823-b120-d7b6fb672c8b-9e5c1edc {
  place-self: center end;
}

#w-node-b3e80b31-4dd9-457e-0e5b-c20f7c2f234c-9e5c1edd {
  align-self: stretch;
}

#w-node-_0ad51646-d505-50cf-5fa8-d0e9c3ce15be-9e5c1ede, #w-node-_0ad51646-d505-50cf-5fa8-d0e9c3ce15cb-9e5c1ede, #w-node-_15e1729c-c55e-fd35-1ad2-a20309331b53-9e5c1ede, #w-node-_15e1729c-c55e-fd35-1ad2-a20309331b5c-9e5c1ede, #w-node-d7881b37-4bde-1ecf-e065-69cb54eeeb03-9e5c1ede, #w-node-d7881b37-4bde-1ecf-e065-69cb54eeeb0c-9e5c1ede, #w-node-fc63b42f-2d37-0283-e3bb-cb264d7e3b64-9e5c1edf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc63b42f-2d37-0283-e3bb-cb264d7e3b66-9e5c1edf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc63b42f-2d37-0283-e3bb-cb264d7e3b6c-9e5c1edf {
  align-self: stretch;
}

#w-node-_5254272d-ef27-cd41-224c-3ed91fefe2c7-6da929b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2410201-8878-d65b-b4f4-d2d954e033b7-54e033a0, #w-node-e2410201-8878-d65b-b4f4-d2d954e033bc-54e033a0, #w-node-e2410201-8878-d65b-b4f4-d2d954e033d1-54e033a0, #w-node-_48cb163a-a81f-122b-3a60-cf4bd33661e7-54e033a0, #w-node-_48cb163a-a81f-122b-3a60-cf4bd33661ec-54e033a0, #w-node-_48cb163a-a81f-122b-3a60-cf4bd3366201-54e033a0, #w-node-e2410201-8878-d65b-b4f4-d2d954e03418-54e033a0, #w-node-e2410201-8878-d65b-b4f4-d2d954e0341d-54e033a0 {
  align-self: start;
}

#w-node-_42fe7e86-e85a-6336-797c-d5e3ec4ad26a-ec4ad266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_42fe7e86-e85a-6336-797c-d5e3ec4ad26d-ec4ad266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4a9-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4ab-d725d49e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#checkbox-group.w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4ae-d725d49e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4bf-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c3-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c4-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c5-d725d49e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c6-d725d49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Iceberg-Form-Submit.w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c8-d725d49e {
  justify-self: start;
}

#w-node-eadc5fda-e624-2d5d-8a74-49b3793081ae-9e5c1efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c46115d7-1c2e-fda8-e7d1-b765f61119af-9e5c1efb, #w-node-_26a8f713-c3fe-9bdb-890a-caede9baf801-9e5c1efb, #w-node-_16142d64-9bef-4101-523a-0d94fcce05b7-9e5c1efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_824d6efb-7d35-807b-d52e-e94a5d07a2e3-9e5c1efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_007e4bda-fc7e-ec63-8e88-96218a5fc211-9e5c1efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_007e4bda-fc7e-ec63-8e88-96218a5fc213-9e5c1efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_0dfe7cf2-b7c2-29eb-502a-e897b9fa2d35-b9fa2d32, #w-node-b6373322-e8b1-2cbb-ad5a-0d97c3404056-b9fa2d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dfe7cf2-b7c2-29eb-502a-e897b9fa2d4b-b9fa2d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69691901-1c82-1d72-f5b1-d3c7d7daa8d6-9e5c1f44, #w-node-c2b4430b-7e10-68bc-17ac-f4293b2a74c5-3b2a74ba, #w-node-c2b4430b-7e10-68bc-17ac-f4293b2a74cd-3b2a74ba, #w-node-c2b4430b-7e10-68bc-17ac-f4293b2a74d5-3b2a74ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a55e633d-9ea8-7659-67cb-ca06ad34c8ba-9e5c1f46 {
  align-self: stretch;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c1-9e5c1f47, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c1f47 {
  align-self: stretch;
}

#w-node-_0785269c-a2bf-d1f3-14f1-213d6e2bc095-9e5c1f4d, #w-node-c9f409ac-ec54-4853-bb80-2fa0d8926584-9e5c1f4d, #w-node-_82cdbe51-e27e-8712-989f-3d5f2406aef8-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05c817f8-d2e7-fec8-34ea-7ce0b2adceeb-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5e5d4580-f811-267a-2643-206f59c37657-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e5d4580-f811-267a-2643-206f59c37664-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2325f2a-f508-3320-6ae5-7422ff685b8d-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2325f2a-f508-3320-6ae5-7422ff685b9a-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22f71809-e443-c443-035d-fedc038a39e1-9e5c1f4d, #w-node-_22f71809-e443-c443-035d-fedc038a39ec-9e5c1f4d, #w-node-_78a99b5a-d77a-5320-98e1-2b7a2c9e602b-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78a99b5a-d77a-5320-98e1-2b7a2c9e602c-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_95e67e86-2683-4cd2-1d0f-321ae00fafac-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed54014-aeb4-56ee-7c96-72f3a7450cb4-9e5c1f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7ed54014-aeb4-56ee-7c96-72f3a7450cba-9e5c1f4d {
  align-self: stretch;
}

#w-node-_14282929-68b7-fc2c-cbbb-59d341a5b091-41a5b08e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14282929-68b7-fc2c-cbbb-59d341a5b096-41a5b08e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1f50, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1f50, #w-node-_3d20c39b-098d-ede6-287b-64c6be1d3563-9e5c1f50, #w-node-a94a5592-0ae6-fc33-8601-13f54849290d-9e5c1f50, #w-node-_643066dc-9a33-b1a1-03db-db5565d94af1-9e5c1f50, #w-node-_153ae8e4-c13e-5df1-f547-75e93e873fcd-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ecfc-9e5c1f50, #w-node-ee583fb5-2a06-afbc-7ffd-ad0362140d3d-9e5c1f50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee583fb5-2a06-afbc-7ffd-ad0362140d3f-9e5c1f50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ee583fb5-2a06-afbc-7ffd-ad0362140d45-9e5c1f50 {
  align-self: stretch;
}

#w-node-_3c0ab7fa-67a4-6f02-8ac8-be554f868b4e-9e5c1f51, #w-node-_5cedaa25-2b7c-1905-e25a-04ae2927afc7-9e5c1f51, #w-node-ed73e455-6900-0d6f-ea43-25a655943829-9e5c1f51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-9e5c1f51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a243-9e5c1f51, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff99fb-9e5c1f51, #w-node-_677f1fbb-5d8f-e016-86a9-da19714a7e06-9e5c1f51, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a01-9e5c1f51, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a02-9e5c1f51, #w-node-a8afdc39-4a97-cea2-6c64-e03e4164d277-9e5c1f51, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a0b-9e5c1f51, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a0c-9e5c1f51, #w-node-_261f6eb1-9b7a-77cb-844a-d941bb3f0554-9e5c1f51, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-9e5c1f51, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-9e5c1f51, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-9e5c1f51, #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f222-1bd7f221 {
  place-self: start end;
}

#popup-neuron-close-btn.w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f225-1bd7f221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f227-1bd7f221 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f22f-1bd7f221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f231-1bd7f221 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f235-1bd7f221 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb6fdb-0fbb6fd5 {
  justify-self: end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7034-0fbb6fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7035-0fbb6fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7036-0fbb6fd5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7038-0fbb6fd5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb703a-0fbb6fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb703b-0fbb6fd5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb703d-0fbb6fd5 {
  grid-area: 2 / 1 / 3 / 2;
}

#completion-tool.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-9e5c1f53, #potential-viewings.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-9e5c1f53, #potential-listings.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-9e5c1f53, #tracking.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f53, #score.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-9e5c1f53, #touchpoint.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-9e5c1f53, #w-node-_37c8bff2-016b-63d5-1189-42589de172da-9e5c1f53, #w-node-_191a5623-50ff-f81f-1fc3-438acffdc2fe-cffdc2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_191a5623-50ff-f81f-1fc3-438acffdc2ff-cffdc2f3 {
  place-self: center stretch;
}

#personalisation.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-9e5c1f55, #sms.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-9e5c1f55, #digital20-20.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-9e5c1f55, #social-distancing-valuation.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f55, #forms.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-9e5c1f55, #tracking.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-9e5c1f55, #score.w-node-e0ac04da-6463-2ce4-1cd1-7b15b046dee8-9e5c1f55, #touchpoint.w-node-_04ea8edc-0123-05b0-01b5-af8beb2e9161-9e5c1f55, #w-node-_37c8bff2-016b-63d5-1189-42589de172da-9e5c1f55, #w-node-a1bac577-bef9-1a9d-446b-d861439ded0f-9e5c1f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bac577-bef9-1a9d-446b-d861439ded10-9e5c1f55 {
  place-self: center stretch;
}

#w-node-d17404b8-8a4f-d84a-b4e3-505deb95eeaa-9e5c1f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2fd87c1f-68ef-fc49-9733-5c85d6883835-9e5c1f57 {
  justify-self: end;
}

#w-node-_4d9e7181-b8c6-f9c8-bd56-1c27a2836c81-9e5c1f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_04e720fe-54f6-dee8-a4ba-2880d7736f50-9e5c1f57, #w-node-_04e720fe-54f6-dee8-a4ba-2880d7736f55-9e5c1f57, #w-node-_04e720fe-54f6-dee8-a4ba-2880d7736f5a-9e5c1f57, #w-node-_04e720fe-54f6-dee8-a4ba-2880d7736f5f-9e5c1f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4828a-9e5c1f5c {
  justify-self: end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4828e-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48293-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48298-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff4829d-9e5c1f5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff48318-9e5c1f5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff48319-9e5c1f5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4831a-9e5c1f5c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4831c-9e5c1f5c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4831e-9e5c1f5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff4831f-9e5c1f5c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_84858816-d0c4-81df-dcd4-d7bbaff48321-9e5c1f5c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fd4a8e85-6ee3-e3c7-100b-ae21e93525ca-e93525a7, #w-node-fd4a8e85-6ee3-e3c7-100b-ae21e93525cc-e93525a7, #w-node-_21e49155-5615-6f94-5c55-2913f0fdb994-b0d3bfef, #w-node-_21e49155-5615-6f94-5c55-2913f0fdb996-b0d3bfef, #w-node-_309b5103-f04b-c3b2-3339-f1496b4d398c-b0d3bfef, #w-node-_309b5103-f04b-c3b2-3339-f1496b4d398e-b0d3bfef, #w-node-_2dca4dd1-a77d-9954-2ec4-b034fde49f5d-fde49f41, #w-node-_2dca4dd1-a77d-9954-2ec4-b034fde49f62-fde49f41, #w-node-_2dca4dd1-a77d-9954-2ec4-b034fde49f77-fde49f41, #w-node-_2dca4dd1-a77d-9954-2ec4-b034fde49f8c-fde49f41, #w-node-_2dca4dd1-a77d-9954-2ec4-b034fde49fa1-fde49f41 {
  align-self: start;
}

#w-node-bd96f332-11eb-dd30-6629-4637ca11b716-9e5c1f5d, #w-node-_93e7f14b-2b9a-5f5b-50a5-0f76cb0043ef-9e5c1f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9603541b-f4df-8e97-ed52-9d2fa4f51c02-9e5c1f5d {
  align-self: stretch;
}

#w-node-_2736027a-2c70-b728-b074-54381846258f-9e5c1f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ab9372-84eb-d74a-ce6a-e5cf8c7ba954-9e5c1f5d {
  place-self: center end;
}

#w-node-f89ac214-2c86-58ae-5502-4e6dd20ed178-9e5c1f6c, #w-node-_69d589b3-86a3-9488-79d2-34922036a282-9e5c1f6c, #w-node-bbf391c0-8cfd-4a86-8a2f-92837fc9e3eb-9e5c1f6c, #w-node-c536ea50-b42f-5c71-0d27-4db854da7ed8-9e5c1f6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57a23d6c-ccae-a491-5eeb-a5880e8b7373-9e5c1f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2fdd30f9-c3b1-292f-a577-0ff30cd6b1f0-9e5c1f6c, #w-node-f310e25e-c678-5d85-0cef-1b473f5b61bb-9e5c1f6c, #w-node-_219dc220-0897-c5ed-dfa0-15dc53f2b20f-53f2b202, #w-node-c29e618b-f231-2c51-2f61-163295d90ca2-9e5c1f6e, #w-node-d01a8a3c-32f8-dbbf-60d2-966972754b56-9e5c1f6e, #w-node-d01a8a3c-32f8-dbbf-60d2-966972754b5e-9e5c1f6e, #w-node-d01a8a3c-32f8-dbbf-60d2-966972754b66-9e5c1f6e, #w-node-_7c18355c-7500-aa0d-0709-4b72b9a0d0aa-9e5c1f6e, #w-node-_7c18355c-7500-aa0d-0709-4b72b9a0d0b4-9e5c1f6e, #w-node-_7c18355c-7500-aa0d-0709-4b72b9a0d0be-9e5c1f6e, #w-node-_5c63f7e7-369d-7557-c477-4829ef045aca-9e5c1f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9bd3cd3-26e7-ca22-1676-22a0e8165abb-9e5c1f6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d4b-9e5c1f6e, #w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d56-9e5c1f6e, #w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d61-9e5c1f6e, #w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d6a-9e5c1f6e, #w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d75-9e5c1f6e, #w-node-fa689ea7-19d5-c9d4-1f43-72b99a999d7e-9e5c1f6e, #w-node-c29e618b-f231-2c51-2f61-163295d90ca2-9e5c1f6f, #w-node-_58a63de6-7205-edf7-0b63-c42e6550a2a3-9e5c1f6f, #w-node-_58a63de6-7205-edf7-0b63-c42e6550a2ab-9e5c1f6f, #w-node-_58a63de6-7205-edf7-0b63-c42e6550a2b3-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82ce-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82d6-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82d9-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82db-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82ea-9e5c1f6f, #w-node-_9b3c645c-f012-79d2-bced-33306cfc82fa-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d9209-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d9214-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d921f-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d9228-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d9233-9e5c1f6f, #w-node-_1d72f24f-292f-f4c1-a3a1-4b8f562d923c-9e5c1f6f, #w-node-_0785269c-a2bf-d1f3-14f1-213d6e2bc095-9e5c1f72, #w-node-c9f409ac-ec54-4853-bb80-2fa0d8926584-9e5c1f72, #w-node-_00be2421-7d7e-eefb-20f0-2a7c35296991-9e5c1f72, #w-node-_5236e8ae-4a0f-ddaf-40bf-c4fe149fc88b-9e5c1f72, #w-node-_7e13231f-20a2-4530-cf9e-69acdfa9be44-9e5c1f72, #w-node-_4f0de15a-192c-b8d1-7251-e25c266e336a-9e5c1f72, #w-node-_7238ef93-6374-f137-065a-18bc4075bb31-9e5c1f72, #w-node-f64ea8c4-3f27-0ee8-f582-bc310b24b9ec-9e5c1f72, #w-node-_36635630-f8b6-e866-533d-c4e12d00f5ef-9e5c1f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ab8b0b-79e9-2a10-078f-30d2a41376bb-9e5c1f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d23ff6d6-408b-0167-56e3-2bd0d4dacc6f-9e5c1f72, #w-node-_4fed9de4-7a5a-ebc1-ec45-df791d917101-9e5c1f72, #w-node-cb88b044-43dd-adf0-8f64-93f9c77e1832-9e5c1f72, #w-node-_89b93b48-3d67-6058-2207-ff786fa6e6d9-9e5c1f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e6d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e6e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e6f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e7d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e7e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e7f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e8d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e8e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e8f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e9d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e9e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0e9f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ead-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eae-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eaf-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ebd-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ebe-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ebf-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ecd-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ece-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ecf-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0edd-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0ede-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0edf-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eed-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eee-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eef-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0efd-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0efe-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0eff-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f0d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f0e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f0f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f1d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f1e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f1f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f2d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f2e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f2f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f3d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f3e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f3f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f4d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f4e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f4f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f5d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f5e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f5f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f6d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f6e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f6f-197f0e63 {
  align-self: end;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f7d-197f0e63 {
  align-self: stretch;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f7e-197f0e63 {
  align-self: start;
}

#w-node-a1de0291-9349-f11b-af0e-30ea197f0f7f-197f0e63 {
  align-self: end;
}

#w-node-c3261a0e-fead-47cc-ee3a-0d966789584c-67895849, #w-node-c3261a0e-fead-47cc-ee3a-0d9667895856-67895849, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fa6-73ea5f92, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fb3-73ea5f92, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fb7-73ea5f92, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fc4-73ea5f92, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fc8-73ea5f92, #w-node-_08e093bc-1319-eed6-7231-a28773ea5fd5-73ea5f92, #w-node-d48ca5d5-9881-ca92-5d77-63d9eb36f97d-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d5d-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d5e-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d5f-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d60-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d61-9e5c1f73, #w-node-_54f127bb-c2ef-9e6d-70df-16e5977e6d62-9e5c1f73, #w-node-cc65dcf6-ff91-f4b5-8010-1cfed116e331-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5d04440-3a25-a7bd-9ab2-1a4d9283adbe-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7cbc062e-5af2-a7b3-6f50-0ab991a48693-9e5c1f73, #w-node-b408bd58-fe1b-bebe-ca15-fd75459d9f27-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b408bd58-fe1b-bebe-ca15-fd75459d9f33-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b408bd58-fe1b-bebe-ca15-fd75459d9f34-9e5c1f73, #w-node-_5dd5e23b-20f3-bf7f-c618-2af21f029a32-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd5e23b-20f3-bf7f-c618-2af21f029a3e-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5dd5e23b-20f3-bf7f-c618-2af21f029a3f-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae937f41-62be-5b5c-19d4-0eec0c7f382f-9e5c1f73, #w-node-_182dd087-cc13-d3d3-41c5-4d82ad4361fb-9e5c1f73, #w-node-_4d0cb567-511b-dd74-3a8c-60b3efe75227-9e5c1f73, #w-node-_46be7481-6e9e-3871-e269-9b9c00f73d74-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_145b2122-4f16-f6e3-4fc9-be10d3f6e657-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3ea3a7d-4797-cd03-9cfd-1a4babb09f9d-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_5c4b14fb-b4af-31ce-8932-6f8c06e3ed49-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8b833c94-db73-8ae0-60f8-caa1530d7335-9e5c1f73, #w-node-_986cd113-5697-b8e1-db6d-f4df620739b5-9e5c1f73, #w-node-_05acf823-cbba-ecac-7bdc-9d4b1cbd074b-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ccf36e0-f91a-86e9-b9e7-d73bedc19f62-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_7ccf36e0-f91a-86e9-b9e7-d73bedc19f68-9e5c1f73, #w-node-_7ccf36e0-f91a-86e9-b9e7-d73bedc19f6d-9e5c1f73, #w-node-_7ccf36e0-f91a-86e9-b9e7-d73bedc19f72-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ce97f6-02e6-4750-e686-3e600bee2559-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_60ce97f6-02e6-4750-e686-3e600bee255f-9e5c1f73, #w-node-_60ce97f6-02e6-4750-e686-3e600bee2564-9e5c1f73, #w-node-_60ce97f6-02e6-4750-e686-3e600bee2569-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa7678c3-772d-c096-df22-99c94fb4eff5-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-aa7678c3-772d-c096-df22-99c94fb4effb-9e5c1f73, #w-node-aa7678c3-772d-c096-df22-99c94fb4f000-9e5c1f73, #w-node-aa7678c3-772d-c096-df22-99c94fb4f005-9e5c1f73, #w-node-d8ce96f9-abc6-0fa8-9b55-70c3a33a9e41-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329de374-f38d-b4f4-bfbc-81309142a82f-9e5c1f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3f2fde24-5c9e-fa97-b9da-18ef05c92828-9e5c1f73, #w-node-_980818f7-fdbf-7587-7394-2cecc890578e-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905795-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890579c-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057ba-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057c2-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057ca-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057d2-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057da-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057e2-9e5c1f75, #w-node-_55a84854-d5a3-3c90-5518-19382ab1771b-9e5c1f75, #w-node-_696029f2-a671-c500-cdc7-6fa0c577a5f5-9e5c1f75, #w-node-f04e2b92-f214-ecf0-abc7-faf51eb2dd89-9e5c1f75, #w-node-_29550f20-699c-a996-5084-d453a241a7ef-9e5c1f75, #w-node-e016cab8-b44c-afc5-78ec-f6e9bb786117-9e5c1f75, #w-node-_27725e20-22d4-3790-612e-e51fc0dbbbfd-9e5c1f75, #w-node-a7469ca0-8712-f44f-15f1-ad152d5d90ed-9e5c1f75, #w-node-af1994a5-b953-23bc-971f-056bf3a87ef0-9e5c1f75, #w-node-eae2fc68-168f-0de7-dc7c-5c93255c5f4f-9e5c1f75, #w-node-f22683f9-41b9-c23c-a0a9-01c19e374f34-9e5c1f75, #w-node-_481f3361-b808-9e04-9c84-cd4aa185d2f3-9e5c1f75, #w-node-df452f92-9dbc-f56d-5a7e-3f210adfe901-9e5c1f75, #w-node-_8177ed3e-fd11-d154-a60f-1d9474f02235-9e5c1f75, #w-node-_22cc094d-f266-71cb-a42c-41e0659ff0c0-9e5c1f75, #w-node-_86ea8833-bd6e-8bc0-44a5-7876a2362521-9e5c1f75, #w-node-_5623f308-04c3-336d-8522-1a16c720c7e7-9e5c1f75, #w-node-f603ce8d-782e-e14f-da32-653c8904b5b2-9e5c1f75, #w-node-ce12b2c0-0e2f-c32c-7c92-ba43fd3ba758-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc89057fa-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905802-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890580a-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905812-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890581a-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905822-9e5c1f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10c9c318-b5f0-1463-ff40-d1e834708c24-9e5c1f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f32c02b5-0901-8137-4a6b-4666db9bc29d-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905836-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890583d-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905840-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905842-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890584a-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905857-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890585a-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890585c-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905864-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890586b-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc8905870-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890587a-9e5c1f75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd07b741-b4d8-4a37-4045-167558bfb21b-bcbf2449, #w-node-cd07b741-b4d8-4a37-4045-167558bfb220-bcbf2449, #w-node-cd07b741-b4d8-4a37-4045-167558bfb235-bcbf2449, #w-node-cd07b741-b4d8-4a37-4045-167558bfb24a-bcbf2449, #w-node-cd07b741-b4d8-4a37-4045-167558bfb25f-bcbf2449, #w-node-_45504c5e-6686-8249-7a37-c86d97571cb3-bcbf2449, #w-node-_45504c5e-6686-8249-7a37-c86d97571cb8-bcbf2449, #w-node-_45504c5e-6686-8249-7a37-c86d97571ccd-bcbf2449, #w-node-_45504c5e-6686-8249-7a37-c86d97571ce2-bcbf2449, #w-node-_45504c5e-6686-8249-7a37-c86d97571cf7-bcbf2449 {
  align-self: start;
}

#w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01177b8-2b93-b8bf-6114-c91c9019d235-9019d235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_06822434-7935-d181-b8c1-e7f0b9365fdb-9019d235, #w-node-_0785269c-a2bf-d1f3-14f1-213d6e2bc095-9e5c1f78, #w-node-c9f409ac-ec54-4853-bb80-2fa0d8926584-9e5c1f78, #w-node-_36635630-f8b6-e866-533d-c4e12d00f5ef-9e5c1f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ab8b0b-79e9-2a10-078f-30d2a41376bb-9e5c1f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d23ff6d6-408b-0167-56e3-2bd0d4dacc6f-9e5c1f78, #w-node-_4fed9de4-7a5a-ebc1-ec45-df791d917101-9e5c1f78, #w-node-cb88b044-43dd-adf0-8f64-93f9c77e1832-9e5c1f78, #w-node-_89b93b48-3d67-6058-2207-ff786fa6e6d9-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198ed-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198f3-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198fa-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb019900-9e5c1f78, #w-node-_9bafbb02-f8ee-8f07-4828-0301961570ca-9e5c1f78, #w-node-_1f51c0c6-3774-fd4e-9ef5-bf02b1950d4d-9e5c1f78, #w-node-e81642e9-03bc-3739-794b-d35ee8c1f6a8-9e5c1f78, #w-node-_6217d830-84fb-0a0b-d303-a24047b56fa2-9e5c1f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6217d830-84fb-0a0b-d303-a24047b56fb0-9e5c1f78 {
  place-self: center;
}

#w-node-_6217d830-84fb-0a0b-d303-a24047b56fb3-9e5c1f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6217d830-84fb-0a0b-d303-a24047b56fc1-9e5c1f78 {
  place-self: center;
}

#w-node-_6217d830-84fb-0a0b-d303-a24047b56fc4-9e5c1f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6217d830-84fb-0a0b-d303-a24047b56fd2-9e5c1f78 {
  place-self: center;
}

#w-node-_0ac54659-0c77-4429-b1da-08c780aee9ce-9e5c1f78, #w-node-_0ac54659-0c77-4429-b1da-08c780aee9d9-9e5c1f78, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1f79, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1f79, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-9e5c1f79, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-9e5c1f79, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1f79, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1f79, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1f79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1f79, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f79 {
  justify-self: start;
}

#w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1f7a, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1f7a, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-9e5c1f7a, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-9e5c1f7a, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1f7a, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1f7a, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1f7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1f7a, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f7a {
  justify-self: start;
}

#w-node-_4664f764-4785-9b5e-00df-1beea8915b7a-9e5c1f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b086896b-f894-a942-5c69-a79924f413a9-9e5c1f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73947756-c42e-c580-64ab-8de33abfbef3-9e5c1f7b {
  place-self: start end;
}

#w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c1-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c3-9e5c1f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58fb361-6894-09fa-917e-c3d4b7b0978c-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c5-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c9-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144ca-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144cb-9e5c1f7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144cc-9e5c1f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144ce-9e5c1f7b {
  justify-self: start;
}

#w-node-cae7c841-cb41-4512-4780-1c93b7b89341-9e5c1f7b, #w-node-cae7c841-cb41-4512-4780-1c93b7b89349-9e5c1f7b, #w-node-cae7c841-cb41-4512-4780-1c93b7b89351-9e5c1f7b, #w-node-_162ac6e4-1217-fe6d-b423-bbaaee3a8dcd-9e5c1f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-9e5c1f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aa279a83-8fdc-693c-d893-4cdc747ec2aa-9e5c1f7c, #w-node-aa279a83-8fdc-693c-d893-4cdc747ec2ab-9e5c1f7c, #w-node-_5f8a3485-af93-9c4d-18ee-a7fec4181d94-9e5c1f7c, #w-node-_5f8a3485-af93-9c4d-18ee-a7fec4181d95-9e5c1f7c, #w-node-_89be0b4c-d349-2fce-d564-07a144c3c4ec-9e5c1f7c, #w-node-_89be0b4c-d349-2fce-d564-07a144c3c4ed-9e5c1f7c, #w-node-e9f73cd9-c6ed-130c-cc3f-b9bbb203637d-9e5c1f7c, #w-node-e9f73cd9-c6ed-130c-cc3f-b9bbb203638a-9e5c1f7c, #w-node-e9f73cd9-c6ed-130c-cc3f-b9bbb2036399-9e5c1f7c, #w-node-e9f73cd9-c6ed-130c-cc3f-b9bbb20363a6-9e5c1f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_353bbbeb-2197-c142-6c95-7d445492739b-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d445492739d-54927390 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#checkbox-group.w-node-_353bbbeb-2197-c142-6c95-7d44549273a0-54927390 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_353bbbeb-2197-c142-6c95-7d44549273b1-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273b5-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273b6-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273b7-54927390 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_353bbbeb-2197-c142-6c95-7d44549273b8-54927390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Iceberg-Form-Submit.w-node-_353bbbeb-2197-c142-6c95-7d44549273ba-54927390 {
  justify-self: start;
}

#w-node-_4664f764-4785-9b5e-00df-1beea8915b7a-9e5c1f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b086896b-f894-a942-5c69-a79924f413a9-9e5c1f7d, #w-node-_841c46a6-af64-ac82-7ec4-0296d776e146-9e5c1f7d, #w-node-_841c46a6-af64-ac82-7ec4-0296d776e14e-9e5c1f7d, #w-node-_841c46a6-af64-ac82-7ec4-0296d776e156-9e5c1f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66d590e2-6e31-b454-c153-0ece65592215-65592215 {
  place-self: start end;
}

#w-node-_66d590e2-6e31-b454-c153-0ece65592220-65592215, #w-node-_66d590e2-6e31-b454-c153-0ece65592224-65592215, #w-node-_66d590e2-6e31-b454-c153-0ece65592228-65592215, #w-node-afec1a27-535f-776b-1060-1a2548f06403-65592215, #w-node-afec1a27-535f-776b-1060-1a2548f06404-65592215, #w-node-afec1a27-535f-776b-1060-1a2548f06405-65592215 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afec1a27-535f-776b-1060-1a2548f06406-65592215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66d590e2-6e31-b454-c153-0ece6559222c-65592215 {
  justify-self: start;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c1-9e5c1f87, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c1f87 {
  align-self: stretch;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af17-9e5c1f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af25-9e5c1f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af37-9e5c1f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af39-9e5c1f8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6bde49db-f2c1-0623-dd3f-47a6f8ab766f-9e5c1f8a, #w-node-_89835622-d7d5-1ba7-6c54-059c6860763a-9e5c1f8a, #w-node-_6ad5f9c2-2bd5-6ac8-e058-6e8e02f105a9-9e5c1f8a, #w-node-_6ad5f9c2-2bd5-6ac8-e058-6e8e02f105aa-9e5c1f8a, #w-node-_20d83d35-ae1d-6e1c-2a30-eb36d7b74e47-9e5c1f8a, #w-node-_20d83d35-ae1d-6e1c-2a30-eb36d7b74e48-9e5c1f8a, #last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f8c, #w-node-_70abe8c4-607c-9898-bf83-2880668936b8-9e5c1f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70abe8c4-607c-9898-bf83-2880668936c0-9e5c1f8c {
  align-self: stretch;
}

#w-node-ffe7f2e8-4cac-c443-550e-ab7148661d95-48661d95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f50c8dec-f4b7-8a00-24cd-db946d97733f-48661d95, #w-node-_980818f7-fdbf-7587-7394-2cecc89057ba-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057c2-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057ca-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057d2-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057da-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057e2-9e5c1f8e, #w-node-_55a84854-d5a3-3c90-5518-19382ab1771b-9e5c1f8e, #w-node-_696029f2-a671-c500-cdc7-6fa0c577a5f5-9e5c1f8e, #w-node-f04e2b92-f214-ecf0-abc7-faf51eb2dd89-9e5c1f8e, #w-node-_29550f20-699c-a996-5084-d453a241a7ef-9e5c1f8e, #w-node-e016cab8-b44c-afc5-78ec-f6e9bb786117-9e5c1f8e, #w-node-_27725e20-22d4-3790-612e-e51fc0dbbbfd-9e5c1f8e, #w-node-a7469ca0-8712-f44f-15f1-ad152d5d90ed-9e5c1f8e, #w-node-af1994a5-b953-23bc-971f-056bf3a87ef0-9e5c1f8e, #w-node-eae2fc68-168f-0de7-dc7c-5c93255c5f4f-9e5c1f8e, #w-node-f22683f9-41b9-c23c-a0a9-01c19e374f34-9e5c1f8e, #w-node-_481f3361-b808-9e04-9c84-cd4aa185d2f3-9e5c1f8e, #w-node-df452f92-9dbc-f56d-5a7e-3f210adfe901-9e5c1f8e, #w-node-_8177ed3e-fd11-d154-a60f-1d9474f02235-9e5c1f8e, #w-node-_22cc094d-f266-71cb-a42c-41e0659ff0c0-9e5c1f8e, #w-node-_86ea8833-bd6e-8bc0-44a5-7876a2362521-9e5c1f8e, #w-node-_5623f308-04c3-336d-8522-1a16c720c7e7-9e5c1f8e, #w-node-f603ce8d-782e-e14f-da32-653c8904b5b2-9e5c1f8e, #w-node-ce12b2c0-0e2f-c32c-7c92-ba43fd3ba758-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc89057fa-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc8905802-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc890580a-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc8905812-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc890581a-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc8905822-9e5c1f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10c9c318-b5f0-1463-ff40-d1e834708c24-9e5c1f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f32c02b5-0901-8137-4a6b-4666db9bc29d-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc8905870-9e5c1f8e, #w-node-_980818f7-fdbf-7587-7394-2cecc890587a-9e5c1f8e, #w-node-_8ed30d7d-20af-7829-2e61-de67c254123d-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541244-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541247-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541249-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541251-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c254125e-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541261-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541263-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c254126b-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541272-c2541235, #w-node-_7ddc6085-9fc2-d5ff-8709-7fa2321ac4e3-321ac4cf, #w-node-_7ddc6085-9fc2-d5ff-8709-7fa2321ac4e8-321ac4cf, #w-node-_7ddc6085-9fc2-d5ff-8709-7fa2321ac4ed-321ac4cf, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-9e5c1f94, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-9e5c1f94, #w-node-bd09a6f9-282b-b684-159b-776cee164f88-9e5c1f94, #w-node-bd09a6f9-282b-b684-159b-776cee164f90-9e5c1f94, #w-node-bd09a6f9-282b-b684-159b-776cee164f98-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c4d-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c57-9e5c1f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-9e5c1f94, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-9e5c1f94, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-9e5c1f94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-9e5c1f94, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-9e5c1f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f94 {
  justify-self: start;
}

#w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c1f96, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9e5c1f96, #w-node-_3b24e549-cf4a-aabc-f91e-e98b397677e4-9e5c1f96, #w-node-_6da0918f-c5f7-b8c4-be76-bb1a813fba13-9e5c1f96, #w-node-_3b24e549-cf4a-aabc-f91e-e98b397677e7-9e5c1f96, #w-node-_34462732-4287-5e12-c328-04598ab1a643-9e5c1f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a71512-e9df-17f8-7a21-dee02718cf60-9e5c1f96, #w-node-_53a71512-e9df-17f8-7a21-dee02718cf63-9e5c1f96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53a71512-e9df-17f8-7a21-dee02718cf70-9e5c1f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a71512-e9df-17f8-7a21-dee02718cf71-9e5c1f96 {
  place-self: center;
}

#w-node-_53a71512-e9df-17f8-7a21-dee02718cf7d-9e5c1f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a71512-e9df-17f8-7a21-dee02718cf7e-9e5c1f96 {
  place-self: center;
}

#w-node-_6da77247-2bf1-f5a2-22a6-63ab0cb095da-9e5c1f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#eax-podcast-form-card.w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017f3-b9d017f3 {
  align-self: start;
}

#w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d01806-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d0180a-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d0180e-b9d017f3, #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f1-b9d017f3, #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f2-b9d017f3, #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f3-b9d017f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f4-b9d017f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d01812-b9d017f3 {
  justify-self: start;
}

#w-node-fa9b4005-ab3a-866b-f6de-b16957aca5f9-57aca5e4, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95eced-9e5c1f97, #w-node-_1f26c239-65f6-5f4b-6785-72700d532e15-9e5c1f97, #w-node-_370ae781-4d6f-7bd5-2350-c5f107699586-9e5c1f97, #w-node-_1bdbd545-dc5f-02c7-c17e-5be840b1034e-9e5c1f97, #w-node-a7fe29e1-146e-62a4-6bfb-dff2671fa2b0-9e5c1f97, #w-node-bfa6eefc-b37d-0248-20e6-a3e7ed42d715-9e5c1f97, #w-node-b810d805-fbb6-3048-bea5-0540d29b386b-9e5c1f97, #w-node-dba2f785-34b6-3ccd-1c53-eab6a8e06d36-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed17-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed1d-9e5c1f97, #w-node-_68ecb8c2-9127-2319-2800-85bf4859ef52-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed23-9e5c1f97, #w-node-a690d247-6cf1-4b12-ca06-e82aace2e95b-9e5c1f97, #w-node-_6712b9c3-745c-47e2-e26a-bd8ee2cbc54b-9e5c1f97, #w-node-_71629298-e025-143c-d141-53c6709e036d-9e5c1f97, #w-node-_8f3921d0-5ad4-0e4a-f8f2-79ff31dc39b7-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed32-9e5c1f97, #w-node-_65d8f725-710e-c937-8203-7ff224677147-9e5c1f97, #w-node-_5aeb7969-ccca-8267-07a5-31c71990c218-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed52-9e5c1f97, #w-node-_9c59bf92-8b03-5f90-5ad7-10b1f0a967a0-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed58-9e5c1f97, #w-node-_933c8326-2c55-ac07-668f-bec5bdce45f8-9e5c1f97, #w-node-_4255fb6c-ae8d-0774-4cba-7368c6670e59-9e5c1f97, #w-node-_2aea13c4-2cdb-8abc-15b5-b8e47f49fe1e-9e5c1f97, #w-node-_91321db2-68c9-1cbe-05c9-cdf47d8c48d9-9e5c1f97, #w-node-_020f3aed-e13b-c4a6-408d-5776fdf97713-9e5c1f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4adccdfb-7828-805c-0831-7a45848d4121-9e5c1f97, #w-node-_4adccdfb-7828-805c-0831-7a45848d4146-9e5c1f97 {
  align-self: start;
}

#w-node-_16fe2bab-92c2-49cf-257f-e48e1e94cdca-9e5c1f97, #w-node-_24e57559-0b60-5802-d336-4730f116b0e9-9e5c1f97, #w-node-_4d200c27-f4d3-596d-234b-307fcd2a0db5-9e5c1f97, #w-node-_7f215f85-93c4-8bc3-230e-0f743e918112-9e5c1f97, #w-node-_24e57559-0b60-5802-d336-4730f116b0f5-9e5c1f97, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d52e-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d534-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d53b-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d542-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d54a-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d55e-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d564-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d56a-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d572-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d579-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d57f-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d593-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d599-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d59f-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5a5-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5ac-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5b2-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5b8-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5be-9e5c1f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5cc-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5f1-9e5c1f98 {
  align-self: start;
}

#w-node-_2333f740-892a-6c5a-d5bf-c573741fd568-9e5c1f9b, #w-node-_6e9128d8-7bce-589e-8ab9-ccfad14424bf-9e5c1f9b, #w-node-_9ce3fd6f-5b07-a210-daac-1ed22eacd0b7-9e5c1f9b, #w-node-b203794d-0796-7449-6464-b381b8263bce-9e5c1f9b, #w-node-_667bb642-240b-acfb-faa2-4a436f023a27-9e5c1f9b, #w-node-_0ac80704-7bbf-db3f-a82b-46421e516d56-9e5c1f9b, #w-node-_14ba9228-44e4-7d63-c09c-e2b199f915ff-9e5c1f9b, #w-node-f739a8b6-08b7-e4d2-18e5-eda09edd6d92-9e5c1f9b, #w-node-_239d76b3-c7a9-a13f-6e58-e3cbf12ff367-9e5c1f9b, #w-node-a2ff3b19-fb12-5d83-4261-1c15b06d0d2f-9e5c1f9b, #w-node-_5accfa90-8f07-ce21-c21b-fa84c81cf3e6-9e5c1f9b, #w-node-d328e073-aab0-e01f-fe9e-cbd1027757b3-9e5c1f9b, #w-node-_8ec030ef-6257-8ccb-afa4-b57e78958bd5-9e5c1f9b, #w-node-_14d54408-bb62-a8b5-d4c8-8c35199b9fc5-9e5c1f9b, #w-node-aff49540-30ab-8034-c9b7-ee0118f1a129-9e5c1f9b, #w-node-cf69d75c-c2cb-a5f8-2c27-91f398df6796-9e5c1f9b, #w-node-c73d5bac-5aa6-0212-ba76-15583df71f5f-9e5c1f9b, #w-node-_7860116c-e6e8-f108-cffe-64c08de89b3a-9e5c1f9b, #w-node-d4afcfdd-689d-eab1-1bf5-4b53883e34f4-9e5c1f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4adccdfb-7828-805c-0831-7a45848d4121-9e5c1f9b, #w-node-_4adccdfb-7828-805c-0831-7a45848d4146-9e5c1f9b {
  align-self: start;
}

#last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fbf, #w-node-_70abe8c4-607c-9898-bf83-2880668936b8-9e5c1fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70abe8c4-607c-9898-bf83-2880668936c0-9e5c1fbf {
  align-self: stretch;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_41f453c7-01db-2546-033f-fa473efcb8c1-9e5c1fc0, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c1fc0, #w-node-_61914fa1f3028ad34c1c480b000000000014-9e5c1fc1 {
  align-self: stretch;
}

#w-node-_5d1ea899-448b-48b4-690b-663ae9c858d9-9e5c1fc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e3059a17-2ca8-4d61-ea40-492bcded8b9f-9e5c1fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c2f592-77cb-aa66-cc28-44fb9cf38296-9e5c1fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-9e5c1fc8, #w-node-_360a982e-0ff6-752a-8798-3b11c45c816c-9e5c1fc9, #w-node-_7e3c33d5-9420-f879-55bc-2ff58b0bdfc1-9e5c1fc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4821-9e5c1fc9 {
  place-self: auto;
}

#w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e488e-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e488f-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e48fb-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e48fc-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4967-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4968-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e49d3-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e49d4-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4a3f-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4a40-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4aab-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4aac-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4b17-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4b18-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4b83-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4b84-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4bef-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4bf0-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4c5b-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4c5c-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4cc7-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4cc8-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4d33-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4d34-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4d9f-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4da0-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4e0b-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4e0c-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4e77-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4e78-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4ee3-9e5c1fc9, #w-node-_948339b1-94c7-2953-7bc2-ac5d4e7e4ee4-9e5c1fc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7746643c-25c5-7e00-c052-8b16cfe5da4f-cfe5da45 {
  place-self: auto;
}

#w-node-_7746643c-25c5-7e00-c052-8b16cfe5dabc-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dabd-cfe5da45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7746643c-25c5-7e00-c052-8b16cfe5dac0-cfe5da45 {
  place-self: center;
}

#w-node-_7746643c-25c5-7e00-c052-8b16cfe5db07-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db08-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db30-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db31-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db59-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db5a-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db82-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5db83-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbab-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbac-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbd4-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbd5-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbfd-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dbfe-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc26-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc27-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc4f-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc50-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc78-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dc79-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dca1-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dca2-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dcca-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dccb-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dcf3-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dcf4-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dd1c-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dd1d-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dd45-cfe5da45, #w-node-_7746643c-25c5-7e00-c052-8b16cfe5dd46-cfe5da45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f6193be-a79c-76dd-c607-4404224f1a75-9e5c1fcd {
  align-self: start;
}

#w-node-b944c4f8-263d-3213-c542-87e408e480e3-9e5c1fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_510d5b04-0a6e-9d01-8de1-0d5ee59dc2bc-9e5c1fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a484fa88-b0be-0647-8704-0bba663824cb-9e5c1fcd {
  align-self: start;
}

#w-node-db6ab5b4-0d32-240e-2966-20e0abed9dfa-9e5c1fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_17b4282e-6dbe-bba7-0360-f0b80159a7ca-9e5c1fcd {
  align-self: start;
}

#w-node-_977b0401-cc5a-2f1b-4e44-5c3176f0ff27-9e5c1fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901b8d7e-7128-d5a2-28ef-883f7e2f3f79-9e5c1fe9 {
  justify-self: end;
}

#w-node-_471f64a3-7a98-86a2-3d06-c9606f49c4bc-6f49c4bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_299742cc-6e9c-a9d6-6796-db6e62128540-6f49c4bc, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2004 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2004 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c2004 {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c2005 {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2006 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2006 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c2006 {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c2007 {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2008 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2008 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c2008 {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c200a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c200a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c200a {
  align-self: stretch;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c200b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c200b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d56233b9-6a57-ef53-d0fa-ac0b897280b5-9e5c200b {
  align-self: stretch;
}

#w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e8a-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e91-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e94-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e9e-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ea8-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84eab-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84eb5-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ebc-9e5c200c, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff207-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff208-9e5c200d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff20b-9e5c200d {
  place-self: center;
}

#w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff252-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff253-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff27f-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff280-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff2ad-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff2ae-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff2db-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff2dc-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff308-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff309-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff335-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff336-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff362-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff363-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff38f-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff390-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff3bc-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff3bd-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff3e9-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff3ea-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff416-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff417-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff443-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff444-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff470-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff471-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff49d-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff49e-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff4c7-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff4c8-9e5c200d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61233044-9492-14a1-9c26-70a933686448-9e5c200d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#BookADemo-Form.w-node-_61233044-9492-14a1-9c26-70a933686452-9e5c200d {
  place-self: start end;
}

#w-node-ff51e750-73e9-e00c-34ae-a3a188f85036-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f85038-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503c-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503d-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503e-9e5c200d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff51e750-73e9-e00c-34ae-a3a188f8503f-9e5c200d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff51e750-73e9-e00c-34ae-a3a188f85041-9e5c200d {
  justify-self: start;
}

#w-node-_3e7dec49-3637-58a3-bb6a-8fd0e5bdc99b-9e5c200d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_062826e7-37c6-1aae-0bef-dcb8fe69b752-9e5c200d, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-9bb4ff64, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e7606-9bb4ff64, #w-node-_3d20c39b-098d-ede6-287b-64c6be1d3563-9bb4ff64, #w-node-a94a5592-0ae6-fc33-8601-13f54849290d-9bb4ff64, #w-node-_643066dc-9a33-b1a1-03db-db5565d94af1-9bb4ff64, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e33-9bb4ff64, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e3d-9bb4ff64, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e47-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa87452-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#\31 2MonthAcceleratorProgramme.w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745c-9bb4ff64 {
  place-self: start end;
}

#w-node-eb497542-31ff-1e38-8303-7f00e954ab04-9bb4ff64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#RDif8paCxS.w-node-a7236cef-1b90-1589-48e6-374ee20241d6-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a76-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7b-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7c-9bb4ff64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7d-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9bb4ff64 {
  justify-self: start;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9bb4ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc786cd5-53ac-d134-1a97-85f3184ef1d1-9bb4ff64 {
  align-self: stretch;
}

#w-node-_75a5024f-f996-84ea-8337-49e88d0c2cfb-74e605c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-74e605c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc79203b-74e605c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc792041-74e605c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f22daeae-aacf-b525-ac06-6fc6bc79204a-74e605c7, #w-node-f22daeae-aacf-b525-ac06-6fc6bc79204b-74e605c7, #w-node-f22daeae-aacf-b525-ac06-6fc6bc792053-74e605c7, #w-node-f22daeae-aacf-b525-ac06-6fc6bc79205b-74e605c7, #w-node-a1a93392-0503-ac76-3dbb-e64820e015b1-74e605c7, #w-node-a1a93392-0503-ac76-3dbb-e64820e015b2-74e605c7, #w-node-_3c0ab7fa-67a4-6f02-8ac8-be554f868b4e-dbbc7aee, #w-node-_5cedaa25-2b7c-1905-e25a-04ae2927afc7-dbbc7aee, #w-node-ed73e455-6900-0d6f-ea43-25a655943829-dbbc7aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-dbbc7aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a243-dbbc7aee, #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a247-dbbc7aee, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-dbbc7aee, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-dbbc7aee, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-dbbc7aee, #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-dbbc7aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71d-dbbc7aee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc2dc6bd-3c84-a1c6-f05b-c36910e626e9-dbbc7aee, #w-node-a1bac577-bef9-1a9d-446b-d861439ded0f-dbbc7aee, #w-node-_3c0ab7fa-67a4-6f02-8ac8-be554f868b4e-f358f19d, #w-node-_5cedaa25-2b7c-1905-e25a-04ae2927afc7-f358f19d, #w-node-ed73e455-6900-0d6f-ea43-25a655943829-f358f19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-f358f19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a243-f358f19d, #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a247-f358f19d, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-f358f19d, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-f358f19d, #w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-f358f19d, #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-f358f19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71d-f358f19d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc2dc6bd-3c84-a1c6-f05b-c36910e626e9-f358f19d, #w-node-a1bac577-bef9-1a9d-446b-d861439ded0f-f358f19d, #tasks.w-node-_3c0ab7fa-67a4-6f02-8ac8-be554f868b4e-00b6111c, #w-node-_5cedaa25-2b7c-1905-e25a-04ae2927afc7-00b6111c, #w-node-ed73e455-6900-0d6f-ea43-25a655943829-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#calendar.w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a243-00b6111c, #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a247-00b6111c, #sales-progression.w-node-_8bd5aeed-c697-1b32-5729-e313eaff99fb-00b6111c, #w-node-f6da664b-377b-4127-c2df-880160075848-00b6111c, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a01-00b6111c, #market-appraisals.w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a02-00b6111c, #w-node-eead76ac-bf27-2335-6320-d7728ce1f438-00b6111c, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a0b-00b6111c, #viewing-feedback.w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a0c-00b6111c, #w-node-_93ef339a-0dab-b39a-1afd-ec981fa78f8b-00b6111c, #property-matching.w-node-_2a180c7d-f8a8-fbf8-fcea-bbe947c10ef1-00b6111c, #w-node-dedb3b27-973f-ed25-ec83-3fef3a2a844b-00b6111c, #w-node-_2a180c7d-f8a8-fbf8-fcea-bbe947c10ef9-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#upload-to-portals.w-node-_2a180c7d-f8a8-fbf8-fcea-bbe947c10efa-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2a180c7d-f8a8-fbf8-fcea-bbe947c10efc-00b6111c, #statistics.w-node-_8b2d589e-1fe9-1c9c-46cf-5cf775b33f75-00b6111c, #w-node-_09f22cb4-cb45-1797-af3a-610bb4ee16b7-00b6111c, #w-node-_8b2d589e-1fe9-1c9c-46cf-5cf775b33f7d-00b6111c, #digital-signature.w-node-_8b2d589e-1fe9-1c9c-46cf-5cf775b33f7e-00b6111c, #w-node-_8aecda76-444c-d342-b961-18d1f8d88137-00b6111c, #dashboard.w-node-_8b2d589e-1fe9-1c9c-46cf-5cf775b33f87-00b6111c, #w-node-_48613211-5ad7-0f53-9a21-855348b36b82-00b6111c, #leads.w-node-_6d9fac3c-94e5-5019-c004-b33dc643bbd4-00b6111c, #w-node-_4e1a183b-8aba-fe85-b4bb-c2cae9ca24cf-00b6111c, #w-node-_6d9fac3c-94e5-5019-c004-b33dc643bbdc-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#database.w-node-_6d9fac3c-94e5-5019-c004-b33dc643bbdd-00b6111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6d9fac3c-94e5-5019-c004-b33dc643bbdf-00b6111c, #brochures.w-node-fa4256ca-bf4c-e975-720e-dacf333091b3-00b6111c, #w-node-a814606d-8292-7fe5-c1f3-18dcf6df53f3-00b6111c, #w-node-fa4256ca-bf4c-e975-720e-dacf333091bb-00b6111c, #property-management.w-node-fa4256ca-bf4c-e975-720e-dacf333091bc-00b6111c, #w-node-_1e3cbbb9-fc94-8d45-992d-b354ef0535f7-00b6111c, #completion-tool.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-00b6111c, #potential-viewings.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-00b6111c, #potential-listings.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-00b6111c, #tracking.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-00b6111c, #score.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-00b6111c, #touchpoint.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-00b6111c, #w-node-_37c8bff2-016b-63d5-1189-42589de172da-00b6111c, #instant-valuation.w-node-_3c0ab7fa-67a4-6f02-8ac8-be554f868b4e-809c2c05, #w-node-f662d62f-bc78-f0bf-cb81-9d9a756eb5fc-809c2c05, #w-node-ed73e455-6900-0d6f-ea43-25a655943829-809c2c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#content.w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-809c2c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a243-809c2c05, #email-marketing.w-node-_8bd5aeed-c697-1b32-5729-e313eaff99fb-809c2c05, #w-node-_1274c48b-76c8-0319-2470-8e54577a878b-809c2c05, #w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a01-809c2c05, #newsletters.w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a02-809c2c05, #w-node-_1fc812fb-1336-9f60-2d18-a4c8d63f3c6f-809c2c05, #social-media.w-node-_8bd5aeed-c697-1b32-5729-e313eaff9a0c-809c2c05, #w-node-_5a494cc8-a5b2-dfa8-ea52-2d9f87c145af-809c2c05, #database.w-node-_3d311f50-d55e-b541-0d48-42591abd43c6-809c2c05, #w-node-_8978795a-105d-ea6c-6798-7cb64810167b-809c2c05, #w-node-_3d311f50-d55e-b541-0d48-42591abd43ce-809c2c05, #personalisation.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707b4-809c2c05, #sms.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707be-809c2c05, #digital20-20.w-node-_693a0e3a-2bed-6d78-608b-8b9047b707c8-809c2c05, #social-distancing-valuation.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-809c2c05, #forms.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-809c2c05, #tracking.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-809c2c05, #score.w-node-e0ac04da-6463-2ce4-1cd1-7b15b046dee8-809c2c05, #touchpoint.w-node-_04ea8edc-0123-05b0-01b5-af8beb2e9161-809c2c05, #w-node-_37c8bff2-016b-63d5-1189-42589de172da-809c2c05, #w-node-a1bac577-bef9-1a9d-446b-d861439ded0f-809c2c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bac577-bef9-1a9d-446b-d861439ded10-809c2c05 {
  place-self: center stretch;
}

#w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8b95-9e1f8b89, #w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8ba0-9e1f8b89, #w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8bab-9e1f8b89, #w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8bb4-9e1f8b89, #w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8bbf-9e1f8b89, #w-node-ebb79d36-d6ae-a00d-4dde-27f79e1f8bc8-9e1f8b89, #w-node-_3b9ba440-9f1e-c8f8-c2c0-9197e26e75fc-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e8a-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e91-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e94-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e9e-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ea8-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84eab-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84eb5-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ebc-4ec660c9, #w-node-d48ca5d5-9881-ca92-5d77-63d9eb36f97d-f98a3ad9, #w-node-_21b0306f-81c3-f64d-3ad1-6a389629de20-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b0306f-81c3-f64d-3ad1-6a389629de29-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21b0306f-81c3-f64d-3ad1-6a389629de2a-f98a3ad9, #w-node-_214f44db-4691-3dd6-119e-a53ce8af0af4-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214f44db-4691-3dd6-119e-a53ce8af0aff-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_214f44db-4691-3dd6-119e-a53ce8af0b00-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb2070-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb207b-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb2086-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb208f-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb209a-f98a3ad9, #w-node-f91c15a4-2e47-2ac5-22b9-f10a21bb20a3-f98a3ad9, #w-node-e0863765-7c85-36f1-bef9-90a95c429882-f98a3ad9, #w-node-e0863765-7c85-36f1-bef9-90a95c42988d-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf28-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf30-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf33-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf35-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf44-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf54-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf57-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf59-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf73-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf81-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e34-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e3a-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e40-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e46-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e4c-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e53-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e5b-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e68-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e81-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e87-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e8d-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e95-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e9b-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ea1-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ea8-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eb0-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eb6-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ec3-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ed5-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511edb-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ee1-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ee7-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eed-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ef3-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511efa-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f09-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f16-f98a3ad9, #w-node-_470af245-7461-1e1b-98ff-e55d74c0306d-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470af245-7461-1e1b-98ff-e55d74c0306f-f98a3ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_470af245-7461-1e1b-98ff-e55d74c03075-f98a3ad9 {
  align-self: stretch;
}

#w-node-_36a35f12-d54f-4ee8-4d0b-fa3b47a75f61-f98a3ad9, #w-node-_36a35f12-d54f-4ee8-4d0b-fa3b47a75f89-f98a3ad9 {
  align-self: start;
}

#w-node-f0b063dd-e637-de34-a314-c9a77cc11ea6-f98a3ad9, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-baab8834, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-baab8834, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-baab8834, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-baab8834, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-baab8834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-baab8834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-baab8834, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-baab8834, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-baab8834 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-baab8834, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-baab8834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-baab8834 {
  justify-self: start;
}

#w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-86ec421d, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-86ec421d, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-86ec421d, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-86ec421d, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-86ec421d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-86ec421d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-86ec421d, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-86ec421d, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-86ec421d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-86ec421d, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-86ec421d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-86ec421d {
  justify-self: start;
}

#w-node-fb930292-41a0-64c7-43f3-e1df3b295a92-c1d8e0a3, #w-node-fb930292-41a0-64c7-43f3-e1df3b295a9c-c1d8e0a3, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc6-c1d8e0a3, #w-node-ba1effad-d8e3-4b58-f6ff-fe5c911d9fc7-c1d8e0a3, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-c1d8e0a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-c1d8e0a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c71-c1d8e0a3, #w-node-_28a9607f-0883-2279-2f1a-3f0b42b8e00c-c1d8e0a3, #w-node-_7d323e43-4785-c13e-6460-6d2d4f24a822-c1d8e0a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f2333f3-c6c5-39ac-6ece-3c9a699546b3-c1d8e0a3, #w-node-ab926299-017b-7d63-874a-6fd2c57c0614-c1d8e0a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-c1d8e0a3 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_556fd671-be17-6854-eb79-f870ab0587a9-f7d6ee48 {
    place-self: start end;
  }

  #w-node-_153ae8e4-c13e-5df1-f547-75e93e873fce-9e5c1f50 {
    justify-self: end;
  }

  #w-node-_191a5623-50ff-f81f-1fc3-438acffdc2ff-cffdc2f3, #w-node-a1bac577-bef9-1a9d-446b-d861439ded10-9e5c1f55 {
    place-self: center end;
  }

  #w-node-_6217d830-84fb-0a0b-d303-a24047b56fc1-9e5c1f78, #w-node-_6217d830-84fb-0a0b-d303-a24047b56fd2-9e5c1f78 {
    place-self: center;
  }

  #w-node-_53a71512-e9df-17f8-7a21-dee02718cf71-9e5c1f96, #w-node-a1bac577-bef9-1a9d-446b-d861439ded10-809c2c05 {
    place-self: center end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_689154db-70a6-0345-c798-55a55b8046b3-5b8046ad, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e33-9e5c1e32, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e47-9e5c1e32, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff39-7428ff28, #w-node-a3ace4a8-b50a-d016-5f27-02b77a8c5fa9-9e5c1e36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecc47b67-ab0e-45ef-763b-fb511570603f-15706031 {
    justify-self: end;
  }

  #w-node-cb3b4fce-6b95-82f1-c182-6546198a6450-198a6447, #w-node-cb3b4fce-6b95-82f1-c182-6546198a6464-198a6447, #w-node-_40dae630-59ad-4f53-51fa-51d10714b31c-9e5c1e37, #w-node-_90abfa6f-4c39-9bf6-4e70-524274e6684b-9e5c1e37, #w-node-_96969754-c22a-3a67-73d0-bf1a0bce7f7b-9e5c1e37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_556fd671-be17-6854-eb79-f870ab0587a9-f7d6ee48, #w-node-_5c72093a-9d3a-6c78-d74d-1db9f7d6ee67-f7d6ee48, #w-node-e619ab42-3992-ce60-8cd1-a52ce7cb89c9-f7d6ee48, #w-node-ecef129d-7b16-14b5-8fab-b576b4086d2d-b4086d1f, #w-node-_573b6f0c-28a4-f1ff-0569-898d14d1de57-9e5c1e58, #w-node-_2e22bb8a-cce2-8f52-4623-13bb96ab15bd-96ab15ae {
    justify-self: end;
  }

  #w-node-ebd3970d-d16b-d36b-675e-a8666411c7dd-9e5c1e5a, #w-node-_9465789e-b3ce-ce14-7287-62ae85eb168b-9e5c1e5a, #w-node-_1d4ea52e-1f6c-b4a7-dda6-aff78d053ab3-8d053a85, #w-node-_10c610c2-61da-6f86-944d-aab7e2633c9e-8d053a85, #w-node-_20497139-1d00-8934-131b-f1b6fa60ecd5-8d053a85, #w-node-e4ef4fc2-bd5c-39cf-a15d-59811a7d6715-8d053a85, #w-node-_1d4ea52e-1f6c-b4a7-dda6-aff78d053aa2-8d053a85, #w-node-_043e0afc-c8a5-86ff-2844-9b1208a2f328-9e5c1eab, #w-node-_7afa1ae5-4892-f8ff-2bea-49e0e83037d7-9e5c1eab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_153ae8e4-c13e-5df1-f547-75e93e873fce-9e5c1f50 {
    justify-self: end;
  }

  #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed0a-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed23-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed33-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed43-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed53-9e5c1f50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-9e5c1f51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f51, #tracking.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f53, #score.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-9e5c1f53, #touchpoint.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-9e5c1f53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_191a5623-50ff-f81f-1fc3-438acffdc2ff-cffdc2f3 {
    justify-self: end;
  }

  #social-distancing-valuation.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-9e5c1f55, #forms.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-9e5c1f55, #tracking.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-9e5c1f55, #score.w-node-e0ac04da-6463-2ce4-1cd1-7b15b046dee8-9e5c1f55, #touchpoint.w-node-_04ea8edc-0123-05b0-01b5-af8beb2e9161-9e5c1f55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1bac577-bef9-1a9d-446b-d861439ded10-9e5c1f55 {
    justify-self: end;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48293-9e5c1f5c, #w-node-_3b24e549-cf4a-aabc-f91e-e98b397677e4-9e5c1f96, #w-node-_6da0918f-c5f7-b8c4-be76-bb1a813fba13-9e5c1f96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53a71512-e9df-17f8-7a21-dee02718cf71-9e5c1f96, #w-node-_53a71512-e9df-17f8-7a21-dee02718cf7e-9e5c1f96 {
    justify-self: end;
  }

  #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94cdd8-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94cdf1-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94ce01-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94ce11-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94ce21-9e5c1f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_471f64a3-7a98-86a2-3d06-c9606f49c4bc-6f49c4bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch end;
  }

  #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff208-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff253-9e5c200d, #w-node-_9978bc2a-4490-ebfd-a64d-7542ef1ff3bd-9e5c200d, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e33-9bb4ff64, #w-node-cd158ba6-f0fe-f6a2-1e72-cb0453141e47-9bb4ff64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-dbbc7aee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-dbbc7aee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-f358f19d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-f358f19d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #calendar.w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-00b6111c, #upload-to-portals.w-node-_2a180c7d-f8a8-fbf8-fcea-bbe947c10efa-00b6111c, #database.w-node-_6d9fac3c-94e5-5019-c004-b33dc643bbdd-00b6111c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #tracking.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-00b6111c, #score.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-00b6111c, #touchpoint.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-00b6111c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #content.w-node-_9cdf82ce-c221-0060-36fc-270b8ee1a242-809c2c05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #social-distancing-valuation.w-node-_5cee7e56-17d4-c25b-b4b0-43b3e96a7ebf-809c2c05, #forms.w-node-_9e9640af-12c0-64fa-75eb-e562d0589fac-809c2c05, #tracking.w-node-c3f36545-e66d-4feb-8573-154434f85b6e-809c2c05, #score.w-node-e0ac04da-6463-2ce4-1cd1-7b15b046dee8-809c2c05, #touchpoint.w-node-_04ea8edc-0123-05b0-01b5-af8beb2e9161-809c2c05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1bac577-bef9-1a9d-446b-d861439ded10-809c2c05 {
    justify-self: end;
  }

  #w-node-f0b063dd-e637-de34-a314-c9a77cc11eb0-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ec9-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ed9-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ef6-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11f06-f98a3ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3effb16e-f6d9-2b86-c9d2-f734f415940a-9e5c1e31 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3effb16e-f6d9-2b86-c9d2-f734f4159415-9e5c1e31 {
    order: -9999;
    grid-column: span 2 / span 2;
    place-self: center;
  }

  #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68e9-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68f1-9e5c1e31, #w-node-_26f2f3c2-9636-e081-8487-7d1756fd68f9-9e5c1e31 {
    grid-column: span 3 / span 3;
  }

  #w-node-ffff3ff4-8ea6-b435-ae2d-a9fa7fde4af2-9e5c1e31 {
    grid-column: span 2 / span 2;
  }

  #w-node-bf89345d-7d23-13e6-702a-9d312f4a5e01-9e5c1e31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9a6c4f7-eed0-87e9-1d6f-560f385c18d6-9e5c1e31 {
    grid-column: span 2 / span 2;
  }

  #w-node-_86e71c9d-18a3-7cef-ff8a-a2f96319939d-9e5c1e31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8bf9714-3c89-d05f-cf15-f051d0eb69e7-9e5c1e31 {
    grid-column: span 2 / span 2;
  }

  #w-node-c8bf9714-3c89-d05f-cf15-f051d0eb69ef-9e5c1e31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff97d529-b1a7-26d1-c97d-cce5a6e03f1f-9e5c1e31 {
    grid-column: span 2 / span 2;
  }

  #w-node-_342f5da4-dfa3-2022-7c27-38721477caf5-9e5c1e31, #w-node-eda65cc1-346b-d98c-3a87-0257e76bab25-e76bab22, #w-node-eda65cc1-346b-d98c-3a87-0257e76bab2a-e76bab22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab56-e76bab22 {
    justify-self: center;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab76-e76bab22, #w-node-d7132905-3c02-c669-f252-00ad06b28fcc-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fd2-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fd8-06b28fc2, #w-node-d7132905-3c02-c669-f252-00ad06b28fde-06b28fc2, #w-node-_2bba5005-567f-3af6-6001-aafef14f608d-f14f608a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2bba5005-567f-3af6-6001-aafef14f6092-f14f608a {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa87452-9e5c1e32 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745b-9e5c1e32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #\31 2MonthAcceleratorProgramme.w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745c-9e5c1e32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9e5c1e32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9e5c1e32 {
    justify-self: start;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e32, #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e32 {
    grid-column: span 2 / span 2;
  }

  #popup-eax-form.w-node-f004b0bd-93a9-3a75-5452-4573b35ceeb5-b35ceeb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-f004b0bd-93a9-3a75-5452-4573b35ceeca-b35ceeb4 {
    justify-self: start;
  }

  #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f885-2fa5f850 {
    justify-self: center;
  }

  #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8b8-2fa5f850 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff91-7428ff28 {
    justify-self: center;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb5-7428ff28 {
    grid-column: span 2 / span 2;
  }

  #w-node-b5e09175-eb89-d2c2-357a-149249b43807-9e5c1e36 {
    grid-column-end: 3;
  }

  #w-node-b5e09175-eb89-d2c2-357a-149249b43808-9e5c1e36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5e09175-eb89-d2c2-357a-149249b4382c-9e5c1e36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-feb4acb6-6846-dc9e-dbbc-a91145ec0cce-9e5c1e36 {
    grid-column-end: 3;
  }

  #w-node-feb4acb6-6846-dc9e-dbbc-a91145ec0cf3-9e5c1e36, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e3f {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e3f {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa2c-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa34-2aa8fa2b, #w-node-cf2583be-d5d3-f687-7bd0-f5512aa8fa3c-2aa8fa2b {
    grid-column: span 3 / span 3;
  }

  #w-node-_0be0198e-ef86-0647-2705-bbb64879bb64-4879bb63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_0be0198e-ef86-0647-2705-bbb64879bb83-4879bb63 {
    justify-self: start;
  }

  #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b978-8766b957 {
    justify-self: center;
  }

  #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e5-8766b957, #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1e47 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2baccdde-852e-f753-a5bb-4a45fef2a246-9e5c1e47 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-dcf9caa2-801d-c59c-150e-eca706760274-9e5c1e47, #w-node-ac85db00-e46d-22b7-70a4-fca558ac793c-9e5c1e48 {
    justify-self: auto;
  }

  #w-node-bcc763e1-f026-5fe6-78ff-0d22e1d37784-9e5c1e49, #w-node-_2ffe42ed-4856-ec64-f81d-1657bb6946c8-9e5c1e49, #w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-9e5c1e4a {
    grid-column: span 2 / span 2;
  }

  #BookADemo-Form.w-node-fb169348-4587-8e33-026f-1a168053f431-8053f431 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_3c82658d-3101-1442-f278-4514ad6ba356-8053f431 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #BookADemo-Form-Submit.w-node-fb169348-4587-8e33-026f-1a168053f44c-8053f431 {
    justify-self: start;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1e4b, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1e4b {
    grid-column: span 2 / span 2;
  }

  #w-node-_93e7f14b-2b9a-5f5b-50a5-0f76cb0043ef-9e5c1e52 {
    justify-self: end;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e55 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e55 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1e57 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1e57 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e58, #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e58, #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db3fe-9e5c1e59 {
    grid-column: span 2 / span 2;
  }

  #w-node-_359f0fab-01f6-5ba6-aea9-9f835c3db422-9e5c1e59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_9908139f-2023-dfa2-a5cc-fee141656b80-9e5c1e5a {
    grid-column: span 2 / span 2;
  }

  #w-node-_1294d57e-5332-5dcd-afa5-3f78438e3ba6-9e5c1e5a {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_1d4ea52e-1f6c-b4a7-dda6-aff78d053a88-8d053a85 {
    grid-column: span 2 / span 2;
  }

  #w-node-_93b17932-30b9-00da-1c74-81df602d1e75-85db340c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9908139f-2023-dfa2-a5cc-fee141656b80-9e5c1eaa {
    grid-column: span 2 / span 2;
  }

  #w-node-_1294d57e-5332-5dcd-afa5-3f78438e3ba6-9e5c1eaa {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_9040f69b-a75b-ecfb-efce-63df3520ab16-9e5c1eab {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_67556600-f358-879d-9ae5-cdea257041b9-9e5c1eab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd17515b-9e5c1eac {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd175176-9e5c1eac, #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c35-49236c32, #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c38-49236c32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c75-49236c32 {
    justify-self: center;
  }

  #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236ca8-49236c32, #w-node-_5254272d-ef27-cd41-224c-3ed91fefe2c7-6da929b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-e990e263-c871-ddb2-b646-799812a67d9d-6da929b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42fe7e86-e85a-6336-797c-d5e3ec4ad26a-ec4ad266 {
    grid-column: span 2 / span 2;
  }

  #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d49e-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c3-d725d49e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eadc5fda-e624-2d5d-8a74-49b3793081ae-9e5c1efb {
    grid-column: span 2 / span 2;
  }

  #w-node-_824d6efb-7d35-807b-d52e-e94a5d07a2e3-9e5c1efb {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_007e4bda-fc7e-ec63-8e88-96218a5fc213-9e5c1efb {
    justify-self: auto;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1f47 {
    grid-column: span 2 / span 2;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f47 {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f47, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f47, #w-node-_14282929-68b7-fc2c-cbbb-59d341a5b091-41a5b08e {
    grid-column: span 2 / span 2;
  }

  #w-node-_14282929-68b7-fc2c-cbbb-59d341a5b096-41a5b08e {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ecfc-9e5c1f50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f222-1bd7f221 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f235-1bd7f221 {
    justify-self: start;
  }

  #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7001-0fbb6fd5 {
    justify-self: center;
  }

  #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7034-0fbb6fd5 {
    grid-column: span 2 / span 2;
  }

  #w-node-d17404b8-8a4f-d84a-b4e3-505deb95eeaa-9e5c1f57, #w-node-_2fd87c1f-68ef-fc49-9733-5c85d6883835-9e5c1f57, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff482f6-9e5c1f5c {
    justify-self: center;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48318-9e5c1f5c {
    grid-column: span 2 / span 2;
  }

  #w-node-_309b5103-f04b-c3b2-3339-f1496b4d398e-b0d3bfef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_93e7f14b-2b9a-5f5b-50a5-0f76cb0043ef-9e5c1f5d {
    justify-self: end;
  }

  #w-node-_57a23d6c-ccae-a491-5eeb-a5880e8b7373-9e5c1f6c {
    grid-column-end: 3;
  }

  #w-node-_57a23d6c-ccae-a491-5eeb-a5880e8b739b-9e5c1f6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9bd3cd3-26e7-ca22-1676-22a0e8165abb-9e5c1f6e {
    grid-column-end: 3;
  }

  #w-node-b9bd3cd3-26e7-ca22-1676-22a0e8165ae3-9e5c1f6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b3c645c-f012-79d2-bced-33306cfc82db-9e5c1f6f {
    order: -9999;
  }

  #w-node-_145b2122-4f16-f6e3-4fc9-be10d3f6e657-9e5c1f73 {
    grid-column: span 2 / span 2;
  }

  #w-node-d3ea3a7d-4797-cd03-9cfd-1a4babb09f9d-9e5c1f73 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d8ce96f9-abc6-0fa8-9b55-70c3a33a9e41-9e5c1f73 {
    grid-column: span 2 / span 2;
  }

  #w-node-_329de374-f38d-b4f4-bfbc-81309142a82f-9e5c1f73 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_980818f7-fdbf-7587-7394-2cecc8905842-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890585c-9e5c1f75 {
    order: -9999;
  }

  #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f77 {
    grid-column: span 2 / span 2;
  }

  #w-node-e01177b8-2b93-b8bf-6114-c91c9019d235-9019d235 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198ed-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198f3-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb0198fa-9e5c1f78, #w-node-e4821b4d-045e-85f8-2455-f6a3cb019900-9e5c1f78, #w-node-_9bafbb02-f8ee-8f07-4828-0301961570ca-9e5c1f78, #w-node-_1f51c0c6-3774-fd4e-9ef5-bf02b1950d4d-9e5c1f78, #w-node-e81642e9-03bc-3739-794b-d35ee8c1f6a8-9e5c1f78, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f79 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f79 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f7a {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f7a {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_4664f764-4785-9b5e-00df-1beea8915b7a-9e5c1f7b {
    grid-column: span 2 / span 2;
  }

  #w-node-_73947756-c42e-c580-64ab-8de33abfbef3-9e5c1f7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c9-9e5c1f7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-9e5c1f7c {
    grid-column: span 2 / span 2;
  }

  #w-node-_08f569de-af3c-70da-70a5-cee3e1e4e9b6-9e5c1f7c, #w-node-_353bbbeb-2197-c142-6c95-7d4454927390-54927390 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_353bbbeb-2197-c142-6c95-7d4454927393-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d4454927395-54927390 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_353bbbeb-2197-c142-6c95-7d445492739d-54927390 {
    grid-column: span 2 / span 2;
  }

  #w-node-_353bbbeb-2197-c142-6c95-7d44549273b5-54927390 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4664f764-4785-9b5e-00df-1beea8915b7a-9e5c1f7d {
    grid-column: span 2 / span 2;
  }

  #w-node-_66d590e2-6e31-b454-c153-0ece65592215-65592215 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-afec1a27-535f-776b-1060-1a2548f06403-65592215 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1f87 {
    grid-column: span 2 / span 2;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f87 {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f87, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f87, #last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f8c {
    grid-column: span 2 / span 2;
  }

  #w-node-ffe7f2e8-4cac-c443-550e-ab7148661d95-48661d95 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_8ed30d7d-20af-7829-2e61-de67c2541249-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541263-c2541235 {
    order: -9999;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-9e5c1f94 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-9e5c1f94 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_6da77247-2bf1-f5a2-22a6-63ab0cb095da-9e5c1f96 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #eax-podcast-form-card.w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017f3-b9d017f3, #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f1-b9d017f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b810d805-fbb6-3048-bea5-0540d29b386b-9e5c1f97, #w-node-dba2f785-34b6-3ccd-1c53-eab6a8e06d36-9e5c1f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94cdca-9e5c1f97 {
    grid-column: span 2 / span 2;
  }

  #w-node-_24e57559-0b60-5802-d336-4730f116b0f5-9e5c1f97 {
    order: -9999;
  }

  #last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fbf, #w-node-_41f453c7-01db-2546-033f-fa473efcb8b8-9e5c1fc0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1fc0 {
    grid-column: span 2 / span 2;
    place-self: auto center;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1fc0, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1fc0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f6193be-a79c-76dd-c607-4404224f1a75-9e5c1fcd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b944c4f8-263d-3213-c542-87e408e480e3-9e5c1fcd {
    grid-column: span 2 / span 2;
  }

  #w-node-a484fa88-b0be-0647-8704-0bba663824cb-9e5c1fcd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db6ab5b4-0d32-240e-2966-20e0abed9dfa-9e5c1fcd {
    grid-column: span 2 / span 2;
  }

  #w-node-_17b4282e-6dbe-bba7-0360-f0b80159a7ca-9e5c1fcd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_977b0401-cc5a-2f1b-4e44-5c3176f0ff27-9e5c1fcd, #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fe9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_901b8d7e-7128-d5a2-28ef-883f7e2f3f79-9e5c1fe9 {
    justify-self: auto;
  }

  #w-node-_471f64a3-7a98-86a2-3d06-c9606f49c4bc-6f49c4bc {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-9e5c200c {
    order: -9999;
  }

  #w-node-_61233044-9492-14a1-9c26-70a933686448-9e5c200d {
    grid-column: span 2 / span 2;
  }

  #w-node-_61233044-9492-14a1-9c26-70a933686451-9e5c200d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #BookADemo-Form.w-node-_61233044-9492-14a1-9c26-70a933686452-9e5c200d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503c-9e5c200d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff51e750-73e9-e00c-34ae-a3a188f85041-9e5c200d {
    justify-self: start;
  }

  #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa87452-9bb4ff64 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745b-9bb4ff64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #\31 2MonthAcceleratorProgramme.w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745c-9bb4ff64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9bb4ff64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9bb4ff64 {
    justify-self: start;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9bb4ff64, #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9bb4ff64, #w-node-_0d3b98a9-20ce-0d7b-7370-0344b06b329a-74e605c7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71d-dbbc7aee {
    grid-column-end: 3;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71e-dbbc7aee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b745-dbbc7aee {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71d-f358f19d {
    grid-column-end: 3;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b71e-f358f19d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b745-f358f19d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-4ec660c9 {
    order: -9999;
  }

  #w-node-_21b0306f-81c3-f64d-3ad1-6a389629de20-f98a3ad9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_21b0306f-81c3-f64d-3ad1-6a389629de29-f98a3ad9 {
    grid-column: span 2 / span 2;
    place-self: center;
  }

  #w-node-_214f44db-4691-3dd6-119e-a53ce8af0af4-f98a3ad9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_214f44db-4691-3dd6-119e-a53ce8af0aff-f98a3ad9 {
    grid-column: span 2 / span 2;
    place-self: center;
  }

  #w-node-e0863765-7c85-36f1-bef9-90a95c429882-f98a3ad9, #w-node-e0863765-7c85-36f1-bef9-90a95c42988d-f98a3ad9 {
    grid-column: span 2 / span 2;
  }

  #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf35-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf59-f98a3ad9 {
    order: -9999;
  }

  #w-node-_39294797-3982-9b38-763b-e100bb511e5b-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e68-f98a3ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_470af245-7461-1e1b-98ff-e55d74c0306d-f98a3ad9, #w-node-_470af245-7461-1e1b-98ff-e55d74c0306f-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ea6-f98a3ad9, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-baab8834 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-baab8834 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-86ec421d {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-86ec421d {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c47-c1d8e0a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c61-c1d8e0a3 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3effb16e-f6d9-2b86-c9d2-f734f4159415-9e5c1e31 {
    justify-self: auto;
  }

  #w-node-_342f5da4-dfa3-2022-7c27-38721477caf5-9e5c1e31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab56-e76bab22 {
    justify-self: auto;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab76-e76bab22 {
    grid-column: span 1 / span 1;
  }

  #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f885-2fa5f850 {
    justify-self: auto;
  }

  #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8b8-2fa5f850 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff91-7428ff28 {
    justify-self: auto;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb5-7428ff28 {
    grid-column: span 1 / span 1;
  }

  #w-node-b5e09175-eb89-d2c2-357a-149249b4382c-9e5c1e36, #w-node-feb4acb6-6846-dc9e-dbbc-a91145ec0cf3-9e5c1e36 {
    justify-self: auto;
  }

  #w-node-beb5ff07-e166-bb61-b504-085ebd0176f2-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017703-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017713-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017723-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017733-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017743-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017753-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017763-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017773-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017783-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017793-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177a3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177b3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177c3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177d3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177e3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd0177f3-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017803-9e5c1e36, #w-node-beb5ff07-e166-bb61-b504-085ebd017813-9e5c1e36, #w-node-_55d04f0b-d759-948b-e816-1fdb59f466ba-9e5c1e37, #w-node-_2ea995dc-b2aa-8b42-169b-04fc009a4bd7-9e5c1e37, #w-node-a30162db-0399-91d8-2e23-f520b5a53da9-9e5c1e37, #w-node-dd593cfb-f590-7492-cf86-65591fb04d50-9e5c1e37, #w-node-ea797d82-a6bd-10aa-68b1-7a64b68e9da8-9e5c1e37, #w-node-_9bdf4e25-e2fc-378f-f183-5108d1baf2a7-9e5c1e37, #w-node-_2b78509e-5e30-c5f8-54a1-b7a3455b81c3-9e5c1e37, #w-node-_16ba02a8-7e0b-01ea-ef1d-39af535329cb-9e5c1e37, #w-node-e09ed6a8-2476-4899-8a0e-49aabc4c8d1f-9e5c1e37, #w-node-f7ef6501-61d5-c874-e3be-fefbe48e6390-9e5c1e37, #w-node-a1cc4b45-195a-d2fa-c684-d81e71f1fb6d-9e5c1e37, #w-node-_167f68ce-3bcc-5e81-54d9-b19efed9f26b-9e5c1e37, #w-node-_368e572c-a01f-7837-1ac5-5e30843694d7-9e5c1e37, #w-node-_999445a6-d4bc-e18d-e7bc-8d68152de927-9e5c1e37, #w-node-ba8aa5f3-d03b-7167-72e2-913c273c86af-9e5c1e37, #w-node-_118aefec-c554-8a47-5add-253e88f3a382-9e5c1e37, #w-node-_05c5e04b-72c1-c293-8f85-59f537603b09-9e5c1e37, #w-node-baef56fb-cffd-1e18-541e-58bb779b29bf-9e5c1e37 {
    order: -9999;
  }

  #w-node-_0fdeb92e-f2f9-5c35-6bf4-6aee78e816c5-9e5c1e37, #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af25-9e5c1e40, #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af39-9e5c1e40, #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b978-8766b957 {
    justify-self: auto;
  }

  #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e5-8766b957, #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1e47, #w-node-_2baccdde-852e-f753-a5bb-4a45fef2a246-9e5c1e47 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2f49a984-10c6-7d4d-2e19-c3f4ef2c1616-9e5c1e48, #w-node-a1bcd9df-1612-b806-408d-81e3812310e0-9e5c1e48 {
    justify-self: auto;
  }

  #w-node-fe1a4482-ef1d-03ab-4804-7372e83b2324-9e5c1e48 {
    justify-self: center;
  }

  #w-node-d97cb1a5-2c5d-f995-3fc4-fdc5d507696c-9e5c1e49 {
    justify-self: auto;
  }

  #w-node-bcc763e1-f026-5fe6-78ff-0d22e1d37784-9e5c1e49, #w-node-_2ffe42ed-4856-ec64-f81d-1657bb6946c8-9e5c1e49 {
    grid-column: span 1 / span 1;
  }

  #w-node-c996c6d6-d682-bebe-8e6d-dae3db2d3af3-9e5c1e4e {
    justify-self: auto;
  }

  #w-node-_5ee2d322-98d4-37d9-ce09-2ebe3bf5d331-9e5c1e4f {
    order: -9999;
    justify-self: auto;
  }

  #w-node-d9f88c49-7a61-271b-4806-4591fab25161-9e5c1e4f, #w-node-efa951e8-c30e-3b7a-3844-2c8c66c65ce4-9e5c1e4f, #w-node-_63149a35-7d1a-ced0-16c3-cefeedee8f1f-9e5c1e4f, #w-node-_8d44a63e-8ae6-1cac-32aa-d91124868020-9e5c1e4f {
    justify-self: auto;
  }

  #w-node-_9040f69b-a75b-ecfb-efce-63df3520ab16-9e5c1eab, #w-node-_67556600-f358-879d-9ae5-cdea257041b9-9e5c1eab, #w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd17515b-9e5c1eac, #w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd175176-9e5c1eac {
    grid-column: span 1 / span 1;
  }

  #w-node-_179f6dd2-fe91-bdbd-c6f4-11f0bf493b60-9e5c1ed5 {
    justify-self: center;
  }

  #w-node-_05cc2a5c-71bf-2c51-2286-7d7e09f99791-9e5c1ed7, #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c75-49236c32 {
    justify-self: auto;
  }

  #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236ca8-49236c32 {
    grid-column: span 1 / span 1;
  }

  #w-node-_126bff29-0587-b9df-ba10-b475296ae8f6-9e5c1edb, #w-node-_0ccbf2cf-bc75-5783-6f1a-c3fb7ef1ef78-9e5c1edb, #w-node-bcfa4178-cc33-1823-b120-d7b6fb672c8b-9e5c1edc {
    justify-self: auto;
  }

  #w-node-e0ac9d2c-829a-3a23-184e-e7d22acfd6be-9e5c1edc {
    justify-self: start;
  }

  #w-node-_0dfe7cf2-b7c2-29eb-502a-e897b9fa2d4b-b9fa2d32 {
    justify-self: center;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f47, #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7001-0fbb6fd5 {
    justify-self: auto;
  }

  #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7034-0fbb6fd5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2fd87c1f-68ef-fc49-9733-5c85d6883835-9e5c1f57 {
    justify-self: end;
  }

  #w-node-_4d9e7181-b8c6-f9c8-bd56-1c27a2836c81-9e5c1f57 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff482f6-9e5c1f5c {
    justify-self: auto;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48318-9e5c1f5c {
    grid-column: span 1 / span 1;
  }

  #w-node-e5ab9372-84eb-d74a-ce6a-e5cf8c7ba954-9e5c1f5d, #w-node-_57a23d6c-ccae-a491-5eeb-a5880e8b739b-9e5c1f6c, #w-node-b9bd3cd3-26e7-ca22-1676-22a0e8165ae3-9e5c1f6e {
    justify-self: auto;
  }

  #w-node-_9b3c645c-f012-79d2-bced-33306cfc82db-9e5c1f6f, #w-node-a1de0291-9349-f11b-af0e-30ea197f0e77-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0e87-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0e97-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0ea7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0eb7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0ec7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0ed7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0ee7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0ef7-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f07-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f17-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f27-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f37-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f47-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f57-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f67-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f77-197f0e63, #w-node-a1de0291-9349-f11b-af0e-30ea197f0f87-197f0e63 {
    order: -9999;
  }

  #w-node-f5d04440-3a25-a7bd-9ab2-1a4d9283adbe-9e5c1f73, #w-node-b408bd58-fe1b-bebe-ca15-fd75459d9f33-9e5c1f73, #w-node-_5dd5e23b-20f3-bf7f-c618-2af21f029a3e-9e5c1f73 {
    justify-self: auto;
  }

  #w-node-_145b2122-4f16-f6e3-4fc9-be10d3f6e657-9e5c1f73, #w-node-d3ea3a7d-4797-cd03-9cfd-1a4babb09f9d-9e5c1f73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c4b14fb-b4af-31ce-8932-6f8c06e3ed49-9e5c1f73, #w-node-_7ccf36e0-f91a-86e9-b9e7-d73bedc19f62-9e5c1f73, #w-node-_60ce97f6-02e6-4750-e686-3e600bee2559-9e5c1f73, #w-node-aa7678c3-772d-c096-df22-99c94fb4eff5-9e5c1f73 {
    justify-self: center;
  }

  #w-node-_980818f7-fdbf-7587-7394-2cecc8905842-9e5c1f75, #w-node-_980818f7-fdbf-7587-7394-2cecc890585c-9e5c1f75 {
    order: -9999;
  }

  #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f77, #w-node-e01177b8-2b93-b8bf-6114-c91c9019d235-9019d235 {
    grid-column: span 1 / span 1;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1f87, #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af25-9e5c1f8a, #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af39-9e5c1f8a {
    justify-self: auto;
  }

  #last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1f8c, #w-node-ffe7f2e8-4cac-c443-550e-ab7148661d95-48661d95 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ed30d7d-20af-7829-2e61-de67c2541249-c2541235, #w-node-_8ed30d7d-20af-7829-2e61-de67c2541263-c2541235 {
    order: -9999;
  }

  #w-node-_6da77247-2bf1-f5a2-22a6-63ab0cb095da-9e5c1f96, #eax-podcast-form-card.w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017f3-b9d017f3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8419d54f-1eb4-86f6-7eac-ee10094c4026-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95eced-9e5c1f97, #w-node-_1f26c239-65f6-5f4b-6785-72700d532e15-9e5c1f97, #w-node-_370ae781-4d6f-7bd5-2350-c5f107699586-9e5c1f97, #w-node-_1bdbd545-dc5f-02c7-c17e-5be840b1034e-9e5c1f97, #w-node-a7fe29e1-146e-62a4-6bfb-dff2671fa2b0-9e5c1f97, #w-node-bfa6eefc-b37d-0248-20e6-a3e7ed42d715-9e5c1f97, #w-node-b810d805-fbb6-3048-bea5-0540d29b386b-9e5c1f97, #w-node-_210dce0b-614a-ee56-f487-d33833e197eb-9e5c1f97, #w-node-dba2f785-34b6-3ccd-1c53-eab6a8e06d36-9e5c1f97, #w-node-_215d6345-f15a-b514-ef10-5e7c2f8c382e-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed17-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed1d-9e5c1f97, #w-node-_68ecb8c2-9127-2319-2800-85bf4859ef52-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed23-9e5c1f97, #w-node-a690d247-6cf1-4b12-ca06-e82aace2e95b-9e5c1f97, #w-node-_6712b9c3-745c-47e2-e26a-bd8ee2cbc54b-9e5c1f97, #w-node-_71629298-e025-143c-d141-53c6709e036d-9e5c1f97, #w-node-_8f3921d0-5ad4-0e4a-f8f2-79ff31dc39b7-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed32-9e5c1f97, #w-node-dec56823-bfe1-6d1f-25e7-0cac7268551d-9e5c1f97, #w-node-_65d8f725-710e-c937-8203-7ff224677147-9e5c1f97, #w-node-_5aeb7969-ccca-8267-07a5-31c71990c218-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed52-9e5c1f97, #w-node-_9c59bf92-8b03-5f90-5ad7-10b1f0a967a0-9e5c1f97, #w-node-_0e3ed31c-0dd1-f9d1-d4f2-c2936a95ed58-9e5c1f97, #w-node-_933c8326-2c55-ac07-668f-bec5bdce45f8-9e5c1f97, #w-node-_4255fb6c-ae8d-0774-4cba-7368c6670e59-9e5c1f97, #w-node-_2aea13c4-2cdb-8abc-15b5-b8e47f49fe1e-9e5c1f97, #w-node-_23386532-f412-f61a-cf27-be386dc78f97-9e5c1f97, #w-node-_91321db2-68c9-1cbe-05c9-cdf47d8c48d9-9e5c1f97, #w-node-ac765994-f22a-dde4-f248-dade38b20b4b-9e5c1f97, #w-node-_020f3aed-e13b-c4a6-408d-5776fdf97713-9e5c1f97 {
    justify-self: end;
  }

  #w-node-_24e57559-0b60-5802-d336-4730f116b0f5-9e5c1f97 {
    order: -9999;
  }

  #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d52e-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d534-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d53b-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d542-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d54a-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d55e-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d564-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d56a-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d572-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d579-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d57f-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d593-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d599-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d59f-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5a5-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5ac-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5b2-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5b8-9e5c1f98, #w-node-_1a298b7a-8be2-2766-d843-a3928dd6d5be-9e5c1f98, #w-node-_2333f740-892a-6c5a-d5bf-c573741fd568-9e5c1f9b, #w-node-_6e9128d8-7bce-589e-8ab9-ccfad14424bf-9e5c1f9b, #w-node-_9ce3fd6f-5b07-a210-daac-1ed22eacd0b7-9e5c1f9b, #w-node-b203794d-0796-7449-6464-b381b8263bce-9e5c1f9b, #w-node-_667bb642-240b-acfb-faa2-4a436f023a27-9e5c1f9b, #w-node-_0ac80704-7bbf-db3f-a82b-46421e516d56-9e5c1f9b, #w-node-_14ba9228-44e4-7d63-c09c-e2b199f915ff-9e5c1f9b, #w-node-f739a8b6-08b7-e4d2-18e5-eda09edd6d92-9e5c1f9b, #w-node-_239d76b3-c7a9-a13f-6e58-e3cbf12ff367-9e5c1f9b, #w-node-a2ff3b19-fb12-5d83-4261-1c15b06d0d2f-9e5c1f9b, #w-node-_5accfa90-8f07-ce21-c21b-fa84c81cf3e6-9e5c1f9b, #w-node-d328e073-aab0-e01f-fe9e-cbd1027757b3-9e5c1f9b, #w-node-_8ec030ef-6257-8ccb-afa4-b57e78958bd5-9e5c1f9b, #w-node-_14d54408-bb62-a8b5-d4c8-8c35199b9fc5-9e5c1f9b, #w-node-aff49540-30ab-8034-c9b7-ee0118f1a129-9e5c1f9b, #w-node-cf69d75c-c2cb-a5f8-2c27-91f398df6796-9e5c1f9b, #w-node-c73d5bac-5aa6-0212-ba76-15583df71f5f-9e5c1f9b, #w-node-_7860116c-e6e8-f108-cffe-64c08de89b3a-9e5c1f9b, #w-node-d4afcfdd-689d-eab1-1bf5-4b53883e34f4-9e5c1f9b {
    justify-self: end;
  }

  #last-news-post.w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fbf {
    grid-column: span 1 / span 1;
  }

  #w-node-_41f453c7-01db-2546-033f-fa473efcb8c0-9e5c1fc0, #w-node-_42c2f592-77cb-aa66-cc28-44fb9cf38296-9e5c1fc4 {
    justify-self: auto;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-9e5c1fc8, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-9e5c1fc8, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-9e5c1fc8, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-9e5c1fc8, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-9e5c1fc8, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-9e5c1fc8, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-9e5c1fc8, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-9e5c1fc8, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-9e5c1fc8, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-9e5c1fc8, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-9e5c1fc8, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-9e5c1fc8, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-9e5c1fc8, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-9e5c1fc8, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-9e5c1fc8, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-9e5c1fc8, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-9e5c1fc8, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-9e5c1fc8, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-9e5c1fc8, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-9e5c1fc8, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-9e5c1fc8, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-9e5c1fc8, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-9e5c1fc8, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-9e5c1fc8, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-9e5c1fc8, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-9e5c1fc8 {
    order: -9999;
  }

  #w-node-e3b16efc-0a58-e800-0c2f-d177d737383e-9e5c1fe9, #w-node-_471f64a3-7a98-86a2-3d06-c9606f49c4bc-6f49c4bc {
    grid-column: span 1 / span 1;
  }

  #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-9e5c200c, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-9e5c200c {
    order: -9999;
  }

  #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b745-dbbc7aee, #w-node-_654bd8e6-4aeb-700b-04bb-50d96030b745-f358f19d {
    justify-self: auto;
  }

  #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84e96-4ec660c9, #w-node-_5684913e-ec67-4eac-4ba7-26e6d5e84ead-4ec660c9 {
    order: -9999;
  }

  #w-node-_21b0306f-81c3-f64d-3ad1-6a389629de29-f98a3ad9, #w-node-_214f44db-4691-3dd6-119e-a53ce8af0aff-f98a3ad9 {
    justify-self: auto;
  }

  #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf35-f98a3ad9, #w-node-fd383005-7d0a-f3aa-249f-9c8c48a3bf59-f98a3ad9 {
    order: -9999;
  }

  #w-node-_39294797-3982-9b38-763b-e100bb511e2c-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e34-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e3a-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e40-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e46-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e4c-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e53-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e5b-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e61-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e68-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e6e-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e81-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e87-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e8d-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e95-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e9b-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ea1-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ea8-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eb0-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eb6-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ebc-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ec3-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ed5-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511edb-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ee1-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ee7-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511eed-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ef3-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511efa-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f02-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f09-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f0f-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f16-f98a3ad9 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_342f5da4-dfa3-2022-7c27-38721477caf5-9e5c1e31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab31-e76bab22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eda65cc1-346b-d98c-3a87-0257e76bab77-e76bab22, #w-node-eda65cc1-346b-d98c-3a87-0257e76bab7c-e76bab22 {
    justify-self: auto;
  }

  #w-node-_689154db-70a6-0345-c798-55a55b8046ae-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046b3-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046b8-5b8046ad, #w-node-_689154db-70a6-0345-c798-55a55b8046bd-5b8046ad, #w-node-a6c4c924-bd52-e506-6db3-1b47727f27aa-727f27a7 {
    grid-column: span 2 / span 2;
  }

  #w-node-a6c4c924-bd52-e506-6db3-1b47727f27ac-727f27a7 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745b-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a6c-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a6e-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a70-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a72-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7b-9e5c1e32, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9e5c1e32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e32 {
    grid-column: span 2 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e32 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-f004b0bd-93a9-3a75-5452-4573b35ceebc-b35ceeb4, #w-node-f004b0bd-93a9-3a75-5452-4573b35ceebe-b35ceeb4, #w-node-f004b0bd-93a9-3a75-5452-4573b35ceec0-b35ceeb4, #w-node-f004b0bd-93a9-3a75-5452-4573b35ceec2-b35ceeb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f004b0bd-93a9-3a75-5452-4573b35ceec4-b35ceeb4 {
    grid-column: span 2 / span 2;
  }

  #w-node-f004b0bd-93a9-3a75-5452-4573b35ceeca-b35ceeb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8b9-2fa5f850, #w-node-f91471d1-ee99-ce9c-c5d8-d3eb2fa5f8be-2fa5f850 {
    justify-self: auto;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff35-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff39-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff3d-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ff41-7428ff28 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffb6-7428ff28, #w-node-_8f9788ab-a50b-56aa-4a14-bed07428ffbd-7428ff28 {
    justify-self: auto;
  }

  #w-node-b5e09175-eb89-d2c2-357a-149249b43807-9e5c1e36 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17159282-ae85-72ed-bf75-3b888f1f6e90-9e5c1e36 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9b92bd97-4ce2-68d3-c9fd-56531d931d48-9e5c1e36 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_17159282-ae85-72ed-bf75-3b888f1f6e90-9e5c1e3a {
    grid-column: span 2 / span 2;
  }

  #w-node-_9b92bd97-4ce2-68d3-c9fd-56531d931d48-9e5c1e3a {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a1-9e5c1e3b {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a3-9e5c1e3b {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a1-9e5c1e3c {
    grid-column: span 2 / span 2;
  }

  #w-node-_3ebf82c6-2ec1-25a2-1c0f-94aea00218a3-9e5c1e3c {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1e3f, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1e3f, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1e3f, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1e3f, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e3f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af17-9e5c1e40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0be0198e-ef86-0647-2705-bbb64879bb6b-4879bb63, #w-node-_0be0198e-ef86-0647-2705-bbb64879bb6f-4879bb63, #w-node-_0be0198e-ef86-0647-2705-bbb64879bb73-4879bb63, #w-node-_0be0198e-ef86-0647-2705-bbb64879bb77-4879bb63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0be0198e-ef86-0647-2705-bbb64879bb7b-4879bb63 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0be0198e-ef86-0647-2705-bbb64879bb83-4879bb63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9e6-8766b957, #w-node-a1ebb1f5-7dc3-c36b-00de-fb5c8766b9eb-8766b957 {
    justify-self: auto;
  }

  #w-node-fb169348-4587-8e33-026f-1a168053f434-8053f431, #w-node-fb169348-4587-8e33-026f-1a168053f438-8053f431, #w-node-fb169348-4587-8e33-026f-1a168053f43c-8053f431, #w-node-fb169348-4587-8e33-026f-1a168053f440-8053f431 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb169348-4587-8e33-026f-1a168053f444-8053f431 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c82658d-3101-1442-f278-4514ad6ba356-8053f431, #w-node-_3c82658d-3101-1442-f278-4514ad6ba357-8053f431, #BookADemo-Form-Submit.w-node-fb169348-4587-8e33-026f-1a168053f44c-8053f431 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1e4b {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1e4b, #w-node-_8a7118ca-4715-181e-2c9d-6a7520f1b893-9e5c1e53 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1e55, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1e55, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1e55, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1e55, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e55, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1e57, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1e57, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1e57, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1e57, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1e57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9e5c1e58 {
    grid-column: span 2 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9e5c1e58 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_10c610c2-61da-6f86-944d-aab7e2633c9e-8d053a85, #w-node-_20497139-1d00-8934-131b-f1b6fa60ecd5-8d053a85, #w-node-e4ef4fc2-bd5c-39cf-a15d-59811a7d6715-8d053a85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1ecd008-de88-dd17-1896-ec4685db340f-85db340c, #w-node-c1ecd008-de88-dd17-1896-ec4685db3413-85db340c, #w-node-c1ecd008-de88-dd17-1896-ec4685db3417-85db340c, #w-node-c1ecd008-de88-dd17-1896-ec4685db341b-85db340c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1ecd008-de88-dd17-1896-ec4685db3423-85db340c {
    grid-column: span 2 / span 2;
  }

  #w-node-_93b17932-30b9-00da-1c74-81df602d1e75-85db340c, #w-node-_69d70212-ec9b-45c1-cc40-77470e96188a-85db340c, #Contact-Form-Submit.w-node-c1ecd008-de88-dd17-1896-ec4685db3427-85db340c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a1662e-1e96-2b80-f569-9de60f6d986b-9e5c1eaa, #w-node-_67556600-f358-879d-9ae5-cdea257041cc-9e5c1eab, #w-node-_9582d0bb-8db1-0a78-ea4b-cba7cd175189-9e5c1eac {
    grid-column: span 1 / span 1;
  }

  #w-node-cec7bc38-c930-4dc2-e238-34eef0af56c3-9e5c1ed5 {
    grid-column: span 2 / span 2;
  }

  #w-node-fd2b7521-42df-61b5-95c8-4ff2e7ea43f9-9e5c1ed5 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_2347645e-ed10-15ac-4b23-e15206f0694d-9e5c1ed7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2347645e-ed10-15ac-4b23-e15206f0694f-9e5c1ed7 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236c53-49236c32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236ca9-49236c32, #w-node-_868f8c08-c1d8-9de4-fa27-9f9749236cae-49236c32 {
    justify-self: auto;
  }

  #w-node-fc63b42f-2d37-0283-e3bb-cb264d7e3b64-9e5c1edf {
    grid-column: span 2 / span 2;
  }

  #w-node-fc63b42f-2d37-0283-e3bb-cb264d7e3b66-9e5c1edf {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-e990e263-c871-ddb2-b646-799812a67d9d-6da929b2, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d49e-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4a1-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4a3-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4a5-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4a7-d725d49e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #checkbox-group.w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4ae-d725d49e {
    grid-column: span 2 / span 2;
  }

  #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4af-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4b3-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4b7-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4bb-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c3-d725d49e, #w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c4-d725d49e, #Iceberg-Form-Submit.w-node-_508abc40-0cd1-c2ba-7489-98f7d725d4c8-d725d49e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f47 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f47, #w-node-_7ed54014-aeb4-56ee-7c96-72f3a7450cb4-9e5c1f4d {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed23-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed33-9e5c1f50, #w-node-_23911ad0-a5f3-efbb-a5a1-f9db3fd1ed43-9e5c1f50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee583fb5-2a06-afbc-7ffd-ad0362140d3d-9e5c1f50 {
    grid-column: span 2 / span 2;
  }

  #w-node-ee583fb5-2a06-afbc-7ffd-ad0362140d3f-9e5c1f50 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f229-1bd7f221, #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f22b-1bd7f221, #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f22d-1bd7f221 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f22f-1bd7f221 {
    grid-column: span 2 / span 2;
  }

  #w-node-_266296e1-dd1a-6a2f-ae83-79ca1bd7f235-1bd7f221 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb7035-0fbb6fd5, #w-node-_523ed97d-c3fb-cd12-3804-0a5d0fbb703a-0fbb6fd5, #w-node-_2fd87c1f-68ef-fc49-9733-5c85d6883835-9e5c1f57 {
    justify-self: auto;
  }

  #w-node-_4d9e7181-b8c6-f9c8-bd56-1c27a2836c81-9e5c1f57 {
    grid-column: span 1 / span 1;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff4828e-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48293-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48298-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff4829d-9e5c1f5c {
    grid-column: span 2 / span 2;
  }

  #w-node-_84858816-d0c4-81df-dcd4-d7bbaff48319-9e5c1f5c, #w-node-_84858816-d0c4-81df-dcd4-d7bbaff4831e-9e5c1f5c {
    justify-self: auto;
  }

  #w-node-ae937f41-62be-5b5c-19d4-0eec0c7f382f-9e5c1f73, #w-node-_182dd087-cc13-d3d3-41c5-4d82ad4361fb-9e5c1f73, #w-node-_4d0cb567-511b-dd74-3a8c-60b3efe75227-9e5c1f73, #w-node-_46be7481-6e9e-3871-e269-9b9c00f73d74-9e5c1f73 {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1f79, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1f79, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1f79, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1f79, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f79, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1f7a, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1f7a, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1f7a, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1f7a, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f7a, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144bd-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144bf-9e5c1f7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c3-9e5c1f7b, #w-node-b58fb361-6894-09fa-917e-c3d4b7b0978c-9e5c1f7b {
    grid-column: span 2 / span 2;
  }

  #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144c9-9e5c1f7b, #w-node-_027e60ec-f25e-77f5-b1f4-68dc9a9144ca-9e5c1f7b, #w-node-_353bbbeb-2197-c142-6c95-7d4454927390-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d4454927393-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d4454927395-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d4454927397-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d4454927399-54927390 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #checkbox-group.w-node-_353bbbeb-2197-c142-6c95-7d44549273a0-54927390 {
    grid-column: span 2 / span 2;
  }

  #w-node-_353bbbeb-2197-c142-6c95-7d44549273a1-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273a5-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273a9-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273ad-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273b5-54927390, #w-node-_353bbbeb-2197-c142-6c95-7d44549273b6-54927390, #Iceberg-Form-Submit.w-node-_353bbbeb-2197-c142-6c95-7d44549273ba-54927390, #w-node-_66d590e2-6e31-b454-c153-0ece65592218-65592215, #w-node-_66d590e2-6e31-b454-c153-0ece6559221c-65592215 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66d590e2-6e31-b454-c153-0ece65592224-65592215 {
    grid-column: span 2 / span 2;
  }

  #w-node-afec1a27-535f-776b-1060-1a2548f06403-65592215, #w-node-afec1a27-535f-776b-1060-1a2548f06404-65592215 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1f87 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1f87 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_7a6fe66f-edbb-d27b-ce62-2e21b7a6af17-9e5c1f8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_70abe8c4-607c-9898-bf83-2880668936b8-9e5c1f8c {
    grid-column: span 2 / span 2;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-9e5c1f94, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-9e5c1f94, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-9e5c1f94, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017f6-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017fa-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d017fe-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d01802-b9d017f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d0180a-b9d017f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f1-b9d017f3, #w-node-_1234b0e6-bf5e-0b1a-63d2-eea37d8971f2-b9d017f3, #w-node-_2d490bb2-c5b4-c776-86c8-f0ddb9d01812-b9d017f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8419d54f-1eb4-86f6-7eac-ee10094c4026-9e5c1f97, #w-node-bfa6eefc-b37d-0248-20e6-a3e7ed42d715-9e5c1f97, #w-node-_210dce0b-614a-ee56-f487-d33833e197eb-9e5c1f97, #w-node-_215d6345-f15a-b514-ef10-5e7c2f8c382e-9e5c1f97, #w-node-_71629298-e025-143c-d141-53c6709e036d-9e5c1f97 {
    justify-self: end;
  }

  #w-node-_8f3921d0-5ad4-0e4a-f8f2-79ff31dc39b7-9e5c1f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-dec56823-bfe1-6d1f-25e7-0cac7268551d-9e5c1f97, #w-node-_2aea13c4-2cdb-8abc-15b5-b8e47f49fe1e-9e5c1f97, #w-node-_23386532-f412-f61a-cf27-be386dc78f97-9e5c1f97, #w-node-ac765994-f22a-dde4-f248-dade38b20b4b-9e5c1f97 {
    justify-self: end;
  }

  #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94cdf1-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94ce01-9e5c1f97, #w-node-_16fe2bab-92c2-49cf-257f-e48e1e94ce11-9e5c1f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70abe8c4-607c-9898-bf83-2880668936b8-9e5c1fbf, #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c1fc0 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c1fc0 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_1d358e73-3ea3-3474-866c-d1cb8862c17a-9e5c1fc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5d1ea899-448b-48b4-690b-663ae9c858d9-9e5c1fc3 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2004 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2004 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2005 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2005 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2006 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2006 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2007 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2007 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c2008 {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c2008 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c200a {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c200a {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280ad-9e5c200b {
    grid-column: span 2 / span 2;
  }

  #w-node-d56233b9-6a57-ef53-d0fa-ac0b897280af-9e5c200b {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_61233044-9492-14a1-9c26-70a933686451-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f8502e-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f85030-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f85032-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f85034-9e5c200d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff51e750-73e9-e00c-34ae-a3a188f85036-9e5c200d {
    grid-column: span 2 / span 2;
  }

  #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503c-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f8503d-9e5c200d, #w-node-ff51e750-73e9-e00c-34ae-a3a188f85041-9e5c200d, #w-node-_3c16f9cd-eb33-cbb1-15aa-7ac96aa8745b-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a6c-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a6e-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a70-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a72-9bb4ff64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb497542-31ff-1e38-8303-7f00e954ab04-9bb4ff64 {
    grid-column: span 2 / span 2;
  }

  #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7a-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7b-9bb4ff64, #w-node-_328703d5-fe84-a5c6-a8d1-2e09214a4a7f-9bb4ff64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1c9-9bb4ff64 {
    grid-column: span 2 / span 2;
  }

  #w-node-fc786cd5-53ac-d134-1a97-85f3184ef1cb-9bb4ff64 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_21b0306f-81c3-f64d-3ad1-6a389629de29-f98a3ad9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_39294797-3982-9b38-763b-e100bb511e2c-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e53-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e61-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511e6e-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511ea8-f98a3ad9 {
    justify-self: end;
  }

  #w-node-_39294797-3982-9b38-763b-e100bb511eb0-f98a3ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_39294797-3982-9b38-763b-e100bb511ebc-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511efa-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f02-f98a3ad9, #w-node-_39294797-3982-9b38-763b-e100bb511f0f-f98a3ad9 {
    justify-self: end;
  }

  #w-node-_470af245-7461-1e1b-98ff-e55d74c0306d-f98a3ad9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_470af245-7461-1e1b-98ff-e55d74c0306f-f98a3ad9 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-f0b063dd-e637-de34-a314-c9a77cc11ec9-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ed9-f98a3ad9, #w-node-f0b063dd-e637-de34-a314-c9a77cc11ef6-f98a3ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-baab8834, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-baab8834, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-baab8834, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-baab8834, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-baab8834, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-86ec421d, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-86ec421d, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-86ec421d, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-86ec421d, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-86ec421d, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c65-c1d8e0a3, #w-node-_7ca6df8e-3365-5907-d255-b7273ede2158-c1d8e0a3, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c69-c1d8e0a3, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c6d-c1d8e0a3, #w-node-_426dfa54-35ef-5e83-0bcf-6d380b3e2c79-c1d8e0a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../../fonts/social-icon-font.woff2') format('woff2'), url('../../fonts/social-icon-font.eot') format('embedded-opentype'), url('../../fonts/social-icon-font.woff') format('woff'), url('../../fonts/social-icon-font.ttf') format('truetype'), url('../../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../../fonts/line-square-icons.woff2') format('woff2'), url('../../fonts/line-square-icons.eot') format('embedded-opentype'), url('../../fonts/line-square-icons.woff') format('woff'), url('../../fonts/line-square-icons.ttf') format('truetype'), url('../../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../../fonts/filled-icon-font.woff2') format('woff2'), url('../../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../../fonts/filled-icon-font.woff') format('woff'), url('../../fonts/filled-icon-font.ttf') format('truetype'), url('../../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../../fonts/line-rounded-icons.woff2') format('woff2'), url('../../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../../fonts/line-rounded-icons.woff') format('woff'), url('../../fonts/line-rounded-icons.ttf') format('truetype'), url('../../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''League Spartan'';
  src: url('../../fonts/claritycity/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''League Spartan'';
  src: url('../../fonts/claritycity/ClarityCity-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''League Spartan'';
  src: url('../../fonts/claritycity/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ''League Spartan'';
  src: url('../../fonts/claritycity/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}