@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: Claritycity;
  src: url('../fonts/ClarityCity-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #6e7191;
  --neutral--800: #000;
  --accent--primary-1: #045aff;
  --secondary--color-1: #3324d5;
  --neutral--100: white;
  --neutral--300: #eaedf2;
  --general--shadow-01: #0f1a2f0a;
  --neutral--200: #f8fbff;
  --general--shadow-02: #0f1a2f0f;
  --system--red-300: #a70000;
  --secondary--color-2: #e8f0ff;
  --secondary--color-3: #13d5ff;
  --secondary--color-4: #312dff;
  --secondary--color-5: #fdb52a;
  --neutral--700: #2a3854;
  --neutral--500: #9299a7;
  --neutral--400: #d0d4dc;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --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;
  --general--shadow-03: #0f1a2f1a;
  --general--shadow-04: #0f1a2f24;
  --general--shadow-05: #0f1a2f29;
  --general--shadow-06: #0f1a2f3d;
  --button-shadow--color-01: #045aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --secondary--color-6: #ff3874;
  --secondary--color-7: #c23fff;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-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-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-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 600;
  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;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary--color-1);
}

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

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

img {
  max-width: 100%;
  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(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 118px 66px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

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

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

.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;
  border-top: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet {
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

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

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

.grid-2-columns.dropdown-grid {
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  white-space: nowrap;
  grid-template-columns: 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.pages-links {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}

.grid-2-columns.dropdown-pages {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
}

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

.grid-2-columns.footer-pages-grid {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-columns: auto auto;
}

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

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

.grid-2-columns._1fr---1-6fr.gap-row-64px._1-col-tablet {
  margin-left: 60px;
  margin-right: 60px;
}

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

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

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

.grid-2-columns.careers-grid {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-columns: .4fr 1fr;
  margin-bottom: 40px;
}

.grid-2-columns.careers-grid.last {
  margin-bottom: 0;
}

.grid-2-columns.careers-card-top {
  grid-template-columns: auto auto;
}

.grid-2-columns._2-15fr---1fr {
  grid-template-columns: 2.15fr 1fr;
}

.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 {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  border-radius: 32px;
}

.card.faqs {
  border-radius: 24px;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px 74px 74px;
}

.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.tab-menu-left {
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  transform-style: preserve-3d;
  padding: 34px 40px 34px 32px;
  transition: padding .3s, transform .3s;
}

.card.tab-menu-left:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.card.tab-menu-left.w--current {
  background-color: var(--neutral--100);
  padding-bottom: 48px;
}

.card.tab-content-right {
  background-color: var(--system--red-300);
  border-radius: 32px;
  padding-top: 12px;
}

.card.tab-menu-top {
  opacity: .5;
  transform-style: preserve-3d;
  border-radius: 62px;
  align-items: center;
  padding: 10px 24px 10px 10px;
  transition: transform .3s, opacity .3s, color .3s;
  display: flex;
}

.card.tab-menu-top:hover {
  opacity: .65;
  color: var(--neutral--800);
  transform: scale3d(1.04, 1.04, 1.01);
}

.card.tab-menu-top.w--current {
  background-color: var(--neutral--100);
  opacity: 1;
}

.card.tabs-menu-top-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
  padding-left: 58px;
  padding-right: 70px;
  display: grid;
  overflow: hidden;
}

.card.testimonial-card {
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 76px;
  padding-bottom: 88px;
  padding-right: 44px;
  display: grid;
  overflow: hidden;
}

.card.blog-card-link {
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 42px;
  text-decoration: none;
  display: flex;
}

.card.stats-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  border-style: none;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  padding: 80px 40px;
}

.card.values {
  border-radius: 0;
  padding: 40px 40px 56px;
}

.card.team-member-slider {
  background-color: var(--neutral--200);
  border-radius: 32px;
  overflow: hidden;
}

.card.news-card-link {
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  padding: 48px 56px;
  text-decoration: none;
}

.card.news-card-link.featured {
  background-color: var(--accent--primary-1);
  box-shadow: 0 8px 28px 0 var(--general--shadow-02);
  flex-direction: column;
  padding: 52px 44px 72px 60px;
  display: flex;
}

.card.our-investors {
  padding: 162px 56px;
  display: none;
}

.card.team-member-page {
  z-index: 1;
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  text-align: center;
  flex-direction: column;
  padding: 96px 72px 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.pricing {
  flex-direction: column;
  height: 100%;
  padding: 52px 36px 68px;
  text-decoration: none;
  display: flex;
}

.card.pricing.popular {
  background-color: var(--accent--primary-1);
  position: relative;
}

.card.pricing-page-contact-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  padding: 52px 72px 52px 40px;
  display: grid;
}

.card.add-to-cart {
  max-width: 560px;
  padding: 52px 60px;
}

.card.perks {
  border-radius: 3px;
  padding: 20px 40px;
}

.card.careers {
  padding: 58px 40px;
}

.card.contact-page-form {
  border-radius: 24px;
  width: 100%;
  max-width: 676px;
  padding: 72px 60px;
}

.card.integrations {
  flex-direction: column;
  height: 100%;
  padding: 40px 40px 56px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.card.integration-page {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 90px;
}

.card.blog-post-author {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 32px 64px;
  display: flex;
  position: sticky;
  top: 24px;
}

.card.features {
  background-color: var(--neutral--200);
  box-shadow: none;
  text-decoration: none;
  overflow: hidden;
}

.card.password-protected {
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  padding: 86px 60px;
}

.card.search-results {
  flex-direction: column;
  height: 100%;
  padding: 72px 48px;
  text-decoration: none;
  display: flex;
}

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

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

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

.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;
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 10px 0 var(--general--shadow-02);
  border-radius: 32px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding-left: 76px;
  padding-right: 76px;
  overflow: hidden;
}

.grid-4-columns.stats-grid {
  grid-template-columns: auto auto auto;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4-columns.investors-logo-strip {
  grid-column-gap: 88px;
  grid-row-gap: 46px;
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-secondary-3 {
  background-color: var(--secondary--color-3);
}

.bg-secondary-4 {
  background-color: var(--secondary--color-4);
}

.bg-secondary-5 {
  background-color: var(--secondary--color-5);
}

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

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

.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);
  display: block;
}

.bg-neutral-200.position-relative---z-index-1.overflow-hidden {
  background-color: #0000;
  margin-top: 0;
}

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

.bg-neutral-200._670px---top {
  z-index: -1;
  min-height: 670px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

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

.bg-neutral-100.top-64 {
  z-index: -1;
  position: absolute;
  inset: 64% 0% 0%;
}

.bg-neutral-100.top-64.z-index-0 {
  z-index: 0;
}

.bg-neutral-100.top-72 {
  z-index: -1;
  position: absolute;
  inset: 72% 0% 0%;
}

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

.bg-neutral-100.top-46 {
  z-index: -1;
  position: absolute;
  inset: 46% 0 0;
}

.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-accent-1 {
  color: var(--system--red-300);
  font-size: 40px;
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-secondary-2 {
  color: var(--secondary--color-2);
}

.color-secondary-3 {
  color: var(--secondary--color-3);
}

.color-secondary-4 {
  color: var(--secondary--color-4);
}

.color-secondary-5 {
  color: var(--secondary--color-5);
}

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

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

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

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

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

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

.color-neutral-100 {
  color: var(--neutral--100);
  font-size: 26px;
  font-weight: 500;
}

.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--red-300);
}

.color-blue-300 {
  color: var(--system--red-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);
}

.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(--system--red-400);
}

.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._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.career-details {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 18px;
  margin: 0 16px;
}

.divider._60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.divider._100px-bottom {
  margin-bottom: 100px;
}

.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;
  font-size: 20px;
}

.mg-bottom-16px {
  filter: hue-rotate(133deg);
  margin-bottom: 16px;
}

.mg-bottom-24px {
  filter: hue-rotate(137deg);
  text-align: center;
  margin-bottom: 24px;
}

.mg-bottom-24px.mg-bottom-8px-mbl {
  filter: grayscale();
}

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

.mg-bottom-40px {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-200 {
  line-height: 1.111em;
}

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

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

.text-200.bold.color-neutral-800 {
  font-weight: 400;
}

.text-200.bold.link {
  color: var(--accent--primary-1);
  text-decoration: none;
}

.text-200.bold.link:hover {
  color: var(--secondary--color-1);
}

.display-1 {
  color: var(--neutral--800);
  margin-top: 16px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.132em;
}

.display-1.mg-bottom-0 {
  font-size: 50px;
}

.display-1.mg-bottom-12px {
  text-align: left;
  font-size: 35px;
}

.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-0 {
  grid-row-gap: 0px;
}

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

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

.grid-1-column.gap-row-28px.mg-top-80px-desktop-and-tablet {
  margin-top: 80px;
}

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

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

.grid-1-column.join-our-team-right-col {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 48px;
}

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

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

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

.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);
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.241em;
}

.display-2.mg-bottom-8px {
  text-align: left;
  margin-top: 40px;
  font-family: Claritycity, sans-serif;
}

.display-2.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-2.mg-bottom-0 {
  padding-left: 20px;
  font-size: 34px;
  font-weight: 600;
}

.display-2.mg-bottom-12px {
  font-size: 40px;
  font-weight: 600;
}

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

.display-2.text-lowercase.color-accent-1 {
  color: var(--system--red-300);
  text-transform: none;
}

.display-2.color-neutral-100-copy {
  color: var(--neutral--800);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.182em;
}

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

.display-4 {
  color: var(--neutral--800);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.278em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4.mg-bottom-12px {
  font-size: 34px;
}

.display-4.color-accent-1 {
  color: var(--accent--primary-1);
}

.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-small {
  font-size: 14px;
  line-height: 1.714em;
}

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

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

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

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

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

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

.text-300.bold.footer-title {
  color: #0f1a2f;
  margin-bottom: 40px;
}

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

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

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

.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._3-col-tablet.gap-row-48px {
  padding-top: 40px;
}

.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._3-images-full-width-grid {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1.2fr 1fr;
  margin-left: -64px;
  margin-right: -64px;
}

.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-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.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);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.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._600px {
  max-width: 600px;
}

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

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

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

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

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

.inner-container._1016px {
  max-width: 1016px;
}

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

.inner-container._520px {
  max-width: 520px;
}

.inner-container._264px {
  max-width: 264px;
}

.inner-container._464px {
  max-width: 464px;
}

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

.inner-container._462px {
  max-width: 462px;
}

.inner-container.side-by-side-section {
  background-color: var(--neutral--200);
  border-radius: 32px;
  align-items: center;
  padding-top: 48px;
  display: flex;
  overflow: hidden;
}

.inner-container.side-by-side-section.top {
  margin-bottom: 48px;
}

.inner-container.side-by-side-section.bottom {
  margin-bottom: 64px;
}

.inner-container.side-by-side-text-right {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-right: 32px;
}

.inner-container.side-by-side-text-left {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: 56px;
}

.inner-container._892px {
  max-width: 892px;
}

.inner-container.tabs-menu-top-text-container {
  z-index: 2;
  max-width: 434px;
  margin-top: 56px;
  margin-bottom: 56px;
  margin-right: 88px;
  position: relative;
}

.inner-container.tabs-menu-top-image-wrapper {
  align-self: stretch;
  max-width: 380px;
  height: 100%;
  display: flex;
  position: relative;
}

.inner-container._854px {
  max-width: 854px;
}

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

.inner-container._754px {
  max-width: 754px;
}

.inner-container.cta-2-text-left {
  margin-right: 64px;
}

.inner-container._346px {
  max-width: 346px;
}

.inner-container._545px {
  max-width: 545px;
}

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

.inner-container._634px {
  max-width: 634px;
}

.inner-container._728px {
  max-width: 728px;
}

.inner-container._702px {
  max-width: 702px;
}

.inner-container._426px {
  max-width: 426px;
}

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

.inner-container._616px {
  max-width: 616px;
}

.inner-container._616px.center {
  max-width: 1000px;
}

.inner-container._536px {
  max-width: 536px;
}

.inner-container._806px {
  max-width: 806px;
}

.inner-container._604px {
  max-width: 604px;
}

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

.inner-container._550px {
  max-width: 550px;
}

.inner-container._534px {
  max-width: 534px;
}

.inner-container._566px {
  max-width: 566px;
}

.inner-container._678px {
  max-width: 678px;
}

.inner-container._836px {
  max-width: 836px;
}

.inner-container._324px {
  max-width: 324px;
}

.inner-container._808px {
  max-width: 808px;
}

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

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

.inner-container._38 {
  max-width: 38%;
}

.inner-container._664px {
  max-width: 664px;
}

.inner-container._934px {
  max-width: 934px;
}

.inner-container._52 {
  max-width: 52%;
}

.inner-container._564px {
  max-width: 564px;
}

.inner-container._1076px {
  max-width: 1076px;
}

.inner-container._578px {
  max-width: 578px;
}

.inner-container._42 {
  max-width: 42%;
}

.inner-container.features-top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 46px;
  padding-bottom: 46px;
  display: grid;
}

.inner-container.features-bottom-section {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  border-radius: 32px;
  overflow: hidden;
}

.inner-container._746px {
  max-width: 746px;
}

.inner-container.features-bottom-section {
  background-color: #f8fbff;
  border: 1px solid #eaedf2;
  border-radius: 32px;
  overflow: hidden;
}

.inner-container.features-top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8fbff;
  border: 1px solid #eaedf2;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 46px;
  padding-bottom: 46px;
  display: grid;
}

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

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  margin-right: 18px;
}

.mg-bottom-0 {
  color: var(--neutral--700);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

.border-radius-32px.fit-cover {
  border-radius: 9px;
}

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

.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: 6px;
}

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

.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(--system--red-300);
  background-color: var(--system--red-300);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  padding: 10px 38px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .2s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--100);
  background-color: #6196fd;
  border-color: #6196fd;
  transform: scale(1.06);
}

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

.btn-primary.small.header-btn-hide-on-mb {
  border-color: var(--system--red-300);
  background-color: var(--system--red-300);
  white-space: nowrap;
  margin-left: 12px;
  font-size: 14px;
}

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

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

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: #2c2c2c;
}

.btn-primary.white:hover {
  border-color: var(--secondary--color-2);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

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

.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 {
  border-color: var(--system--red-300);
  background-color: var(--system--red-300);
  margin-right: 26px;
}

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

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

.btn-primary.hover-none:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform: none;
}

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

.btn-primary.newsletter-cta-btn {
  z-index: 1;
  padding: 18px 28px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 6px;
  padding: 10px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-secondary.small {
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.small.header-btn-hide-on-mb {
  white-space: nowrap;
  margin-left: 32px;
}

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

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

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

.btn-secondary.tab-button {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-left: 24px;
  padding: 18px 28px;
}

.btn-secondary.tab-button.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  box-shadow: none;
  color: var(--neutral--100);
  font-weight: 700;
}

.btn-secondary.tab-button.center {
  margin-left: 0;
  margin-right: 0;
}

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

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 6px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

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

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

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

.badge-primary.small.link {
  transform-style: preserve-3d;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.badge-primary.small.link:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

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

.badge-primary.news-featured-badge {
  background-color: #4081ff;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 6px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  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.small.available-link {
  border-color: var(--neutral--300);
  transform-style: preserve-3d;
  border-radius: 60px;
  align-items: center;
  padding: 6px 18px 6px 6px;
  transition-property: transform;
  display: flex;
  box-shadow: 0 2px 6px #0f1a2f0a;
}

.badge-secondary.small.available-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

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

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

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

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

.input {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

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

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
  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.input-subscribe-footer {
  height: 100%;
  margin-bottom: 0;
}

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

.input.cart-quantity-input {
  width: 50px;
  min-height: 48px;
  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.dropdown {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  min-height: 72px;
  padding: 0;
}

.input.dropdown-wrapper {
  min-height: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.input.search-bar {
  padding-left: 54px;
}

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

.position-relative {
  position: relative;
}

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

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

.text-area:focus {
  border-color: var(--accent--primary-1);
  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;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

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

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  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(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

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

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

.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: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.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;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  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._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);
}

.icon.large {
  border-radius: 24px;
}

.icon.dropdown-icon {
  max-width: 56px;
  margin-right: 16px;
}

.icon.password-page {
  border-radius: 22px;
  max-width: 134px;
  margin-bottom: 32px;
}

.icon.side-by-side-section-text-icon {
  margin-right: 20px;
}

.icon.tabs-menu-top-link-icon {
  color: var(--system--red-300);
  margin-right: 10px;
}

.icon.tabs-menu-top-card-icon {
  min-width: 72px;
  margin-bottom: 24px;
}

.icon.contact-page-icon {
  border-radius: 0;
  min-width: 72px;
  max-width: 72px;
  margin-right: 16px;
}

.icon.integrations-icon {
  max-width: 72px;
  margin-right: 16px;
}

.icon.integrations-icon.large {
  max-width: 150px;
  margin-right: 32px;
}

.icon.features-card-icon {
  max-width: 94px;
  margin-bottom: 24px;
}

.icon.features-top-card-icon {
  max-width: 60px;
  margin-bottom: 24px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  color: var(--system--red-300);
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon {
  background-color: var(--secondary--color-2);
  border-radius: 1000000000px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon.size-24px {
  border-radius: 6px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 14px;
}

.social-icon.size-24px.social-icon-footer {
  border-radius: 99999px;
  transition: none;
}

.social-icon.size-24px.social-icon-footer:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.social-icon.size-10px {
  width: 10px;
}

.social-icon.team-member-social-link {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 100000000px;
}

.social-icon.team-member-social-link:hover {
  background-color: var(--secondary--color-1);
}

.social-icon.team-member-social-link.slider-link {
  z-index: 2;
  position: absolute;
  top: 64px;
  right: 50px;
}

.social-icon.team-member-social-link._42px {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.social-icon.bg-accent-1 {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon.bg-accent-1:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  color: #666;
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.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.icon-left {
  margin-bottom: 0;
  margin-right: 12px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.line-rounded-icon.search-bar-icon {
  color: var(--neutral--500);
  align-items: center;
  font-size: 20px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
}

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

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 20px;
  width: 100%;
}

.rich-text p, .rich-text h2, .rich-text h3 {
  margin-bottom: 24px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6, .rich-text h5 {
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-bottom: 24px;
}

.rich-text strong {
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.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, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.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(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  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;
  display: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  text-align: center;
  background-color: #fff;
  max-width: 5000px;
  padding: 20px 0;
}

.container-default.order-confirmation {
  display: block;
}

.section {
  background-color: #b9b9b929;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.bg-neutral-200 {
  background-color: #e6e6e629;
  padding-top: 0;
  padding-bottom: 0;
}

.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.top---large {
  padding-top: 124px;
  padding-bottom: 0;
}

.section.top---large.pd-bottom-210px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.top---large.overflow-hidden {
  background-color: #b9b9b900;
}

.section.top---large.pd-bottom-200px {
  color: #fff;
  background-color: #f8f8f829;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.top---medium {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.top---medium.mg-bottom-132px {
  padding-bottom: 132px;
}

.section.top---small {
  padding-top: 64px;
  padding-bottom: 0;
}

.section.video-full-width-right-section {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.pd-top-88px---bottom-204px {
  padding-top: 88px;
  padding-bottom: 204px;
}

.section.pd-bottom-200px {
  padding-bottom: 200px;
}

.section.pd-200px {
  padding-top: 0;
  padding-bottom: 200px;
}

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

.section.image-full-width-right-section {
  padding-top: 234px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

.section.image-full-width-right-section.v2 {
  background-color: var(--neutral--200);
  background-color: #f8fbff;
  padding-top: 60px;
  padding-bottom: 140px;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

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

.link-text {
  display: inline-block;
}

.link-text.text-200.bold {
  color: #000;
  font-weight: 500;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.heading-h1-size.mg-bottom-48px.text-center {
  margin-top: 20px;
  font-size: 30px;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #272727;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.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: #fff;
  padding: 0;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 20px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.dropdown-link {
  color: var(--neutral--600);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.special {
  border-bottom: 3px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.dropdown-link.special:hover {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  margin-left: 64px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  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(--secondary--color-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.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(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.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(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn {
  box-shadow: none;
  transform-style: preserve-3d;
}

.btn-circle-secondary.small.accordion-btn:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.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(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  color: var(--accent--primary-1);
  transform-style: preserve-3d;
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.btn-circle-secondary.slider-arrow:hover {
  color: var(--neutral--100);
  transform: scale3d(1.06, 1.06, 1.01);
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -136px 104px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-right {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  top: -136px;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  transform-style: preserve-3d;
  top: 50%;
  left: -16px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: scale3d(1.04, 1.04, 1.01)translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center {
  transform-style: preserve-3d;
  top: 50%;
  bottom: 0;
  right: -16px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: scale3d(1.04, 1.04, 1.01)translate(0, -50%);
}

.btn-circle-secondary.accordion-btn {
  position: relative;
}

.utility-page-wrap {
  background-color: var(--neutral--200);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-content._704px {
  max-width: 704px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

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

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

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

.flex-vertical.align-center {
  align-items: center;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.dropdown-link-wrapper {
  color: var(--neutral--600);
  transform-style: preserve-3d;
  justify-content: flex-start;
  text-decoration: none;
  transition: transform .3s;
}

.flex-horizontal.dropdown-link-wrapper:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.flex-horizontal.text-center.mg-bottom-24px {
  margin-top: 0;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  border-top: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

.footer-link.w--current {
  color: #fff;
}

.footer-link.special {
  border-bottom: 3px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 6px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-link.special:hover {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.footer-top {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-middle.pd-top-0---bottom-32px {
  padding-top: 0;
  padding-bottom: 64px;
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 6px;
  width: 100%;
  padding: 16px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

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

.social-media-link-wrapper {
  color: var(--accent--primary-1);
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-link-wrapper:hover {
  color: var(--accent--primary-1);
}

.social-media-link-text {
  color: #fff;
  margin-left: 8px;
}

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

.text-center.mg-bottom-64px {
  margin-bottom: 0;
}

.grid-footer-2-column---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

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

.floating-item {
  position: absolute;
}

.floating-item.testimonial-card-company-logo {
  box-shadow: 0 8px 28px 0 var(--general--shadow-01);
  border-radius: 100000000000000px;
  width: 27%;
  bottom: 32px;
  left: 32px;
}

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

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  border-radius: 50%;
  transition: transform .3s;
}

.bg-overlay {
  z-index: 1;
  background-color: #ffffff94;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  transform-style: preserve-3d;
  border-radius: 10000000000000px;
  justify-content: center;
  align-items: center;
  width: 17%;
  max-width: 138px;
  transition-property: transform;
  display: flex;
  box-shadow: 0 10px 28px #045aff42;
}

.lightbox-video-icon-wrapper:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.text-decoration-none {
  text-decoration: none;
}

.cta-section {
  background-color: var(--accent--primary-1);
  position: relative;
  overflow: hidden;
}

.cta-section.cta-1 {
  background-color: var(--neutral--400);
  padding-top: 0;
}

.cta-section.cta-2 {
  padding-top: 82px;
  padding-bottom: 130px;
}

.cta-section.newsletter-cta {
  padding-top: 148px;
  padding-bottom: 148px;
}

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

.slider-mask.width-1014px {
  max-width: 1014px;
  overflow: visible;
}

.slider-mask.width-446px {
  max-width: 446px;
  overflow: visible;
}

.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 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.faqs {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  overflow: visible;
}

.accordion-item-wrapper.faqs:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.faqs.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.faqs.last {
  border-bottom-style: none;
}

.accordion-item-wrapper.v4 {
  padding: 52px 32px;
}

.accordion-item-wrapper.v4.tab {
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition: none;
}

.accordion-item-wrapper.v4.tab:hover {
  transform: none;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._8px {
  min-height: 8px;
}

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

.accordion-content-wrapper.faqs {
  max-width: 646px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-title {
  margin-bottom: 0;
}

.tabs-wrapper.tabs-left {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .84fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.tabs-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

.tabs-menu.tabs-menu-top-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.tabs-menu.tabs-menu-career-categories {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: -112px;
  right: 0;
}

.tabs-menu.buttons-menu {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.tabs-content {
  overflow: visible;
}

.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;
  display: none;
}

.avatar-image.blog-card-author {
  border-radius: 10000000000px;
}

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

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

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg._44px {
  margin-right: 44px;
}

.slide-item-mg._34px {
  margin-right: 34px;
}

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

.height-100 {
  height: 100%;
}

.pricing-column.featured {
  background-color: var(--neutral--200);
}

.pricing-table-top {
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 220px;
  padding: 56px 24px 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-table-top.first {
  align-items: flex-start;
  padding-left: 0;
}

.pricing-table-top.featured {
  background-color: var(--neutral--200);
}

.pricing-content-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
}

.pricing-content-wrapper.title {
  min-height: 135px;
  padding-top: 74px;
  padding-bottom: 34px;
}

.pricing-content-wrapper.title.first {
  min-height: 76px;
  padding-top: 16px;
}

.pricing-content-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 66px;
}

.blog-card-image-wrapper {
  border-radius: 20px;
  min-height: 255px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.circle-number {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  display: flex;
}

.circle-number.tab-menu-number {
  background-color: var(--system--red-300);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 22px;
  padding-left: 4px;
}

._404-not-found {
  color: var(--accent--primary-1);
  margin-bottom: -12px;
  font-size: 234px;
  font-weight: 700;
  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(--secondary--color-2);
  color: var(--accent--primary-1);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button-wrapper {
  white-space: nowrap;
  margin-left: 24px;
}

.cart-button {
  color: var(--neutral--800);
  background-color: #0000;
  padding: 0;
  transition: none;
}

.cart-quantity {
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding-top: 22px;
  padding-bottom: 22px;
}

.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);
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.bg-secondary-6 {
  background-color: var(--secondary--color-6);
}

.color-secondary-6 {
  color: var(--secondary--color-6);
}

.bg-secondary-7 {
  background-color: var(--secondary--color-7);
}

.color-secondary-7 {
  color: var(--secondary--color-7);
}

.display-5 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429em;
}

.display-5.color-neutral-100 {
  color: var(--neutral--100);
}

.dropdown-text {
  color: #fff;
}

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

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.interface-image.interface-1 {
  border: 1px solid var(--neutral--300);
  border-radius: 32px;
  width: 88%;
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 18px 94px #2046920f;
}

.interface-image.floating-interface-1 {
  border: 1px solid var(--neutral--300);
  border-radius: 22px;
  width: 24%;
  max-width: 282px;
  position: absolute;
  top: 17%;
  right: 0;
  box-shadow: 0 18px 94px #2046921a;
}

.interface-image.floating-interface-2 {
  border-style: none;
  border-radius: 0;
  width: 36%;
  max-width: 438px;
  position: absolute;
  bottom: 1%;
  left: -4%;
}

.interface-image.floating-interface-3 {
  border-style: none;
  border-radius: 0;
  width: 42%;
  max-width: 502px;
  position: absolute;
  bottom: -12%;
  right: -3%;
}

.interface-image.interface-2 {
  transform-origin: 50% 100%;
  width: 60%;
  max-width: 734px;
  margin-top: auto;
  margin-left: -72px;
}

.interface-image.interface-3 {
  transform-origin: 50% 100%;
  width: 60%;
  max-width: 734px;
  margin-top: auto;
  margin-left: auto;
  margin-right: -72px;
}

.interface-image.floating-interface-4 {
  width: 102%;
  max-width: 388px;
  position: absolute;
  bottom: -4%;
  left: -34%;
}

.interface-image.floating-interface-5 {
  width: 111%;
  max-width: 422px;
  position: absolute;
  bottom: 0%;
  left: -34%;
}

.interface-image.floating-interface-6 {
  width: 105%;
  max-width: 400px;
  position: absolute;
  bottom: -5%;
  left: -32%;
}

.interface-image.floating-interface-7 {
  width: 32%;
  max-width: 388px;
  position: absolute;
  bottom: 31%;
  right: -5%;
}

.interface-image.floating-interface-8 {
  width: 40%;
  max-width: 490px;
  position: absolute;
  bottom: -8.5%;
  left: -9%;
}

.interface-image.interface-4 {
  width: 97%;
  max-width: 1184px;
}

.interface-image.interface-5 {
  border: 1px solid var(--neutral--300);
  box-shadow: 0 16px 88px 0 var(--general--shadow-06);
  border-radius: 30px;
}

.interface-image.floating-interface-9 {
  border: 1px solid var(--neutral--300);
  border-radius: 18px;
  width: 46%;
  max-width: 310px;
  position: absolute;
  bottom: -50px;
  left: -104px;
  box-shadow: 0 22px 118px #2046921a;
}

.interface-image.interface-full-width-right-wrapper {
  transform-origin: 100%;
  align-items: center;
  width: 74%;
  max-width: 1066%;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: 20%;
  right: -22%;
}

.interface-image.interface-full-width-right {
  border: 1px solid var(--neutral--300);
  border: 1px solid #eaedf2;
  border-radius: 32px;
  max-height: 666px;
  box-shadow: 0 18px 94px #2046920f;
}

.pd-bottom-20px {
  width: 1100px;
  margin-top: 60px;
  margin-left: 30px;
  padding-bottom: 20px;
}

.mg-bottom-12px {
  text-align: center;
  margin-bottom: 12px;
  font-size: 20px;
}

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

.flex {
  display: flex;
}

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

.flex.align-start {
  align-items: flex-start;
}

.flex.vertical {
  flex-direction: column;
}

.flex.justify-end {
  justify-content: flex-end;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.tabs-menu-top-card-image {
  transform-origin: 50% 100%;
  object-fit: cover;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.cta-1-image-wrapper {
  transform-origin: 50% 100%;
  justify-content: center;
  margin-bottom: -2px;
  display: flex;
  position: relative;
}

.testimonial-card-image-wrapper {
  max-width: 404px;
  margin-top: -76px;
  margin-bottom: -88px;
  display: flex;
  position: relative;
}

.divider-vertical {
  background-color: var(--neutral--400);
  width: 1px;
}

.divider-vertical.testimonial-details-divider {
  min-height: 76px;
  margin-left: 56px;
  margin-right: 60px;
}

.mg-top-auto {
  margin-top: auto;
}

.blog-card-author-avatar-wrapper {
  z-index: 1;
  background-color: var(--neutral--100);
  border-radius: 1000000000px;
  max-width: 72px;
  padding: 4px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.blog-card-author-avatar-wrapper.featured-card {
  bottom: 26px;
  left: auto;
  right: 26px;
}

.cta-2-images-container {
  max-width: 598px;
  position: relative;
}

.form {
  margin-bottom: 0;
}

.form.footer-newsletter {
  min-height: 76px;
  display: flex;
}

.form.min-h-555px {
  min-height: 555px;
  display: flex;
}

.form.min-h-555px.message {
  flex-direction: column;
}

.form.newsletter-cta {
  min-height: 72px;
  display: flex;
  position: relative;
}

.success-message-inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message-inner-container.horizontal {
  flex-direction: row;
}

.video-full-width-right-wrapper {
  align-items: center;
  width: 58%;
  max-width: 824px;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: 29%;
  right: -110px;
  overflow: hidden;
}

.video-full-width-left-inner-wrapper {
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.stats-section {
  z-index: 1;
  margin-top: -128px;
  position: relative;
}

.team-member-slider-image-container {
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.team-member-slider-text-container {
  margin-top: 44px;
  margin-left: 46px;
  text-decoration: none;
}

.team-member-slider-image {
  transform-origin: 50% 100%;
}

.section-divider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-divider {
  background-color: var(--neutral--300);
  width: 100%;
  min-height: 1px;
}

.team-member-avatar-wrapper {
  background-color: var(--neutral--100);
  box-shadow: 8px 0 28px 0 var(--general--shadow-02);
  border-radius: 999999px;
  min-width: 194px;
  max-width: 194px;
  min-height: 194px;
  max-height: 194px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  overflow: hidden;
}

.team-member-page-card-bg-top {
  z-index: -1;
  background-color: var(--accent--primary-1);
  min-height: 185px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-break-no-wrap {
  white-space: nowrap;
}

.pricing-card-popular-badge-wrapper {
  position: absolute;
  top: 30px;
  right: 40px;
}

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

._3-images-full-width {
  object-fit: cover;
  border-radius: 32px;
}

._3-images-full-width.image-left, ._3-images-full-width.image-right {
  height: 90%;
}

.pd-0 {
  padding: 0;
}

.image-full-width-right-wrapper {
  transform-origin: 100%;
  align-items: center;
  width: 45%;
  max-width: 642px;
  display: flex;
  position: absolute;
  top: 7%;
  bottom: 16%;
  right: -12px;
}

.blog-post-featured-link-container {
  text-decoration: none;
}

.blog-post-featured-image-wrapper {
  border-radius: 42px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.blog-post-featured-image {
  object-fit: cover;
}

.newsletter-cta-image-wrapper {
  width: 44%;
  position: absolute;
  top: -5%;
  right: 56px;
}

.blog-post-author-avatar-container {
  border-radius: 100000000px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
  transform: translate(0);
}

.features-card-image-wrapper {
  height: 300px;
  overflow: hidden;
}

.features-card-image {
  object-fit: cover;
  max-width: 100%;
}

.features-card-top-text-container {
  padding: 48px 48px 20px;
}

.text-lowercase {
  text-transform: lowercase;
}

.features-top-card-text-container {
  max-width: 500px;
  margin-left: 70px;
  margin-right: 16px;
}

.features-bottom-card-top-text-container {
  margin: 72px 48px 56px;
}

.pd-left-0 {
  padding-left: 0;
}

.text-capitalize {
  text-transform: capitalize;
}

.cart-container-2 {
  border-radius: 6px;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-bar {
  background-color: var(--accent--primary-1);
  min-height: 4px;
}

.hero-right {
  width: 50%;
  position: relative;
}

.na-image-box {
  width: 50%;
}

.hero {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.hero-left {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block {
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
}

.na-head {
  color: #1d1d1d;
  font-size: 25px;
  line-height: 25px;
}

.get-recipe-link {
  color: #743400;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-outline {
  color: #e30524;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 120px;
  margin-left: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.btn-outline:hover {
  color: #fff;
  background-color: #e30524;
}

.button {
  background-color: var(--system--red-300);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 120px;
  margin-right: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.button:hover {
  color: #e30524;
  background-color: #0000;
}

.phone-holder {
  color: #fff;
  background-color: #e30524;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 80px;
  padding: 10px 20px;
}

.newly-added {
  border-radius: 10px;
  width: 431px;
  display: flex;
  position: absolute;
  inset: auto 0% -310px auto;
  box-shadow: 1px 1px 50px -12px #000000a1;
}

.na-img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

.hero-h1 {
  color: #000;
  text-align: center;
  width: 80%;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.rec-name-na {
  color: #fff;
  margin-top: 5px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.na-content {
  background-color: #ff943c;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50%;
  padding: 31px;
}

.hero-btns-box {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-p {
  color: #000;
  text-align: left;
  width: 80%;
  margin-top: 30px;
  font-weight: 300;
}

.hero-holder {
  margin-top: 0;
  display: flex;
}

.text-span-2 {
  color: var(--system--red-300);
  font-size: 40px;
}

.section-2 {
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
}

.section-2.cc-store-home-wrap {
  background-color: #0000;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.background-video-2 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-13 {
  text-align: left;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.bold-text-8 {
  color: #fff;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
  margin-top: 20px;
  margin-right: 0;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #1d88fe;
  border: 1px solid #1d88fe;
  border-radius: 6px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .2s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #6196fd;
  border-color: #6196fd;
  transform: scale(1.06);
}

.btn-primary-2.button-row {
  background-color: #1d88fe;
  border-color: #1d88fe;
  margin-right: 26px;
}

.display-6 {
  color: #0f1a2f;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.278em;
}

.display-6.mg-bottom-12px {
  font-size: 34px;
}

.btn-secondary-2 {
  color: #0f1a2f;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eaedf2;
  border-radius: 6px;
  padding: 26px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #045aff;
  border-color: #045aff;
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-icon-2 {
  background-color: #e8f0ff;
  border-radius: 1000000000px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-2:hover {
  color: #fff;
  background-color: #045aff;
}

.social-icon-2.size-24px {
  border-radius: 6px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 14px;
}

.social-icon-2.size-24px.social-icon-footer {
  border-radius: 99999px;
  transition: none;
}

.social-icon-2.size-24px.social-icon-footer:hover {
  color: #045aff;
  background-color: #e8f0ff;
}

.cta-section-2 {
  background-color: #045aff;
  position: relative;
  overflow: hidden;
}

.cta-section-2.cta-1 {
  background-color: #1d88fe;
  padding-top: 0;
}

.footer-link-2 {
  color: #6e7191;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #045aff;
}

.footer-bottom-2 {
  text-align: center;
  border-top: 1px solid #eaedf2;
  padding-top: 32px;
  padding-bottom: 32px;
}

.display-7 {
  color: #0f1a2f;
  margin-bottom: 20px;
  margin-right: 0;
  padding-bottom: 29px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.132em;
}

.footer-wrapper-2 {
  background-color: #fff;
  border-top: 1px solid #eaedf2;
}

.social-icon-font-2 {
  line-height: 21px;
}

.social-media-link-wrapper-2 {
  color: #045aff;
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-link-wrapper-2:hover {
  color: #045aff;
}

.bg-neutral-801 {
  background-color: #f8fbff;
}

.social-media-link-text-2 {
  color: #6e7191;
  margin-left: 8px;
}

.display-8 {
  color: #0f1a2f;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.241em;
}

.display-8.text-lowercase.color-accent-1 {
  color: #1d88fe;
  text-transform: none;
}

.text-span-3, .text-span-4, .bold-text-9, .bold-text-10, .text-span-5, .bold-text-11, .text-span-6, .bold-text-12 {
  color: var(--system--red-300);
}

.text-span-7 {
  font-size: 22px;
}

.text-span-8 {
  font-size: 30px;
}

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

.text-span-10 {
  color: #8930c5;
}

.display-7-copy {
  color: #0f1a2f;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.132em;
}

.collection-list-wrapper {
  display: flex;
}

.bold-text-8-copy {
  color: #fff;
}

.space {
  z-index: 1000;
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: 10px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

.space.left {
  z-index: 1001;
  background-color: #000;
  width: 10px;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.space.top {
  z-index: 1000;
  background-color: #000;
  display: block;
}

.space-copy {
  z-index: 9999;
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: 10px;
  position: fixed;
  inset: 0 0% auto;
}

.space-copy.bottom {
  z-index: 1000;
  background-color: #000;
  top: auto;
  bottom: 0;
}

.space-copy.right {
  z-index: 1000;
  background-color: #000;
  width: 10px;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.parallax-main-img {
  display: inline-block;
  transform: scale(1.1);
}

.is-txt-black-125 {
  color: #101010;
}

.txt-description {
  max-width: 40ch;
}

.is-txt-black-100 {
  color: #181818;
}

.is-h1 {
  color: #fff;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h1.is-txt-black-100 {
  color: var(--neutral--800);
  font-weight: 600;
}

.parallax-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.parallax-text-parent {
  grid-row-gap: 1.6em;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: -76px;
  padding-bottom: 0;
  display: flex;
}

.parallax-section {
  grid-row-gap: 8em;
  background-color: #efefef;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.parallax-sm-img {
  object-fit: cover;
  width: 100%;
}

.parallax-sm-parent {
  border-radius: 1em;
  overflow: hidden;
}

.parallax-hr-flex {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.cowboy4-txt-parent {
  z-index: 2;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.btn-secondary-3 {
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  padding: 1em 3.4em;
  display: flex;
}

.paralax-container {
  width: 108%;
}

.mg-bottom-0-copy {
  color: var(--neutral--100);
  text-align: left;
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

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

.inner-container-copy._534px._100-mbl {
  color: var(--neutral--800);
}

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

.color-neutral-200-copy.mg-bottom-48px {
  color: var(--neutral--800);
}

.download-button {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0d243c;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 14px 28px 14px 36px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.download-button:hover {
  background-color: #2aa8ef;
}

.button-bg {
  background-color: #1e2037;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-bg.medium {
  width: 215px;
  height: 215px;
}

.button-bg.medium.blue {
  background-color: #2aa8ef;
  width: 220px;
  height: 220px;
}

.button-icon {
  z-index: 1;
  position: relative;
}

.button-small-text {
  z-index: 1;
  color: #ffffffe6;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.button-title {
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.main-button {
  clear: none;
  color: #282f2f;
  text-align: center;
  letter-spacing: .5px;
  background-color: #38b1c4;
  border-radius: 3px;
  align-self: auto;
  width: 200px;
  height: 50px;
  margin-left: 40px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 4px 20px #f1f3f638;
}

.main-button:hover {
  background-color: #41e2bf;
}

.main-button:active {
  box-shadow: none;
  background-color: #38c4a6;
}

.div-block-191 {
  background-color: #38b1c4;
  width: 120px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-47 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 125%;
}

.home-sol-wrap {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-40 {
  z-index: 1;
  filter: blur(1px);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-207 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.image-42 {
  width: 100%;
  height: 100%;
}

.pages-headings {
  color: #282f2f;
  text-align: center;
  font-size: 40px;
  line-height: 150%;
}

.solutions-box {
  width: 30%;
  height: 110px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  position: relative;
}

.image-41 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-182 {
  z-index: 5;
  filter: none;
  background-color: #000000b3;
  background-image: none;
  background-position: 0 0;
  border-radius: 5px;
  height: 100%;
  transition: background-position .4s;
  position: absolute;
  inset: 0%;
}

.div-block-182:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/business-desk-diary-laptop.jpg');
  background-size: auto, auto;
}

.div-block-182._2 {
  background-color: #000000bf;
  background-image: none;
}

.div-block-182._2:hover {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/piqsels.com-id-zkake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 800px;
}

.div-block-182._3 {
  background-color: #000000c9;
  background-image: none;
  background-position: 0 0;
}

.div-block-182._3:hover {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/piqsels.com-id-sskce.jpg');
  background-size: auto, 800px;
  background-attachment: scroll, scroll;
}

.div-block-183 {
  z-index: 10;
  background-color: #f1f3f600;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-11 {
  font-size: 23px;
}

.button-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-button-b8 {
  z-index: 1;
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
}

.bg-mask-b8 {
  background-color: #333;
  width: 0;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  display: grid;
}

.button-8-2 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.service-paragraph {
  color: #99a1ba;
  font-size: 15px;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.primary-cta {
  opacity: 1;
  color: #fff;
  background-color: #dfb200;
  border-radius: 20px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
}

.service-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.services-grid-block-03 {
  background-color: var(--system--blue-100);
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 10px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-03:hover {
  border: 1px solid #813efb;
}

.services-grid-block-03.end-block {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.image-4 {
  margin-top: -65px;
}

.tag-10 {
  opacity: 1;
  color: #99a1ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

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

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
  position: relative;
}

.wave-one {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/7BEF124C-4B83-403B-8EAC-C6EC250F0643.JPEG');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 90px;
  display: grid;
  position: relative;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 92px;
  padding-bottom: 152px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-button-verlay {
  z-index: 25;
  background-color: #0f132696;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0f132659;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  display: flex;
  position: relative;
}

.hero-slide-arrow {
  background-color: #fff;
  border: 1px #fff9;
  border-top: 1px solid #c0c0d333;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 360px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  border-top-left-radius: 5px;
  bottom: 70px;
}

.video-icon {
  filter: none;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.hero-collection-wrapper {
  height: 100%;
}

.wave-two {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle.white {
  color: #fff;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.hero-slide {
  height: 100%;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-6:hover {
  background-color: #081c3a;
}

.button-6.white {
  color: #081c3a;
  background-color: #fff;
}

.button-6.white:hover {
  color: #081c3a;
  background-color: #e6e6f3;
}

.slide-nav {
  display: none;
}

.home-hero {
  background-color: #fff;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.hero-slider-mask {
  overflow: visible;
}

.slider-arrow-icon {
  width: 16px;
}

.xxl-heading {
  font-size: 68px;
  line-height: 1.1em;
}

.xxl-heading-copy {
  color: var(--neutral--100);
  font-size: 68px;
  line-height: 1.1em;
}

.subtitle-copy {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-copy.white {
  color: var(--neutral--200);
  font-size: 20px;
}

.bold-text-14 {
  color: var(--neutral--200);
}

.video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: #0e1520cc;
  position: absolute;
  inset: 0%;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

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

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

.bold-text-15, .bold-text-16, .bold-text-17 {
  color: var(--system--red-300);
}

.rich-text-block {
  text-align: left;
}

.link-2, .link-3, .link-4 {
  color: var(--secondary--color-2);
  text-decoration: none;
}

.radio-button-field {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.switch-ball {
  background-color: #cacaca;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  box-shadow: inset 1px 1px 15px 2px #00000026;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-height: 100vh;
  margin: 50px auto;
  display: flex;
}

.content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.content.switch {
  color: #000;
}

.button-7 {
  background-color: #000;
}

.heading-1 {
  text-align: center;
  text-transform: capitalize;
}

.field-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.field-label {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.dark-light-switch {
  background-color: #fff;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  min-width: 50px;
  min-height: 25px;
  padding: 5px;
  display: flex;
  box-shadow: -1px 1px 25px 2px #00000026;
}

.form-block {
  background-color: var(--neutral--200);
  border-radius: 25px;
  flex-direction: column;
  width: 100%;
  margin: 50px;
  padding: 25px;
  display: flex;
  box-shadow: -4px 4px 35px 2px #00000026;
}

.text-area-2 {
  min-height: 150px;
}

.logo-2 {
  width: 200px;
}

.dark-light-container {
  background-color: #f1f1f1;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
  padding: 0 25px 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-2 {
  padding-top: 32px;
}

.header-nav-link-copy {
  color: #fff;
  padding: 0;
}

.header-nav-link-copy:hover {
  color: var(--accent--primary-1);
}

.header-nav-link-copy.w--current {
  color: #fff;
}

.header-nav-link-copy.w--current:hover {
  color: var(--accent--primary-1);
}

.paragraph-5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.feature-icon-copy-copy {
  opacity: .6;
  filter: invert();
}

.features-icon-wrap-copy {
  filter: invert();
  background-image: none;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 -1px #03060f;
}

.section-features-title-wrapper {
  text-align: center;
  max-width: 480px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.home-feature-item-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.home-feature-item-copy-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.paragraph {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.gradient-blur {
  z-index: -1;
  filter: blur(140px);
  background-image: radial-gradient(circle at 50% 30%, #d8dfe6, #5c5c5c 63%);
  border-radius: 100%;
  width: 100%;
  max-width: 1170px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -20% 0% 0%;
}

.paragraph-7 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.margin-bottom-20 {
  color: #fff;
  margin-bottom: 20px;
}

.features-icon-wrap-copy-2 {
  filter: invert();
  background-image: none;
  border: 1px solid #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 -1px #03060f;
}

.feature-icon-copy-copy-2 {
  opacity: .6;
  filter: invert();
}

.paragraph-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.paragraph-9 {
  color: #fff;
  font-size: 14px;
}

.base-container-copy {
  background-color: #ebebeb00;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 40px;
}

.home-feature-item-copy-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.features-wrapper {
  z-index: 1;
  background-image: none;
  border: 1px solid #fff3;
  border-bottom-style: none;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.home-feature-item-copy-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.paragraph-6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #03060f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-3 {
  background-image: linear-gradient(#0000003d, #000), url('../images/590CDC35-791B-43DD-A93F-C38CA155D2E3.JPEG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-default-copy {
  max-width: 1270px;
  padding: 20px 24px;
}

.container-default-copy-copy {
  max-width: 1270px;
  padding: 20px 24px;
}

.container-default-copy-copy {
  background-color: #ce0000;
  max-width: 1270px;
  padding: 0 24px;
}

.fbb {
  background-color: #272727;
  max-width: 1500px;
  padding: 0 24px;
}

.fbb.order-confirmation {
  display: block;
}

.container-default-copy-copy-copy {
  max-width: 1270px;
  padding: 20px 24px;
}

.container-default-copy-copy-copy.order-confirmation {
  display: block;
}

.container-default-copy-copy-copy-copy {
  background-color: #272727;
  max-width: 1270px;
  padding: 20px 24px;
}

.container-default-copy-copy-copy-copy.order-confirmation {
  display: block;
}

.footer-wrapper-copy {
  border-top: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
}

.review-text {
  color: #03060f;
  font-style: italic;
}

.rewiew-top-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  border-bottom: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5px;
}

.heading-7 {
  color: #03060f;
  font-size: 20px;
}

.text-block-3 {
  font-size: 14px;
}

.subheading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: invert();
  color: #fafafa;
  background-color: #aaaaaa1a;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  display: flex;
}

.paragraph-medium {
  color: #000;
  max-width: 650px;
  font-weight: 400;
}

.heading-2 {
  color: #03060f;
  font-size: 20px;
}

.section-primary-dark {
  background-color: #03060f;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-primary-dark.spacing-top-small {
  color: #aaaaaa1a;
  background-color: #aaaaaa1a;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-6 {
  color: #03060f;
  font-size: 20px;
}

.base-container {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 0;
}

.review-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.heading {
  color: #03060f;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  max-width: none;
  max-height: none;
  padding: 20px;
  display: flex;
  box-shadow: 0 -1px #fff3;
}

.about-right-content-wrapper {
  flex-flow: column;
  align-items: stretch;
  padding-left: 40px;
  display: flex;
}

.small-text-capitalize {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.small-text-capitalize.paragraph-no-margin {
  color: #14161f;
}

.icon-check {
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  font-family: Claritycity, sans-serif;
  font-size: 12px;
  display: flex;
}

.about-block-wrap {
  padding-bottom: 40px;
}

.home-feature-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.about-left-img-wrapper {
  background-image: url('../images/ChatGPT-Image-8.-Mai-2025-21_41_07.png');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-no-margin {
  color: #14161f;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text {
  color: #03060f;
  font-size: 35px;
  line-height: .5em;
}

.subheading-transparent-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fafafa;
  background-color: #fff0;
  border: 1px solid #03060f;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  display: flex;
}

.subheading-transparent-wrap.margin-bottom-20 {
  -webkit-text-stroke-color: #03060f;
  border-color: #03060f;
  border-radius: 0;
}

.whe-choose-us-description {
  max-width: 500px;
}

.bold-text-2 {
  color: #03060f;
  font-weight: 500;
}

.list-item-with-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.heading-16 {
  color: #14161f;
}

.about-content-center-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #14161f;
  margin-top: 16px;
}

.subheading-small {
  color: #03060f;
  flex: none;
  font-size: 14px;
}

.why-choose-us-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 20px;
  display: grid;
}

.image-2 {
  filter: invert();
}

.list-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #14161f;
  margin-top: 20px;
}

.features-icon-wrap {
  background-image: none;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 -1px #03060f;
}

.feature-icon {
  opacity: .6;
  filter: invert();
}

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

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

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

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

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

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

.inner-container-copy._1016px {
  max-width: 1016px;
}

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

.inner-container-copy._520px {
  max-width: 520px;
}

.inner-container-copy._264px {
  max-width: 264px;
}

.inner-container-copy._464px {
  max-width: 464px;
}

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

.inner-container-copy._462px {
  max-width: 462px;
}

.inner-container-copy.side-by-side-section {
  background-color: var(--neutral--200);
  border-radius: 32px;
  align-items: center;
  padding-top: 48px;
  display: flex;
  overflow: hidden;
}

.inner-container-copy.side-by-side-section.top {
  margin-bottom: 48px;
}

.inner-container-copy.side-by-side-section.bottom {
  margin-bottom: 64px;
}

.inner-container-copy.side-by-side-text-right {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-right: 32px;
}

.inner-container-copy.side-by-side-text-left {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: 56px;
}

.inner-container-copy._892px {
  max-width: 892px;
}

.inner-container-copy.tabs-menu-top-text-container {
  z-index: 2;
  max-width: 434px;
  margin-top: 56px;
  margin-bottom: 56px;
  margin-right: 88px;
  position: relative;
}

.inner-container-copy.tabs-menu-top-image-wrapper {
  align-self: stretch;
  max-width: 380px;
  height: 100%;
  display: flex;
  position: relative;
}

.inner-container-copy._854px {
  max-width: 854px;
}

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

.inner-container-copy._754px {
  max-width: 754px;
}

.inner-container-copy.cta-2-text-left {
  margin-right: 64px;
}

.inner-container-copy._346px {
  max-width: 346px;
}

.inner-container-copy._545px {
  max-width: 545px;
}

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

.inner-container-copy._634px {
  max-width: 634px;
}

.inner-container-copy._728px {
  max-width: 728px;
}

.inner-container-copy._702px {
  max-width: 702px;
}

.inner-container-copy._426px {
  max-width: 426px;
}

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

.inner-container-copy._616px {
  max-width: 616px;
}

.inner-container-copy._536px {
  max-width: 536px;
}

.inner-container-copy._806px {
  max-width: 806px;
}

.inner-container-copy._604px {
  max-width: 604px;
}

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

.inner-container-copy._550px {
  max-width: 550px;
}

.inner-container-copy._534px {
  max-width: 534px;
}

.inner-container-copy._566px {
  max-width: 566px;
}

.inner-container-copy._678px {
  max-width: 678px;
}

.inner-container-copy._836px {
  max-width: 836px;
}

.inner-container-copy._324px {
  max-width: 324px;
}

.inner-container-copy._808px {
  max-width: 808px;
}

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

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

.inner-container-copy._38 {
  max-width: 38%;
}

.inner-container-copy._664px {
  max-width: 664px;
}

.inner-container-copy._934px {
  max-width: 934px;
}

.inner-container-copy._52 {
  max-width: 52%;
}

.inner-container-copy._564px {
  max-width: 564px;
}

.inner-container-copy._1076px {
  max-width: 1076px;
}

.inner-container-copy._578px {
  max-width: 578px;
}

.inner-container-copy._42 {
  max-width: 42%;
}

.inner-container-copy.features-top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 46px;
  padding-bottom: 46px;
  display: grid;
}

.inner-container-copy.features-bottom-section {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  border-radius: 32px;
  overflow: hidden;
}

.inner-container-copy._746px {
  max-width: 746px;
}

.inner-container-copy.features-bottom-section {
  background-color: #f8fbff;
  border: 1px solid #eaedf2;
  border-radius: 32px;
  overflow: hidden;
}

.inner-container-copy.features-top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8fbff;
  border: 1px solid #eaedf2;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 46px;
  padding-bottom: 46px;
  display: grid;
}

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

.mg-bottom-0-copy-copy {
  color: var(--neutral--300);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-title {
  color: #03060f;
}

.mg-bottom-0-copy-copy {
  color: var(--neutral--100);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.mg-bottom-0-copy {
  color: var(--neutral--700);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.base-container-copy-copy {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
}

.faq-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.accordion-content-list {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.faq-accordion-item {
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-bottom: 20px;
  position: static;
}

.faq-accordion-item.last-faq {
  border-bottom: 0 #0000;
  padding-bottom: 0;
}

.faq-accordion-wrap {
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 20px 20px 20px 15px #000;
}

.faq-accordion-toggle {
  grid-column-gap: 20px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-icon-chevron {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Vollkorn, serif;
  font-size: 14px;
  display: flex;
}

.faq-paragraph {
  color: #03060f;
  max-width: 1000px;
}

.faq-accordion-title {
  color: #fff;
  width: 90%;
  margin-bottom: 0;
}

.faq-accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.section-title-wrapper-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 840px;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.faq-tabs-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-tab-link {
  color: #424242;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-tab-link:hover {
  color: #fafafa;
  border-color: #00000080;
}

.faq-tab-link.w--current {
  color: #fafafa;
  background-color: #5a5a5a;
  border-bottom-style: none;
}

.container-default-copy {
  background-color: #fff;
  max-width: none;
  padding: 20px 24px;
}

.decorative-line-cell {
  background-color: #fff3;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.decorative-line-cell.mobile-hidden {
  background-color: #fff3;
}

.decorative-line {
  opacity: .1;
  background-image: linear-gradient(#d8dfe600, #d8dfe6 13%, #787c80 45%, #d8dfe6 80%, #d8dfe600);
  width: 1.5px;
  height: 100%;
}

.decorative-lines-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title {
  color: #fafafa;
  text-align: center;
}

.section-4 {
  color: #03060f;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section-4.inner-page-banner {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 140px;
  display: flex;
}

.label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.left {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-field-2 {
  margin-bottom: 22px;
}

.link-5 {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.mb-15 {
  color: #03060f;
  margin-bottom: 15px;
  font-size: 50px;
}

.form-block-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}

.checkbox-2 {
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 7px;
}

.checkbox-2.w--redirected-checked {
  background-color: #141414;
}

.left-wrap {
  text-align: center;
  width: 100%;
  max-width: 360px;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.field {
  border: 2px solid #dedede;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.field::placeholder {
  color: #7d7d7d;
  font-weight: 500;
}

.text-light {
  color: #525152;
}

.submit {
  background-color: #141414;
  border-radius: 6px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #141414cc;
}

.form-info {
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-text {
  font-size: 14px;
  font-weight: 500;
}

.color-accent-1-copy {
  color: var(--system--red-300);
  font-size: 40px;
}

.section-5 {
  background-color: #fff;
  height: 20px;
}

.container-default-copy-copy {
  text-align: center;
  background-color: #fff;
  max-width: 4000px;
  padding: 20px 60px;
}

.container-default-copy-copy.order-confirmation {
  display: block;
}

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

.display-2-copy.mg-bottom-8px {
  text-align: left;
  margin-top: 40px;
  font-family: Claritycity, sans-serif;
}

.display-2-copy.color-accent-1 {
  color: var(--accent--primary-1);
}

.display-2-copy.mg-bottom-0 {
  padding-left: 20px;
  font-size: 34px;
  font-weight: 600;
}

.display-2-copy.mg-bottom-12px {
  font-size: 40px;
  font-weight: 600;
}

.display-2-copy.text-center.mg-bottom-12px {
  color: var(--neutral--800);
}

.display-2-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2-copy.text-lowercase.color-accent-1 {
  color: var(--system--red-300);
  text-transform: none;
}

.display-2-copy.color-neutral-100-copy {
  color: var(--neutral--800);
}

.color-neutral-100-copy {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-medium-copy {
  color: #000;
  max-width: 650px;
}

.paragraph-21 {
  text-align: left;
}

.text-span-12 {
  color: #000;
}

.navbar-link {
  color: #eee;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Claritycity, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

.navbar-link:hover {
  color: #a7a7a7;
}

.navbar-link.w--current {
  color: #fff;
}

.logo-component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

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

.logo-logotype {
  flex: none;
  width: auto;
  height: 100%;
  min-height: 40px;
}

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

.button-8 {
  grid-column-gap: .5rem;
  box-shadow: none;
  color: #1d1d1d;
  text-align: center;
  white-space: nowrap;
  cursor: auto;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  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;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.button-8:hover {
  background-color: #bebebe;
  border-color: #bebebe;
}

.button-8:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.navbar-logo-link {
  padding-left: 0;
}

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

.logo-image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

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

.navbar-menu-button {
  padding: 0;
}

.text-block-5 {
  opacity: 1;
  text-transform: none;
  mix-blend-mode: normal;
  font-family: Claritycity, sans-serif;
  font-weight: 400;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  color: #000;
  text-decoration: none;
}

.section-6 {
  overflow: visible;
}

.container-default-copy {
  text-align: center;
  background-color: #fff;
  max-width: none;
  padding: 20px 0;
}

.container-default-copy.order-confirmation {
  display: block;
}

.background-video-3, .background-video-4, .background-video-5, .background-video-6 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: content-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.bau {
  background-image: url('../images/ChatGPT-Image-8.-Mai-2025-21_38_55.png');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin-right: 0;
  padding-right: 0;
}

.werk {
  background-image: url('../images/ChatGPT-Image-8.-Mai-2025-21_48_34.png');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin-right: 0;
  padding-right: 0;
}

.objekt {
  background-image: url('../images/ChatGPT-Image-8.-Mai-2025-21_53_57.png');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin-right: 0;
  padding-right: 0;
}

.brand {
  background-image: url('../images/590CDC35-791B-43DD-A93F-C38CA155D2E3.JPEG');
  background-position: 50% 10%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin-right: 0;
  padding-right: 0;
}

.container-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-48 {
  text-align: left;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.bold-text-18 {
  color: #fff;
}

.section-title-wrapper-2 {
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px #f5050533;
}

.paragraph-medium-2 {
  color: #000;
  max-width: 650px;
  margin-bottom: 62px;
  margin-right: 41px;
  padding-left: 0;
  font-weight: 400;
}

.bold-text-19 {
  color: #000;
  font-size: 33px;
  font-weight: 600;
}

.bold-text-21, .bold-text-22, .bold-text-20 {
  color: #a70000;
}

.text-span-13 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    background-color: #fff;
  }

  .text-300.bold.footer-title {
    color: #fff;
  }

  .inner-container._520px._100-mbl, .inner-container._550px._100-mbl {
    max-width: 1000px;
  }

  .btn-primary.small.header-btn-hide-on-mb {
    background-color: #d50004;
    border-radius: 2px;
  }

  .social-icon-font {
    color: #ff0404;
  }

  .container-default, .section.bg-neutral-200 {
    background-color: #fff;
  }

  .section.top---large.overflow-hidden {
    background-color: #ccc;
  }

  .section.video-full-width-right-section {
    padding-top: 0;
  }

  .header-content-wrapper {
    max-height: 50px;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .cta-section.cta-1 {
    background-color: var(--neutral--400);
  }

  .mg-bottom-0-copy {
    color: #fff;
  }

  .video-button-background, .video-button-waves {
    display: none;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .container-default-copy {
    background-color: #c70000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5 {
    color: #fff;
  }

  .feature-icon-copy-copy {
    filter: invert();
  }

  .features-icon-wrap-copy {
    box-shadow: 0 -1px #000;
  }

  .section-features-title-wrapper {
    text-align: center;
  }

  .paragraph, .paragraph-8 {
    color: #fff;
  }

  .gradient-blur {
    height: 550px;
  }

  .paragraph-7, .margin-bottom-20 {
    color: #fff;
  }

  .features-icon-wrap-copy-2 {
    border-color: #fff0;
  }

  .feature-icon-copy-copy-2 {
    filter: invert();
  }

  .paragraph-4, .paragraph-9 {
    color: #fff;
  }

  .features-wrapper {
    background-image: none;
  }

  .paragraph-6 {
    color: #fff;
  }

  .features-grid {
    grid-column-gap: 60px;
  }

  .section-3 {
    background-color: #fff;
  }

  .container-default-copy-copy {
    background-color: #c70000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fbb {
    background-color: #c70000;
    max-width: 15000px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-default-copy-copy-copy, .container-default-copy-copy-copy-copy {
    background-color: #fff;
  }

  .footer-wrapper-copy {
    background-color: #000;
  }

  .review-text {
    font-family: Claritycity, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .text-block-3 {
    color: #fff;
  }

  .subheading-wrapper, .subheading-wrapper.margin-bottom-20 {
    filter: none;
    background-color: #000;
  }

  .section-primary-dark {
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .section-primary-dark.spacing-top-small {
    padding-top: 80px;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mg-bottom-0-copy-copy {
    color: #fff;
  }

  .container-default-copy {
    background-color: #fff;
    max-width: none;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .container-default-copy-copy {
    background-color: #fff;
    max-width: none;
  }

  .container-default-copy {
    background-color: #f7f7f7;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

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

  .grid-2-columns._1fr---1-6fr.gap-row-64px._1-col-tablet {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-neutral-200.position-relative---z-index-1.overflow-hidden {
    color: #fff;
  }

  .color-accent-1 {
    color: var(--system--red-300);
    font-size: 60px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

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

  .display-1 {
    font-size: 50px;
  }

  .display-1.mg-bottom-0 {
    font-size: 46px;
  }

  .display-1.mg-bottom-12px {
    text-align: left;
  }

  .display-2.mg-bottom-0 {
    font-size: 48px;
  }

  .inner-container._520px._100-mbl {
    max-width: 1000px;
  }

  .inner-container._550px._100-mbl {
    max-width: 2000px;
  }

  .btn-primary.small.header-btn-hide-on-mb, .btn-primary.button-row {
    background-color: var(--system--red-300);
  }

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

  .style---logo-sidebar {
    max-width: 260px;
  }

  .container-default {
    background-color: #fff;
    max-width: 5000px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-neutral-200 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.top---large.overflow-hidden {
    background-color: #a1a1a1;
  }

  .heading-h1-size.mg-bottom-48px.text-center {
    margin-top: 60px;
  }

  .header-logo {
    margin-left: 20px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: -44px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: -44px;
  }

  .flex-horizontal {
    padding-bottom: 20px;
  }

  .grid-footer-2-column---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .cta-section.cta-1 {
    color: var(--neutral--400);
  }

  .interface-image.floating-interface-7 {
    right: -7.4%;
  }

  .interface-image.floating-interface-8 {
    left: -11.4%;
  }

  .features-card-top-text-container {
    padding-bottom: 35px;
  }

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

  .hero {
    margin-top: auto;
  }

  .hero-left {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-btns-box, .hero-p {
    align-self: flex-start;
  }

  .body {
    background-color: #fff;
  }

  .section-2.cc-store-home-wrap {
    color: #fff;
    margin-top: 60px;
  }

  .container-3, .heading-13, .bold-text-8 {
    color: #fff;
  }

  .btn-primary-2.button-row {
    background-color: #1d88fe;
  }

  .display-7, .display-7-copy {
    font-size: 50px;
  }

  .bold-text-8-copy {
    color: #fff;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .base-container-copy {
    max-width: 1500px;
  }

  .home-feature-item-copy-3 {
    color: #fafafa;
  }

  .features-wrapper {
    background-image: none;
    max-width: 1500px;
  }

  .fbb, .container-default-copy-copy-copy-copy {
    max-width: 2000px;
  }

  .text-block-3 {
    color: #fff;
  }

  .subheading-wrapper {
    filter: none;
    background-color: #000;
  }

  .subheading-wrapper.margin-bottom-20 {
    background-color: #000;
  }

  .paragraph-medium {
    margin-bottom: 20px;
  }

  .image-3 {
    filter: none;
  }

  .section-primary-dark.spacing-top-small {
    max-width: 5000px;
    margin-left: 0;
    margin-right: 0;
  }

  .base-container {
    max-width: 1500px;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .small-text-capitalize {
    color: #fff;
  }

  .about-left-img-wrapper {
    height: 600px;
  }

  .why-choose-us-content-grid {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .base-container-copy-copy {
    max-width: 1500px;
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .accordion-content-list {
    color: #fff;
  }

  .faq-accordion-wrap {
    color: #6e7191;
    background-color: #000;
    background-image: none;
  }

  .faq-accordion-title {
    color: #fff;
  }

  .faq-tab-link {
    background-color: #000;
  }

  .container-default-copy {
    max-width: none;
  }

  .color-accent-1-copy {
    color: var(--system--red-300);
    font-size: 60px;
  }

  .container-default-copy-copy {
    background-color: #fff;
    max-width: none;
  }

  .display-2-copy.mg-bottom-0 {
    font-size: 48px;
  }

  .container-default-copy {
    background-color: #fff;
    max-width: 5000px;
  }

  .bau {
    height: 700px;
  }

  .werk {
    background-position: 50%;
    background-size: cover;
    height: 700px;
  }

  .objekt {
    height: 700px;
  }

  .brand {
    height: 600px;
  }

  .container-8, .heading-48, .bold-text-18 {
    color: #fff;
  }

  .paragraph-medium-2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-color: #fff;
  }

  .card.perks {
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .bg-neutral-200 {
    background-color: #fff;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container._520px._100-mbl {
    max-width: 2000px;
  }

  .inner-container._545px._100-tablet {
    max-width: 1000px;
  }

  .inner-container._550px._100-mbl {
    max-width: 2000px;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .btn-primary.button-row {
    text-align: left;
  }

  .container-default {
    background-color: #fff;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-neutral-200 {
    background-color: #fff0;
    max-width: none;
  }

  .section.top---large.overflow-hidden {
    background-color: #fff;
  }

  .section.video-full-width-right-section {
    background-color: #fff8f8;
  }

  .header-logo {
    margin-left: 0;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .hero-left {
    width: 100%;
  }

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

  .hero-p {
    width: 100%;
    font-size: 25px;
    line-height: 1.6em;
  }

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

  .section-2.cc-store-home-wrap {
    background-color: #fff;
    margin-top: 60px;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .base-container-copy {
    max-width: 3000px;
  }

  .features-wrapper {
    background-image: none;
    max-width: 3000px;
  }

  .features-grid {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .fbb, .container-default-copy-copy-copy-copy {
    max-width: 3000px;
  }

  .paragraph-medium {
    color: #585858;
    max-width: 700px;
  }

  .section-primary-dark.spacing-top-small {
    background-color: #aaaaaa1a;
    border-radius: 20px;
    max-width: 5000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .base-container {
    max-width: none;
  }

  .about-block-wrap {
    max-width: 3000px;
  }

  .about-left-img-wrapper {
    height: 600px;
  }

  .bold-text {
    max-width: 10000px;
  }

  .container-7 {
    max-width: 1500px;
  }

  .about-content-center-wrap {
    max-width: 3000px;
    margin-top: 40px;
  }

  .why-choose-us-content-grid {
    justify-content: space-between;
    max-width: 3000px;
  }

  .base-container-copy-copy {
    max-width: 1500px;
    margin-top: 100px;
  }

  .section-4.inner-page-banner {
    padding-top: 220px;
    padding-bottom: 160px;
  }

  .left-wrap {
    max-width: 700px;
  }

  .text-light {
    color: #000;
  }

  .color-accent-1-copy {
    font-size: 40px;
  }

  .container-default-copy-copy {
    background-color: #fff;
    max-width: 3000px;
  }

  .paragraph-medium-copy {
    color: #b80000;
  }

  .paragraph-21 {
    max-width: 5000px;
  }

  .container-default-copy {
    background-color: #fff0;
    max-width: none;
  }

  .bau, .werk, .objekt, .brand {
    height: 600px;
  }

  .paragraph-medium-2 {
    color: #585858;
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 88px 40px;
    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 {
    grid-template-columns: 50% 1fr;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

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

  .grid-2-columns.footer-pages-grid {
    grid-column-gap: 32px;
    grid-row-gap: 28px;
  }

  .grid-2-columns._1fr---1-6fr.gap-row-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.pricing-table-mb-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns._1-75fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.careers-grid {
    grid-column-gap: 48px;
    grid-row-gap: 28px;
  }

  .grid-2-columns._2-15fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.faqs {
    padding: 64px 40px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.blog-card-link {
    max-width: 500px;
  }

  .card.stats-grid {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.our-investors {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.pricing-page-contact-card {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.add-to-cart {
    width: 100%;
    max-width: 100%;
  }

  .card.careers {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.integration-page {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.blog-post-author {
    position: static;
  }

  .card.search-results {
    padding: 48px 32px;
  }

  .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.stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.investors-logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 46px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-neutral-200._670px---top {
    min-height: 580px;
  }

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

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

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

  .divider._60px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .divider._100px-bottom {
    margin-bottom: 72px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

  .display-1 {
    font-size: 64px;
  }

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

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

  .display-2 {
    font-size: 50px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 28px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .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._3-images-full-width-grid {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    margin-left: -48px;
    margin-right: -48px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container.side-by-side-section {
    flex-direction: column-reverse;
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .inner-container.side-by-side-section.bottom {
    flex-direction: column;
  }

  .inner-container.side-by-side-text-right {
    margin-top: 0;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .inner-container.side-by-side-text-left {
    margin: 0 0 48px;
  }

  .inner-container.features-top-section {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .border-radius-40px {
    border-radius: 32px;
  }

  .btn-primary.small.header-btn-hide-on-mb {
    margin-left: 0;
    margin-right: 24px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-secondary.small.header-btn-hide-on-mb {
    margin-left: 0;
    margin-right: 24px;
  }

  .btn-secondary.small.header-mb-btn {
    margin-right: 24px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .btn-secondary.tab-button, .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

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

  .icon.integrations-icon.large {
    max-width: 140px;
  }

  .icon.features-card-icon {
    max-width: 80px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text ul {
    margin-bottom: 40px;
  }

  .rich-text ol {
    margin-bottom: 32px;
  }

  .rich-text blockquote {
    margin-top: 48px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.top---large {
    padding-top: 80px;
  }

  .section.top---medium.mg-bottom-132px {
    padding-bottom: 100px;
  }

  .section.video-full-width-right-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-top-88px---bottom-204px {
    padding-bottom: 180px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 160px;
  }

  .section.pd-200px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.image-full-width-right-section {
    padding-top: 100px;
    padding-bottom: 260px;
  }

  .section.image-full-width-right-section.v2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

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

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

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

  .btn-circle-secondary.small.accordion-btn {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    font-size: 20px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 112px 0% 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-right {
    inset: auto 0% 0% 112px;
  }

  .flex-horizontal.dropdown-link-wrapper {
    transform-origin: 0%;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1.6fr 1fr .25fr;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-2-column---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .sticky-top.static-tablet {
    position: static;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-1 {
    padding-bottom: 0;
  }

  .cta-section.newsletter-cta {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 120px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.faqs:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .tabs-wrapper.tabs-left {
    grid-template-columns: 1fr;
  }

  .tabs-menu.tabs-menu-career-categories {
    justify-content: start;
    margin-bottom: 40px;
    position: static;
  }

  .tablet-width-100 {
    width: 100%;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 126px;
  }

  .pricing-content-wrapper.last {
    margin-bottom: 0;
  }

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

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  ._404-not-found {
    font-size: 200px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .cart-button-wrapper {
    margin-left: 0;
    margin-right: 24px;
  }

  .display-5 {
    font-size: 22px;
  }

  .interface-image.interface-1 {
    border-radius: 24px;
  }

  .interface-image.floating-interface-1 {
    border-radius: 16px;
  }

  .interface-image.interface-2 {
    width: 90%;
    max-width: none;
    margin-left: 0;
  }

  .interface-image.interface-3 {
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .interface-image.interface-5 {
    border-radius: 16px;
  }

  .interface-image.floating-interface-9 {
    border-radius: 8px;
  }

  .interface-image.interface-full-width-right-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    margin-left: auto;
    margin-right: -114px;
    position: static;
  }

  .interface-image.interface-full-width-right {
    border-radius: 24px;
  }

  .form.footer-newsletter {
    min-height: 71px;
  }

  .video-full-width-right-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    position: static;
  }

  .image-full-width-right-wrapper {
    transform-origin: 50%;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
  }

  .blog-post-featured-image-wrapper {
    border-radius: 32px;
  }

  .newsletter-cta-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0;
    right: 8px;
  }

  .features-card-top-text-container {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-top-card-text-container {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .features-bottom-card-top-text-container {
    margin-top: 64px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-right {
    width: 100%;
  }

  .hero {
    background-position: 50% 0;
    background-size: 100%;
  }

  .hero-left {
    background-color: #ffffffbd;
    width: 80%;
    padding: 35px;
  }

  .newly-added {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -317px;
  }

  .hero-h1 {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .hero-holder {
    flex-direction: column;
    align-items: center;
    margin-top: 187px;
  }

  .display-6 {
    font-size: 28px;
  }

  .cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section-2.cta-1 {
    padding-bottom: 0;
  }

  .footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-7 {
    font-size: 64px;
  }

  .display-8 {
    font-size: 50px;
  }

  .display-7-copy {
    font-size: 64px;
  }

  .space.left {
    width: 9px;
  }

  .space.top {
    height: 9px;
  }

  .space-copy.bottom {
    height: 9px;
    display: flex;
  }

  .space-copy.right {
    width: 9px;
    display: flex;
  }

  .main-button {
    border-color: #0000;
    margin-right: 20px;
    padding: 25px 40px;
  }

  .main-button:hover {
    border-color: #fff;
  }

  .heading-47 {
    width: 180px;
  }

  .home-sol-wrap {
    flex-direction: column;
  }

  .pages-headings {
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-box {
    width: 33%;
    height: 300px;
  }

  .div-block-183 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .services-grid-block-03 {
    padding-bottom: 10px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .home-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .xxl-heading, .xxl-heading-copy {
    font-size: 54px;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .container-6 {
    width: 90vw;
    margin-top: 0;
  }

  .content {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .dark-light-container {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
  }

  .home-feature-item-copy, .home-feature-item-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gradient-blur {
    height: 450px;
    top: -10%;
  }

  .home-feature-item-copy-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }

  .home-feature-item-copy-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fbb {
    display: none;
  }

  .paragraph-medium {
    max-width: 430px;
  }

  .section-primary-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .review-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-title-wrapper {
    max-width: 600px;
  }

  .review-item-wrap {
    width: 47.9%;
  }

  .review-item-wrap.last-item, .about-right-content-wrapper {
    width: 100%;
  }

  .home-feature-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-left-img-wrapper {
    height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-us-content-grid {
    flex-flow: column;
    grid-template-columns: .9fr 1fr;
  }

  .inner-container-copy._100-tablet {
    max-width: 100%;
  }

  .inner-container-copy.side-by-side-section {
    flex-direction: column-reverse;
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .inner-container-copy.side-by-side-section.bottom {
    flex-direction: column;
  }

  .inner-container-copy.side-by-side-text-right {
    margin-top: 0;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .inner-container-copy.side-by-side-text-left {
    margin: 0 0 48px;
  }

  .inner-container-copy.features-top-section {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .faq-accordion-wrap {
    width: 100%;
    padding: 30px;
  }

  .section-title-wrapper-left {
    max-width: 100%;
  }

  .faq-tabs-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .decorative-line-cell.tablet-hidden {
    display: none;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.inner-page-banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .left {
    flex: 0 auto;
    min-height: 100vh;
  }

  .display-2-copy {
    font-size: 50px;
  }

  .paragraph-medium-copy {
    max-width: 430px;
  }

  .navbar-link {
    color: #fff;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: #ababab;
  }

  .menu-icon-line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #313131;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
  }

  .menu-icon-line-middle {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .bau, .werk, .objekt, .brand {
    height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-wrapper-2 {
    max-width: 600px;
  }

  .paragraph-medium-2 {
    max-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 72px 32px;
    font-size: 18px;
  }

  figcaption {
    margin-top: 12px;
  }

  .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-template-columns: 1fr;
  }

  .grid-2-columns.gap-row-64px.gap-row-40px-mbl {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-row-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.dropdown-grid {
    white-space: normal;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.gap-row-16px.mg-bottom-32px {
    margin-bottom: 32px;
  }

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

  .grid-2-columns.cta-2-grid {
    grid-column-gap: 28px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-pages-grid {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

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

  .grid-2-columns._1fr---1-6fr.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

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

  .grid-2-columns._1-44fr---1fr.gap-row-16px-mbl {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.pricing-table-mb-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .5fr;
    justify-items: start;
    width: 100%;
  }

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

  .grid-2-columns._1-75fr---1fr, .grid-2-columns.careers-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.mg-bottom-32px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .grid-2-columns.careers-card-top, .grid-2-columns._2-15fr---1fr {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 24px;
  }

  .card.faqs {
    border-radius: 20px;
    padding: 48px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.tab-menu-left {
    padding: 32px;
  }

  .card.tab-menu-left.w--current {
    padding-bottom: 40px;
  }

  .card.tab-content-right {
    border-radius: 24px;
  }

  .card.tabs-menu-top-card {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.testimonial-card {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .card.stats-grid {
    padding: 56px 32px;
  }

  .card.values {
    padding: 32px 32px 40px;
  }

  .card.news-card-link {
    padding: 40px 32px;
  }

  .card.news-card-link.featured {
    padding: 40px 32px 48px;
  }

  .card.our-investors {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.team-member-page {
    padding: 72px 32px 64px;
  }

  .card.pricing {
    padding: 40px 32px 56px;
  }

  .card.pricing-page-contact-card {
    margin-top: 50px;
    padding: 48px 32px;
  }

  .card.add-to-cart, .card.perks {
    padding: 48px 32px;
  }

  .card.careers {
    flex-direction: column;
    padding: 40px 32px;
    display: flex;
  }

  .card.contact-page-form {
    border-radius: 20px;
    max-width: none;
    padding: 64px 40px;
  }

  .card.integrations {
    padding: 32px 32px 48px;
  }

  .card.integration-page {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.blog-post-author {
    padding: 32px 24px 48px;
  }

  .card.password-protected {
    padding: 64px 40px;
  }

  .card.search-results {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-4-columns.pricing-table {
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .grid-4-columns.investors-logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg-neutral-200._670px---top {
    min-height: 550px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider, .divider._60px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._100px-bottom {
    margin-bottom: 56px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 50px;
  }

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

  .grid-1-column.gap-row-28px.mg-top-80px-desktop-and-tablet {
    margin-top: 0;
  }

  .grid-1-column.gap-row-40px.gap-row-24px-mbl {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column._2-col-mbl.gap-28px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-1-column.gap-row-60px {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
  }

  .grid-1-column.join-our-team-right-col {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

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

  .display-2 {
    font-size: 42px;
  }

  .display-3 {
    font-size: 30px;
  }

  .display-4 {
    font-size: 22px;
  }

  .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: 24px;
  }

  .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._3-col-tablet.gap-row-48px {
    grid-column-gap: 28px;
    grid-row-gap: 48px;
  }

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

  .grid-3-columns._3-images-full-width-grid {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    margin-left: -32px;
    margin-right: -32px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

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

  .inner-container._56px-mbl {
    max-width: 56px;
  }

  .inner-container.side-by-side-section {
    border-radius: 20px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .inner-container.side-by-side-section.top {
    margin-bottom: 32px;
  }

  .inner-container.side-by-side-section.bottom {
    margin-bottom: 48px;
  }

  .inner-container.side-by-side-text-right, .inner-container.side-by-side-text-left {
    margin-bottom: 40px;
  }

  .inner-container.tabs-menu-top-text-container {
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .inner-container.tabs-menu-top-image-wrapper {
    justify-content: center;
    max-width: 100%;
  }

  .inner-container.cta-2-text-left {
    margin-right: 0;
  }

  .inner-container.features-bottom-section {
    border-radius: 24px;
  }

  .inner-container.features-top-section {
    border-radius: 24px;
    padding-top: 48px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

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

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-32px, .border-radius-40px {
    border-radius: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hide-on-mb {
    display: none;
  }

  .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: 16px;
  }

  .btn-primary.next-btn {
    font-size: 16px;
  }

  .btn-primary.newsletter-cta-btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.small.header-btn-hide-on-mb {
    display: none;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.tab-button {
    margin-bottom: 12px;
    margin-right: 16px;
    padding: 16px 22px;
  }

  .btn-secondary.tab-button.center {
    margin-bottom: 0;
  }

  .btn-secondary.previous-btn {
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.search-bar {
    padding-left: 48px;
  }

  .input.mg-bottom-24px {
    margin-bottom: 20px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

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

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    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);
  }

  .icon {
    max-width: 56px;
  }

  .icon.large {
    max-width: 100%;
  }

  .icon.dropdown-icon {
    max-width: 48px;
  }

  .icon.password-page {
    max-width: 100px;
    margin-bottom: 24px;
  }

  .icon.side-by-side-section-text-icon {
    margin-right: 16px;
  }

  .icon.tabs-menu-top-card-icon {
    min-width: 64px;
    max-width: 64px;
    margin-bottom: 20px;
  }

  .icon.integrations-icon {
    max-width: 64px;
  }

  .icon.integrations-icon.large {
    max-width: 88px;
    margin-right: 20px;
  }

  .icon.features-card-icon {
    max-width: 72px;
    margin-bottom: 20px;
  }

  .icon.features-top-card-icon {
    max-width: 48px;
    margin-bottom: 20px;
  }

  .social-icon.team-member-social-link.slider-link {
    top: 48px;
    right: 32px;
  }

  .social-icon.team-member-social-link._42px {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .line-rounded-icon.success-message-check.large {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .line-rounded-icon.search-bar-icon {
    left: 20px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text h2, .rich-text h3 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-bottom: 32px;
  }

  .rich-text ul {
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5 {
    margin-bottom: 12px;
  }

  .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.top---large, .section.top---medium {
    padding-top: 64px;
  }

  .section.top---medium.mg-bottom-132px {
    padding-bottom: 80px;
  }

  .section.video-full-width-right-section {
    padding-top: 64px;
  }

  .section.pd-top-88px---bottom-204px {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .section.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.image-full-width-right-section {
    padding-top: 64px;
  }

  .section.image-full-width-right-section.v2 {
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-pd.pd-48px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .hamburger-menu-bar {
    width: 36px;
  }

  .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.small.accordion-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 18px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    right: 88px;
  }

  .btn-circle-secondary.slider-arrow.right---top-right {
    left: 88px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .hidden-on-desktop.show-on-mbl {
    display: block;
  }

  .flex-horizontal.mg-bottom-24px.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top, .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lightbox-video-icon-wrapper {
    width: 20%;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-1 {
    padding-top: 100px;
  }

  .cta-section.newsletter-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 96px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.faqs {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper.v4 {
    padding: 40px 24px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-wrapper.tabs-left {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.tabs-menu-top-container {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .tabs-menu.tabs-menu-career-categories {
    flex-direction: row;
  }

  .tabs-menu.buttons-menu {
    grid-template-columns: 1fr;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-table-top {
    text-align: center;
    align-items: stretch;
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 70px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .pricing-content-wrapper.title {
    align-items: flex-start;
    min-height: 110px;
    padding-top: 34px;
  }

  .pricing-content-wrapper.title.first {
    border-top: 1px solid var(--neutral--300);
    min-height: 110px;
    padding-bottom: 16px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 160px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .display-5 {
    font-size: 18px;
  }

  .interface-image.interface-1 {
    border-radius: 16px;
    width: 100%;
  }

  .interface-image.floating-interface-1 {
    border-radius: 10px;
    right: -12px;
  }

  .interface-image.floating-interface-2 {
    width: 42%;
  }

  .interface-image.floating-interface-3 {
    width: 56%;
    bottom: -20%;
    right: -38px;
  }

  .interface-image.interface-2, .interface-image.interface-3 {
    width: 114%;
  }

  .interface-image.floating-interface-4, .interface-image.floating-interface-5, .interface-image.floating-interface-6 {
    width: 80%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .interface-image.floating-interface-7 {
    right: -6%;
  }

  .interface-image.floating-interface-8 {
    left: -10%;
  }

  .interface-image.interface-4 {
    width: 100%;
  }

  .interface-image.interface-5 {
    width: 84%;
  }

  .interface-image.floating-interface-9 {
    left: 0;
  }

  .interface-image.interface-full-width-right-wrapper {
    border-radius: 24px;
    margin-top: 48px;
    margin-right: -48px;
  }

  .interface-image.interface-full-width-right {
    border-radius: 16px;
  }

  .flex.align-center.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .flex.justify-end.mg-bottom-32px {
    margin-bottom: 32px;
  }

  .tabs-menu-top-card-image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .testimonial-card-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .divider-vertical.testimonial-details-divider {
    margin-left: 26px;
    margin-right: 26px;
  }

  .testimonial-card-text-container {
    padding: 32px 32px 48px;
  }

  .blog-card-author-avatar-wrapper {
    max-width: 64px;
  }

  .blog-card-author-avatar-wrapper.featured-card {
    bottom: 20px;
    right: 20px;
  }

  .cta-2-images-container {
    justify-content: flex-end;
    max-width: 100%;
    display: flex;
  }

  .form.footer-newsletter {
    min-height: 61px;
  }

  .form.min-h-555px {
    min-height: 474px;
  }

  .form.newsletter-cta {
    min-height: 60px;
  }

  .video-full-width-left-inner-wrapper {
    border-radius: 24px;
  }

  .team-member-slider-text-container {
    margin-top: 40px;
    margin-left: 32px;
  }

  .section-divider-wrapper, .section-divider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-height-50px-mbl {
    max-height: 50px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .team-member-avatar-wrapper {
    min-width: 164px;
    max-width: 164px;
    min-height: 164px;
    max-height: 164px;
    margin-bottom: 20px;
  }

  .team-member-page-card-bg-top {
    min-height: 155px;
  }

  .pricing-card-popular-badge-wrapper {
    top: 20px;
    right: 20px;
  }

  ._3-images-full-width {
    border-radius: 24px;
  }

  .image-full-width-right-wrapper {
    margin-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-featured-image-wrapper {
    border-radius: 24px;
    min-height: 340px;
    display: flex;
  }

  .newsletter-cta-image-wrapper {
    width: 60%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .blog-post-author-avatar-container {
    margin-bottom: 20px;
  }

  .features-top-card-text-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .features-bottom-card-top-text-container {
    margin: 48px 32px 40px;
  }

  .hero {
    background-position: 50% 100%;
  }

  .hero-left {
    background-color: #0000;
    width: 100%;
  }

  .newly-added {
    bottom: -718px;
  }

  .hero-p {
    width: 100%;
  }

  .hero-holder {
    margin-top: 0;
    margin-bottom: 438px;
  }

  .section-2, .section-2.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .background-video-2 {
    height: 200px;
  }

  .bold-text-8 {
    font-size: 40px;
  }

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

  .btn-primary-2 {
    padding: 20px 32px;
  }

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

  .display-6 {
    font-size: 22px;
  }

  .btn-secondary-2 {
    padding: 20px 32px;
  }

  .cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section-2.cta-1 {
    padding-top: 100px;
  }

  .display-7 {
    font-size: 50px;
  }

  .display-8 {
    font-size: 42px;
  }

  .display-7-copy {
    font-size: 50px;
  }

  .space.left {
    width: 7px;
  }

  .space.top, .space-copy.bottom {
    height: 7px;
  }

  .space-copy.right {
    width: 7px;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .inner-container-copy.side-by-side-text-right, .inner-container-copy.side-by-side-text-left {
    margin-bottom: 40px;
  }

  .download-button {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .button-title {
    font-size: 16px;
    line-height: 26px;
  }

  .main-button {
    align-self: auto;
    width: 220px;
    padding: 15px;
    font-size: 18px;
  }

  .home-sol-wrap {
    width: auto;
  }

  .paragraph-20 {
    max-width: 400px;
  }

  .div-block-207 {
    flex-direction: column;
    height: 800px;
  }

  .solutions-box {
    width: 410px;
    height: 250px;
  }

  .div-block-183 {
    justify-content: center;
    padding-top: 20px;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .home-hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .xxl-heading, .xxl-heading-copy {
    font-size: 48px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

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

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

  .div-block {
    flex-direction: column;
  }

  .section-features-title-wrapper {
    margin-bottom: 25px;
  }

  .home-feature-item-copy, .home-feature-item-copy-2, .home-feature-item-copy-3 {
    padding-right: 0;
  }

  .features-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-feature-item-copy-4 {
    padding-right: 0;
  }

  .features-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .container-default-copy, .container-default-copy-copy, .container-default-copy-copy, .fbb, .container-default-copy-copy-copy, .container-default-copy-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-primary-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-primary-dark.spacing-top-small {
    padding-top: 40px;
  }

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

  .review-item-wrap {
    width: 100%;
  }

  .about-right-content-wrapper, .about-block-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .home-feature-item {
    padding-right: 0;
  }

  .about-content-center-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .why-choose-us-content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

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

  .inner-container-copy._56px-mbl {
    max-width: 56px;
  }

  .inner-container-copy.side-by-side-section {
    border-radius: 20px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .inner-container-copy.side-by-side-section.top {
    margin-bottom: 32px;
  }

  .inner-container-copy.side-by-side-section.bottom {
    margin-bottom: 48px;
  }

  .inner-container-copy.side-by-side-text-right, .inner-container-copy.side-by-side-text-left {
    margin-bottom: 40px;
  }

  .inner-container-copy.tabs-menu-top-text-container {
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .inner-container-copy.tabs-menu-top-image-wrapper {
    justify-content: center;
    max-width: 100%;
  }

  .inner-container-copy.cta-2-text-left {
    margin-right: 0;
  }

  .inner-container-copy.features-bottom-section {
    border-radius: 24px;
  }

  .inner-container-copy.features-top-section {
    border-radius: 24px;
    padding-top: 48px;
  }

  .mg-bottom-24px-copy.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .mg-bottom-24px-copy.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  .mg-bottom-0-copy.mg-bottom-16px-mbl, .mg-bottom-0-copy-copy.mg-bottom-16px-mbl, .mg-bottom-0-copy-copy.mg-bottom-16px-mbl, .mg-bottom-0-copy.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .faq-accordion-wrap {
    padding: 20px;
  }

  .section-title-wrapper-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .faq-tabs-wrap {
    grid-template-columns: 1fr;
  }

  .decorative-line-cell.mobile-hidden {
    display: none;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.inner-page-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .container-default-copy, .container-default-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-2-copy {
    font-size: 42px;
  }

  .navbar-link {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-8 {
    font-size: 1rem;
  }

  .button-8:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .container-default-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-3, .background-video-4, .background-video-5, .background-video-6 {
    height: 200px;
  }

  .bold-text-18 {
    font-size: 40px;
  }

  .section-title-wrapper-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .grid-2-columns.gap-row-64px.gap-row-40px-mbp {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-grid {
    grid-column-gap: 80px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-pages-grid {
    grid-template-columns: auto auto;
  }

  .grid-2-columns._1fr---1-6fr.gap-row-64px._1-col-tablet {
    grid-column-gap: 28px;
  }

  .grid-2-columns.pricing-table-mb-grid {
    grid-template-columns: 1.5fr .5fr;
  }

  .grid-2-columns.gap-row-56px {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
  }

  .card {
    border-radius: 16px;
  }

  .card.faqs {
    border-radius: 16px;
    padding: 38px 24px;
  }

  .card.tab-menu-left {
    padding: 24px;
  }

  .card.tab-content-right {
    border-radius: 16px;
  }

  .card.tabs-menu-top-card {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.blog-card-link {
    border-radius: 16px;
  }

  .card.stats-grid {
    padding: 48px 24px;
  }

  .card.values {
    padding: 24px 24px 32px;
  }

  .card.news-card-link, .card.news-card-link.featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.our-investors {
    padding: 56px 24px;
  }

  .card.team-member-page {
    padding: 56px 24px 48px;
  }

  .card.pricing {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pricing-page-contact-card, .card.add-to-cart, .card.perks {
    padding: 40px 24px;
  }

  .card.careers {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-page-form {
    border-radius: 16px;
    padding: 48px 28px;
  }

  .card.integrations {
    padding: 24px 24px 40px;
  }

  .card.integration-page {
    padding: 56px 24px 64px;
  }

  .card.password-protected {
    padding: 48px 24px;
  }

  .card.search-results {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .grid-4-columns.pricing-table {
    border-radius: 16px;
  }

  .grid-4-columns.stats-grid {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-4-columns.investors-logo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-200.position-relative---z-index-1.overflow-hidden {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-neutral-200._670px---top {
    min-height: 600px;
  }

  .color-accent-1 {
    font-size: 32px;
    line-height: 1.24em;
  }

  .color-neutral-100 {
    font-size: 15px;
    line-height: 1em;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

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

  .divider.career-details {
    max-width: 14px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .divider._100px-bottom {
    margin-bottom: 40px;
  }

  .mg-bottom-8px {
    text-align: left;
  }

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

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

  .mg-bottom-40px {
    font-size: 14px;
  }

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

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

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

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

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

  .mg-right-24px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    color: #000;
    font-size: 40px;
  }

  .display-1.mg-bottom-0 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .display-1.mg-bottom-12px {
    color: #000;
    font-size: 26px;
  }

  .grid-1-column.gap-row-32px.gap-row-24px-mbp {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr;
  }

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

  .display-2 {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
  }

  .display-2.mg-bottom-8px {
    margin-left: 0;
    font-size: 20px;
  }

  .display-2.mg-bottom-0 {
    font-size: 23px;
  }

  .display-2.mg-bottom-12px {
    font-size: 27px;
  }

  .display-2.text-center.mg-bottom-12px {
    font-size: 24px;
    line-height: 1.2em;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4.mg-bottom-12px {
    font-size: 25px;
  }

  .text-300.bold.footer-title {
    color: #fff;
  }

  .text-100.medium.color-neutral-800 {
    font-size: 12px;
  }

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

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

  .grid-3-columns._3-images-full-width-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 16px;
    margin-right: 16px;
    display: none;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container {
    margin-top: 20px;
    padding-top: 0;
  }

  .inner-container._756px.center {
    padding-top: 40px;
  }

  .inner-container._56px-mbl._48px-mbp {
    max-width: 48px;
  }

  .inner-container.side-by-side-section {
    border-radius: 16px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-container.side-by-side-section.top {
    margin-bottom: 24px;
  }

  .inner-container.side-by-side-section.bottom {
    margin-bottom: 40px;
  }

  .inner-container.side-by-side-text-right, .inner-container.side-by-side-text-left {
    margin-bottom: 24px;
  }

  .inner-container._854px.center {
    font-size: 10px;
  }

  .inner-container._120px-mbp {
    max-width: 120px;
  }

  .inner-container._324px._100-mbl {
    margin-top: 0;
  }

  .inner-container.features-bottom-section {
    border-radius: 16px;
  }

  .inner-container.features-top-section {
    border-radius: 16px;
    padding-top: 40px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    text-align: left;
    margin-left: 0;
    margin-right: 30px;
    font-size: 14px;
  }

  .border-radius-32px, .border-radius-40px {
    border-radius: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.white {
    margin-left: 60px;
    margin-right: 60px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    width: 141px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .btn-primary.next-btn {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary.newsletter-cta-btn {
    background-color: var(--neutral--100);
    color: var(--accent--primary-1);
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .btn-primary.newsletter-cta-btn:hover {
    background-color: var(--secondary--color-2);
  }

  .btn-secondary {
    width: 164px;
    height: 55px;
    padding: 18px 0;
  }

  .btn-secondary.small.header-mb-btn {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary.tab-button {
    width: auto;
  }

  .btn-secondary.previous-btn {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .badge-primary.news-featured-badge {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

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

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

  .badge-secondary.small.available-link {
    width: 200px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.input-subscribe-footer {
    max-height: 60px;
  }

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

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

  .icon {
    max-width: 56px;
  }

  .icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .icon.large {
    border-radius: 21px;
    max-width: 80px;
  }

  .icon.dropdown-icon {
    max-width: 42px;
  }

  .icon.password-page {
    max-width: 80px;
    margin-bottom: 16px;
  }

  .icon.side-by-side-section-text-icon {
    max-width: 40px;
  }

  .icon.tabs-menu-top-card-icon {
    min-width: 56px;
    max-width: 56px;
  }

  .icon.integrations-icon.large {
    max-width: 80px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .icon.features-card-icon {
    max-width: 64px;
    margin-bottom: 16px;
  }

  .icon.features-top-card-icon {
    margin-bottom: 16px;
  }

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

  .social-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon.team-member-social-link._42px {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .line-rounded-icon.success-message-check.large {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .line-rounded-icon.search-bar-icon {
    left: 16px;
  }

  .rich-text img {
    border-radius: 16px;
  }

  .rich-text h2 {
    margin-top: 24px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 41px;
    padding-bottom: 100px;
    display: block;
  }

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

  .section.bg-neutral-200.overflow-hidden {
    padding-bottom: 20px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.top---large, .section.top---medium {
    padding-top: 48px;
  }

  .section.top---medium.mg-bottom-132px {
    padding-bottom: 72px;
  }

  .section.top---small {
    padding-top: 48px;
  }

  .section.video-full-width-right-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pd-top-88px---bottom-204px {
    padding-top: 72px;
    padding-bottom: 120px;
  }

  .section.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section.pd-200px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.image-full-width-right-section {
    padding-top: 48px;
    padding-bottom: 200px;
  }

  .section.image-full-width-right-section.v2 {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .link-text.text-200.bold {
    font-size: 14px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h1-size.mg-bottom-48px.text-center {
    font-size: 20px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size.mg-bottom-8px {
    font-size: 20px;
  }

  .header-wrapper {
    background-color: #2b2b2b;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-nav-list-item.show-in-tablet.vertical-mbp {
    flex-direction: column;
  }

  .dropdown-pd.pd-48px {
    padding-top: 24px;
  }

  .header-logo {
    max-width: 86%;
    margin-left: 13px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 20px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    right: 72px;
  }

  .btn-circle-secondary.slider-arrow.right---top-right {
    left: 72px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    top: 45%;
    left: -10px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    top: 45%;
    right: -10px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.start.vertical-mb {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.text-center.mg-bottom-24px {
    margin-top: -33px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 100%;
    max-width: 161px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .lightbox-video-icon-wrapper {
    width: 100%;
    max-width: 80px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-1 {
    padding-top: 0;
  }

  .cta-section.newsletter-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 80px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu.tabs-menu-top-container {
    margin-bottom: 24px;
  }

  .avatar-image {
    width: 100%;
  }

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

  .pricing-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-image-wrapper {
    border-radius: 16px;
  }

  .circle-number.tab-menu-number {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-right: 16px;
  }

  ._404-not-found {
    font-size: 100px;
  }

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

  .interface-image.interface-1 {
    border-radius: 12px;
  }

  .interface-image.floating-interface-1 {
    width: 30%;
    top: 10%;
    right: -10px;
  }

  .interface-image.floating-interface-3 {
    right: -24px;
  }

  .interface-image.interface-5 {
    border-radius: 12px;
  }

  .interface-image.floating-interface-9 {
    border-radius: 6px;
  }

  .interface-image.interface-full-width-right-wrapper {
    transform-origin: 50%;
    border-radius: 16px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .interface-image.interface-full-width-right {
    border-radius: 8px;
  }

  .pd-bottom-20px {
    width: 320px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .mg-bottom-12px {
    text-align: left;
  }

  .flex.align-center.vertical-mbp {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex.align-start.vertical-mbp {
    flex-direction: column;
  }

  .tabs-menu-top-card-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .divider-vertical.testimonial-details-divider {
    width: 100%;
    min-height: 1px;
    margin: 33px 0;
  }

  .testimonial-card-text-container {
    padding: 24px 24px 40px;
  }

  .blog-card-author-avatar-wrapper {
    bottom: 10px;
    left: 10px;
  }

  .form.footer-newsletter {
    min-height: 133px;
  }

  .form.min-h-555px {
    min-height: 690px;
  }

  .form.newsletter-cta {
    min-height: 128px;
  }

  .video-full-width-left-inner-wrapper {
    border-radius: 16px;
  }

  .section-divider-wrapper, .section-divider {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hidden-on-mbl.show-on-mbp {
    display: block;
  }

  .team-member-avatar-wrapper {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .team-member-page-card-bg-top {
    min-height: 120px;
  }

  ._3-images-full-width {
    border-radius: 16px;
  }

  ._3-images-full-width.image-left, ._3-images-full-width.image-right {
    height: 100%;
  }

  .image-full-width-right-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-featured-image-wrapper {
    border-radius: 16px;
  }

  .newsletter-cta-image-wrapper {
    width: 100%;
    margin-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-author-avatar-container {
    margin-bottom: 16px;
  }

  .features-card-top-text-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-top-card-text-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .features-bottom-card-top-text-container {
    margin: 40px 24px 32px;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null);
    padding-bottom: 0;
  }

  .hero-left {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 14px;
  }

  .na-head {
    font-size: 18px;
  }

  .get-recipe-link {
    font-size: 16px;
  }

  .newly-added {
    width: 90%;
    bottom: -503px;
  }

  .na-img {
    height: 100%;
  }

  .hero-h1 {
    margin-top: 31px;
    font-size: 23px;
    line-height: 30px;
  }

  .rec-name-na {
    font-size: 18px;
    line-height: 18px;
  }

  .na-content {
    padding: 20px;
  }

  .hero-p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.467em;
  }

  .hero-holder {
    margin-bottom: 0;
  }

  .logo {
    width: 120px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 34px;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .section-2.cc-store-home-wrap {
    margin: 100px 0 auto;
  }

  .background-video-2 {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    color: var(--secondary--color-3);
    padding-left: 0;
    line-height: 44px;
  }

  .bold-text-8 {
    color: #fff;
    font-size: 22px;
    line-height: 18px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2.button-row {
    width: 141px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .display-6.mg-bottom-12px {
    font-size: 25px;
  }

  .btn-secondary-2 {
    width: 164px;
    height: 55px;
    padding: 18px 0;
  }

  .social-icon-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section-2.cta-1 {
    padding-top: 0;
  }

  .display-7 {
    font-size: 25px;
  }

  .display-8 {
    font-size: 34px;
  }

  .text-span-8 {
    font-size: 20px;
  }

  .display-7-copy {
    font-size: 25px;
  }

  .bold-text-8-copy {
    color: #fff;
    font-size: 20px;
    line-height: 18px;
  }

  .space {
    height: 5px;
  }

  .space.left {
    width: 5px;
  }

  .space.top, .space-copy, .space-copy.bottom {
    height: 5px;
  }

  .space-copy.right {
    width: 5px;
  }

  .is-h1 {
    font-size: 3em;
  }

  .parallax-section {
    display: none;
  }

  .inner-container-copy.side-by-side-text-right, .inner-container-copy.side-by-side-text-left {
    margin-bottom: 24px;
  }

  .main-button {
    margin-bottom: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .div-block-191 {
    background-color: #38b1c4;
  }

  .heading-47 {
    text-align: center;
    width: 230px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-207 {
    margin-top: 40px;
  }

  .pages-headings {
    font-size: 30px;
  }

  .solutions-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-183 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .home-hero-intro {
    grid-column-gap: 24px;
    max-width: 1000px;
    margin-bottom: 0;
    position: relative;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .hero-video-button {
    margin-bottom: 12px;
    display: flex;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

  .video-icon {
    width: 12px;
  }

  .home-hero {
    min-height: 93vh;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .xxl-heading-copy {
    text-align: left;
    font-size: 30px;
  }

  .subtitle-copy.white {
    text-align: center;
  }

  .bold-text-14 {
    font-size: 10px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

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

  .paragraph-5 {
    font-size: 12px;
  }

  .features-icon-wrap-copy {
    background-image: none;
  }

  .home-feature-item-copy, .home-feature-item-copy-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph-8, .paragraph-7 {
    font-size: 12px;
  }

  .margin-bottom-20 {
    padding-left: 0;
    font-size: 20px;
  }

  .features-icon-wrap-copy-2 {
    background-image: none;
  }

  .paragraph-4, .paragraph-9 {
    font-size: 12px;
  }

  .base-container-copy {
    max-width: 1000px;
  }

  .home-feature-item-copy-3, .home-feature-item-copy-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .container-default-copy, .container-default-copy-copy, .container-default-copy-copy {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fbb {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .container-default-copy-copy-copy, .container-default-copy-copy-copy-copy {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-text {
    font-size: 13px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .subheading-wrapper.margin-bottom-20 {
    padding-left: 14px;
  }

  .paragraph-medium {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .heading-2, .heading-6 {
    font-size: 20px;
  }

  .base-container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }

  .review-row {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    font-size: 20px;
  }

  .section-title-wrapper {
    margin-bottom: 0;
  }

  .review-item-wrap {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .about-right-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-text-capitalize.paragraph-no-margin {
    text-align: left;
    font-size: 12px;
  }

  .home-feature-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-left-img-wrapper {
    max-width: 100%;
    height: 340px;
  }

  .heading-9 {
    line-height: .9em;
  }

  .paragraph-no-margin {
    font-size: 14px;
  }

  .bold-text {
    font-size: 20px;
    line-height: .1px;
  }

  .subheading-transparent-wrap.margin-bottom-20 {
    padding-left: 14px;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 1em;
  }

  .heading-16 {
    font-size: 30px;
  }

  .about-content-center-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-2, .subheading-small {
    font-size: 13px;
  }

  .why-choose-us-content-grid {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-icon-wrap {
    background-image: none;
  }

  .inner-container-copy {
    margin-top: 20px;
    padding-top: 0;
  }

  .inner-container-copy._756px.center {
    padding-top: 40px;
  }

  .inner-container-copy._56px-mbl._48px-mbp {
    max-width: 48px;
  }

  .inner-container-copy.side-by-side-section {
    border-radius: 16px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-container-copy.side-by-side-section.top {
    margin-bottom: 24px;
  }

  .inner-container-copy.side-by-side-section.bottom {
    margin-bottom: 40px;
  }

  .inner-container-copy.side-by-side-text-right, .inner-container-copy.side-by-side-text-left {
    margin-bottom: 24px;
  }

  .inner-container-copy._854px.center {
    font-size: 10px;
  }

  .inner-container-copy._120px-mbp {
    max-width: 120px;
  }

  .inner-container-copy.features-bottom-section {
    border-radius: 16px;
  }

  .inner-container-copy.features-top-section {
    border-radius: 16px;
    padding-top: 40px;
  }

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

  .mg-bottom-0-copy {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .mg-bottom-0-copy-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mg-bottom-0-copy {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .base-container-copy-copy {
    max-width: 1000px;
  }

  .accordion-content-list, .faq-paragraph {
    font-size: 14px;
  }

  .faq-accordion-title {
    width: 85%;
    font-size: 14px;
  }

  .faq-tabs-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-title.gradient-heading {
    font-size: 36px;
  }

  .section-4 {
    padding-top: 20px;
  }

  .left {
    min-height: 60vh;
    padding: 0 40px;
  }

  .link-5 {
    font-size: 12px;
  }

  .mb-15 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }

  .field {
    font-size: 12px;
  }

  .text-light {
    text-align: left;
    margin-top: 0;
    font-size: 13px;
  }

  .checkbox-text {
    margin-bottom: 0;
    font-size: 12px;
  }

  .color-accent-1-copy {
    font-size: 32px;
    line-height: 1.24em;
  }

  .container-default-copy-copy {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-2-copy {
    margin-left: 0;
    margin-right: 20px;
    font-size: 32px;
  }

  .display-2-copy.mg-bottom-8px {
    margin-left: 0;
  }

  .display-2-copy.mg-bottom-0 {
    font-size: 23px;
  }

  .display-2-copy.mg-bottom-12px {
    font-size: 27px;
  }

  .display-2-copy.text-center.mg-bottom-12px {
    margin-left: 20px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .color-neutral-100-copy {
    font-size: 15px;
    line-height: 1em;
  }

  .color-neutral-100-copy.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .paragraph-medium-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-21 {
    color: #000;
    font-size: 14px;
  }

  .container-default-copy {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .background-video-3, .background-video-4, .background-video-5, .background-video-6 {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .bau, .werk, .objekt, .brand {
    max-width: 100%;
    height: 340px;
  }

  .heading-48 {
    color: #13d5ff;
    padding-left: 0;
    line-height: 44px;
  }

  .bold-text-18 {
    color: #fff;
    font-size: 22px;
    line-height: 18px;
  }

  .section-title-wrapper-2 {
    margin-bottom: 0;
  }

  .paragraph-medium-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .bold-text-19 {
    font-size: 15px;
  }
}

#w-node-e28293dc-4591-a8de-6df6-9741fbf2920b-b6e9a7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00ebbc36-c17b-eed1-a701-376e35b4c20e-b6e9a7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9e87531c-0af5-65d8-2d72-74175939ab0b-5939ab07 {
  justify-self: start;
}

#w-node-_9e87531c-0af5-65d8-2d72-74175939ab10-5939ab07 {
  justify-self: center;
}

#w-node-_9e87531c-0af5-65d8-2d72-74175939ab14-5939ab07, #w-node-_9e87531c-0af5-65d8-2d72-74175939ab2a-5939ab07 {
  align-self: start;
}

#w-node-_9e87531c-0af5-65d8-2d72-74175939ab53-5939ab07 {
  justify-self: end;
}

#w-node-_688496aa-e97a-4bd7-74c9-02df87630ef8-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c87bcc-9ee1-ec3d-febd-13daf1d4cb56-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ebfa24f7-0fde-3d2c-c9c5-897833d00c2a-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-af6bc7df-04cd-953e-0a51-6b6e94ab3fcc-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcbbb0b8-5fe8-4019-5f78-1bb66788d284-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aa4bac13-1dc6-8db3-0958-3a3946e392f4-e2e9a7c0, #w-node-_5e266fa3-594a-60ee-d7c9-2c9f6e31b1be-e2e9a7c0, #w-node-_9c0fc844-5bd0-fbaf-684d-454ead024286-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dcd-e2e9a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dce-e2e9a7c0, #w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dd5-e2e9a7c0, #w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7ddc-e2e9a7c0, #w-node-_2959a42f-4b44-a40f-cf74-629ccf18442d-82e9a7c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dba519cf-ce0f-36c9-ffd9-5ee5f9058a4c-82e9a7c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_34f7059b-3f03-e376-c819-9721d2b2a21e-82e9a7c6, #w-node-_1ad24174-d8e0-ddd7-766b-b6aad00b412a-82e9a7c6, #w-node-_000e4f20-2c3f-1e80-bfd2-27e63d466345-82e9a7c6, #w-node-_5a1557db-4c10-c2c8-d02f-910e390b9796-82e9a7c6, #w-node-af937f5c-80aa-e8db-2a3d-ce5ee442d72b-82e9a7c6, #w-node-_5c5ea88a-78e2-9d73-f5ee-71043b38f71b-82e9a7c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f15923fc-d21b-c8ab-080e-49642fdc2eff-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7ca1bb8f-2617-5ff2-456e-b240187f3209-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7778ef47-d0f1-7a35-0a61-7d8a317753bf-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7778ef47-d0f1-7a35-0a61-7d8a317753c1-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe79b51-9632-2fb5-159c-d7a3cd8740ba-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3fe79b51-9632-2fb5-159c-d7a3cd8740bc-62e9a7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8a2d67-1746-58fb-5f56-78364d512bcb-62e9a7c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a6b4ab1-541e-bc0f-504f-582e433d2085-51e9a7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1c7ca44-ea42-20b8-3222-6beb029e5521-51e9a7cd {
  align-self: start;
}

#w-node-a1fe19ea-ec1c-4cae-ab35-190ce2d4ea21-51e9a7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6fd7db6-d48c-e49e-b18d-d88a19557ee4-51e9a7cd, #w-node-_98e96473-bce1-0565-a60a-1966193e4f67-51e9a7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_06651128-948e-65c2-9995-0b621dd39f17-51e9a7cd, #w-node-_908ac94d-709f-9d6c-caa0-3ed559bac937-64e9a7ce {
  align-self: stretch;
}

#w-node-_6488c7ca-0b85-00b8-6b25-cb440856808f-1ce9a7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_961ee148-cc20-2f11-31a6-2e29b80c9673-1ce9a7cf, #w-node-_46a67397-d7e3-ae17-206a-9d6f86d753bb-1ce9a7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12112fa5-effd-6a90-2998-5ebd399a55a2-1ce9a7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66137ff1-c5f7-c701-455e-1798c097987b-1ce9a7cf, #w-node-_374e127e-cde6-806d-8f87-e7b78b548c9e-1ce9a7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3a76edd6-a815-a393-6c8e-f3ef661f3562-79e9a7d0, #w-node-_878259fa-6851-3475-b18c-be49daa5ffbc-79e9a7d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878259fa-6851-3475-b18c-be49daa60021-79e9a7d0 {
  place-self: center end;
}

#w-node-_018f92f0-1983-5020-46da-67ab7ec03426-91e9a7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f79c847-9a23-e862-c6d2-d940c2817b83-91e9a7d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71fc3e14-599a-5214-4c44-1a5fe565c2d9-91e9a7d1 {
  align-self: center;
}

#w-node-_6385b47d-3540-fdfd-9adf-d5dbe00f8cb2-91e9a7d1, #w-node-_858b0a18-b598-701d-cf27-0bf3c19e9476-91e9a7d1, #w-node-_0e3de438-8631-fedb-4ce8-edb1fac343f0-91e9a7d1, #w-node-_03083088-9032-5a8b-7ad4-be80a68b5d76-91e9a7d1, #w-node-_21a94d5c-7a8c-423e-09c8-baa8ac05eeab-91e9a7d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e075ad-d67c-fa29-3ace-90f4d457f89e-b9e9a7d2, #w-node-f7c5fd1f-4609-3b5f-7c99-9225a0d800b6-b9e9a7d2, #w-node-d921d994-7e88-7fd5-abdb-e6071e5555a1-b9e9a7d2, #w-node-_539d94b7-c1bc-35cb-d4a7-8b9bb31e9069-b9e9a7d2 {
  justify-self: start;
}

#w-node-_8455bd01-3943-bdd4-0cf1-4a9257938b4f-b9e9a7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19416482-4d60-3b8a-7c71-eec9f16e4d88-b9e9a7d2, #w-node-_1d65a347-96f6-0b7f-37f4-7e287628fb30-b9e9a7d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_169eaa78-ae59-6331-dc3e-11117dae6be5-b9e9a7d2 {
  align-self: stretch;
}

#w-node-_576d39ee-f674-db43-692c-be7d57b28eac-05e9a7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10c773dc-1c17-318b-4ec1-536f3564ab51-05e9a7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9b593790-e093-7f1c-8900-e4b15f9bb8c6-05e9a7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b2c41b-c10a-74fd-e4fc-4c7cc0230ea8-05e9a7d3, #w-node-f26f1c1c-bbe5-7c2e-e143-13ee9d5fce01-05e9a7d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_328e7255-f2ba-afbb-ce1b-550ff5a458dd-f5a458d9, #w-node-_328e7255-f2ba-afbb-ce1b-550ff5a458f4-f5a458d9 {
  align-self: stretch;
}

#w-node-b39930f4-a375-3ec6-6202-c5f6fd15898b-e9e9a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3213f307-f529-4cc2-6b7a-bb9360c99db1-e9e9a7d5 {
  justify-self: end;
}

#w-node-dbc45e1a-3377-45b2-8054-10cda004c681-e9e9a7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_28d56298-ce6b-db18-ff4a-969281a42ea4-e9e9a7d5 {
  align-self: stretch;
}

#w-node-_64608727-cd8a-5e6a-4d1e-e275c980e354-49e9a817, #w-node-bdd62071-32b3-f237-d29f-aacd609adf69-a8e9a81c, #w-node-_57eb0017-be7f-e8e7-a2aa-6fa3759f7339-a8e9a81c, #w-node-ed6c4e9a-fd02-182b-d797-46644a826edb-a8e9a81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cc9f3-a8e9a81c {
  place-self: center end;
}

#w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-a8e9a81c, #w-node-_4b510b38-afab-befb-f1e1-3c021550acb0-77e9a81e, #w-node-_8a66b6bd-98ff-1f1d-82c4-11c01855f41f-77e9a81e, #w-node-b744e9eb-d094-471b-3572-b8d5c8902049-77e9a81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e53f87-8638-8806-8295-27f7da225d4e-77e9a81e {
  place-self: center end;
}

#w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-77e9a81e, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-77e9a81e, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-77e9a81e, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-77e9a81e, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-77e9a81e, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-77e9a81e, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-77e9a81e, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-77e9a81e, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-77e9a81e, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-77e9a81e, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-77e9a81e, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-77e9a81e, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-77e9a81e, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-77e9a81e, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-77e9a81e, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-77e9a81e, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-77e9a81e, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-77e9a81e, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-77e9a81e, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-77e9a81e, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-77e9a81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-d4e9a81f {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-eae9a822, #w-node-_688496aa-e97a-4bd7-74c9-02df87630ef8-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dffcf46-2dcf-91f9-06ad-3889e27c8831-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_27017823-dda5-5970-a46f-5f381ad15878-489d4913, #w-node-_66b316b3-d5e4-7c98-6e06-c9b2f5832f1d-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2c170432-559c-43f4-8c57-67caae216a62-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dd05c53e-3b34-1b9f-6652-b3a8c96022af-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c5bdff26-cb3a-5d3b-3c34-d43cfe1db4be-489d4913, #w-node-cb17e13f-14f1-80a2-47a2-86128d5b5d26-489d4913, #w-node-_11f171b7-9498-8be3-9e30-aa0a2e9c0de4-489d4913, #w-node-_8b1f2337-b524-b53a-6f14-e6698b4c401e-489d4913, #w-node-_1054a4b2-7f1b-14a2-7443-3738636023a4-489d4913, #w-node-_1054a4b2-7f1b-14a2-7443-3738636023a6-489d4913, #w-node-_1054a4b2-7f1b-14a2-7443-3738636023a5-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c87bcc-9ee1-ec3d-febd-13daf1d4cb56-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ebfa24f7-0fde-3d2c-c9c5-897833d00c2a-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-af6bc7df-04cd-953e-0a51-6b6e94ab3fcc-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcbbb0b8-5fe8-4019-5f78-1bb66788d284-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aa4bac13-1dc6-8db3-0958-3a3946e392f4-489d4913, #w-node-_5e266fa3-594a-60ee-d7c9-2c9f6e31b1be-489d4913, #w-node-_9c0fc844-5bd0-fbaf-684d-454ead024286-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dcd-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dce-489d4913, #w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7dd5-489d4913, #w-node-b1fc4c9d-3d7f-f712-36b2-0693d6bb7ddc-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5517638-aba4-ee72-5e1f-339878db4ea7-489d4913 {
  align-self: stretch;
}

#w-node-_89dbfbed-ea5e-10b9-7332-8d3e834a24c3-489d4913, #w-node-e8197018-8ee1-6820-580c-745efbd0c820-489d4913, #w-node-_591fee09-0cf0-2fe5-bbe6-f1fefd6252cf-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5ed2781-e188-bd35-94c3-1c71b37519f9-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c630a2ae-169c-f6e0-9386-b4dc85ecda78-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6f2261c2-6c95-8f64-7db0-23195af0fdf2-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31023be3-f45b-f9b2-52e5-701098a11c97-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0218bce7-c4d8-bb0f-baaf-72792ce353e5-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_36c4364f-7904-fbff-d640-e91e9056eef2-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ecccc652-1060-cffc-17f3-8222c1e524f1-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0338abba-7052-1326-07ab-9e1e844c77b0-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e4e3d63-dcf7-a7f6-976f-838e3b64a979-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-da5bd004-0abb-49e0-5961-41ad5bb851e9-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8af7da41-12c8-7c97-1369-be452c134061-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_433b9070-31af-cc36-ea46-cb19f476c83c-489d4913, #w-node-fd07ffbb-033b-ad9f-47ce-300945defb66-489d4913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71fefecd-79fe-434f-0645-99b0719a0c52-7acef8ca {
  place-self: center end;
}

#w-node-_0b7db72a-39d5-5a6a-fed6-69861bb8398b-7acef8ca {
  align-self: stretch;
}

#w-node-bdd62071-32b3-f237-d29f-aacd609adf69-327097f2, #w-node-_57eb0017-be7f-e8e7-a2aa-6fa3759f7339-327097f2, #w-node-ed6c4e9a-fd02-182b-d797-46644a826edb-327097f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cc9f3-327097f2 {
  place-self: center end;
}

#w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-327097f2, #w-node-_4b510b38-afab-befb-f1e1-3c021550acb0-0be5e44c, #w-node-_8a66b6bd-98ff-1f1d-82c4-11c01855f41f-0be5e44c, #w-node-b744e9eb-d094-471b-3572-b8d5c8902049-0be5e44c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e53f87-8638-8806-8295-27f7da225d4e-0be5e44c {
  place-self: center end;
}

#w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-0be5e44c, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-0be5e44c, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-0be5e44c, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-0be5e44c, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-0be5e44c, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-0be5e44c, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-0be5e44c, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-0be5e44c, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-0be5e44c, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-0be5e44c, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-0be5e44c, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-0be5e44c, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-0be5e44c, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-0be5e44c, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-0be5e44c, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-0be5e44c, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-0be5e44c, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-0be5e44c, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-0be5e44c, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-0be5e44c, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-0be5e44c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44150e43-f11d-4b2d-f0f6-fa1e7f26777d-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b3f55da-e993-ddc4-719c-a7a623f255a9-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6e2ddb5-d598-2dc0-3060-9dc375a0be8d-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_34f7059b-3f03-e376-c819-9721d2b2a21e-7c0b5db4, #w-node-_1ad24174-d8e0-ddd7-766b-b6aad00b412a-7c0b5db4, #w-node-_000e4f20-2c3f-1e80-bfd2-27e63d466345-7c0b5db4, #w-node-_5a1557db-4c10-c2c8-d02f-910e390b9796-7c0b5db4, #w-node-af937f5c-80aa-e8db-2a3d-ce5ee442d72b-7c0b5db4, #w-node-_5c5ea88a-78e2-9d73-f5ee-71043b38f71b-7c0b5db4, #w-node-_2959a42f-4b44-a40f-cf74-629ccf18442d-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dba519cf-ce0f-36c9-ffd9-5ee5f9058a4c-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-b49abc56-556a-d1e3-ee9c-a2fe243f83d9-7c0b5db4 {
  align-self: start;
}

#w-node-_7ed97c76-7912-0798-da7e-03eea4d6c9c0-7c0b5db4, #w-node-_8baf1c18-37c6-d411-f746-f2d513fd191e-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f1e0175f-608f-150b-5dc3-72ae6ee8ed3c-7c0b5db4 {
  align-self: start;
}

#w-node-f1e0175f-608f-150b-5dc3-72ae6ee8ed43-7c0b5db4, #w-node-f1e0175f-608f-150b-5dc3-72ae6ee8ed55-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9f935a7d-ea8e-90c0-2116-92d439ae2f13-7c0b5db4 {
  align-self: start;
}

#w-node-_9f935a7d-ea8e-90c0-2116-92d439ae2f1a-7c0b5db4, #w-node-_9f935a7d-ea8e-90c0-2116-92d439ae2f2c-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_165742aa-53d9-5463-f0fb-07b89953effa-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ccf225-9a57-a606-9f2e-84d62d115d1f-7c0b5db4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b3b459b1-ad9c-31fd-c4ad-ca712ddb4b45-7c0b5db4, #w-node-b11519ff-61f7-bf28-b6ad-66852f5cf763-7c0b5db4, #w-node-f6439407-c757-a3e4-64c9-a49094bfa516-7c0b5db4, #w-node-c01493c9-62a1-b1c6-6709-095aed52e35e-7c0b5db4, #w-node-_64608727-cd8a-5e6a-4d1e-e275c980e354-80709aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db1c7590-fa94-1051-d162-c0b009bcd718-80709aa6, #w-node-_076f6d07-ace6-b887-6556-f6eb66191e67-80709aa6, #w-node-a5bf0731-82a3-7f3a-8ab1-f05120cf33c0-80709aa6, #w-node-_08f30f75-8bcf-8389-0a05-e11bc8877a20-80709aa6 {
  align-self: stretch;
}

#w-node-f15923fc-d21b-c8ab-080e-49642fdc2eff-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7ca1bb8f-2617-5ff2-456e-b240187f3209-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7778ef47-d0f1-7a35-0a61-7d8a317753bf-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7778ef47-d0f1-7a35-0a61-7d8a317753c1-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe79b51-9632-2fb5-159c-d7a3cd8740ba-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3fe79b51-9632-2fb5-159c-d7a3cd8740bc-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1580d31-70a9-a95d-3580-29e959e3fcb3-959ad9b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c61d2bec-680d-7e4b-a8a6-b3f4e10cf54c-959ad9b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c61d2bec-680d-7e4b-a8a6-b3f4e10cf550-959ad9b4 {
  justify-self: start;
}

#w-node-_9b2a911d-b874-d928-483b-ef3397141bfb-ec22c4ce, #w-node-d2c51c85-6dbb-2fb4-0c76-07739343d3bb-ec22c4ce, #w-node-_1e3dce6e-f6dd-0807-a1db-9b790a98207a-ec22c4ce, #w-node-_6f06bcf6-3704-a19c-efd4-de469c9605b2-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38366132-d874-b7a2-da94-0a6f84cd6e95-ec22c4ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38366132-d874-b7a2-da94-0a6f84cd6e9e-ec22c4ce {
  align-self: center;
}

#w-node-_01cae1ad-fdd0-d3f5-b1b4-e5c4f78715b2-ec22c4ce, #w-node-_3eab943b-0538-dd9d-854a-775277f7bb98-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_491bf62f-f61c-c19b-0105-576454efdaf6-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_62a8e005-3496-5981-4fec-02f9ce006de2-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_612a860b-274f-7350-01a0-b5be9239196c-ec22c4ce, #w-node-ce308843-4e4d-405e-6cd2-e21af044f754-ec22c4ce, #w-node-_85b81901-277a-a7c1-acb7-6941a177ca23-ec22c4ce {
  justify-self: end;
}

#w-node-_1d4e4b57-1e1c-0de5-4e03-61446ba42463-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e963ffab-2c64-9108-7f74-3a66573f9c02-ec22c4ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3687a051-83a3-a2ec-0999-ecfe241f1fff-ec22c4ce {
  align-self: stretch;
}

#w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57be-d94fe0d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57d7-d94fe0d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57d8-d94fe0d4 {
  align-self: center;
}

#w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57dd-d94fe0d4, #w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57de-d94fe0d4, #w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57e4-d94fe0d4, #w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57ea-d94fe0d4, #w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57f0-d94fe0d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23147c21-64c8-daf4-ba60-c55f51e5ea82-09f8b4c0 {
  align-self: center;
}

#w-node-_23147c21-64c8-daf4-ba60-c55f51e5ea84-09f8b4c0 {
  place-self: center;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7410-09f8b4c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7411-09f8b4c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7417-09f8b4c0 {
  justify-self: start;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7418-09f8b4c0 {
  align-self: center;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b741a-09f8b4c0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7425-09f8b4c0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6975f985-a3aa-633d-29ae-dab94f5b7428-09f8b4c0 {
  place-self: center stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b741a-09f8b4c0 {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7410-09f8b4c0 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9e87531c-0af5-65d8-2d72-74175939ab0b-5939ab07 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ebfa24f7-0fde-3d2c-c9c5-897833d00c2a-e2e9a7c0 {
    justify-self: auto;
  }

  #w-node-_06651128-948e-65c2-9995-0b621dd39f17-51e9a7cd, #w-node-_908ac94d-709f-9d6c-caa0-3ed559bac937-64e9a7ce {
    justify-self: center;
  }

  #w-node-_878259fa-6851-3475-b18c-be49daa60021-79e9a7d0 {
    justify-self: start;
  }

  #w-node-_0f79c847-9a23-e862-c6d2-d940c2817b83-91e9a7d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10c773dc-1c17-318b-4ec1-536f3564ab51-05e9a7d3 {
    justify-self: start;
  }

  #w-node-_28d56298-ce6b-db18-ff4a-969281a42ea4-e9e9a7d5 {
    justify-self: center;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cc9f3-a8e9a81c {
    justify-self: start;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-a8e9a81c {
    order: -9999;
  }

  #w-node-_22e53f87-8638-8806-8295-27f7da225d4e-77e9a81e {
    justify-self: start;
  }

  #w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-77e9a81e, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-77e9a81e, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-77e9a81e, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-77e9a81e, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-77e9a81e, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-77e9a81e, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-77e9a81e, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-77e9a81e, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-77e9a81e, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-77e9a81e, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-77e9a81e, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-77e9a81e, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-77e9a81e, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-77e9a81e, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-77e9a81e, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-77e9a81e, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-77e9a81e, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-77e9a81e, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-77e9a81e, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-77e9a81e, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-77e9a81e {
    order: -9999;
  }

  #w-node-_7dffcf46-2dcf-91f9-06ad-3889e27c8831-489d4913, #w-node-_2c170432-559c-43f4-8c57-67caae216a62-489d4913 {
    justify-self: center;
  }

  #w-node-ebfa24f7-0fde-3d2c-c9c5-897833d00c2a-489d4913 {
    justify-self: auto;
  }

  #w-node-_0b7db72a-39d5-5a6a-fed6-69861bb8398b-7acef8ca {
    justify-self: center;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cc9f3-327097f2 {
    justify-self: start;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-327097f2 {
    order: -9999;
  }

  #w-node-_22e53f87-8638-8806-8295-27f7da225d4e-0be5e44c {
    justify-self: start;
  }

  #w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-0be5e44c, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-0be5e44c, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-0be5e44c, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-0be5e44c, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-0be5e44c, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-0be5e44c, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-0be5e44c, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-0be5e44c, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-0be5e44c, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-0be5e44c, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-0be5e44c, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-0be5e44c, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-0be5e44c, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-0be5e44c, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-0be5e44c, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-0be5e44c, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-0be5e44c, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-0be5e44c, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-0be5e44c, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-0be5e44c, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-0be5e44c {
    order: -9999;
  }

  #w-node-_8baf1c18-37c6-d411-f746-f2d513fd191e-7c0b5db4, #w-node-f1e0175f-608f-150b-5dc3-72ae6ee8ed55-7c0b5db4, #w-node-_9f935a7d-ea8e-90c0-2116-92d439ae2f2c-7c0b5db4 {
    justify-self: start;
  }

  #w-node-_3687a051-83a3-a2ec-0999-ecfe241f1fff-ec22c4ce {
    justify-self: center;
  }

  #w-node-_91ee0f39-5c7f-76f4-2268-f68e339b57d7-d94fe0d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7410-09f8b4c0 {
    align-self: end;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7411-09f8b4c0, #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7417-09f8b4c0 {
    justify-self: start;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b741a-09f8b4c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7425-09f8b4c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e87531c-0af5-65d8-2d72-74175939ab10-5939ab07 {
    justify-self: auto;
  }

  #w-node-dba519cf-ce0f-36c9-ffd9-5ee5f9058a4c-82e9a7c6, #w-node-e6fd7db6-d48c-e49e-b18d-d88a19557ee4-51e9a7cd, #w-node-_98e96473-bce1-0565-a60a-1966193e4f67-51e9a7cd, #w-node-_961ee148-cc20-2f11-31a6-2e29b80c9673-1ce9a7cf, #w-node-_46a67397-d7e3-ae17-206a-9d6f86d753bb-1ce9a7cf {
    justify-self: start;
  }

  #w-node-_66137ff1-c5f7-c701-455e-1798c097987b-1ce9a7cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_374e127e-cde6-806d-8f87-e7b78b548c9e-1ce9a7cf, #w-node-b8e075ad-d67c-fa29-3ace-90f4d457f89e-b9e9a7d2, #w-node-f7c5fd1f-4609-3b5f-7c99-9225a0d800b6-b9e9a7d2 {
    justify-self: stretch;
  }

  #w-node-_1d65a347-96f6-0b7f-37f4-7e287628fb30-b9e9a7d2 {
    justify-self: end;
  }

  #w-node-_37b2c41b-c10a-74fd-e4fc-4c7cc0230ea8-05e9a7d3, #w-node-f26f1c1c-bbe5-7c2e-e143-13ee9d5fce01-05e9a7d3 {
    justify-self: start;
  }

  #w-node-_328e7255-f2ba-afbb-ce1b-550ff5a458dd-f5a458d9, #w-node-_328e7255-f2ba-afbb-ce1b-550ff5a458f4-f5a458d9 {
    justify-self: stretch;
  }

  #w-node-_3213f307-f529-4cc2-6b7a-bb9360c99db1-e9e9a7d5, #w-node-dbc45e1a-3377-45b2-8054-10cda004c681-e9e9a7d5 {
    justify-self: start;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-a8e9a81c, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-a8e9a81c, #w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-77e9a81e, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-77e9a81e, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-77e9a81e, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-77e9a81e, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-77e9a81e, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-77e9a81e, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-77e9a81e, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-77e9a81e, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-77e9a81e, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-77e9a81e, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-77e9a81e, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-77e9a81e, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-77e9a81e, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-77e9a81e, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-77e9a81e, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-77e9a81e, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-77e9a81e, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-77e9a81e, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-77e9a81e, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-77e9a81e, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-77e9a81e {
    order: 9999;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-eae9a822, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-eae9a822, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-eae9a822, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-eae9a822, #w-node-_2d1414df-9554-eaf6-b38f-8520fb2afd08-eae9a822, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-eae9a822, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-eae9a822, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-eae9a822, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-eae9a822, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-eae9a822, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-eae9a822, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-eae9a822, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-eae9a822, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-eae9a822, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-eae9a822, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-eae9a822, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-eae9a822, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-eae9a822, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-eae9a822, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-eae9a822, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-eae9a822, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-eae9a822, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-eae9a822, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-eae9a822, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-eae9a822, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-eae9a822, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-eae9a822, #w-node-_8b1f2337-b524-b53a-6f14-e6698b4c401e-489d4913 {
    order: -9999;
  }

  #w-node-c5ed2781-e188-bd35-94c3-1c71b37519f9-489d4913, #w-node-c630a2ae-169c-f6e0-9386-b4dc85ecda78-489d4913, #w-node-_6f2261c2-6c95-8f64-7db0-23195af0fdf2-489d4913, #w-node-_31023be3-f45b-f9b2-52e5-701098a11c97-489d4913, #w-node-_0218bce7-c4d8-bb0f-baaf-72792ce353e5-489d4913, #w-node-_36c4364f-7904-fbff-d640-e91e9056eef2-489d4913, #w-node-ecccc652-1060-cffc-17f3-8222c1e524f1-489d4913, #w-node-_0338abba-7052-1326-07ab-9e1e844c77b0-489d4913 {
    justify-self: center;
  }

  #w-node-d20def8c-8c86-e7f0-f4f9-e9bcd82ef17c-489d4913, #w-node-fd07ffbb-033b-ad9f-47ce-300945defb65-489d4913 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca42-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca47-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca52-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca6f-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca74-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca79-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca83-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca88-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca8d-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9cca92-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaab-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab0-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccab5-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccaba-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac3-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccac8-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccacd-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccad7-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccadc-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae1-327097f2, #w-node-a388dd1e-d84e-ac5f-0816-d9b83e9ccae6-327097f2, #w-node-_6f253db1-5276-e1f8-70f2-431967f3e95a-0be5e44c, #w-node-b3f78682-479d-31d5-7bb0-f610ab4e31aa-0be5e44c, #w-node-_44de0451-1975-856f-6157-4b0c35ae2b9f-0be5e44c, #w-node-a4dc7441-f302-a64e-281b-33031d89236d-0be5e44c, #w-node-bd9de080-89d8-9345-e338-65dbfe5a7482-0be5e44c, #w-node-db440563-64d9-3107-7879-8ecab14c7f25-0be5e44c, #w-node-e4313ee6-ddc7-0ac6-a116-09caf2e601b0-0be5e44c, #w-node-_40e2dbb5-ac23-0d67-8f35-dc370dfd5101-0be5e44c, #w-node-_7e46b94d-f373-c535-1ab7-e290157d3bec-0be5e44c, #w-node-_454a8189-b716-abcd-99f1-1f012859d76e-0be5e44c, #w-node-d729f09f-319d-d929-6bf1-3184a1703c0f-0be5e44c, #w-node-f042aa54-68d9-9608-c781-f70890fb7a87-0be5e44c, #w-node-_92c02ae9-71d0-ecba-c162-e075f6e2c0a2-0be5e44c, #w-node-_7d22fafa-acde-633a-e237-d1d85923fb90-0be5e44c, #w-node-c4005b9c-6559-dedd-11a3-8666fee94d20-0be5e44c, #w-node-_42ebffd1-acfa-138b-9487-398b8a3e2a9a-0be5e44c, #w-node-_3cbf3ccf-6261-806e-2176-8099791194da-0be5e44c, #w-node-_2d8f8b5b-71cf-76ef-568a-297d5f9973a9-0be5e44c, #w-node-_74f0d207-3000-51d9-6889-fd2040eaac36-0be5e44c, #w-node-a995bc72-0424-f4c8-ad46-76131aee6ae0-0be5e44c, #w-node-af79fdce-2380-cef5-3832-79f4c9a00f79-0be5e44c {
    order: 9999;
  }

  #w-node-dba519cf-ce0f-36c9-ffd9-5ee5f9058a4c-7c0b5db4, #w-node-_8baf1c18-37c6-d411-f746-f2d513fd191e-7c0b5db4, #w-node-f1e0175f-608f-150b-5dc3-72ae6ee8ed55-7c0b5db4, #w-node-_9f935a7d-ea8e-90c0-2116-92d439ae2f2c-7c0b5db4 {
    justify-self: start;
  }

  #w-node-c61d2bec-680d-7e4b-a8a6-b3f4e10cf54c-959ad9b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_491bf62f-f61c-c19b-0105-576454efdaf6-ec22c4ce, #w-node-e963ffab-2c64-9108-7f74-3a66573f9c02-ec22c4ce {
    justify-self: start;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7410-09f8b4c0 {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7417-09f8b4c0, #w-node-_6975f985-a3aa-633d-29ae-dab94f5b741a-09f8b4c0 {
    justify-self: center;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7425-09f8b4c0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e87531c-0af5-65d8-2d72-74175939ab0b-5939ab07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e87531c-0af5-65d8-2d72-74175939ab10-5939ab07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e87531c-0af5-65d8-2d72-74175939ab53-5939ab07 {
    justify-self: auto;
  }

  #w-node-e6fd7db6-d48c-e49e-b18d-d88a19557ee4-51e9a7cd, #w-node-_961ee148-cc20-2f11-31a6-2e29b80c9673-1ce9a7cf, #w-node-_19416482-4d60-3b8a-7c71-eec9f16e4d88-b9e9a7d2, #w-node-_37b2c41b-c10a-74fd-e4fc-4c7cc0230ea8-05e9a7d3, #w-node-_3213f307-f529-4cc2-6b7a-bb9360c99db1-e9e9a7d5 {
    justify-self: stretch;
  }

  #w-node-c61d2bec-680d-7e4b-a8a6-b3f4e10cf54c-959ad9b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7410-09f8b4c0 {
    align-self: end;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b7411-09f8b4c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_6975f985-a3aa-633d-29ae-dab94f5b741a-09f8b4c0 {
    align-self: start;
  }
}


@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: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}