@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: Onest;
  src: url('../fonts/OnestBold1602-hint.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --neutral--600: #6b7374;
  --neutral--800: #1a2021;
  --accent--primary-1: var(--primary-green);
  --secondary--teal: #56e6d7;
  --neutral--300: #daddde;
  --general--shadow-01: #3f3f3f0f;
  --neutral--200: #f1f2f2;
  --neutral--100: white;
  --general--shadow-02: #3f3f3f0a;
  --button-shadow--color-2: #8f5cdb14;
  --transparent: transparent;
  --secondary--color-3: var(--accent--light-blue);
  --general--shadow-03: #3f3f3f1a;
  --dark-blue: #0a465b;
  --neutral--700: #343d3e;
  --neutral--500: #8f9798;
  --neutral--400: #b5babc;
  --system--green-400: #63d694;
  --system--blue-400: #327493;
  --system--blue-300: #5b8faa;
  --system--blue-200: #85abc0;
  --system--blue-100: #aec7d6;
  --system--green-300: #74d7a9;
  --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: #ff914b;
  --system--orange-300: #ffb884;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --aqua: #56e6d7;
  --general--shadow-04: #3f3f3f24;
  --general--shadow-05: #3f3f3f29;
  --general--shadow-06: #3f3f3f3d;
  --button-shadow--color-01: #8f5cdb0f;
  --button-shadow--color-03: #8f5cdb1f;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --primary-green: #2d8654;
  --accent--primary-2: var(--dark-blue);
  --webflow\<deleted\|variable-b6880b41-da75-8fb1-2a68-4cfb84d8a2f8\>: #1469ea;
  --brix: #2d8654;
  --accent--light-blue: #d7e4ec;
  --secondary--color-4: #2d68ff;
  --secondary--color-5: #fdb52a;
}

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

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

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

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

.w-commerce-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.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: Onest, 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: 500;
  line-height: 1.222em;
}

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

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

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

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

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

p {
  margin-bottom: 16px;
}

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

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

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;
  line-height: 1.111em;
  display: block;
}

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

blockquote {
  background-color: var(--secondary--teal);
  color: var(--neutral--800);
  text-align: center;
  border: 0 solid #000;
  border-radius: 30px;
  padding: 106px 55px;
  font-size: 24px;
  line-height: 1.583em;
}

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

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

.page-wrapper {
  min-height: 100vh;
}

.page-wrapper.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

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

.grid-2-columns.hero-v1 {
  grid-column-gap: 40px;
  grid-template-columns: minmax(636px, 1.2fr) 1fr;
  margin-bottom: 134px;
}

.grid-2-columns.hero-v2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-columns: minmax(550px, 1.16fr) 1fr;
  align-items: start;
}

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

.grid-2-columns.contact-v1 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.grid-2-columns.cta-v4 {
  grid-template-columns: minmax(auto, 388px) minmax(auto, 492px);
  justify-content: space-between;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.cta-v3 {
  grid-template-columns: 1fr .85fr;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.grid-2-columns.title-and-paragraph {
  grid-template-columns: 1fr .9fr;
  align-items: end;
}

.grid-2-columns.title-and-paragraph._1-col-center---tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1.4fr minmax(380px, .9fr);
}

.grid-2-columns.title-and-search {
  grid-template-columns: 1fr minmax(auto, 492px);
}

.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.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .75fr 1fr;
}

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

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

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

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

.grid-2-columns.title-and-buttons {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.grid-2-columns.choose-images-left-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1.14fr;
  justify-items: center;
  width: 54%;
  max-width: 712px;
  position: absolute;
  left: -150px;
}

.grid-2-columns.layout-v1-grid-2-col {
  grid-template-columns: 1fr minmax(550px, 1fr);
  height: 752px;
  position: relative;
}

.grid-2-columns.layout-v1-grid-2-col.v2 {
  grid-column-gap: 40px;
  grid-template-columns: 1.1fr minmax(448px, 1fr);
  height: auto;
}

.grid-2-columns.features-grid-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.grid-testimonial-2-col {
  grid-template-columns: 1fr .5fr;
}

.grid-2-columns.our-team-2-col {
  grid-template-columns: 1fr 1.17fr;
}

.grid-2-columns.our-team-2-col.v2 {
  grid-template-columns: 1.2fr minmax(410px, 1fr);
  justify-content: end;
}

.grid-2-columns.blog-layout-v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .54fr 1.4fr;
  align-items: start;
}

.grid-2-columns.blog-layout-v2.our-blog {
  grid-template-columns: .59fr 1.3fr;
}

.grid-2-columns.value-grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .85fr;
}

.grid-2-columns.location-grid-2-col-wrapper {
  grid-row-gap: 10px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
}

.grid-2-columns.slide-location-grid-2-col {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 579px;
  align-items: end;
}

.grid-2-columns.team-image-left-grid-2-col {
  grid-column-gap: 34px;
  grid-template-columns: 1fr 1fr;
  place-items: start;
  width: 770px;
  margin-left: -144px;
}

.grid-2-columns.video-left-2-col {
  grid-template-columns: 1.25fr 1fr;
  padding-top: 90px;
  padding-bottom: 90px;
}

.grid-2-columns.hero-grid-team-member {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.faqs-grid-2-col {
  grid-template-columns: 1.22fr 1fr;
}

.grid-2-columns.contact-v3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr .75fr;
}

.grid-2-columns.align-stretch {
  align-items: stretch;
}

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

.grid-2-columns.cta-grid-2-col {
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}

.grid-2-columns.cta-footer-middle-card {
  grid-template-columns: minmax(min-content, 1fr) minmax(163px, 496px);
  justify-content: space-between;
  width: 100%;
  max-width: 1111px;
}

.grid-2-columns.gap-row-12px.contact-links {
  grid-row-gap: 20px;
  grid-template-columns: 1.2fr 1fr;
}

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

.grid-2-columns.blog-layout-v1, .grid-2-columns.about-post {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.about-post-v2 {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.grid-2-columns.faqs-layout-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .54fr 1.4fr;
  align-items: start;
}

.grid-2-columns.grow-section-v1-grid {
  grid-template-columns: 1.5fr 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 4px 20px 0 var(--general--shadow-02);
  border-radius: 24px;
}

.card.feature-v1 {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
  display: flex;
}

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

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

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

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

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

.card.sales-home-page {
  color: var(--neutral--300);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}

.card.sales-home-page:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
  color: var(--neutral--300);
  transform: scale3d(.96, .96, 1.01);
}

.card.buy-now {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  box-shadow: 0 1px 1px 0 var(--button-shadow--color-2);
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 0 var(--general--shadow-02);
}

.card.buy-now.white:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
}

.card.password-protected-card-content {
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 40px;
  display: flex;
  position: relative;
}

.card._404-card-content {
  border-radius: 20px;
  padding: 82px 84px 106px;
  overflow: hidden;
}

.card.dropdown-pd {
  width: 620px;
}

.card.dropdown-pd.main {
  width: 300px;
}

.card.explore-bar {
  border-radius: 20px;
  padding: 20px;
}

.card.testimonial-card {
  background-image: linear-gradient(to right, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
  border-radius: 32px;
  align-items: center;
  padding: 58px 58px 58px 65px;
}

.card.service-content-over {
  border-top-left-radius: 0;
  flex-direction: column;
  flex: 1;
  max-width: 480px;
  margin-top: -112px;
  margin-right: 20px;
  padding: 45px 36px;
  display: flex;
  position: relative;
}

.card.team-card-inside-image {
  border-radius: 32px;
  max-width: 400px;
  padding: 40px 34px;
  position: absolute;
  inset: auto auto 28px 0%;
}

.card.blog-featured-v1 {
  z-index: 1;
  width: 100%;
  max-width: 527px;
  padding: 55px 42px 42px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card.subscribe-newsletter-icon-card {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
  justify-content: center;
  padding: 54px 24px;
  display: flex;
}

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

.card.pricing-card {
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  max-width: 624px;
  padding: 80px 40px;
  display: flex;
}

.card.value-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.card.team-over-image-content {
  border-top-left-radius: 0;
  width: 88%;
  max-width: 294px;
  padding: 34px 36px 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card.tabs-content-product {
  border-radius: 20px;
  max-width: 976px;
  padding: 78px 68px;
}

.card.blog-featured-v2 {
  color: var(--neutral--600);
  border-radius: 32px;
  max-width: 528px;
  max-height: 90%;
  text-decoration: none;
  position: absolute;
  inset: auto auto 36px 38px;
  overflow: hidden;
}

.card.blog-featured-v3 {
  z-index: 1;
  background-color: var(--transparent);
  box-shadow: none;
  border-style: none;
  border-radius: 32px 0 0 32px;
  max-width: 488px;
  margin-left: auto;
  padding-top: 52px;
  padding-bottom: 68px;
  padding-left: 47px;
  position: relative;
}

.card.blog-card-full-width-right {
  border-radius: 32px;
}

.card.center-content-testimonial {
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 26%, white 26%);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 63px 40px 60px;
  display: flex;
}

.card.service-form {
  background-color: var(--neutral--200);
  border-width: 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 53px 32px 78px;
  display: flex;
}

.card.service-card-content-left {
  border-radius: 20px;
  padding: 80px 32px;
}

.card.testimonial-content-left {
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 36px;
  display: flex;
}

.card.service-content-center {
  color: var(--neutral--600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 56px 24px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s;
  display: flex;
}

.card.service-content-center:hover {
  border-color: var(--accent--primary-1);
  transform: scale(.96);
}

.card.show-in-tablet {
  display: none;
}

.card.card-form {
  padding: 72px 60px;
}

.card.card-form.v2 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  padding-left: 48px;
  padding-right: 48px;
}

.card.search-result-item {
  color: var(--neutral--600);
  transform-style: preserve-3d;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.search-result-item:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
  color: var(--neutral--600);
  transform: translate3d(0, 6px, .01px);
}

.card.service-card {
  background-image: linear-gradient(90deg, var(--neutral--100) 74%, var(--dark-blue) 74%);
  border-radius: 32px;
  align-items: center;
  padding: 40px 20px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s;
}

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

.style---color-block-content {
  border-top: 1px solid var(--neutral--300);
  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.footer-pages-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr .75fr 1fr 1fr;
  justify-content: space-between;
}

.grid-4-columns.stat-4-grid {
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

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

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

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

.bg-secondary-2.color-opacity-50 {
  background-color: #fff2e680;
}

.bg-secondary-2.color-opacity-80 {
  background-color: #fff2e6cc;
}

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

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

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

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

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

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

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

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

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

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

.color-neutral-700.mg-bottom-40px {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-green-300.center {
  text-align: center;
}

.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._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._58px---37px {
  margin-top: 58px;
  margin-bottom: 37px;
}

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

.divider._30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.divider._37px {
  margin-top: 37px;
  margin-bottom: 37px;
}

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

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

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

.mg-bottom-16px {
  color: var(--neutral--700);
  margin-bottom: 16px;
}

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

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

.mg-bottom-32px.white {
  color: var(--neutral--100);
  text-align: center;
}

.mg-bottom-40px {
  color: var(--neutral--700);
  margin-bottom: 40px;
}

.mg-bottom-40px.white {
  color: var(--neutral--100);
}

.mg-bottom-48px {
  color: var(--neutral--700);
  margin-bottom: 48px;
  text-decoration: none;
}

.mg-bottom-48px.home {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-right-16px.mg-bottom-16px---tablet.cta-footer-middle-card-icon {
  max-width: 53px;
}

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

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

.text-200.color-accent-1 {
  text-decoration: none;
}

.text-200.color-accent-1.home {
  text-align: left;
  font-weight: 500;
}

.text-200.color-accent-1.home.mg-bottom-12px {
  margin-top: 12px;
}

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

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

.text-200.medium._16px---tablet {
  font-size: 14px;
}

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

.text-200.bold.card-title {
  color: var(--neutral--800);
}

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

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

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

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

.grid-1-column.gap-row-24px.cards-grid {
  grid-template-columns: 1fr 1fr;
}

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

.grid-1-column._2-col-tablet---1-col-mbl.gap-row-24px {
  grid-template-columns: 1.25fr;
}

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

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

.display-2.mg-bottom-24px {
  color: var(--neutral--800);
}

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

.display-3 {
  color: var(--neutral--800);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.438em;
}

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

.display-4 {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.583em;
}

.display-4.mg-bottom-4px.sub {
  font-size: 18px;
}

.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: 16px;
  line-height: 1.75em;
}

.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.medium.aqua {
  color: var(--aqua);
}

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

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

.text-300.bold.footer-title.hidden-mobile {
  margin-bottom: 20px;
}

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

.text-uppercase {
  letter-spacing: .06em;
  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.style---buttons-grid.download-app-grid {
  grid-template-columns: auto auto;
}

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

.grid-3-columns.gap-row-72px.col-tablet {
  grid-column-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.gap-row-72px.col-tablet.operations {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.grid-3-columns.hero-images-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid-3-columns.hero-v3-grid {
  grid-template-columns: minmax(auto, 194px) minmax(auto, 642px) minmax(auto, 194px);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 74px;
}

.grid-3-columns.our-team-grid-3-col {
  grid-template-columns: minmax(auto, 284px) minmax(auto, 516px) minmax(auto, 208px);
  justify-content: space-between;
  align-items: center;
}

.grid-3-columns.footer-pages-grid {
  grid-template-columns: minmax(auto, 336px) minmax(auto, 374px) auto;
  justify-content: space-between;
}

.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 20px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 4px 20px 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._740px {
  max-width: 740px;
}

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

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

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

.inner-container._400px {
  max-width: 400px;
}

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

.inner-container._500px {
  max-width: 500px;
}

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

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

.inner-container._490px {
  max-width: 490px;
}

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

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

.inner-container._640px.center.expand {
  max-width: 750px;
}

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

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

.inner-container._476px {
  max-width: 476px;
}

.inner-container._180px {
  max-width: 180px;
}

.inner-container._1080px {
  max-width: 1080px;
}

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

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

.inner-container._676px {
  max-width: 676px;
}

.inner-container._556px {
  max-width: 556px;
}

.inner-container._499px {
  max-width: 499px;
}

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

.inner-container._414px {
  max-width: 414px;
}

.inner-container._332px {
  max-width: 332px;
}

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

.inner-container._734px {
  max-width: 734px;
}

.inner-container._260px {
  max-width: 260px;
}

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

.inner-container._445px {
  max-width: 445px;
}

.inner-container._276px {
  max-width: 276px;
}

.inner-container._1072px {
  max-width: 1072px;
}

.inner-container._376px {
  max-width: 376px;
}

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

.inner-container._231px {
  max-width: 231px;
}

.inner-container._488px {
  max-width: 488px;
}

.inner-container._496px {
  max-width: 496px;
}

.inner-container._570px {
  max-width: 570px;
}

.inner-container._860px {
  max-width: 860px;
}

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

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

.inner-container._492px._100---tablet {
  max-width: 600px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._826px {
  max-width: 826px;
}

.inner-container._1088px {
  max-width: 1088px;
}

.inner-container._672px {
  max-width: 672px;
}

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

.inner-container._250px {
  max-width: 250px;
}

.inner-container._650px {
  max-width: 650px;
}

.inner-container._567px {
  max-width: 567px;
}

.inner-container._888px {
  max-width: 888px;
}

.inner-container._833px {
  max-width: 833px;
}

.inner-container._652px {
  max-width: 652px;
}

.inner-container._612px {
  max-width: 612px;
}

.inner-container._1108px {
  max-width: 1108px;
}

.inner-container._976px {
  max-width: 976px;
}

.inner-container._1066px {
  max-width: 1066px;
}

.inner-container._600px---tablet.center.double {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-container.cta-v1-content {
  max-width: 498px;
}

.inner-container._78px {
  max-width: 78px;
}

.inner-container._78px.grow {
  flex: 1;
}

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

.inner-container.image-and-bg {
  max-width: 564px;
  min-height: 100%;
  position: relative;
}

.inner-container.service-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 290px;
  display: flex;
}

.inner-container.cta-v3-content {
  width: 100%;
  max-width: 499px;
}

.inner-container.video-left-2-col-content {
  max-width: 528px;
}

.inner-container.blog-feature-v2-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 441px;
  display: flex;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._597px {
  max-width: 597px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._213px {
  max-width: 213px;
}

.inner-container._387px {
  max-width: 387px;
}

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

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

.inner-container._565px {
  max-width: 565px;
}

.inner-container._444px {
  max-width: 444px;
}

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

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

.mg-bottom-0 {
  color: var(--neutral--700);
  margin-bottom: 0;
}

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

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

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

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

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

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

.style---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(--primary-green);
  background-color: var(--primary-green);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

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

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

.btn-primary.small.header-btn-hidde-on-mb {
  border-color: var(--primary-green);
  background-color: var(--primary-green);
  margin-left: 24px;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

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

.btn-primary.small.footer_contact-us {
  width: 100%;
  margin-bottom: 1rem;
}

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

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

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

.btn-primary.white.button-row {
  color: var(--neutral--100);
}

.btn-primary.white.button-row:hover {
  border-color: var(--accent--primary-2);
}

.btn-primary.white.button-row.footer, .btn-primary.white.button-row.green-bkd {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.btn-primary.white.button-row.green-bkd:hover {
  background-color: var(--neutral--100);
  color: var(--dark-blue);
}

.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(--primary-green);
  background-color: var(--primary-green);
  margin-right: 24px;
}

.btn-primary.button-row:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

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

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

.btn-primary.webflow {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: #146ef5;
}

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

.btn-primary.webflow.no-hover:hover {
  background-color: var(--neutral--100);
  color: var(--webflow\<deleted\|variable-b6880b41-da75-8fb1-2a68-4cfb84d8a2f8\>);
}

.btn-primary.brix {
  border-color: var(--brix);
  background-color: var(--brix);
}

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

.btn-primary.brix.no-hover:hover {
  background-color: var(--brix);
}

.btn-primary.pagination-btn {
  margin-top: 64px;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 15px;
  padding: 26px 38px;
  font-size: 18px;
  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: translate3d(0, -3px, .01px);
}

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

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

.btn-secondary.white {
  border-color: var(--neutral--100);
  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.pagination-btn {
  margin-top: 64px;
}

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

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

.badge-primary.light {
  border: 2px solid var(--accent--primary-1);
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
  font-weight: 700;
}

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

.badge-primary.small.light---link {
  border: 2px solid var(--accent--primary-1);
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
  transform-style: preserve-3d;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-primary.small.light---link:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.96, .96, 1.01);
}

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

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

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

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

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

.badge-secondary.small.tabs {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  font-weight: 700;
  display: flex;
}

.badge-secondary.small.tabs.w--current {
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
  border-width: 2px;
  font-weight: 700;
}

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

.badge-secondary.tabs {
  color: var(--neutral--500);
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.category-badges {
  transition: 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);
}

.badge-secondary.category-badges.w--current {
  border-width: 2px;
  border-color: var(--accent--primary-1);
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
  cursor: default;
  font-weight: 500;
}

.badge-secondary.category-badges.vertical {
  width: 100%;
}

.badge-secondary.category-badges.vertical.w--current {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  border-width: 2px;
}

.badge-secondary.category-badges.vertical.w--current:hover {
  background-color: var(--secondary--color-3);
}

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

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

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

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

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

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

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

.input.button-inside {
  padding-right: 40%;
}

.input.input-subscribe-footer {
  min-height: 60px;
}

.input.cart-quantity-input {
  border-radius: 13px;
  width: 66px;
  min-height: 40px;
  padding: 6px 16px;
}

.input.quntity {
  width: 110px;
}

.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.select-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  transition: box-shadow .3s, border-color .3s;
}

.input.select-input {
  background-color: var(--transparent);
  box-shadow: none;
  color: var(--neutral--600);
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: color .3s;
}

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

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 16px;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 1.4em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

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

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

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

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

.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-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 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 {
  border-radius: 7px;
  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 {
  min-width: 48px;
  max-width: 48px;
  min-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 {
  min-width: 160px;
  max-width: 160px;
  min-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;
}

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

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

.circle-icon {
  border-radius: 0%;
}

.circle-icon.icon-70px {
  border-radius: 0%;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.circle-icon.icon-60px {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.circle-icon.cms---hero-icon {
  min-width: 113px;
  max-width: 113px;
  min-height: 113px;
  max-height: 113px;
  margin-right: 31px;
}

.circle-icon.password-protected-icon {
  width: 100%;
  max-width: 118px;
  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(--neutral--100);
  font-family: Social Icons Font, sans-serif;
}

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

.social-icon-square {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  display: flex;
}

.social-icon-square:hover {
  color: var(--neutral--100);
}

.social-icon-square.size-30px {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 16px;
}

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

.social-icon-square.light {
  background-color: var(--secondary--color-3);
  color: var(--accent--primary-1);
}

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

.social-icon-square.hover {
  transition: background-color .3s, color .3s;
}

.social-icon-square.hover:hover {
  background-color: var(--dark-blue);
}

.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 {
  margin-left: 6px;
  display: inline-block;
}

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

.line-rounded-icon.link-icon-left.color-accent-1 {
  color: var(--dark-blue);
  margin-right: 0;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.icon-list.color-accent-1 {
  -webkit-text-stroke-width: 1px;
}

.line-rounded-icon.color-accent-1.mg-top-2px {
  margin-top: 2px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

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

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  font-size: 24px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

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

.rich-text-v1 img {
  border-radius: 20px;
}

.rich-text-v1 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v1 h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.rich-text-v1 h3 {
  margin-top: 33px;
  margin-bottom: 16px;
}

.rich-text-v1 figure {
  margin-top: 41px;
  margin-bottom: 48px;
}

.rich-text-v1 ul, .rich-text-v1 ol {
  margin-top: 16px;
  margin-bottom: 33px;
}

.rich-text-v1 h6, .rich-text-v1 h5, .rich-text-v1 h4 {
  margin-top: 33px;
  margin-bottom: 16px;
}

.rich-text-v1 blockquote {
  margin-top: 56px;
  margin-bottom: 56px;
}

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

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--teal);
  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;
}

.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 {
  z-index: 2;
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

.container-default.width-100.grow-section-v1---container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

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

.elements---page-hero {
  background-color: #fff2e6cc;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

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

.section.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.section.overflow-hidden.hidden {
  display: none;
}

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

.section.bg-neutral-200.overflow-hidden.hidden {
  display: none;
}

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

.section.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.section.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.section.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.section.hero.v8 {
  padding-top: 110px;
  padding-bottom: 120px;
}

.section.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.section.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.section.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.section.hero.v12 {
  padding-top: 80px;
}

.section.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.section.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.section.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.section.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.section.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.section.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.section.grow-section-v1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.pd-top-62px {
  padding-top: 62px;
}

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

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

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

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

.section.pd-top-160px {
  padding-top: 160px;
}

.section.mg-top-224px {
  padding-top: 224px;
}

.section.pd-top-188px {
  padding-top: 188px;
}

.section.pd-top-224px---bottom-164px {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

.section.pd-top-180px {
  padding-top: 180px;
}

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

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper.pd-0px {
  padding-left: 0;
  padding-right: 0;
}

.top-bar-padding {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
}

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

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

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

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

.link-wrapper.white.text-bold.hover-alt:hover {
  color: var(--dark-blue);
}

.link-text {
  color: var(--primary-green);
  display: inline-block;
}

.link-text.header-link {
  color: var(--primary-green);
  font-size: 16px;
  text-decoration: underline;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

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

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.261em;
}

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

.heading-h3-size.color-accent-1 {
  color: var(--accent--primary-1);
}

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

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

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

.header-wrapper {
  background-color: var(--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-wrapper.header-top {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.header-wrapper.v3 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.header-wrapper.v3.grey {
  background-color: var(--neutral--300);
}

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

.header-content-wrapper.header-top {
  padding-top: 32px;
  padding-bottom: 32px;
}

.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 {
  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-link.cart-link {
  color: var(--neutral--800);
  background-color: #0000;
  transition: none;
}

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

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

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: none;
  display: flex;
}

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

.dropdown-column-wrapper {
  background-color: var(--transparent);
  padding: 30px 8px 8px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.right {
  margin-left: -38px;
}

.dropdown-column-wrapper.right.w--open {
  margin-left: 0;
}

.dropdown-pd {
  padding: 40px;
}

.header-logo {
  width: 100%;
  max-width: 100%;
}

.header-logo-link {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 215px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

.header-logo-link.v2 {
  max-width: 240px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

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

.btn-circle-primary {
  border: 1px solid var(--accent--primary-1);
  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: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  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: 24px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

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

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

.btn-circle-primary.slider-arrow.right---center-center {
  top: auto;
  bottom: auto;
  right: -32px;
}

.btn-circle-primary.slider-arrow.right---bottom-left {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 23px;
  inset: auto 0% 67px auto;
}

.btn-circle-primary.block {
  display: block;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 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: 28px;
  line-height: 1em;
  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: 24px;
}

.btn-circle-secondary.small.accordion-btn {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transition-property: none;
}

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

.btn-circle-secondary.small.accordion-btn.alt {
  box-shadow: 0 4px 4px 0 var(--general--shadow-05);
  color: var(--neutral--600);
  border-style: none;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

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

.btn-circle-secondary.slider-arrow.left---center-center {
  top: auto;
  bottom: auto;
  left: -32px;
}

.btn-circle-secondary.slider-arrow.right---bottom-left {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 23px;
  inset: auto 528px 67px auto;
}

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

.protected-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

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

.header-top-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-top-wrapper.bg-secondary-3 {
  background-color: var(--accent--light-blue);
}

.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.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

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

.flex-vertical.space-between {
  justify-content: space-between;
}

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

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

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

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

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

.flex-horizontal.success-message-horizontal.center {
  justify-content: center;
}

.flex-horizontal.explore-section {
  justify-content: space-between;
  align-items: flex-start;
}

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

.footer-wrapper {
  position: relative;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100%;
  transition: transform .3s;
}

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

.footer-logo-wrapper {
  width: 100%;
  max-width: 216px;
}

.footer-logo-wrapper.large {
  max-width: 273px;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-list-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-left: 0;
  display: flex;
}

.footer-top {
  padding-top: 140px;
  padding-bottom: 60px;
}

.footer-top.pd-top-110px---bottom-0px {
  padding-top: 100px;
  padding-bottom: 0;
}

.footer-bottom {
  background-color: var(--neutral--300);
  text-align: center;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 30px 35px 0;
}

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

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

.success-message {
  background-color: var(--transparent);
  color: var(--neutral--100);
  padding: 0;
}

.success-message.accent-message {
  color: var(--accent--primary-1);
}

.success-message.transparent {
  background-color: var(--transparent);
  color: var(--neutral--800);
}

.error-message {
  background-color: var(--transparent);
  color: var(--system--300);
  border-radius: 16px;
  margin-top: 20px;
  padding: 0;
}

.error-message.cart-error {
  margin-top: 0;
}

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

.grid-footer-logo---paragraph {
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: minmax(180px, .3fr) minmax(max-content, 1fr);
  justify-content: space-between;
  align-items: center;
}

.social-media-link-wrapper {
  color: var(--neutral--600);
  text-align: left;
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-media-link-wrapper:hover {
  color: var(--accent--primary-1);
  transform: translate3d(3px, 0, .01px);
}

.social-media-link-text {
  margin-left: 8px;
  font-weight: 500;
  line-height: 1.1em;
  transition: color .3s;
}

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

.grid-subscribe-form-button-down {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
}

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

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  margin-right: 16px;
}

.flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

._w-h-100 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

._w-h-100.fit-cover.hero-v1-image-position {
  object-position: 100% 0%;
}

._w-h-100.fit-cover.hero-v2-image-position, ._w-h-100.fit-cover.object-position-top {
  object-position: 50% 0%;
}

._w-h-100.fit-cover.object-position-top.hide {
  display: none;
}

._w-h-100.fit-cover.hero-v3-image-position {
  object-position: 50% 24%;
}

._w-h-100.fit-cover.cta-v3-image {
  object-position: 50% 32%;
}

._w-h-100.fit-cover.hero-image-01 {
  object-position: 50% 0%;
  max-height: 467px;
}

._w-h-100.fit-cover.hero-image-02 {
  max-height: 503px;
}

._w-h-100.fit-cover.hero-image-03 {
  object-position: 50% 30%;
  max-height: 467px;
}

._w-h-100.fit-cover.team-image-page {
  object-position: 50% 32%;
}

._w-h-100.fit-cover.grow {
  flex: 1;
}

._w-h-100.fit-cover.faq-image {
  object-position: 50% 0%;
}

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

.fit-cover._w-h-100.figma-file-image {
  object-position: 0% 0%;
}

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

.bg-overlay.large-image-hero-v1-gradient {
  background-color: var(--transparent);
  background-image: linear-gradient(to right, #edecea 23%, var(--transparent) 84%);
  width: 82%;
  right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  object-fit: cover;
}

.video-bg-image._w-h-100.top {
  object-position: 50% 32%;
}

.lightbox-video-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding-top: 13%;
  display: flex;
  position: relative;
}

.lightbox-video-icon-wrapper.v2 {
  width: 158px;
  padding-top: 158px;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
}

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

.subtitle.mg-bottom-16px {
  margin-bottom: 16px;
  font-weight: 700;
}

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

.half-bg-right {
  z-index: -1;
  background-color: var(--secondary--teal);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-right.width-36 {
  width: 36%;
}

.half-bg-bottom {
  z-index: -1;
  background-color: var(--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-bottom.footer-bg {
  z-index: 0;
  height: 85%;
}

.half-bg-bottom.bg-bottom-v1 {
  background-color: var(--secondary--teal);
  height: 48.5%;
}

.half-bg-bottom.about-us {
  background-color: var(--dark-blue);
  height: 52.5%;
}

.half-bg-bottom.contact-v3 {
  background-color: var(--secondary--color-3);
  opacity: .8;
  height: 46%;
}

.half-bg-bottom.bg-bottom-v2 {
  background-color: var(--secondary--teal);
  height: 59%;
}

.half-bg-bottom.locations-bg {
  height: 50.8%;
}

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

.text-decoration-none.no-hover {
  color: var(--neutral--600);
  transition-property: none;
}

.text-decoration-none.no-hover:hover {
  color: var(--neutral--600);
}

.cta-card {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 32px;
  padding: 100px 76px;
  position: relative;
}

.cta-card.cta-v1 {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--transparent) 74%), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 100% 60%;
  padding: 17.5% 40px;
  overflow: hidden;
}

.cta-card.cta-v4 {
  background-color: var(--neutral--200);
  border-radius: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-card.cta-v2 {
  background-image: linear-gradient(to bottom, var(--accent--primary-1) 3%, var(--transparent) 65%), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 50%;
  padding: 14.85% 0;
  overflow: hidden;
}

.cta-card.cta-footer {
  background-image: linear-gradient(to right, var(--accent--primary-1) 23%, var(--transparent)), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 20px;
  justify-content: center;
  padding: 45px 32px;
  display: flex;
}

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

.slider-wrapper.bottons-slider---flex-center {
  align-items: center;
  display: flex;
}

.slider-mask {
  height: 100%;
}

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

.slider-mask.grow {
  flex: 1;
}

.accordion-item-wrapper {
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: var(--neutral--400);
  border-bottom-width: 1px;
  border-bottom-color: var(--neutral--400);
  background-color: var(--transparent);
  color: var(--neutral--600);
  cursor: pointer;
  transform-style: preserve-3d;
  width: 100%;
  margin-bottom: -1px;
  padding: 32px 0;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  color: var(--neutral--600);
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.w--current {
  background-color: var(--transparent);
}

.accordion-item-wrapper.v2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.accordion-item-wrapper.accordion-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 0 var(--general--shadow-02);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 36px 28px;
  transition: box-shadow .3s, transform .3s;
  overflow: hidden;
}

.accordion-item-wrapper.accordion-card.v2 {
  justify-content: space-between;
  padding: 48px 52px;
}

.accordion-item-wrapper.first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.accordion-header.icon-inside {
  justify-content: space-between;
  width: 100%;
}

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

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

.accordion-spacer._4px {
  min-height: 4px;
}

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

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

.accordion-content-wrapper.v2 {
  width: 100%;
  max-width: 730px;
}

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

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

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

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

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

.tabs-wrapper.tabs-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(205px, .5fr) 2fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

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

.tabs-menu.tabs-vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -8px;
  margin-bottom: 0;
  position: sticky;
  top: 20px;
}

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

.empty-state.small {
  padding: 10px 20px;
}

.empty-state.card-empty {
  background-color: var(--transparent);
  box-shadow: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.team-member-square {
  border-radius: 26px;
  flex-direction: column;
  justify-content: center;
  max-height: 399px;
  margin-bottom: 68px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

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

.pd---content-inside-card.team-member-page {
  padding: 73px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

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

.slider-item-pd {
  padding: 15px;
}

.product-content {
  flex-direction: column;
  padding: 52px 40px 48px;
  display: flex;
}

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

.height-100 {
  height: 100%;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v1 {
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 65%;
  min-height: 561px;
  max-height: 561px;
  margin-left: auto;
  display: flex;
}

.blog-card-image-wrapper.inside-card {
  object-fit: fill;
  border-radius: 16px;
  position: relative;
}

.blog-card-image-wrapper.inside-card.blog-v2-card-image {
  min-height: 200px;
}

.blog-card-image-wrapper.popular-posts-picture {
  border-radius: 16px;
  height: 100px;
}

.blog-card-image-wrapper.blog-v3-image {
  border-radius: 32px;
  flex-direction: column;
  width: 92%;
  min-height: 423px;
  max-height: 423px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.blog-card-image-wrapper.featured-v3 {
  border-radius: 0 32px 32px 0;
  flex-direction: column;
  justify-content: center;
  width: 76vw;
  display: flex;
  position: absolute;
  inset: 0% 312px 0% auto;
}

.categories-badges-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.categories-badges-item-wrapper.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
}

.categories-badges-item-wrapper.center {
  justify-content: center;
}

.categories-badges-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
}

.categories-badges-wrapper.center {
  justify-content: center;
}

.blog-card-wrapper {
  color: var(--neutral--600);
  text-decoration: none;
}

.blog-card-wrapper:hover {
  color: var(--neutral--600);
}

.blog-card-wrapper.card {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-card-wrapper.blog-featured-v1 {
  flex: 1;
  min-width: 100%;
  padding-bottom: 87px;
}

.blog-card-wrapper.popular-posts-card {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(100px, 100px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-card-wrapper.v3 {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.blog-card-featured-inner-content {
  padding: 58px 64px;
}

.blog-card-featured-inner-content.v2 {
  padding: 55px 42px 38px;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px 20px auto auto;
}

.blog-card-badge-wrapper-top.left-badge {
  inset: 32px auto auto 30px;
}

.blog-card-content-inside {
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 40px;
  display: flex;
}

.blog-card-content-inside.blog-feature-v2 {
  padding: 60px 44px;
}

.blog-card-content-inside.blog-v2-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 332px) minmax(320px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 23px 51px 31px 28px;
  display: grid;
}

.blog-card-content-over {
  z-index: 1;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  width: 74%;
  margin-top: -137px;
  padding: 46px 24px 55px;
  display: flex;
  position: relative;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.icon-contact-min {
  min-width: 24px;
  max-width: 24px;
  margin-right: 17px;
}

.image-wrapper.icon-contact-min.alt-v1 {
  align-items: flex-start;
  display: flex;
}

.image-wrapper.border-radius-32px.post---featured-image {
  max-height: 677px;
}

.image-wrapper.size-40px {
  min-width: 40px;
  max-width: 40px;
}

.image-wrapper.border-radius-24px.location-image-item {
  flex-direction: column;
  justify-content: center;
  max-height: 448px;
  display: flex;
}

.image-wrapper.size-192px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 192px;
  max-width: 192px;
  display: flex;
}

.image-wrapper.size-80px {
  min-width: 80px;
  max-width: 80px;
}

.image-wrapper.choose-us-v2-image-wrapper {
  border-radius: 32px;
  width: 92%;
  height: 92%;
  min-height: 92%;
  margin-left: auto;
}

.image-wrapper.size-70px {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.image-wrapper.border-radius-20px.post---featured-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 686px;
  display: flex;
}

._404-not-found {
  color: var(--dark-blue);
  font-size: 223px;
  font-weight: 700;
  line-height: 1em;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

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

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  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 {
  margin-left: 32px;
}

.cart-quantity {
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.112em;
  display: flex;
  position: static;
  inset: auto auto -8px -16px;
}

.cart-container {
  background-color: var(--neutral--100);
  box-shadow: 0 5px 25px 0 var(--general--shadow-06);
  border-radius: 24px;
}

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

.cart-list {
  padding: 0;
}

.cart-footer {
  border-top-color: var(--neutral--300);
  padding-top: 30px;
  padding-bottom: 40px;
}

.cart-item-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
}

.cart-item-title:hover {
  color: var(--accent--primary-1);
}

.cart-item-price {
  color: var(--neutral--700);
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.111em;
}

.cart-item-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  padding: 20px 24px;
}

.cart-item-wrapper:last-child {
  border-bottom-style: none;
}

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

.pay-btn {
  border-radius: 15px;
}

.pay-btn.cart {
  height: 60px;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

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

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 15px;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  flex-wrap: wrap-reverse;
  padding: 0 0 20px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  color: var(--neutral--600);
  padding: 31px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: var(--neutral--700);
  font-size: 18px;
}

.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-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: var(--neutral--700);
  font-size: 18px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-result {
  color: var(--neutral--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;
}

.order-item-content {
  margin-left: 0;
}

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

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 62px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 20px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}

.card-sales-home-content {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding: 32px 14px;
}

.figma-file-image-wrapper {
  width: 54%;
}

.figma-file-text-wrapper {
  border-right: 1px solid var(--neutral--300);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px 40px 56px;
  display: flex;
}

.badge-home {
  border: 1px solid var(--neutral--400);
  color: #211f54;
  background-color: #fff;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.card-home-pages-wrapper {
  padding-top: 58px;
  padding-left: 58px;
  padding-right: 58px;
}

.cta-square-logo {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  border-radius: 22px;
  width: 100%;
  max-width: 80px;
  margin-bottom: 22px;
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--300);
}

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

.cta-image-card {
  width: 1229px;
  max-width: 1229px;
  margin-top: 52px;
  margin-bottom: -41px;
}

.divider-vertical {
  background-color: var(--neutral--400);
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-vertical.explore {
  min-height: 206px;
  margin-left: 20px;
  margin-right: 20px;
}

.half-bg-top {
  z-index: 0;
  background-color: #fff2e680;
  width: 100%;
  height: 44%;
  position: absolute;
  inset: 0% 0% auto;
}

.half-bg-top.bg-top {
  background-color: var(--neutral--200);
  height: 45%;
}

.half-bg-top.bg-top.v2 {
  height: 37%;
}

.half-bg-top.blog-v1 {
  z-index: -1;
  height: 60%;
  min-height: 290px;
}

.half-bg-top.choose-us {
  z-index: -1;
  background-color: var(--secondary--color-3);
  height: 58%;
}

.half-bg-top.blog-v2 {
  z-index: -1;
  background-color: var(--secondary--color-3);
  height: 44%;
  min-height: 282px;
}

.half-bg-top.blog-v3 {
  z-index: -1;
  height: 68%;
  min-height: 290px;
}

.half-bg-top.home-v2 {
  z-index: -1;
  background-color: var(--neutral--200);
  height: 93%;
}

.half-bg-top.hero-v9-bg {
  height: 59%;
}

.half-bg-top.service-single {
  z-index: -1;
  background-color: var(--neutral--200);
  height: 50%;
}

.nav-link {
  color: var(--neutral--600);
  font-size: 16px;
  line-height: 1.25em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

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

.nav-link.special {
  color: var(--neutral--800);
  text-decoration: underline;
}

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

.nav-link.legal {
  font-size: 12px;
}

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

.nav-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: block;
}

.nav-content.main {
  display: block;
}

.nav-menu-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.contact-link {
  color: var(--neutral--800);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.contact-link:hover {
  color: var(--accent--primary-1);
  transform: translate3d(6px, 0, .01px);
}

.contact-link.explore-bar {
  color: var(--neutral--600);
  align-self: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: none;
}

.contact-link.explore-bar:hover {
  color: var(--neutral--600);
  transform: none;
}

.cta-footer-top-card {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(86deg, #09465bcf, var(--transparent) 41%), linear-gradient(180deg, var(--accent--primary-1), var(--transparent) 52%), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg'), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 0 0, 0 30%, 0 30%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto;
  border-radius: 28px;
  justify-content: center;
  padding: 84px 40px;
  display: flex;
}

.main-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 284px) auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.hero-v1-section---large-image-right-wrapper {
  justify-content: flex-end;
  margin-bottom: 87px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.large-image-container {
  min-width: 1248px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-video-wrapper {
  color: var(--neutral--800);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.play-video-wrapper:hover {
  color: var(--accent--primary-1);
}

.button-play {
  background-color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 8px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 40px #14142b66;
}

.button-play:hover {
  transform: scale3d(.96, .96, 1.001);
}

.button-play.button-small-and-text-flex {
  border: 1px solid var(--neutral--300);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  flex: 0 auto;
  width: 52px;
  min-height: 52px;
  padding-left: 4px;
  transition-property: none;
  position: static;
}

.button-play.button-small-and-text-flex:hover {
  transform: none;
}

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

.button-icon-play {
  width: 30%;
  max-width: none;
}

.button-icon-play.button-icon-small {
  width: auto;
  min-width: 16px;
  max-width: 16px;
}

.bg-purple-line {
  background-image: url('../images/purple-line-elderlycare-x-webflow-template.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 12px;
  display: inline;
}

.bg-purple-line.text-no-wrap {
  white-space: nowrap;
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
}

.bg-purple-line.v2 {
  background-position: 0 80%;
  background-size: 90%;
  padding-bottom: 0;
}

.bg-purple-line.v2.text-no-wrap {
  background-image: url('../images/purple-line-elderlycare-x-webflow-template.svg');
  background-repeat: no-repeat;
  background-size: 90%;
}

.bg-purple-line.v3 {
  padding-bottom: 4px;
  display: inline;
}

.bg-purple-line.v3.text-no-wrap {
  background-image: url('../images/purple-line-elderlycare-x-webflow-template_2.svg');
}

.bg-purple-line.v4 {
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template_1.svg');
  background-position: 50% 83%;
}

.bg-purple-line.v5 {
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template.svg');
}

.bg-purple-line.v5.text-no-wrap {
  background-image: url('../images/purple-line-elderlycare-x-webflow-template_2.svg');
}

.bg-purple-line.v6 {
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template.svg');
  background-position: 50% 85%;
}

.bg-purple-line.v6.text-no-wrap {
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template_1.svg');
}

.choose-us-image---01 {
  border-radius: 32px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.choose-us-image---02 {
  border-radius: 32px;
  max-width: 362px;
  overflow: hidden;
}

.choose-us-image---03 {
  border-radius: 32px;
  max-width: 304px;
  margin-left: 5%;
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}

.position-absolute.square-shape-bg-color-3 {
  z-index: -1;
  background-color: var(--secondary--color-3);
  border-radius: 32px;
  width: 57%;
  min-height: 81.5%;
}

.position-absolute.hero-v3-bg {
  z-index: -1;
  background-color: var(--secondary--teal);
  min-height: 88%;
  inset: 0% 0% auto;
}

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

.bg-purple-line-large {
  background-image: url('../images/purple-line-large-elderlycare-x-webflow-template.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 13px;
  display: inline;
}

.bg-purple-line-large.v2 {
  background-image: url('../images/purple-line-contact-category-elderlycare-x-webflow-template_1.svg');
  padding-bottom: 0;
}

.bg-purple-line-large.v3 {
  padding-bottom: 22px;
}

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

.square-icon.icon-72px {
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
}

.contact-card-link {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  transition: color .3s, transform .3s, box-shadow .3s;
  display: flex;
}

.contact-card-link:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-01);
  color: var(--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.bg {
  position: absolute;
}

.bg.floating-top-contact-v2 {
  z-index: -1;
  background-color: var(--accent--primary-2);
  border-radius: 32px;
  width: 406px;
  min-height: 344px;
  inset: 80px -107px auto auto;
}

.bg.floating-bottom-contact-v2 {
  z-index: -1;
  background-color: var(--secondary--teal);
  border-radius: 32px;
  width: 406px;
  min-height: 394px;
  inset: auto auto -218px -133px;
}

.bg.floating-bottom---right-team {
  z-index: -1;
  background-color: var(--accent--light-blue);
  border-radius: 24px;
  width: 80%;
  min-height: 73%;
  inset: auto -152px -152px auto;
}

.bg.floating-coming-soon---v1 {
  inset: 9% auto auto -9%;
  transform: rotate(-16deg);
}

.bg.floating-coming-soon---v2 {
  inset: 0% auto auto 102%;
  transform: rotate(15deg);
}

.bg.floating-bottom---left-values {
  z-index: -1;
  background-color: var(--secondary--color-3);
  border-radius: 24px;
  width: 86%;
  min-height: 89%;
  inset: auto auto -111px -118px;
}

.bg.floating-bottom---left-choose {
  z-index: -1;
  background-color: var(--secondary--color-3);
  border-radius: 32px;
  width: 82%;
  min-height: 91%;
  inset: auto auto 0% -14px;
}

.bg.floating-bottom---left-choose.v2 {
  left: 0%;
}

.bg.floating-center---our-team {
  z-index: -1;
  background-color: var(--secondary--color-3);
  border-radius: 32px;
  width: 70%;
  min-height: 90%;
  right: 32%;
}

.full-image-left-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.full-image-left-wrapper.cta-v1 {
  width: 46.3%;
}

.input-button-inside-block {
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0;
  display: flex;
}

.service-top-content-icon {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.team-image-right-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.full-page-section---image-right {
  align-self: flex-end;
  width: 45%;
  position: absolute;
  inset: auto 0% auto auto;
}

.bg-purple-line-small {
  background-image: url('../images/purple-line-pricing-elderlycare-x-webflow-template_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg-purple-line-small.v2 {
  background-image: url('../images/purple-line-large-elderlycare-x-webflow-template_1.svg');
  background-position: 50% 94%;
}

.bg-purple-line-small.v3 {
  background-image: url('../images/purple-line-contact-category-elderlycare-x-webflow-template.svg');
}

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

.blog-content-over-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 49px;
  display: flex;
  position: relative;
}

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

.card-image._w-h-100.featured-v2 {
  object-position: 50% 62%;
  flex: 1;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.card-image._w-h-100.service-item-image-v1 {
  max-height: 391px;
}

.card-image._w-h-100.grow {
  flex: 1;
}

.card-image.featured-v1 {
  object-position: 0% 50%;
  flex: 1;
  width: 100%;
  height: 100%;
}

.card-image.feature-v3 {
  object-position: 50% 0%;
  flex: 1;
  width: 100%;
  height: 100%;
}

.card-image.post-v1 {
  object-position: 50% 0%;
  width: 100%;
  max-height: 244px;
}

.form-subscribe-block {
  flex-direction: column;
  justify-content: center;
  min-height: 126px;
  margin-bottom: 0;
  display: flex;
}

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

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

.hover-color-neutral-800:hover {
  color: var(--accent--primary-1);
}

.slide-location-wrapper {
  position: relative;
  overflow: visible;
}

.slide-location-full-width {
  z-index: -1;
  background-color: var(--neutral--200);
  min-height: 68.5%;
  position: absolute;
  inset: auto 0% 0;
}

.slide-location-col-right {
  width: 100%;
  max-width: 579px;
  padding-top: 250px;
  padding-bottom: 120px;
}

.slide-location-picture-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-location-picture {
  border-radius: 32px;
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.location-featured {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--neutral--800);
  grid-template-rows: auto;
  grid-template-columns: minmax(22px, 20px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  font-weight: 500;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: grid;
}

.location-featured:hover {
  color: var(--accent--primary-1);
  transform: translate(6px);
}

.section---location {
  padding-bottom: 114px;
  position: relative;
  overflow: hidden;
}

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

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

.mg-bottom-18px.left {
  text-align: left;
}

.blog-card-featured-image-wrapper.featured-v2 {
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 561px;
  max-height: 561px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.blog-card-badge-wrapper-bottom {
  position: absolute;
  inset: auto auto 16px 16px;
}

.card-description.blog-v2-card {
  width: 100%;
  max-width: 332px;
}

.blog-featured-wrapper {
  align-items: center;
  min-height: 561px;
  max-height: 561px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-card-full-width-right {
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-decotarion-line-blog-category {
  width: 100%;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image-right-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-image-right-wrapper.cta-v2 {
  width: 48%;
}

.full-width-right-hero-wrapper {
  width: 100%;
  position: relative;
}

.full-width-right-hero-wrapper.layout-grid-2-cols---hero-v2 {
  height: 778px;
}

.full-width-right-hero-wrapper.layout-grid-3-cols---hero-v3 {
  min-height: 477px;
  margin-bottom: auto;
}

.full-width-right-hero-wrapper.layout-grid-3-cols---our-team {
  min-height: 583px;
  margin-top: auto;
}

.full-width-right-hero {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.full-width-right-hero.layout-grid-2-cols---hero-v2 {
  border-radius: 32px;
  width: 40vw;
  overflow: hidden;
}

.full-width-right-hero.layout-grid-3-cols---hero-v3 {
  border-radius: 32px;
  width: 355px;
  overflow: hidden;
}

.full-width-right-hero.layout-grid-3-cols---our-team {
  border-radius: 32px;
  width: 430px;
  overflow: hidden;
}

.full-width-right-hero.tabs-location-image {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 692px;
  overflow: hidden;
}

.hero-v2-content-wrapper {
  margin-top: 17.5%;
}

.accordion-image-left-wrapper {
  width: 100%;
  display: flex;
}

.team-image-right {
  max-width: 580px;
  min-height: 600px;
  margin-left: 40px;
}

.team-image-left-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 624px;
  display: flex;
  position: relative;
}

.team-image---01 {
  border-radius: 32px;
  width: 100%;
  height: 583px;
  overflow: hidden;
}

.team-image---02 {
  border-radius: 32px;
  width: 100%;
  height: 556px;
  margin-top: 128px;
  overflow: hidden;
}

.service-card-wrapper {
  color: var(--neutral--600);
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.service-card-wrapper:hover {
  color: var(--neutral--600);
}

.services-cms---hero-title {
  align-items: flex-start;
  display: flex;
}

.full-width-left-wrapper {
  width: 100%;
  position: relative;
}

.full-width-left-wrapper.layout-grid-3-cols---hero-v3 {
  min-height: 477px;
  margin-top: auto;
}

.full-width-left-wrapper.layout-grid-2-cols---video {
  max-width: 624px;
  min-height: 666px;
}

.full-width-left-wrapper.cta-v3-full-width-left-wrapper {
  max-width: 624px;
  min-height: 518px;
}

.full-width-left-wrapper.layout-grid-3-cols---our-team {
  min-height: 583px;
  margin-bottom: auto;
}

.full-width-left {
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-width-left.layout-grid-3-cols---hero-v3 {
  border-radius: 32px;
  width: 355px;
  overflow: hidden;
}

.full-width-left.layout-grid-2-cols---video {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  width: 52vw;
  min-width: 650px;
  overflow: hidden;
}

.full-width-left.cta-v3-full-width-left {
  border-radius: 32px;
  width: 54vw;
  min-width: 650px;
  overflow: hidden;
}

.full-width-left.layout-grid-3-cols---our-team {
  border-radius: 32px;
  width: 430px;
  overflow: hidden;
}

.card-bg-right {
  background-color: var(--secondary--teal);
  border-radius: 32px 0 0 32px;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-bg-right.cta-v3 {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--transparent) 69%), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-left: 15%;
}

.accordion-item {
  background-color: var(--transparent);
  color: var(--neutral--600);
  padding: 0;
}

.accordion-item.w--current {
  background-color: var(--transparent);
}

.large-circle-buttons-container {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-circle-link-large {
  background-color: var(--dark-blue);
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  font-family: Social Icons Font, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.social-circle-link-large:hover {
  background-color: var(--brix);
  color: var(--dark-blue);
  transform: translate3d(0, -3px, .001px);
}

.card---home-sales {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.pd-sides-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.card-title.display-3.mg-bottom-8px {
  text-decoration: none;
}

.card-title.display-3.mg-bottom-8px.home {
  text-align: left;
}

.loading-page-wrapper {
  z-index: 9999;
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-bar-wrapper {
  z-index: 9999;
  background-color: var(--neutral--100);
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--accent--primary-1));
  border-radius: 999999px;
  min-height: 8px;
}

.logo-loading-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo-loading---01 {
  margin-bottom: -1px;
  margin-right: -16px;
  display: none;
}

.logo-loading---02 {
  display: none;
}

.logo-loading---03 {
  margin-bottom: -1px;
  margin-left: -16px;
  display: none;
}

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

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

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

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

.service-top-content-icon---wrapper {
  margin-top: -86px;
  margin-bottom: 16px;
}

.blog-content-over-top-category {
  margin-top: -74px;
  margin-bottom: 24px;
}

.contact-form {
  flex-direction: column;
  justify-content: center;
  min-height: 554px;
  margin-bottom: 0;
  display: flex;
}

.text-area-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.cart-item-content {
  margin-left: 0;
}

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

.footer-contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-break-all {
  word-break: break-all;
}

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

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

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

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

.tabs-horizontal-wrapper.v2 {
  align-items: flex-start;
  padding-top: 134px;
  padding-bottom: 134px;
  position: relative;
}

.tabs-horizontal-menu {
  flex-direction: column;
  min-width: 480px;
  margin-right: 40px;
  display: flex;
}

.tabs-horizontal-menu.v2 {
  min-width: 578px;
  max-width: 578px;
}

.tabs-horizontal-content {
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  max-width: 581px;
  min-height: 100%;
  margin-left: auto;
  display: flex;
}

.tabs-horizontal-content.v2 {
  width: auto;
  max-width: none;
  min-height: auto;
  position: absolute;
  inset: 134px 0% 134px 615px;
  overflow: visible;
}

.tabs-horizontal-content.hidden-on-desktop {
  display: none;
}

.content-center-v1 {
  padding-top: 163px;
  padding-bottom: 163px;
}

.blog-card-content-over-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 337px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grow, .tabs-horizontal---tab-pane {
  flex: 1;
}

.tabs-horizontal---tab-pane.v2 {
  padding-top: 100%;
  position: absolute;
  inset: -296px 0% 102px;
}

.tabs-horizontal---tab-pane-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-v3-content {
  padding-top: 101px;
  padding-bottom: 101px;
}

.max-width-100vw {
  max-width: 100vw;
}

.team-member-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.team-member-item.ops {
  min-width: 20rem;
  max-width: 34%;
  margin-left: auto;
  margin-right: auto;
}

.logo-link {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 204px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

.blog-feature-v2-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 32px;
  right: 34px;
}

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

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

.rich-text-v2 img {
  border-radius: 20px;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-v2 h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 1.2em;
}

.rich-text-v2 h3 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.438em;
}

.rich-text-v2 figure {
  margin-top: 41px;
  margin-bottom: 48px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 16px;
  margin-bottom: 33px;
}

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

.rich-text-v2 h4 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.583em;
}

.rich-text-v2 blockquote {
  margin-top: 56px;
  margin-bottom: 56px;
}

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

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

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

.grid-1-column-form-block {
  flex-direction: column;
  justify-content: center;
  min-height: 649px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.location-item {
  flex-direction: column;
  display: flex;
}

.location-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.product-content-top {
  margin-bottom: 24px;
}

.product-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.add-cart {
  flex-direction: column;
  justify-content: center;
  min-height: 159px;
  display: flex;
}

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

.tabs-content-vertical {
  width: 100%;
  max-width: 976px;
  overflow: visible;
}

.grow-section-v1-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 132px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.not-found-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 132px;
  display: flex;
  position: relative;
}

.not-found-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 814px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-summary-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
}

.shipping-method-content {
  margin-left: 0;
}

.order-item-title---link {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.order-item-title---link:hover {
  color: var(--accent--primary-1);
}

.cta-footer-middle-card-content {
  align-items: center;
  display: flex;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.video-block {
  padding-top: 240px;
  padding-bottom: 240px;
}

.video-block.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-block.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.video-block.top {
  padding-top: 100px;
}

.video-block.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.video-block.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-block.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.video-block.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.video-block.hero {
  position: relative;
  overflow: hidden;
}

.video-block.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.video-block.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.video-block.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.video-block.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.video-block.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.video-block.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-block.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.video-block.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.video-block.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.video-block.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.video-block.hero.v12 {
  padding-top: 80px;
}

.video-block.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.video-block.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.video-block.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.video-block.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.video-block.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.video-block.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

.video-block.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.video-block.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.video-block.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-block.pd-top-62px {
  padding-top: 62px;
}

.video-block.pd-top-0px {
  padding-top: 0;
}

.video-block.pd-bottom-200px {
  padding-bottom: 200px;
}

.video-block.pd-bottom-0px {
  padding-bottom: 0;
}

.video-block.pd-top-160px {
  padding-top: 160px;
}

.video-block.mg-top-224px {
  padding-top: 224px;
}

.video-block.pd-top-188px {
  padding-top: 188px;
}

.video-block.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.video-block.pd-bottom-220px {
  padding-bottom: 220px;
}

.video-block.pd-top-200px {
  padding-top: 200px;
}

.video-block.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.video-block.pd-top-180px {
  padding-top: 180px;
}

.video-block.pd-bottom-150px {
  padding-bottom: 150px;
}

.services-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 0 var(--general--shadow-02);
  border-radius: 24px;
}

.services-card.feature-v1 {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
  display: flex;
}

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

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

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

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

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

.services-card.sales-home-page {
  color: var(--neutral--300);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}

.services-card.sales-home-page:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
  color: var(--neutral--300);
  transform: scale3d(.96, .96, 1.01);
}

.services-card.buy-now {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.services-card.buy-now:hover {
  box-shadow: 0 1px 1px 0 var(--button-shadow--color-2);
  transform: scale3d(.98, .98, 1.01);
}

.services-card.buy-now.white {
  background-color: var(--neutral--100);
  box-shadow: 0 4px 20px 0 var(--general--shadow-02);
}

.services-card.buy-now.white:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
}

.services-card.password-protected-card-content {
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 40px;
  display: flex;
  position: relative;
}

.services-card._404-card-content {
  border-radius: 20px;
  padding: 82px 84px 106px;
  overflow: hidden;
}

.services-card.dropdown-pd {
  width: 620px;
}

.services-card.explore-bar {
  border-radius: 20px;
  padding: 20px;
}

.services-card.testimonial-card {
  background-image: linear-gradient(to right, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
  border-radius: 32px;
  align-items: center;
  padding: 58px 58px 58px 65px;
}

.services-card.service-content-over {
  border-top-left-radius: 0;
  flex-direction: column;
  flex: 1;
  max-width: 480px;
  margin-top: -112px;
  margin-right: 20px;
  padding: 45px 36px;
  display: flex;
  position: relative;
}

.services-card.team-card-inside-image {
  border-radius: 32px;
  max-width: 400px;
  padding: 40px 34px;
  position: absolute;
  inset: auto auto 28px 0%;
}

.services-card.blog-featured-v1 {
  z-index: 1;
  width: 100%;
  max-width: 527px;
  padding: 55px 42px 42px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.services-card.subscribe-newsletter-icon-card {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
  justify-content: center;
  padding: 54px 24px;
  display: flex;
}

.services-card.popular-card {
  background-color: var(--secondary--color-3);
}

.services-card.pricing-card {
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  max-width: 624px;
  padding: 80px 40px;
  display: flex;
}

.services-card.value-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.services-card.team-over-image-content {
  border-top-left-radius: 0;
  width: 88%;
  max-width: 294px;
  padding: 34px 36px 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.services-card.tabs-content-product {
  border-radius: 20px;
  max-width: 976px;
  padding: 78px 68px;
}

.services-card.blog-featured-v2 {
  color: var(--neutral--600);
  border-radius: 32px;
  max-width: 528px;
  max-height: 90%;
  text-decoration: none;
  position: absolute;
  inset: auto auto 36px 38px;
  overflow: hidden;
}

.services-card.blog-featured-v3 {
  z-index: 1;
  background-color: var(--transparent);
  box-shadow: none;
  border-style: none;
  border-radius: 32px 0 0 32px;
  max-width: 488px;
  margin-left: auto;
  padding-top: 52px;
  padding-bottom: 68px;
  padding-left: 47px;
  position: relative;
}

.services-card.blog-card-full-width-right {
  border-radius: 32px;
}

.services-card.center-content-testimonial {
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 26%, white 26%);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 63px 40px 60px;
  display: flex;
}

.services-card.service-form {
  background-color: var(--neutral--200);
  border-width: 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 53px 32px 78px;
  display: flex;
}

.services-card.service-card-content-left {
  border-radius: 20px;
  padding: 80px 32px;
}

.services-card.testimonial-content-left {
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 36px;
  display: flex;
}

.services-card.service-content-center {
  color: var(--neutral--600);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s;
  display: flex;
}

.services-card.service-content-center:hover {
  border-color: var(--accent--primary-1);
  transform: scale(.96);
}

.services-card.service-content-center.home {
  background-image: linear-gradient(90deg, var(--neutral--100) 75%, var(--dark-blue) 75%, #0a465b 90%);
  cursor: pointer;
  padding: 40px 20px;
}

.services-card.show-in-tablet {
  display: none;
}

.services-card.card-form {
  padding: 72px 60px;
}

.services-card.card-form.v2 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  padding-left: 48px;
  padding-right: 48px;
}

.services-card.search-result-item {
  color: var(--neutral--600);
  transform-style: preserve-3d;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.services-card.search-result-item:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
  color: var(--neutral--600);
  transform: translate3d(0, 6px, .01px);
}

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

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

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

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

.services-container._400px {
  max-width: 400px;
}

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

.services-container._500px {
  max-width: 500px;
}

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

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

.services-container._490px {
  max-width: 490px;
}

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

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

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

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

.services-container._476px {
  max-width: 476px;
}

.services-container._180px {
  max-width: 180px;
}

.services-container._1080px {
  max-width: 1080px;
}

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

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

.services-container._676px {
  max-width: 676px;
}

.services-container._556px {
  max-width: 556px;
}

.services-container._499px {
  max-width: 499px;
}

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

.services-container._414px {
  max-width: 414px;
}

.services-container._332px {
  max-width: 332px;
}

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

.services-container._734px {
  max-width: 734px;
}

.services-container._260px {
  max-width: 260px;
}

.services-container._770px {
  max-width: 770px;
}

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

.services-container._445px {
  max-width: 445px;
}

.services-container._276px {
  max-width: 276px;
}

.services-container._1072px {
  max-width: 1072px;
}

.services-container._376px {
  max-width: 376px;
}

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

.services-container._231px {
  max-width: 231px;
}

.services-container._488px {
  max-width: 488px;
}

.services-container._496px {
  max-width: 496px;
}

.services-container._570px {
  max-width: 570px;
}

.services-container._860px {
  max-width: 860px;
}

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

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

.services-container._512px {
  max-width: 512px;
}

.services-container._568px {
  max-width: 568px;
}

.services-container._826px {
  max-width: 826px;
}

.services-container._1088px {
  max-width: 1088px;
}

.services-container._672px {
  max-width: 672px;
}

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

.services-container._250px {
  max-width: 250px;
}

.services-container._650px {
  max-width: 650px;
}

.services-container._567px {
  max-width: 567px;
}

.services-container._888px {
  max-width: 888px;
}

.services-container._833px {
  max-width: 833px;
}

.services-container._652px {
  max-width: 652px;
}

.services-container._612px {
  max-width: 612px;
}

.services-container._1108px {
  max-width: 1108px;
}

.services-container._976px {
  max-width: 976px;
}

.services-container._1066px {
  max-width: 1066px;
}

.services-container.cta-v1-content {
  max-width: 498px;
}

.services-container._78px {
  max-width: 78px;
}

.services-container._78px.grow {
  flex: 1;
}

.services-container._1000px {
  max-width: 1000px;
}

.services-container.image-and-bg {
  max-width: 564px;
  min-height: 100%;
  position: relative;
}

.services-container.service-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 290px;
  display: flex;
}

.services-container.cta-v3-content {
  width: 100%;
  max-width: 499px;
}

.services-container.video-left-2-col-content {
  max-width: 528px;
}

.services-container.blog-feature-v2-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 441px;
  display: flex;
}

.services-container._660px {
  max-width: 660px;
}

.services-container._597px {
  max-width: 597px;
}

.services-container._540px {
  max-width: 540px;
}

.services-container._213px {
  max-width: 213px;
}

.services-container._387px {
  max-width: 387px;
}

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

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

.services-container._565px {
  max-width: 565px;
}

.services-container._444px {
  max-width: 444px;
}

.collection-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-header {
  padding-top: 240px;
  padding-bottom: 240px;
}

.services-header.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-header.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.services-header.top {
  padding-top: 100px;
}

.services-header.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.services-header.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-header.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.services-header.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.services-header.hero {
  position: relative;
  overflow: hidden;
}

.services-header.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.services-header.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.services-header.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.services-header.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.services-header.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.services-header.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-header.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.services-header.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.services-header.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.services-header.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.services-header.hero.v12 {
  padding-top: 80px;
}

.services-header.hero.v13 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/compassionate-home-health-care-in-austin-texas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 48px;
}

.services-header.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.services-header.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.services-header.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.services-header.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.services-header.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

.services-header.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.services-header.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.services-header.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-header.pd-top-62px {
  padding-top: 62px;
}

.services-header.pd-top-0px {
  padding-top: 0;
}

.services-header.pd-bottom-200px {
  padding-bottom: 200px;
}

.services-header.pd-bottom-0px {
  padding-bottom: 0;
}

.services-header.pd-top-160px {
  padding-top: 160px;
}

.services-header.mg-top-224px {
  padding-top: 224px;
}

.services-header.pd-top-188px {
  padding-top: 188px;
}

.services-header.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.services-header.pd-bottom-220px {
  padding-bottom: 220px;
}

.services-header.pd-top-200px {
  padding-top: 200px;
}

.services-header.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.services-header.pd-top-180px {
  padding-top: 180px;
}

.services-header.pd-bottom-150px {
  padding-bottom: 150px;
}

.services-contact-block {
  z-index: 2;
  margin-top: -30px;
  position: relative;
}

.section-copy {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-copy.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-copy.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.section-copy.top {
  padding-top: 100px;
}

.section-copy.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-copy.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section-copy.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.section-copy.hero {
  position: relative;
  overflow: hidden;
}

.section-copy.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.section-copy.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.section-copy.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.section-copy.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.section-copy.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-copy.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.section-copy.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-copy.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-copy.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.section-copy.hero.v12 {
  padding-top: 80px;
}

.section-copy.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.section-copy.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.section-copy.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.section-copy.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.section-copy.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.section-copy.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-copy.pd-top-62px {
  padding-top: 62px;
}

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

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

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

.section-copy.pd-top-160px {
  padding-top: 160px;
}

.section-copy.mg-top-224px {
  padding-top: 224px;
}

.section-copy.pd-top-188px {
  padding-top: 188px;
}

.section-copy.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.section-copy.pd-bottom-220px {
  padding-bottom: 220px;
}

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

.section-copy.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-copy.pd-top-180px {
  padding-top: 180px;
}

.section-copy.pd-bottom-150px {
  padding-bottom: 150px;
}

.sub-services-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sub-services-section.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sub-services-section.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.sub-services-section.top {
  padding-top: 100px;
}

.sub-services-section.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.sub-services-section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-services-section.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.sub-services-section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.sub-services-section.hero {
  position: relative;
  overflow: hidden;
}

.sub-services-section.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.sub-services-section.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.sub-services-section.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.sub-services-section.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.sub-services-section.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.sub-services-section.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.sub-services-section.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.sub-services-section.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.sub-services-section.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.sub-services-section.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.sub-services-section.hero.v12 {
  padding-top: 80px;
}

.sub-services-section.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.sub-services-section.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.sub-services-section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.sub-services-section.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.sub-services-section.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.sub-services-section.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.sub-services-section.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.sub-services-section.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-services-section.pd-top-62px {
  padding-top: 62px;
}

.sub-services-section.pd-top-0px {
  padding-top: 0;
}

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

.sub-services-section.pd-bottom-0px {
  padding-bottom: 0;
}

.sub-services-section.pd-top-160px {
  padding-top: 160px;
}

.sub-services-section.mg-top-224px {
  padding-top: 224px;
}

.sub-services-section.pd-top-188px {
  padding-top: 188px;
}

.sub-services-section.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.sub-services-section.pd-bottom-220px {
  padding-bottom: 220px;
}

.sub-services-section.pd-top-200px {
  padding-top: 200px;
}

.sub-services-section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.sub-services-section.pd-top-180px {
  padding-top: 180px;
}

.sub-services-section.pd-bottom-150px {
  padding-bottom: 150px;
}

.team-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.team-section.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-section.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.team-section.top {
  padding-top: 100px;
}

.team-section.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.team-section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-section.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.team-section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.team-section.hero {
  position: relative;
  overflow: hidden;
}

.team-section.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.team-section.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.team-section.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.team-section.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.team-section.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.team-section.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-section.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.team-section.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.team-section.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.team-section.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.team-section.hero.v12 {
  padding-top: 80px;
}

.team-section.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.team-section.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.team-section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.team-section.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.team-section.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.team-section.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.team-section.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.team-section.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-section.pd-top-62px {
  padding-top: 62px;
}

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

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

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

.team-section.pd-top-160px {
  padding-top: 160px;
}

.team-section.mg-top-224px {
  padding-top: 224px;
}

.team-section.pd-top-188px {
  padding-top: 188px;
}

.team-section.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.team-section.pd-bottom-220px {
  padding-bottom: 220px;
}

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

.team-section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.team-section.pd-top-180px {
  padding-top: 180px;
}

.team-section.pd-bottom-150px {
  padding-bottom: 150px;
}

.services-hero {
  padding-top: 140px;
  padding-bottom: 140px;
}

.services-hero.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-hero.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.services-hero.top {
  padding-top: 100px;
}

.services-hero.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.services-hero.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-hero.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.services-hero.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.services-hero.hero {
  position: relative;
  overflow: hidden;
}

.services-hero.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.services-hero.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.services-hero.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.services-hero.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.services-hero.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.services-hero.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-hero.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.services-hero.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.services-hero.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.services-hero.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.services-hero.hero.v12 {
  padding-top: 80px;
}

.services-hero.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.services-hero.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.services-hero.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.services-hero.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.services-hero.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.services-hero.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

.services-hero.pd-0px {
  padding-top: 0;
  padding-bottom: 0;
}

.services-hero.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.services-hero.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-hero.pd-top-62px {
  padding-top: 62px;
}

.services-hero.pd-top-0px {
  padding-top: 0;
}

.services-hero.pd-bottom-200px {
  padding-bottom: 200px;
}

.services-hero.pd-bottom-0px {
  padding-bottom: 0;
}

.services-hero.pd-top-160px {
  padding-top: 160px;
}

.services-hero.mg-top-224px {
  padding-top: 224px;
}

.services-hero.pd-top-188px {
  padding-top: 188px;
}

.services-hero.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.services-hero.pd-bottom-220px {
  padding-bottom: 220px;
}

.services-hero.pd-top-200px {
  padding-top: 200px;
}

.services-hero.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.services-hero.pd-top-180px {
  padding-top: 180px;
}

.services-hero.pd-bottom-150px {
  padding-bottom: 150px;
}

.coming-soon {
  font-size: 40px;
}

.footer-wrapper-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cta-footer-top-card-copy {
  background-color: var(--accent--primary-1);
  background-image: linear-gradient(86deg, #8f5cdbcf, var(--transparent) 41%), linear-gradient(180deg, var(--accent--primary-1), var(--transparent) 52%), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg'), url('../images/texture-decoration-image-bg-elderlycare-x-webflow-template.svg');
  background-position: 0 0, 0 0, 0 30%, 0 30%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto;
  border-radius: 28px;
  justify-content: center;
  padding: 84px 40px;
  display: flex;
}

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

.contact-section {
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-section.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-section.pd-120px.pd-top-154px {
  padding-top: 154px;
}

.contact-section.top {
  padding-top: 100px;
}

.contact-section.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 148px;
  padding-bottom: 148px;
}

.contact-section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.contact-section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

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

.contact-section.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.contact-section.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.contact-section.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.contact-section.hero.v8 {
  padding-top: 110px;
  padding-bottom: 189px;
}

.contact-section.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.contact-section.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-section.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.contact-section.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.contact-section.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.contact-section.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.contact-section.hero.v12 {
  padding-top: 80px;
}

.contact-section.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.contact-section.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.contact-section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.contact-section.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.contact-section.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.contact-section.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.contact-section.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-section.grow-section-v1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-section.pd-top-62px {
  padding-top: 62px;
}

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

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

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

.contact-section.pd-top-160px {
  padding-top: 160px;
}

.contact-section.mg-top-224px {
  padding-top: 224px;
}

.contact-section.pd-top-188px {
  padding-top: 188px;
}

.contact-section.pd-top-224px---bottom-164px {
  padding-top: 224px;
  padding-bottom: 164px;
}

.contact-section.pd-bottom-220px {
  padding-bottom: 220px;
}

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

.contact-section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.contact-section.pd-top-180px {
  padding-top: 180px;
}

.contact-section.pd-bottom-150px {
  padding-bottom: 150px;
}

.subtext {
  color: var(--accent--primary-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11em;
}

.icon-circle {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  padding: 5px 7px;
}

.quick-stack {
  grid-column-gap: 14px;
}

.small {
  font-size: 22px;
}

.feature-stack.collage {
  grid-row-gap: 20px;
}

.div-block-3 {
  flex-flow: wrap;
  display: flex;
}

.service-list {
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: var(--dark-blue);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  color: var(--aqua);
  text-align: center;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.display-5 {
  color: #1a2021;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.167em;
}

.social-icon-square-2 {
  color: #fff;
  background-color: #2d8654;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  display: flex;
}

.social-icon-square-2:hover {
  color: #fff;
}

.social-icon-square-2.light {
  color: #2d8654;
  background-color: #d7e4ec;
}

.social-icon-square-2.light:hover {
  color: #fff;
  background-color: #2d8654;
}

.subtitle-2 {
  color: #2d8654;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
}

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

.btn-primary-2:hover {
  color: #fff;
  background-color: #0a465b;
  border-color: #0a465b;
  transform: translate3d(0, -3px, .01px);
}

.mg-bottom-40px-2 {
  color: #343d3e;
  margin-bottom: 40px;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #daddde;
  border-radius: 24px;
  box-shadow: 0 4px 20px #3f3f3f0a;
}

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

.btn-secondary-2 {
  color: #1a2021;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #daddde;
  border-radius: 15px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #2d8654;
  border-color: #2d8654;
  transform: translate3d(0, -3px, .01px);
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #daddde;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #3f3f3f0a;
}

.display-6 {
  color: #1a2021;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
  border-radius: 5px;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.collection-list-wrapper, .collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

.nav-menu-list-wrapper-legal {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 10px;
  font-weight: 400;
  list-style-type: none;
  display: grid;
}

.div-block-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-home-atx {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section-home-atx.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-home-atx.pd-120px.pd-top-154px {
  padding-top: 154px;
}

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

.section-home-atx.top {
  padding-top: 100px;
}

.section-home-atx.template-pages-hero {
  background-color: #fff2e6cc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-home-atx.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-home-atx.hero-page {
  background-image: linear-gradient(to bottom, white 43%, var(--secondary--color-3) 43%);
  padding-top: 93px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section-home-atx.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 200px;
}

.section-home-atx.hero {
  position: relative;
  overflow: hidden;
}

.section-home-atx.hero.v1 {
  background-color: var(--neutral--200);
  padding-top: 140px;
  padding-bottom: 0;
  overflow: visible;
}

.section-home-atx.hero.v4 {
  padding-top: 119px;
  padding-bottom: 95px;
}

.section-home-atx.hero.v7 {
  padding-top: 100px;
  padding-bottom: 180px;
}

.section-home-atx.hero.v8 {
  padding-top: 110px;
  padding-bottom: 120px;
}

.section-home-atx.hero.v9 {
  padding-top: 108px;
  padding-bottom: 118px;
}

.section-home-atx.hero.v10 {
  background-color: var(--secondary--teal);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-home-atx.hero.v11 {
  background-color: #fff2e6b3;
  padding-top: 100px;
  padding-bottom: 180px;
}

.section-home-atx.hero.v5 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-home-atx.hero.v6 {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-home-atx.hero.v2 {
  padding-top: 43px;
  padding-bottom: 0;
}

.section-home-atx.hero.v12 {
  padding-top: 80px;
}

.section-home-atx.hero.v13 {
  padding-top: 70px;
  padding-bottom: 48px;
}

.section-home-atx.hero.v3 {
  padding-top: 64px;
  padding-bottom: 0;
  overflow: visible;
}

.section-home-atx.hero.v14 {
  padding-top: 70px;
  padding-bottom: 175px;
}

.section-home-atx.hero.v15 {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 190px;
  padding-bottom: 164px;
}

.section-home-atx.hero.v16 {
  padding-top: 80px;
  padding-bottom: 314px;
}

.section-home-atx.hero.v17 {
  padding-top: 82px;
  padding-bottom: 222px;
}

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

.section-home-atx.pd-0px---neutral-200 {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.section-home-atx.grow-section-v1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-home-atx.pd-top-62px {
  padding-top: 62px;
}

.section-home-atx.pd-top-0px {
  padding-top: 0;
}

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

.section-home-atx.pd-bottom-0px {
  padding-bottom: 0;
}

.section-home-atx.pd-bottom-0px.overflow-hidden.pd-top-200px {
  padding-top: 140px;
}

.section-home-atx.pd-top-160px {
  padding-top: 160px;
}

.section-home-atx.mg-top-224px {
  padding-top: 224px;
}

.section-home-atx.pd-top-188px {
  padding-top: 188px;
}

.section-home-atx.pd-top-224px---bottom-164px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-home-atx.pd-bottom-220px {
  padding-bottom: 220px;
}

.section-home-atx.pd-top-200px {
  padding-top: 200px;
}

.section-home-atx.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-home-atx.pd-top-180px {
  padding-top: 180px;
}

.section-home-atx.pd-bottom-150px {
  padding-bottom: 150px;
}

.slide-nav {
  bottom: -10%;
}

.fb_timeslots_timezone-text {
  color: #292929;
}

.fb_form-input {
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.fb_form-input:focus {
  color: #000;
  border-width: 1px;
  border-color: #000;
}

.fb_form-input::placeholder {
  color: #a3a3a3;
  font-size: 1rem;
  font-weight: 400;
}

.fb_datepicker_icon {
  position: absolute;
  inset: auto 1.25rem auto auto;
}

.fb_timeslots_timezone {
  background-color: #68686826;
  border-radius: 3px;
  padding: 2px 5px;
}

.fb_category-dropdown_icon {
  color: #a3a3a3;
}

.fb_form-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fb_summary-component {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 3rem;
  padding: 1rem;
}

.fb_submit-button {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  margin-top: 2rem;
  padding: 1.25rem;
  transition: background-color .2s;
}

.fb_submit-button:hover {
  background-color: #000c;
}

.fb_form-wrapper {
  color: #a3a3a3;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
}

.fb_timeslot_grid-item {
  align-items: center;
  display: flex;
}

.fb_summary-item_tag {
  color: #686868;
  font-weight: 700;
}

.fb_service-dropdown_toggle {
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 100%;
  height: 3.625rem;
}

.fb_service-dropdown_toggle.w--open {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-radius: 4px 4px 0 0;
}

.fb_summary-item {
  color: #686868;
  justify-content: space-between;
  display: flex;
}

.fb_form_message-success {
  color: #000;
  -webkit-text-stroke-color: #a3a3a366;
  background-color: #fafafa;
  border-radius: 7px;
  margin-top: 2rem;
}

.fb_container-vertical {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fb_service-dropdown_icon {
  color: #a3a3a3;
}

.fb_datepicker_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.fb_summary-heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.fb_category-dropdown_text {
  color: #a3a3a3;
}

.fb_summary-content {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

.fb_timeslots_wrapper {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 1.25rem;
}

.fb_timeslots_label-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.fb_timeslot_radiobutton {
  border-color: #a3a3a3;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 8px;
}

.fb_timeslot_radiobutton.w--redirected-checked {
  background-color: #000;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 4px;
  box-shadow: 0 0 #0000;
}

.fb_service-dropdown_text {
  color: #a3a3a3;
}

.fb_timeslot_radiobutton-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.fb_service-dropdown_input {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  display: none;
}

.fb_form {
  margin-top: 4rem;
}

.fb_booking-form-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 4.5rem 3rem;
  display: grid;
  box-shadow: 1px 0 29px 3px #0000000d;
}

.fb_service-dropdown_list {
  border: 1px solid #000;
  border-top: 0 #000;
}

.fb_service-dropdown_list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0 #000;
  border-radius: 0 0 4px 4px;
}

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

.fb_category-dropdown_input {
  color: #a3a3a3;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 1rem;
  display: none;
}

.fb_form-input-grid {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fb_service-dropdown {
  width: 100%;
}

.fb_form_message-error {
  color: #4b4b4b;
}

.fb_form-description {
  color: #383838;
  font-size: 1rem;
  line-height: 1.2;
}

.fb_category-dropdown_list {
  border: 1px solid #000;
  border-top: 0 #000;
}

.fb_category-dropdown_list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0 #000;
  border-radius: 0 0 4px 4px;
}

.fb_category-dropdown_toggle {
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 100%;
  height: 3.625rem;
}

.fb_category-dropdown_toggle.w--open {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-radius: 4px 4px 0 0;
}

.fb_category-dropdown {
  width: 100%;
}

.booking-description {
  color: #000;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

@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.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .card.testimonial-card {
    background-image: linear-gradient(90deg, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .line-rounded-icon.link-icon-left.color-accent-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .link-text, .contact-link {
    margin-left: 5px;
  }

  .bg-purple-line.v2.text-no-wrap {
    background-image: url('../images/purple-line-elderlycare-x-webflow-template_1.svg');
  }

  .full-width-right-hero.layout-grid-2-cols---hero-v2 {
    width: 35vw;
  }

  .full-width-right-hero.tabs-location-image {
    width: 51vw;
  }

  .not-found-page-wrap {
    padding-top: 118px;
    padding-bottom: 158px;
  }

  .icon-circle {
    background-image: linear-gradient(#fff, #fff);
    border-radius: 50%;
    padding: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .mg-bottom-40px, .mg-bottom-48px {
    font-size: 21px;
  }

  .mg-bottom-48px.home {
    font-size: 18px;
  }

  .text-200.color-accent-1 {
    font-size: 22px;
  }

  .text-200.color-accent-1.home {
    font-size: 21px;
  }

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

  .display-3.mg-bottom-0 {
    font-size: 32px;
  }

  .text-300.medium.color-neutral-800 {
    font-size: 22px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container._600px---tablet.center.double {
    text-align: left;
  }

  .mg-bottom-0 {
    font-size: 21px;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._w-h-100.fit-cover.hero-v1-image-position {
    object-position: 100% 16%;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .full-page-section---image-right {
    width: 44%;
  }

  .bg-purple-line-small {
    background-image: url('../images/purple-line-blog-elderlycare-x-webflow-template.svg');
  }

  .full-width-right-hero.layout-grid-2-cols---hero-v2 {
    width: 30vw;
  }

  .not-found-page-wrap {
    padding-top: 140px;
    padding-bottom: 188px;
  }

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

  .mg-bottom-40px-2 {
    font-size: 21px;
  }

  .collection-list-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    text-decoration: none;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  blockquote {
    border-radius: 25px;
    padding: 88px 45px;
    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.header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-template-columns: minmax(541px, 1.2fr) 1fr;
    margin-bottom: 112px;
  }

  .grid-2-columns.hero-v2, .grid-2-columns.contact-v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v4 {
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 600px;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .grid-2-columns.cta-v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph._1-col-center---tablet {
    grid-row-gap: 18px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.title-and-search {
    grid-template-columns: .55fr .8fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 28px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.choose-images-left-grid {
    width: 100%;
    position: relative;
    left: 0;
  }

  .grid-2-columns.layout-v1-grid-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid-2-columns.layout-v1-grid-2-col.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.our-team-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.our-team-2-col.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-layout-v2 {
    grid-template-columns: .6fr 1fr;
  }

  .grid-2-columns.blog-layout-v2.our-blog {
    grid-row-gap: 70px;
    grid-template-columns: 1.3fr;
  }

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

  .grid-2-columns.slide-location-grid-2-col {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-image-left-grid-2-col {
    width: 100%;
    margin-left: 0;
  }

  .grid-2-columns.video-left-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .grid-2-columns.hero-grid-team-member {
    grid-template-columns: 1fr minmax(418px, 1fr);
  }

  .grid-2-columns.faqs-grid-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v3-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sales-pages {
    max-width: 100%;
  }

  .grid-2-columns.cta-grid-2-col {
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
  }

  .grid-2-columns.cta-footer-middle-card {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .grid-2-columns.gap-row-12px.contact-links {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-layout-v1 {
    grid-template-columns: 1fr .6fr;
  }

  .grid-2-columns.about-post {
    grid-template-columns: 1fr minmax(275px, .45fr);
  }

  .grid-2-columns.about-post-v2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr minmax(288px, .55fr);
  }

  .grid-2-columns.faqs-layout-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .grid-2-columns.grow-section-v1-grid {
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.sales-home-page.last {
    width: 48.5%;
  }

  .card._404-card-content {
    padding: 68px 70px 88px;
  }

  .card.dropdown-pd {
    background-color: var(--transparent);
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card.explore-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.testimonial-card {
    border-radius: 28px;
    padding: 48px;
  }

  .card.service-content-over {
    margin-top: -78px;
  }

  .card.blog-featured-v1 {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .card.pricing-card {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card.value-card {
    flex-direction: column;
  }

  .card.tabs-content-product {
    padding: 68px 48px;
  }

  .card.blog-featured-v3 {
    max-width: 424px;
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .card.service-form {
    padding: 43px 24px 58px;
  }

  .card.service-card-content-left {
    padding: 60px 24px;
  }

  .card.testimonial-content-left {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .card.show-in-tablet {
    display: block;
  }

  .card.service-card {
    border-radius: 28px;
    padding: 48px;
  }

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

  .grid-4-columns.footer-pages-grid {
    grid-row-gap: 70px;
    grid-template-columns: minmax(194px, 284px) auto auto;
  }

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

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

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-right-16px.mg-bottom-16px---tablet, .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.medium._16px---tablet, .text-200.medium-copy._16px---tablet {
    font-size: 16px;
  }

  .display-1 {
    font-size: 60px;
  }

  .grid-1-column.gap-row-24px.cards-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .grid-1-column._2-col-tablet---1-col-mbl {
    grid-template-columns: auto auto;
  }

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

  .display-2 {
    font-size: 42px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4.mg-bottom-16px.alt {
    margin-bottom: 10px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .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.style---buttons-grid.download-app-grid {
    grid-column-gap: 40px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-row-72px.col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.hero-images-grid {
    grid-column-gap: 24px;
  }

  .grid-3-columns.hero-v3-grid {
    grid-template-columns: minmax(auto, 148px) minmax(306px, 642px) minmax(auto, 148px);
  }

  .grid-3-columns.footer-pages-grid {
    grid-template-columns: minmax(166px, 336px) minmax(auto, 374px) auto;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

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

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container.cta-v1-content {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .inner-container.image-and-bg {
    max-width: 100%;
    max-height: 600px;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container._750px---tablet {
    max-width: 750px;
  }

  .inner-container.cta-v3-content {
    text-align: center;
    max-width: 100%;
  }

  .inner-container.video-left-2-col-content {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .inner-container._527px---tablet {
    max-width: 527px;
  }

  .inner-container.blog-layout-v2-responsive {
    max-width: 527px;
    margin-left: auto;
  }

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

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .avatar-circle._06 {
    min-width: 140px;
    max-width: 140px;
    min-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;
  }

  .circle-icon.cms---hero-icon {
    margin-bottom: 28px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text-v1 blockquote {
    font-size: 22px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .section.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.top {
    padding-top: 80px;
  }

  .section.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .section.hero.v1 {
    padding-top: 118px;
  }

  .section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .section.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section.hero.v5, .section.hero.v6 {
    padding-top: 80px;
  }

  .section.hero.v2 {
    padding-top: 90px;
  }

  .section.hero.v13 {
    padding-top: 60px;
  }

  .section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .section.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .section.pd-top-62px {
    padding-top: 60px;
  }

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

  .section.pd-top-160px {
    padding-top: 120px;
  }

  .section.mg-top-224px {
    padding-top: 188px;
  }

  .section.pd-top-188px {
    padding-top: 156px;
  }

  .section.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .section.pd-bottom-220px {
    padding-bottom: 180px;
  }

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

  .section.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.pd-top-180px {
    padding-top: 150px;
  }

  .section.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 40px;
  }

  .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--200);
    padding: 24px 24px 32px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .header-nav-list-item.show-in-tablet.header-btn {
    align-self: stretch;
    margin-top: 35px;
  }

  .dropdown-column-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: none;
  }

  .dropdown-column-wrapper.right {
    margin-left: 0;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

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

  .hamburger-menu-bar {
    width: 32px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-circle-primary.slider-arrow.right---bottom-left {
    bottom: 0;
    left: 68px;
  }

  .btn-circle-secondary.slider-arrow.right---bottom-left {
    bottom: 0;
    left: 0;
    right: 68px;
  }

  .protected-page-wrap {
    padding-top: 60px;
    padding-bottom: 168px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

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

  .flex-horizontal.start.flex-wrap.center---tablet, .flex-horizontal.success-message-horizontal.center---tablet {
    justify-content: center;
  }

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

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

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

  .footer-top.pd-top-110px---bottom-0px {
    padding-top: 90px;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-middle.pd-80px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-footer-logo---paragraph {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .sticky-top._24px-top.static---tablet {
    position: static;
  }

  .flex-card---image-wrapper {
    display: block;
  }

  ._w-h-100.fit-cover.hero-v1-image-position {
    object-position: 72% 0%;
  }

  ._w-h-100.fit-cover.hero-v2-image-position {
    max-height: 500px;
    display: inline-block;
  }

  ._w-h-100.fit-cover.object-position-top.alt---tablet {
    object-position: 50% 13%;
  }

  ._w-h-100.fit-cover.object-position-top.alt---tablet-v2 {
    object-position: 50% 32%;
  }

  ._w-h-100.fit-cover.hero-v3-image-position {
    max-height: 500px;
  }

  ._w-h-100.fit-cover.cta-v3-image {
    object-position: 50% 0%;
  }

  ._w-h-100.fit-cover.values-featured-image {
    object-position: 50% 23%;
    max-height: 500px;
  }

  ._w-h-100.fit-cover.faq-image {
    max-height: 500px;
  }

  ._w-h-100.fit-cover.pas-card {
    display: none;
  }

  .lightbox-video-icon-wrapper, .lightbox-video-icon-wrapper.v2 {
    width: 16%;
    padding-top: 16%;
  }

  .half-bg-right {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .half-bg-right.width-36 {
    width: 100%;
  }

  .half-bg-bottom.about-us {
    height: 50%;
  }

  .half-bg-bottom.contact-v3 {
    height: 64%;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .cta-card.cta-v1 {
    padding: 80px 0 0%;
  }

  .cta-card.cta-v4 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .cta-card.cta-v2 {
    padding-top: 115px;
    padding-bottom: 0%;
  }

  .cta-card.cta-footer {
    text-align: center;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper.accordion-card.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .accordion-content-wrapper.v2 {
    max-width: 100%;
  }

  .team-member-square {
    max-height: 360px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 60px 45px;
  }

  .product-content {
    flex-direction: row;
  }

  .blog-card-image-wrapper.featured-v1 {
    border-radius: 24px;
    max-width: 85%;
    margin-left: auto;
  }

  .blog-card-image-wrapper.blog-v3-image {
    width: auto;
    min-height: 320px;
    margin-left: 20px;
  }

  .blog-card-image-wrapper.featured-v3 {
    right: 32%;
  }

  .categories-badges-item-wrapper.center---tablet {
    justify-content: center;
  }

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

  .categories-badges-wrapper.center---tablet {
    justify-content: center;
  }

  .blog-card-wrapper.blog-featured-v1 {
    padding-bottom: 120px;
  }

  .blog-card-badge-wrapper-top.left-badge {
    top: 20px;
    left: 20px;
  }

  .blog-card-content-inside.blog-feature-v2 {
    padding: 50px 32px;
  }

  .blog-card-content-inside.blog-v2-card {
    grid-column-gap: 40px;
    grid-template-columns: minmax(auto, 422px) minmax(320px, 1fr);
  }

  .blog-card-content-inside.blog-v2-card.alt {
    grid-template-columns: 1fr;
    padding-right: 28px;
  }

  .blog-card-content-over {
    width: auto;
    margin-top: -100px;
    margin-right: 20px;
    padding-top: 38px;
    padding-bottom: 45px;
  }

  .image-wrapper.border-radius-24px.location-image-item {
    max-height: 373px;
  }

  .image-wrapper.size-192px {
    min-width: 160px;
    max-width: 160px;
  }

  .image-wrapper.choose-us-v2-image-wrapper {
    margin-left: 0;
  }

  .image-wrapper.choose-us-v2-image-wrapper.v2 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .image-wrapper.border-radius-20px.post---featured-image {
    max-height: 600px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .checkout-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-home-link-wrapper {
    max-width: 290px;
  }

  .figma-file-image-wrapper {
    width: 100%;
  }

  .figma-file-text-wrapper {
    padding: 48px 40px;
  }

  .half-bg-top.choose-us {
    height: 78%;
  }

  .half-bg-top.hero-v9-bg {
    height: 62%;
  }

  .nav-content {
    grid-column-gap: 28px;
  }

  .contact-link.explore-bar {
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cta-footer-top-card {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-v1-section---large-image-right-wrapper {
    margin-bottom: 73px;
  }

  .large-image-container {
    min-width: 1014px;
  }

  .bg.floating-bottom---right-team {
    bottom: -83px;
    right: -136px;
  }

  .bg.floating-bottom---left-values {
    bottom: -64px;
    left: -48px;
  }

  .bg.floating-bottom---left-choose, .bg.floating-bottom---left-choose.v2 {
    inset: auto 0% 0% auto;
  }

  .bg.floating-center---our-team {
    right: auto;
  }

  .responsive-container {
    margin-left: auto;
    margin-right: auto;
  }

  .full-image-left-wrapper.cta-v1 {
    width: auto;
    max-height: 500px;
    position: static;
  }

  .full-page-section---image-right {
    width: 100%;
    max-width: 360px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0%;
  }

  .card-image.featured-v1 {
    object-position: 30% 50%;
  }

  .card-image.feature-v3 {
    object-position: 43% 50%;
  }

  .card-image.post-v1 {
    max-height: 350px;
  }

  .slide-location-wrapper {
    padding-bottom: 50px;
  }

  .slide-location-col-right {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-location-picture {
    width: 100%;
    max-height: 500px;
    position: static;
  }

  .section---location {
    padding-bottom: 100px;
  }

  .card-description.blog-v2-card {
    max-width: 100%;
  }

  .full-image-right-wrapper.cta-v2 {
    width: auto;
    max-height: 600px;
    margin-left: -24px;
    margin-right: -24px;
    position: static;
  }

  .full-width-right-hero-wrapper.layout-grid-2-cols---hero-v2 {
    height: auto;
  }

  .full-width-right-hero.layout-grid-2-cols---hero-v2 {
    border-radius: 32px;
    width: 100%;
    position: relative;
  }

  .full-width-right-hero.layout-grid-3-cols---our-team {
    width: 36vw;
  }

  .full-width-right-hero.tabs-location-image {
    border-radius: 0;
    align-items: center;
    width: 100%;
    max-height: 500px;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .hero-v2-content-wrapper {
    text-align: center;
    margin-top: 0%;
  }

  .team-image-left-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .team-image---01 {
    height: auto;
    max-height: 500px;
  }

  .team-image---02 {
    height: auto;
    max-height: 500px;
    margin-top: 106px;
  }

  .services-cms---hero-title {
    flex-direction: column;
  }

  .full-width-left-wrapper.layout-grid-2-cols---video {
    max-width: 100%;
    min-height: auto;
  }

  .full-width-left-wrapper.cta-v3-full-width-left-wrapper {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: auto;
    max-width: none;
    min-height: auto;
    max-height: 500px;
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
  }

  .full-width-left.layout-grid-2-cols---video {
    border-top-right-radius: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: auto;
    min-width: auto;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
  }

  .full-width-left.cta-v3-full-width-left {
    border-radius: 0;
    width: auto;
    min-width: auto;
    position: static;
  }

  .full-width-left.layout-grid-3-cols---our-team {
    width: 40vw;
  }

  .card-bg-right, .card-bg-right.cta-v3 {
    border-radius: 32px;
    margin-left: -24px;
  }

  .large-circle-buttons-container {
    grid-column-gap: 24px;
  }

  .social-circle-link-large {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    font-size: 44px;
  }

  .card---home-sales._100-tablet {
    max-width: 100%;
  }

  .explore-bar-content {
    flex: 1;
  }

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

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

  .tabs-horizontal-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-horizontal-wrapper.v2 {
    padding-top: 112px;
    padding-bottom: 0;
  }

  .tabs-horizontal-menu {
    min-width: auto;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .tabs-horizontal-menu.v2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .tabs-horizontal-content {
    max-width: 100%;
    margin-left: 0;
  }

  .tabs-horizontal-content.v2 {
    margin-left: -24px;
    margin-right: -24px;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .tabs-horizontal---tab-pane.v2 {
    padding-top: 0%;
    position: static;
  }

  .mg-bottom-70px---tablet {
    margin-bottom: 70px;
  }

  .tabs-horizontal---tab-pane-wrapper {
    height: auto;
    max-height: 650px;
  }

  .hero-v3-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .blog-feature-v2-arrow {
    top: 26px;
    right: 24px;
  }

  .mg-bottom-95px.alt {
    margin-bottom: 60px;
  }

  .rich-text-v2 h2 {
    font-size: 42px;
  }

  .rich-text-v2 h3 {
    font-size: 28px;
  }

  .rich-text-v2 blockquote {
    font-size: 22px;
  }

  .grid-1-column-form-block {
    min-height: 741px;
  }

  .product-content-top {
    width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .grow-section-v1-wrapper {
    width: 100%;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .not-found-page-wrap {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .not-found-page-content {
    max-width: 680px;
  }

  .cta-footer-middle-card-content {
    text-align: center;
    flex-direction: column;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .video-block {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .video-block.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-block.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .video-block.top {
    padding-top: 80px;
  }

  .video-block.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .video-block.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-block.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .video-block.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .video-block.hero.v1 {
    padding-top: 118px;
  }

  .video-block.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .video-block.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .video-block.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .video-block.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .video-block.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-block.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .video-block.hero.v5, .video-block.hero.v6 {
    padding-top: 80px;
  }

  .video-block.hero.v2 {
    padding-top: 90px;
  }

  .video-block.hero.v13 {
    padding-top: 60px;
  }

  .video-block.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .video-block.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .video-block.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .video-block.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .video-block.pd-top-62px {
    padding-top: 60px;
  }

  .video-block.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .video-block.pd-top-160px {
    padding-top: 120px;
  }

  .video-block.mg-top-224px {
    padding-top: 188px;
  }

  .video-block.pd-top-188px {
    padding-top: 156px;
  }

  .video-block.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .video-block.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .video-block.pd-top-200px {
    padding-top: 140px;
  }

  .video-block.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .video-block.pd-top-180px {
    padding-top: 150px;
  }

  .video-block.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .services-card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .services-card.sales-home-page.last {
    width: 48.5%;
  }

  .services-card._404-card-content {
    padding: 68px 70px 88px;
  }

  .services-card.dropdown-pd {
    background-color: var(--transparent);
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-card.explore-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-card.testimonial-card {
    border-radius: 28px;
    padding: 48px;
  }

  .services-card.service-content-over {
    margin-top: -78px;
  }

  .services-card.blog-featured-v1 {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .services-card.pricing-card {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-card.value-card {
    flex-direction: column;
  }

  .services-card.tabs-content-product {
    padding: 68px 48px;
  }

  .services-card.blog-featured-v3 {
    max-width: 424px;
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }

  .services-card.service-form {
    padding: 43px 24px 58px;
  }

  .services-card.service-card-content-left {
    padding: 60px 24px;
  }

  .services-card.testimonial-content-left {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .services-card.show-in-tablet {
    display: block;
  }

  .services-container._100---tablet {
    max-width: 100%;
  }

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

  .services-container._400px---tablet {
    max-width: 400px;
  }

  .services-container.cta-v1-content {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .services-container.image-and-bg {
    max-width: 100%;
    max-height: 600px;
  }

  .services-container._500px---tablet {
    max-width: 500px;
  }

  .services-container._650px---tablet {
    max-width: 650px;
  }

  .services-container._750px---tablet {
    max-width: 750px;
  }

  .services-container.cta-v3-content {
    text-align: center;
    max-width: 100%;
  }

  .services-container.video-left-2-col-content {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .services-container._527px---tablet {
    max-width: 527px;
  }

  .services-container.blog-layout-v2-responsive {
    max-width: 527px;
    margin-left: auto;
  }

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

  .services-header {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .services-header.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .services-header.top {
    padding-top: 80px;
  }

  .services-header.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .services-header.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-header.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .services-header.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .services-header.hero.v1 {
    padding-top: 118px;
  }

  .services-header.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .services-header.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .services-header.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .services-header.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .services-header.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .services-header.hero.v5, .services-header.hero.v6 {
    padding-top: 80px;
  }

  .services-header.hero.v2 {
    padding-top: 90px;
  }

  .services-header.hero.v13 {
    padding-top: 60px;
  }

  .services-header.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .services-header.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .services-header.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .services-header.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .services-header.pd-top-62px {
    padding-top: 60px;
  }

  .services-header.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .services-header.pd-top-160px {
    padding-top: 120px;
  }

  .services-header.mg-top-224px {
    padding-top: 188px;
  }

  .services-header.pd-top-188px {
    padding-top: 156px;
  }

  .services-header.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .services-header.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .services-header.pd-top-200px {
    padding-top: 140px;
  }

  .services-header.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .services-header.pd-top-180px {
    padding-top: 150px;
  }

  .services-header.pd-bottom-150px {
    padding-bottom: 125px;
  }

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

  .section-copy.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .section-copy.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-copy.top {
    padding-top: 80px;
  }

  .section-copy.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section-copy.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .section-copy.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .section-copy.hero.v1 {
    padding-top: 118px;
  }

  .section-copy.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section-copy.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-copy.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section-copy.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-copy.hero.v5, .section-copy.hero.v6 {
    padding-top: 80px;
  }

  .section-copy.hero.v2 {
    padding-top: 90px;
  }

  .section-copy.hero.v13 {
    padding-top: 60px;
  }

  .section-copy.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section-copy.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-copy.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .section-copy.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .section-copy.pd-top-62px {
    padding-top: 60px;
  }

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

  .section-copy.pd-top-160px {
    padding-top: 120px;
  }

  .section-copy.mg-top-224px {
    padding-top: 188px;
  }

  .section-copy.pd-top-188px {
    padding-top: 156px;
  }

  .section-copy.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .section-copy.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .section-copy.pd-top-200px {
    padding-top: 140px;
  }

  .section-copy.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy.pd-top-180px {
    padding-top: 150px;
  }

  .section-copy.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .sub-services-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sub-services-section.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub-services-section.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .sub-services-section.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sub-services-section.top {
    padding-top: 80px;
  }

  .sub-services-section.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .sub-services-section.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-services-section.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .sub-services-section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .sub-services-section.hero.v1 {
    padding-top: 118px;
  }

  .sub-services-section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .sub-services-section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .sub-services-section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .sub-services-section.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .sub-services-section.hero.v5, .sub-services-section.hero.v6 {
    padding-top: 80px;
  }

  .sub-services-section.hero.v2 {
    padding-top: 90px;
  }

  .sub-services-section.hero.v13 {
    padding-top: 60px;
  }

  .sub-services-section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .sub-services-section.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .sub-services-section.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .sub-services-section.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .sub-services-section.pd-top-62px {
    padding-top: 60px;
  }

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

  .sub-services-section.pd-top-160px {
    padding-top: 120px;
  }

  .sub-services-section.mg-top-224px {
    padding-top: 188px;
  }

  .sub-services-section.pd-top-188px {
    padding-top: 156px;
  }

  .sub-services-section.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .sub-services-section.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .sub-services-section.pd-top-200px {
    padding-top: 140px;
  }

  .sub-services-section.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sub-services-section.pd-top-180px {
    padding-top: 150px;
  }

  .sub-services-section.pd-bottom-150px {
    padding-bottom: 125px;
  }

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

  .team-section.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .team-section.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .team-section.top {
    padding-top: 80px;
  }

  .team-section.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .team-section.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-section.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .team-section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .team-section.hero.v1 {
    padding-top: 118px;
  }

  .team-section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .team-section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .team-section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .team-section.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .team-section.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .team-section.hero.v5, .team-section.hero.v6 {
    padding-top: 80px;
  }

  .team-section.hero.v2 {
    padding-top: 90px;
  }

  .team-section.hero.v13 {
    padding-top: 60px;
  }

  .team-section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .team-section.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .team-section.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .team-section.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .team-section.pd-top-62px {
    padding-top: 60px;
  }

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

  .team-section.pd-top-160px {
    padding-top: 120px;
  }

  .team-section.mg-top-224px {
    padding-top: 188px;
  }

  .team-section.pd-top-188px {
    padding-top: 156px;
  }

  .team-section.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .team-section.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .team-section.pd-top-200px {
    padding-top: 140px;
  }

  .team-section.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-section.pd-top-180px {
    padding-top: 150px;
  }

  .team-section.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .services-hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .services-hero.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .services-hero.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .services-hero.top {
    padding-top: 80px;
  }

  .services-hero.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .services-hero.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .services-hero.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .services-hero.hero.v1 {
    padding-top: 118px;
  }

  .services-hero.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .services-hero.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .services-hero.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .services-hero.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .services-hero.hero.v5, .services-hero.hero.v6 {
    padding-top: 80px;
  }

  .services-hero.hero.v2 {
    padding-top: 90px;
  }

  .services-hero.hero.v13 {
    padding-top: 60px;
  }

  .services-hero.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .services-hero.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .services-hero.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .services-hero.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .services-hero.pd-top-62px {
    padding-top: 60px;
  }

  .services-hero.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .services-hero.pd-top-160px {
    padding-top: 120px;
  }

  .services-hero.mg-top-224px {
    padding-top: 188px;
  }

  .services-hero.pd-top-188px {
    padding-top: 156px;
  }

  .services-hero.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .services-hero.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .services-hero.pd-top-200px {
    padding-top: 140px;
  }

  .services-hero.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .services-hero.pd-top-180px {
    padding-top: 150px;
  }

  .services-hero.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .cta-footer-top-card-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-section {
    padding: 40px;
  }

  .contact-section.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .contact-section.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contact-section.top {
    padding-top: 80px;
  }

  .contact-section.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .contact-section.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-section.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .contact-section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .contact-section.hero.v1 {
    padding-top: 118px;
  }

  .contact-section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .contact-section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .contact-section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .contact-section.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .contact-section.hero.v5, .contact-section.hero.v6 {
    padding-top: 80px;
  }

  .contact-section.hero.v2 {
    padding-top: 90px;
  }

  .contact-section.hero.v13 {
    padding-top: 60px;
  }

  .contact-section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .contact-section.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .contact-section.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .contact-section.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .contact-section.pd-top-62px {
    padding-top: 60px;
  }

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

  .contact-section.pd-top-160px {
    padding-top: 120px;
  }

  .contact-section.mg-top-224px {
    padding-top: 188px;
  }

  .contact-section.pd-top-188px {
    padding-top: 156px;
  }

  .contact-section.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .contact-section.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .contact-section.pd-top-200px {
    padding-top: 140px;
  }

  .contact-section.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contact-section.pd-top-180px {
    padding-top: 150px;
  }

  .contact-section.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .display-5 {
    font-size: 60px;
  }

  .display-6 {
    font-size: 42px;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .section-home-atx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-home-atx.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-home-atx.pd-120px.pd-top-154px {
    padding-top: 128px;
  }

  .section-home-atx.bg-neutral-200 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-home-atx.top {
    padding-top: 80px;
  }

  .section-home-atx.template-pages-hero {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section-home-atx.template-pages-hero.short {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-atx.hero-page {
    padding-top: 78px;
    padding-bottom: 200px;
  }

  .section-home-atx.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--neutral--200) 60%, white 60%);
    padding-bottom: 166px;
  }

  .section-home-atx.hero.v1 {
    padding-top: 118px;
  }

  .section-home-atx.hero.v4 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section-home-atx.hero.v7 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-home-atx.hero.v8 {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section-home-atx.hero.v9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v11 {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-home-atx.hero.v5, .section-home-atx.hero.v6 {
    padding-top: 80px;
  }

  .section-home-atx.hero.v2 {
    padding-top: 90px;
  }

  .section-home-atx.hero.v13 {
    padding-top: 60px;
  }

  .section-home-atx.hero.v14 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section-home-atx.hero.v15 {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-home-atx.hero.v16 {
    padding-top: 70px;
    padding-bottom: 218px;
  }

  .section-home-atx.hero.v17 {
    padding-top: 80px;
    padding-bottom: 185px;
  }

  .section-home-atx.pd-top-62px {
    padding-top: 60px;
  }

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

  .section-home-atx.pd-top-160px {
    padding-top: 120px;
  }

  .section-home-atx.mg-top-224px {
    padding-top: 188px;
  }

  .section-home-atx.pd-top-188px {
    padding-top: 156px;
  }

  .section-home-atx.pd-top-224px---bottom-164px {
    padding-top: 188px;
    padding-bottom: 136px;
  }

  .section-home-atx.pd-bottom-220px {
    padding-bottom: 180px;
  }

  .section-home-atx.pd-top-200px {
    padding-top: 140px;
  }

  .section-home-atx.pd-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-home-atx.pd-top-180px {
    padding-top: 150px;
  }

  .section-home-atx.pd-bottom-150px {
    padding-bottom: 125px;
  }

  .fb_container-vertical {
    width: 80%;
  }

  .fb_timeslots_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul, ol {
    padding-left: 30px;
  }

  blockquote {
    border-radius: 18px;
    padding: 73px 32px;
    font-size: 18px;
  }

  figcaption {
    margin-top: 13px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-bottom: 0;
  }

  .grid-2-columns.hero-v2 {
    grid-row-gap: 60px;
  }

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

  .grid-2-columns.contact-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-v4 {
    max-width: 500px;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 60px;
    padding-top: 100px;
  }

  .grid-2-columns.cta-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.title-and-paragraph._1-col-center---tablet {
    grid-row-gap: 16px;
  }

  .grid-2-columns.title-and-search {
    text-align: center;
    grid-template-columns: 1.1fr;
  }

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

  .grid-2-columns.changelog-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.checkout-page, .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.choose-images-left-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.layout-v1-grid-2-col {
    grid-row-gap: 60px;
  }

  .grid-2-columns.features-grid-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.1fr 1fr;
  }

  .grid-2-columns.grid-testimonial-2-col {
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.our-team-2-col {
    grid-row-gap: 60px;
  }

  .grid-2-columns.blog-layout-v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-layout-v2.our-blog {
    grid-row-gap: 60px;
  }

  .grid-2-columns.location-grid-2-col-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.slide-location-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns.team-image-left-grid-2-col {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-2-columns.video-left-2-col {
    grid-row-gap: 60px;
    padding-top: 100px;
  }

  .grid-2-columns.hero-grid-team-member {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs-grid-2-col {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-footer-middle-card {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .grid-2-columns.blog-layout-v1, .grid-2-columns.about-post {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-post-v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs-layout-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px;
  }

  .card.feature-v1 {
    border-radius: 18px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.whats-included, .card.figma-file, .card.sales-home-page {
    border-radius: 20px;
  }

  .card.sales-home-page.last {
    width: 100%;
  }

  .card.buy-now.white {
    border-radius: 16px;
  }

  .card.password-protected-card-content {
    border-radius: 18px;
    max-width: 500px;
    padding: 64px 32px 70px;
  }

  .card._404-card-content {
    border-radius: 18px;
    padding: 58px 32px 74px;
  }

  .card.dropdown-pd {
    width: 80vw;
  }

  .card.explore-bar {
    border-radius: 16px;
    padding: 40px 32px;
  }

  .card.testimonial-card {
    background-image: linear-gradient(to bottom, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
    border-radius: 24px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.service-content-over {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 454px;
    margin-top: -68px;
    padding: 40px 32px;
  }

  .card.team-card-inside-image {
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 32px;
    bottom: 20px;
  }

  .card.blog-featured-v1 {
    max-width: 100%;
    margin-top: -64px;
    padding: 40px 32px 32px;
    position: relative;
  }

  .card.subscribe-newsletter-icon-card {
    flex-direction: column;
    padding: 40px 32px;
  }

  .card.pricing-card {
    border-radius: 18px;
    padding: 54px 32px;
  }

  .card.value-card {
    border-radius: 18px;
    flex-direction: row;
  }

  .card.team-over-image-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 28px 32px 32px;
  }

  .card.tabs-content-product {
    border-radius: 18px;
    padding: 48px 32px;
  }

  .card.blog-featured-v2 {
    border-radius: 24px;
    max-width: 460px;
    max-height: 72%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .card.blog-featured-v3 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 100%;
    max-width: 100%;
    margin-top: -20%;
    padding-left: 32px;
  }

  .card.blog-card-full-width-right {
    border-radius: 24px;
  }

  .card.center-content-testimonial {
    border-radius: 24px;
    padding: 53px 32px 50px;
  }

  .card.service-form {
    border-radius: 16px;
    padding: 40px 32px 48px;
  }

  .card.service-card-content-left {
    border-radius: 16px;
    padding: 54px 32px;
  }

  .card.testimonial-content-left {
    border-radius: 24px;
    padding: 44px 32px;
  }

  .card.service-content-center, .card.card-form {
    border-radius: 20px;
    padding: 40px 32px;
  }

  .card.card-form.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.search-result-item {
    border-radius: 18px;
  }

  .card.service-card {
    background-image: linear-gradient(to bottom, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
    border-radius: 24px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.footer-pages-grid {
    grid-row-gap: 60px;
    grid-template-columns: minmax(auto, 274px) minmax(auto, 270px);
  }

  .grid-4-columns.stat-4-grid {
    grid-template-columns: auto auto;
    justify-content: stretch;
    justify-items: center;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._24px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider._58px---37px {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .divider._28px---32px {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .divider._30px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .divider._37px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .mg-bottom-48px.home {
    margin-right: 100px;
    padding-right: 0;
  }

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

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

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

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

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

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

  .mg-top-72px {
    margin-top: 62px;
  }

  .mg-top-72px.alt {
    margin-top: 35px;
  }

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

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

  .mg-right-16px.mg-bottom-16px---tablet.cta-footer-middle-card-icon {
    max-width: 43px;
    margin-bottom: 13px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.color-accent-1.home {
    margin-right: 100px;
  }

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

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

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

  .grid-1-column.gap-row-24px.cards-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 60px;
  }

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

  .grid-1-column._2-col-tablet---1-col-mbl {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 34px;
  }

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

  .display-3 {
    font-size: 24px;
  }

  .display-3.mg-bottom-32px {
    margin-bottom: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.mg-bottom-16px.alt {
    margin-bottom: 6px;
  }

  .display-4.mg-bottom-12px {
    margin-bottom: 8px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

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

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid, .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns.hero-images-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .grid-3-columns.hero-v3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 64px;
  }

  .grid-3-columns.our-team-grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .grid-3-columns.footer-pages-grid {
    grid-row-gap: 60px;
    grid-template-columns: minmax(auto, 263px) auto;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

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

  .inner-container._500px---mbl {
    max-width: 500px;
  }

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

  .inner-container.cta-v1-content {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .inner-container.image-and-bg {
    max-height: 500px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

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

  .inner-container.blog-layout-v2-responsive {
    max-width: 100%;
    margin-left: 0;
  }

  .inner-container._250px---mbl {
    max-width: 250px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .style---card-wrapper, .style---components-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 34px 24px;
  }

  .btn-primary {
    border-radius: 13px;
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 23px 46px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn-primary.pagination-btn {
    margin-top: 54px;
  }

  .btn-secondary {
    border-radius: 13px;
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 23px 46px;
    font-size: 18px;
  }

  .btn-secondary.pagination-btn {
    margin-top: 54px;
  }

  .badge-primary {
    border-radius: 10px;
    padding: 16px 23px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 18px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 18px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    border-radius: 10px;
    padding: 16px 23px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 18px;
    font-size: 14px;
  }

  .badge-secondary.small.tabs {
    width: 100%;
  }

  .badge-secondary.large {
    padding: 18px 32px;
    font-size: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 8px;
    margin-right: 8px;
  }

  .badge-secondary.category-badges {
    padding: 14px 20px;
  }

  .input {
    border-radius: 13px;
    min-height: 60px;
    padding: 13px 20px;
    font-size: 16px;
  }

  .input.small {
    min-height: 50px;
    font-size: 14px;
  }

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

  .input.input-subscribe-footer {
    min-height: 55px;
  }

  .input.cart-quantity-input {
    border-radius: 10px;
    width: 63px;
    height: 32px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-area {
    border-radius: 13px;
    min-height: 120px;
    padding: 20px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 92px;
  }

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

  .checkbox.large {
    border-radius: 6px;
    min-width: 26px;
    min-height: 26px;
  }

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

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

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

  .radio-button.small {
    min-width: 20px;
    min-height: 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 {
    min-width: 120px;
    max-width: 120px;
    min-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;
  }

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

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .circle-icon.icon-70px {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .circle-icon.icon-60px {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .circle-icon.cms---hero-icon {
    min-width: 94px;
    max-width: 94px;
    min-height: 94px;
    max-height: 94px;
  }

  .circle-icon.password-protected-icon {
    max-width: 98px;
    margin-bottom: 20px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.top-bar-close-icon {
    font-size: 20px;
  }

  .rich-text-v1 img {
    border-radius: 16px;
  }

  .rich-text-v1 figure {
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .rich-text-v1 ul, .rich-text-v1 ol {
    padding-left: 30px;
  }

  .rich-text-v1 blockquote {
    margin-top: 46px;
    margin-bottom: 46px;
    font-size: 20px;
  }

  .buttons-row.center.mg-top-56px {
    margin-top: 110px;
  }

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .section.top {
    padding-top: 70px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .section.cta-home-pages {
    padding-bottom: 140px;
  }

  .section.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section.hero.v5, .section.hero.v6, .section.hero.v2, .section.hero.v12 {
    padding-top: 70px;
  }

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

  .section.hero.v3 {
    padding-top: 80px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .section.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .section.pd-top-62px {
    padding-top: 50px;
  }

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

  .section.pd-top-160px {
    padding-top: 100px;
  }

  .section.mg-top-224px {
    padding-top: 156px;
  }

  .section.pd-top-188px {
    padding-top: 120px;
  }

  .section.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .section.pd-bottom-220px {
    padding-bottom: 120px;
  }

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

  .section.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.pd-top-180px {
    padding-top: 125px;
  }

  .section.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 40px;
  }

  .heading-h2-size {
    font-size: 32px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper.v3 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .header-content-wrapper.header-top {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .header-nav-menu-wrapper {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .header-nav-list-item {
    margin-bottom: 10px;
  }

  .header-nav-list-item.show-in-tablet.header-btn {
    margin-top: 30px;
  }

  .header-logo-link {
    max-width: 199px;
  }

  .header-logo-link.v2 {
    max-width: 210px;
  }

  .hamburger-menu-wrapper {
    margin-left: 20px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .btn-circle-primary {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    font-size: 24px;
  }

  .btn-circle-primary.small {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 20px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 30px;
  }

  .btn-circle-primary.slider-arrow.right---center-center {
    bottom: 0;
    left: 70px;
    right: 0;
  }

  .btn-circle-primary.block {
    inset: auto 0% -20% auto;
  }

  .btn-circle-secondary {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    font-size: 24px;
    inset: auto auto -20% 0%;
  }

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

  .btn-circle-secondary.small.accordion-btn.alt {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 30px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto 70px 0 0;
  }

  .protected-page-wrap {
    padding-top: 50px;
    padding-bottom: 138px;
  }

  .header-top-wrapper {
    display: none;
  }

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

  .flex-horizontal.end.center-mb, .flex-horizontal.start.center-mb {
    justify-content: center;
  }

  .flex-horizontal.explore-section {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    max-width: 190px;
  }

  .footer-logo-wrapper.large {
    max-width: 238px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-top.pd-top-110px---bottom-0px {
    padding-top: 80px;
  }

  .footer-bottom {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }

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

  .footer-middle.pd-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-top._24px-top.static---mbl {
    position: static;
  }

  ._w-h-100.fit-cover.hero-v1-image-position {
    object-position: 100% 0%;
  }

  ._w-h-100.fit-cover.hero-v2-image-position {
    text-align: left;
    max-height: 400px;
    overflow: clip;
  }

  ._w-h-100.fit-cover.hero-v3-image-position, ._w-h-100.fit-cover.values-featured-image, ._w-h-100.fit-cover.team-image-page, ._w-h-100.fit-cover.faq-image {
    max-height: 400px;
  }

  ._w-h-100.fit-cover.pas-card {
    display: inline-block;
  }

  .bg-overlay.large-image-hero-v1-gradient {
    background-image: linear-gradient(to bottom, var(--neutral--200) 2%, var(--transparent) 24%);
    width: 100%;
    inset: 0% 0% auto;
  }

  .lightbox-video-icon-wrapper, .lightbox-video-icon-wrapper.v2 {
    width: 18%;
    padding-top: 18%;
  }

  .subtitle {
    font-size: 16px;
  }

  .half-bg-bottom.contact-v3 {
    height: 60%;
  }

  .half-bg-bottom.locations-bg {
    height: 71%;
  }

  .cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card.cta-v1 {
    border-radius: 24px;
    padding-top: 70px;
  }

  .cta-card.cta-v4 {
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .cta-card.cta-v2 {
    border-radius: 24px;
    padding-top: 100px;
  }

  .cta-card.cta-footer {
    border-radius: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-wrapper.bottons-slider---flex-center {
    padding-bottom: 80px;
  }

  .slider-mask.width-530px {
    width: 100%;
    max-width: 500px;
  }

  .accordion-item-wrapper.accordion-card {
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-item-wrapper.accordion-card.v2 {
    padding: 40px 32px;
  }

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

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

  .tabs-wrapper.tabs-left {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 2fr;
  }

  .tabs-menu {
    margin-bottom: 26px;
  }

  .tabs-menu.tabs-vertical {
    margin-bottom: -8px;
    position: static;
  }

  .team-member-square {
    border-radius: 24px;
    max-height: 350px;
    margin-bottom: 58px;
  }

  .pd---content-inside-card {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 50px 32px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-item-pd {
    padding-left: 0;
    padding-right: 0;
  }

  .product-content {
    flex-direction: column;
    padding: 40px 32px;
  }

  .blog-card-image-wrapper.featured-v1 {
    border-radius: 20px;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-left: 0;
  }

  .blog-card-image-wrapper.popular-posts-picture {
    border-radius: 13px;
    height: 80px;
  }

  .blog-card-image-wrapper.blog-v3-image {
    border-radius: 24px;
    min-height: 250px;
    max-height: 350px;
  }

  .blog-card-image-wrapper.featured-v3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100vw;
    max-height: 420px;
    position: relative;
    right: 0%;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .blog-card-wrapper.card {
    border-radius: 18px;
  }

  .blog-card-wrapper.blog-featured-v1 {
    margin-left: 0;
    padding-bottom: 0;
  }

  .blog-card-wrapper.popular-posts-card {
    grid-template-columns: minmax(80px, 80px) 1fr;
    align-items: center;
  }

  .blog-card-featured-inner-content {
    padding: 32px 32px 48px;
  }

  .blog-card-featured-inner-content.v2 {
    padding: 45px 32px 40px;
  }

  .blog-card-content-inside.blog-feature-v2 {
    padding: 42px 32px;
  }

  .blog-card-content-inside.blog-v2-card {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .blog-card-content-inside.blog-v2-card.alt {
    padding-right: 32px;
  }

  .blog-card-content-over {
    border-radius: 24px;
    margin-top: -80px;
  }

  .image-wrapper.icon-contact-min {
    margin-right: 14px;
  }

  .image-wrapper.border-radius-32px.height-100.mobile {
    display: none;
  }

  .image-wrapper.border-radius-32px.post---featured-image {
    max-height: 577px;
  }

  .image-wrapper.size-40px {
    min-width: 32px;
    max-width: 32px;
  }

  .image-wrapper.border-radius-24px {
    border-radius: 18px;
  }

  .image-wrapper.border-radius-24px.location-image-item {
    max-height: 311px;
  }

  .image-wrapper.size-192px {
    min-width: 132px;
    max-width: 132px;
  }

  .image-wrapper.size-80px {
    min-width: 60px;
    max-width: 60px;
  }

  .image-wrapper.choose-us-v2-image-wrapper {
    border-radius: 24px;
  }

  .image-wrapper.choose-us-v2-image-wrapper.v2 {
    margin-bottom: 40px;
  }

  .image-wrapper.size-70px {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image-wrapper.border-radius-20px.post---featured-image {
    max-height: 500px;
  }

  ._404-not-found {
    font-size: 186px;
  }

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

  .cart-container {
    border-radius: 20px;
  }

  .cart-item-price {
    font-size: 16px;
  }

  .checkout-form {
    max-width: 520px;
  }

  .shipping-price, .order-list-price {
    font-size: 16px;
  }

  .home-pages-cointainer {
    margin-top: 52px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 20px;
  }

  .image-home-link-wrapper {
    border-radius: 16px;
    max-width: 260px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-sales-home-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .card-sales-home-content {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .figma-file-text-wrapper {
    padding: 40px 32px;
  }

  .badge-home {
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .home-surprises-card {
    border-radius: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-square-logo {
    border-radius: 16px;
    max-width: 70px;
    margin-bottom: 20px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 42px;
    margin-bottom: -31px;
  }

  .divider-vertical.explore {
    min-width: 100%;
    max-width: 100%;
    min-height: 1px;
    margin: 32px 0;
  }

  .half-bg-top.blog-v1 {
    height: 68%;
  }

  .half-bg-top.hero-v9-bg {
    height: 65%;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-content {
    grid-column-gap: 16px;
    grid-template-columns: auto auto;
    justify-content: stretch;
  }

  .nav-menu-list-item {
    margin-bottom: 16px;
  }

  .contact-link.explore-bar {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-footer-top-card {
    border-radius: 23px;
    padding: 60px 28px;
  }

  .main-menu-wrapper {
    grid-template-columns: minmax(auto, 228px) auto;
  }

  .hero-v1-section---large-image-right-wrapper {
    z-index: 0;
    min-height: 350px;
    max-height: 500px;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
  }

  .large-image-container {
    min-width: 1040px;
    height: auto;
    position: static;
  }

  .button-play {
    padding-left: 4px;
  }

  .button-play.button-small-and-text-flex {
    width: 42px;
    min-height: 42px;
  }

  .button-icon-play.button-icon-small {
    min-width: 13px;
    max-width: 13px;
  }

  .mg-top-post-contact-info {
    margin-top: -140px;
  }

  .bg-purple-line {
    padding-bottom: 8px;
  }

  .bg-purple-line.v2 {
    background-position: 0 90%;
  }

  .choose-us-image---01 {
    border-radius: 24px;
    height: 307px;
  }

  .choose-us-image---02, .choose-us-image---03, .position-absolute.square-shape-bg-color-3 {
    border-radius: 24px;
  }

  .mg-bottom-52px {
    margin-bottom: 42px;
  }

  .bg-purple-line-large.v3 {
    padding-bottom: 14px;
  }

  .square-icon.icon-72px {
    border-radius: 13px;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .contact-card-link {
    border-radius: 10px;
  }

  .bg.floating-top-contact-v2 {
    right: -86px;
  }

  .bg.floating-bottom-contact-v2 {
    left: -88px;
  }

  .bg.floating-bottom---right-team {
    border-radius: 18px;
    bottom: -60px;
    right: -112px;
  }

  .bg.floating-bottom---left-values {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    bottom: -48px;
    left: -38px;
  }

  .bg.floating-bottom---left-choose, .bg.floating-center---our-team {
    border-radius: 24px;
  }

  .responsive-container._500px {
    max-width: 500px;
  }

  .full-image-left-wrapper.cta-v1 {
    max-height: 400px;
  }

  .input-button-inside-block {
    min-height: 60px;
  }

  .full-page-section---image-right {
    max-width: 300px;
    margin-top: 70px;
  }

  .card-image._w-h-100.featured-v2 {
    object-position: 34% 50%;
  }

  .card-image._w-h-100.service-item-image-v1 {
    max-height: 325px;
  }

  .card-image.featured-v1 {
    min-height: 350px;
    max-height: 350px;
  }

  .card-image.post-v1 {
    max-height: 280px;
  }

  .form-subscribe-block {
    min-height: 111px;
  }

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

  .slide-location-col-right, .slide-location-picture-wrapper {
    max-width: 500px;
  }

  .slide-location-picture {
    border-radius: 24px;
    max-height: 400px;
  }

  .section---location {
    padding-bottom: 90px;
  }

  .blog-card-featured-image-wrapper.featured-v2 {
    border-radius: 24px;
    min-height: 650px;
    max-height: 650px;
  }

  .mg-bottom-36px {
    margin-bottom: 30px;
  }

  .card-description.blog-v2-card {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-featured-wrapper {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .full-image-right-wrapper.cta-v2 {
    max-height: 500px;
  }

  .full-width-right-hero-wrapper.layout-grid-2-cols---hero-v2.skilled-nursing-care-at-home {
    display: block;
    overflow: visible;
  }

  .full-width-right-hero-wrapper.layout-grid-3-cols---hero-v3 {
    min-height: 0;
  }

  .full-width-right-hero-wrapper.layout-grid-3-cols---our-team {
    min-height: 0;
    margin-top: 0;
  }

  .full-width-right-hero.layout-grid-2-cols---hero-v2 {
    border-radius: 24px;
    overflow: hidden;
  }

  .full-width-right-hero.layout-grid-3-cols---hero-v3 {
    border-radius: 24px;
    width: 100%;
    max-height: 400px;
    position: static;
  }

  .full-width-right-hero.layout-grid-3-cols---our-team {
    border-radius: 24px;
    width: 100%;
    height: auto;
    max-height: 400px;
    position: static;
  }

  .full-width-right-hero.tabs-location-image {
    max-height: 400px;
  }

  .team-image-right {
    max-width: 100%;
    display: flex;
  }

  .team-image---01 {
    border-radius: 24px;
    max-height: 400px;
  }

  .team-image---02 {
    border-radius: 24px;
    max-height: 400px;
    margin-top: 88px;
  }

  .full-width-left-wrapper.layout-grid-3-cols---hero-v3 {
    min-height: 0;
  }

  .full-width-left-wrapper.cta-v3-full-width-left-wrapper {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    max-height: 400px;
  }

  .full-width-left-wrapper.layout-grid-3-cols---our-team {
    min-height: 0;
    margin-bottom: 0;
  }

  .full-width-left.layout-grid-3-cols---hero-v3 {
    border-radius: 24px;
    width: 100%;
    max-height: 400px;
    position: static;
  }

  .full-width-left.layout-grid-2-cols---video {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .full-width-left.layout-grid-3-cols---our-team {
    border-radius: 24px;
    width: 100%;
    max-height: 400px;
    position: static;
  }

  .card-bg-right, .card-bg-right.cta-v3 {
    border-radius: 24px;
  }

  .large-circle-buttons-container {
    grid-column-gap: 20px;
  }

  .social-circle-link-large {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
    font-size: 40px;
  }

  .explore-bar-content {
    align-items: center;
  }

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

  .service-top-content-icon---wrapper {
    margin-top: -70px;
    margin-bottom: 13px;
  }

  .blog-content-over-top-category {
    margin-top: -64px;
    margin-bottom: 20px;
  }

  .contact-form {
    min-height: 693px;
  }

  .mg-bottom-82px {
    margin-bottom: 75px;
  }

  .mg-bottom-82px.alt {
    margin-bottom: 60px;
  }

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

  .tabs-horizontal-wrapper.v2 {
    padding-top: 80px;
  }

  .tabs-horizontal-menu {
    margin-bottom: 60px;
  }

  .content-center-v1 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-card-content-over-content {
    max-width: 400px;
  }

  .mg-bottom-70px---tablet {
    margin-bottom: 60px;
  }

  .tabs-horizontal---tab-pane-wrapper {
    max-height: 550px;
  }

  .hero-v3-content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link {
    max-width: 180px;
  }

  .blog-feature-v2-arrow {
    top: 18px;
    right: 18px;
  }

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

  .mg-bottom-95px.alt {
    margin-bottom: 50px;
  }

  .rich-text-v2 img {
    border-radius: 16px;
  }

  .rich-text-v2 h2 {
    font-size: 34px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    font-size: 24px;
  }

  .rich-text-v2 figure {
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 30px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5 {
    margin-top: 40px;
  }

  .rich-text-v2 h4 {
    margin-top: 40px;
    font-size: 20px;
  }

  .rich-text-v2 blockquote {
    margin-top: 46px;
    margin-bottom: 46px;
    font-size: 20px;
  }

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

  .grid-1-column-form-block {
    min-height: 552px;
  }

  .mg-bottom-60px {
    margin-bottom: 50px;
  }

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

  .product-content-top {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .add-cart {
    min-height: 137px;
  }

  .grow-section-v1-wrapper {
    max-width: 600px;
    padding-top: 70px;
  }

  .not-found-page-wrap {
    padding-top: 70px;
    padding-bottom: 92px;
  }

  .not-found-page-content {
    max-width: 500px;
  }

  .order-item-title---link {
    font-size: 16px;
  }

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

  .video-block {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-block.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-block.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .video-block.top {
    padding-top: 70px;
  }

  .video-block.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-block.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-block.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .video-block.cta-home-pages {
    padding-bottom: 140px;
  }

  .video-block.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .video-block.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .video-block.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .video-block.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .video-block.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .video-block.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-block.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .video-block.hero.v5, .video-block.hero.v6, .video-block.hero.v2, .video-block.hero.v12 {
    padding-top: 70px;
  }

  .video-block.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .video-block.hero.v3 {
    padding-top: 80px;
  }

  .video-block.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .video-block.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .video-block.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .video-block.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .video-block.pd-top-62px {
    padding-top: 50px;
  }

  .video-block.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .video-block.pd-top-160px {
    padding-top: 100px;
  }

  .video-block.mg-top-224px {
    padding-top: 156px;
  }

  .video-block.pd-top-188px {
    padding-top: 120px;
  }

  .video-block.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .video-block.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .video-block.pd-top-200px {
    padding-top: 120px;
  }

  .video-block.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .video-block.pd-top-180px {
    padding-top: 125px;
  }

  .video-block.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .services-card {
    border-radius: 20px;
  }

  .services-card.feature-v1 {
    border-radius: 18px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .services-card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .services-card.whats-included, .services-card.figma-file, .services-card.sales-home-page {
    border-radius: 20px;
  }

  .services-card.sales-home-page.last {
    width: 100%;
  }

  .services-card.buy-now.white {
    border-radius: 16px;
  }

  .services-card.password-protected-card-content {
    border-radius: 18px;
    max-width: 500px;
    padding: 64px 32px 70px;
  }

  .services-card._404-card-content {
    border-radius: 18px;
    padding: 58px 32px 74px;
  }

  .services-card.dropdown-pd {
    width: 80vw;
  }

  .services-card.explore-bar {
    border-radius: 16px;
    padding: 40px 32px;
  }

  .services-card.testimonial-card {
    background-image: linear-gradient(to bottom, var(--neutral--100) 74%, var(--secondary--color-3) 74%);
    border-radius: 24px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-card.service-content-over {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 454px;
    margin-top: -68px;
    padding: 40px 32px;
  }

  .services-card.team-card-inside-image {
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 32px;
    bottom: 20px;
  }

  .services-card.blog-featured-v1 {
    max-width: 100%;
    margin-top: -64px;
    padding: 40px 32px 32px;
    position: relative;
  }

  .services-card.subscribe-newsletter-icon-card {
    flex-direction: column;
    padding: 40px 32px;
  }

  .services-card.pricing-card {
    border-radius: 18px;
    padding: 54px 32px;
  }

  .services-card.value-card {
    border-radius: 18px;
    flex-direction: row;
  }

  .services-card.team-over-image-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 28px 32px 32px;
  }

  .services-card.tabs-content-product {
    border-radius: 18px;
    padding: 48px 32px;
  }

  .services-card.blog-featured-v2 {
    border-radius: 24px;
    max-width: 460px;
    max-height: 72%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .services-card.blog-featured-v3 {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 100%;
    max-width: 100%;
    margin-top: -20%;
    padding-left: 32px;
  }

  .services-card.blog-card-full-width-right {
    border-radius: 24px;
  }

  .services-card.center-content-testimonial {
    border-radius: 24px;
    padding: 53px 32px 50px;
  }

  .services-card.service-form {
    border-radius: 16px;
    padding: 40px 32px 48px;
  }

  .services-card.service-card-content-left {
    border-radius: 16px;
    padding: 54px 32px;
  }

  .services-card.testimonial-content-left {
    border-radius: 24px;
    padding: 44px 32px;
  }

  .services-card.service-content-center, .services-card.card-form {
    border-radius: 20px;
    padding: 40px 32px;
  }

  .services-card.card-form.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-card.search-result-item {
    border-radius: 18px;
  }

  .services-container._100---mbl {
    max-width: 100%;
  }

  .services-container._500px---mbl {
    max-width: 500px;
  }

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

  .services-container.cta-v1-content {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .services-container.image-and-bg {
    max-height: 500px;
  }

  .services-container._400px---mbl {
    max-width: 400px;
  }

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

  .services-container.blog-layout-v2-responsive {
    max-width: 100%;
    margin-left: 0;
  }

  .services-container._250px---mbl {
    max-width: 250px;
  }

  .services-container._350px---mbl {
    max-width: 350px;
  }

  .services-header {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .services-header.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-header.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .services-header.top {
    padding-top: 70px;
  }

  .services-header.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-header.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .services-header.cta-home-pages {
    padding-bottom: 140px;
  }

  .services-header.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .services-header.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .services-header.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .services-header.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .services-header.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .services-header.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-header.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .services-header.hero.v5, .services-header.hero.v6, .services-header.hero.v2, .services-header.hero.v12 {
    padding-top: 70px;
  }

  .services-header.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .services-header.hero.v3 {
    padding-top: 80px;
  }

  .services-header.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .services-header.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .services-header.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .services-header.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .services-header.pd-top-62px {
    padding-top: 50px;
  }

  .services-header.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .services-header.pd-top-160px {
    padding-top: 100px;
  }

  .services-header.mg-top-224px {
    padding-top: 156px;
  }

  .services-header.pd-top-188px {
    padding-top: 120px;
  }

  .services-header.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .services-header.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .services-header.pd-top-200px {
    padding-top: 120px;
  }

  .services-header.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .services-header.pd-top-180px {
    padding-top: 125px;
  }

  .services-header.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .section-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-copy.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .section-copy.top {
    padding-top: 70px;
  }

  .section-copy.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .section-copy.cta-home-pages {
    padding-bottom: 140px;
  }

  .section-copy.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section-copy.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-copy.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section-copy.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section-copy.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-copy.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section-copy.hero.v5, .section-copy.hero.v6, .section-copy.hero.v2, .section-copy.hero.v12 {
    padding-top: 70px;
  }

  .section-copy.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section-copy.hero.v3 {
    padding-top: 80px;
  }

  .section-copy.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section-copy.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section-copy.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .section-copy.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .section-copy.pd-top-62px {
    padding-top: 50px;
  }

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

  .section-copy.pd-top-160px {
    padding-top: 100px;
  }

  .section-copy.mg-top-224px {
    padding-top: 156px;
  }

  .section-copy.pd-top-188px {
    padding-top: 120px;
  }

  .section-copy.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .section-copy.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .section-copy.pd-top-200px {
    padding-top: 120px;
  }

  .section-copy.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section-copy.pd-top-180px {
    padding-top: 125px;
  }

  .section-copy.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .sub-services-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sub-services-section.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-services-section.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .sub-services-section.top {
    padding-top: 70px;
  }

  .sub-services-section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub-services-section.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-services-section.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .sub-services-section.cta-home-pages {
    padding-bottom: 140px;
  }

  .sub-services-section.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .sub-services-section.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .sub-services-section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .sub-services-section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .sub-services-section.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .sub-services-section.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-services-section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .sub-services-section.hero.v5, .sub-services-section.hero.v6, .sub-services-section.hero.v2, .sub-services-section.hero.v12 {
    padding-top: 70px;
  }

  .sub-services-section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .sub-services-section.hero.v3 {
    padding-top: 80px;
  }

  .sub-services-section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .sub-services-section.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .sub-services-section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .sub-services-section.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .sub-services-section.pd-top-62px {
    padding-top: 50px;
  }

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

  .sub-services-section.pd-top-160px {
    padding-top: 100px;
  }

  .sub-services-section.mg-top-224px {
    padding-top: 156px;
  }

  .sub-services-section.pd-top-188px {
    padding-top: 120px;
  }

  .sub-services-section.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .sub-services-section.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .sub-services-section.pd-top-200px {
    padding-top: 120px;
  }

  .sub-services-section.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .sub-services-section.pd-top-180px {
    padding-top: 125px;
  }

  .sub-services-section.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .team-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .team-section.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-section.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .team-section.top {
    padding-top: 70px;
  }

  .team-section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-section.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .team-section.cta-home-pages {
    padding-bottom: 140px;
  }

  .team-section.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .team-section.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .team-section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .team-section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .team-section.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .team-section.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .team-section.hero.v5, .team-section.hero.v6, .team-section.hero.v2, .team-section.hero.v12 {
    padding-top: 70px;
  }

  .team-section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .team-section.hero.v3 {
    padding-top: 80px;
  }

  .team-section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .team-section.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .team-section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .team-section.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .team-section.pd-top-62px {
    padding-top: 50px;
  }

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

  .team-section.pd-top-160px {
    padding-top: 100px;
  }

  .team-section.mg-top-224px {
    padding-top: 156px;
  }

  .team-section.pd-top-188px {
    padding-top: 120px;
  }

  .team-section.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .team-section.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .team-section.pd-top-200px {
    padding-top: 120px;
  }

  .team-section.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .team-section.pd-top-180px {
    padding-top: 125px;
  }

  .team-section.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .services-hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .services-hero.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .services-hero.top {
    padding-top: 70px;
  }

  .services-hero.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-hero.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .services-hero.cta-home-pages {
    padding-bottom: 140px;
  }

  .services-hero.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .services-hero.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .services-hero.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .services-hero.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .services-hero.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .services-hero.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .services-hero.hero.v5, .services-hero.hero.v6, .services-hero.hero.v2, .services-hero.hero.v12 {
    padding-top: 70px;
  }

  .services-hero.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .services-hero.hero.v3 {
    padding-top: 80px;
  }

  .services-hero.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .services-hero.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .services-hero.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .services-hero.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .services-hero.pd-top-62px {
    padding-top: 50px;
  }

  .services-hero.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .services-hero.pd-top-160px {
    padding-top: 100px;
  }

  .services-hero.mg-top-224px {
    padding-top: 156px;
  }

  .services-hero.pd-top-188px {
    padding-top: 120px;
  }

  .services-hero.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .services-hero.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .services-hero.pd-top-200px {
    padding-top: 120px;
  }

  .services-hero.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .services-hero.pd-top-180px {
    padding-top: 125px;
  }

  .services-hero.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .cta-footer-top-card-copy {
    border-radius: 23px;
    padding: 60px 28px;
  }

  .contact-section {
    padding: 40px;
  }

  .contact-section.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-section.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .contact-section.top {
    padding-top: 70px;
  }

  .contact-section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-section.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .contact-section.cta-home-pages {
    padding-bottom: 140px;
  }

  .contact-section.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .contact-section.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contact-section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .contact-section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .contact-section.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contact-section.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .contact-section.hero.v5, .contact-section.hero.v6, .contact-section.hero.v2, .contact-section.hero.v12 {
    padding-top: 70px;
  }

  .contact-section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-section.hero.v3 {
    padding-top: 80px;
  }

  .contact-section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .contact-section.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .contact-section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .contact-section.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .contact-section.pd-top-62px {
    padding-top: 50px;
  }

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

  .contact-section.pd-top-160px {
    padding-top: 100px;
  }

  .contact-section.mg-top-224px {
    padding-top: 156px;
  }

  .contact-section.pd-top-188px {
    padding-top: 120px;
  }

  .contact-section.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .contact-section.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .contact-section.pd-top-200px {
    padding-top: 120px;
  }

  .contact-section.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .contact-section.pd-top-180px {
    padding-top: 125px;
  }

  .contact-section.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .small-h1 {
    font-size: 30px;
  }

  .display-5 {
    font-size: 50px;
  }

  .subtitle-2 {
    font-size: 16px;
  }

  .btn-primary-2 {
    border-radius: 13px;
    padding: 22px 32px;
    font-size: 16px;
  }

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

  .card-2 {
    border-radius: 20px;
  }

  .btn-secondary-2 {
    border-radius: 13px;
    padding: 22px 32px;
    font-size: 16px;
  }

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

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .section-home-atx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-home-atx.pd-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-atx.pd-120px.pd-top-154px {
    padding-top: 100px;
  }

  .section-home-atx.top {
    padding-top: 70px;
  }

  .section-home-atx.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-home-atx.template-pages-hero.short {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-home-atx.hero-page {
    padding-top: 68px;
    padding-bottom: 160px;
  }

  .section-home-atx.cta-home-pages {
    padding-bottom: 140px;
  }

  .section-home-atx.hero.v1 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section-home-atx.hero.v4 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-home-atx.hero.v7 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section-home-atx.hero.v8 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section-home-atx.hero.v9 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-home-atx.hero.v10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-atx.hero.v11 {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section-home-atx.hero.v5, .section-home-atx.hero.v6, .section-home-atx.hero.v2, .section-home-atx.hero.v12 {
    padding-top: 70px;
  }

  .section-home-atx.hero.v13 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section-home-atx.hero.v3 {
    padding-top: 80px;
  }

  .section-home-atx.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section-home-atx.hero.v15 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section-home-atx.hero.v16 {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .section-home-atx.hero.v17 {
    padding-top: 70px;
    padding-bottom: 154px;
  }

  .section-home-atx.pd-top-62px {
    padding-top: 50px;
  }

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

  .section-home-atx.pd-top-160px {
    padding-top: 100px;
  }

  .section-home-atx.mg-top-224px {
    padding-top: 156px;
  }

  .section-home-atx.pd-top-188px {
    padding-top: 120px;
  }

  .section-home-atx.pd-top-224px---bottom-164px {
    padding-top: 145px;
    padding-bottom: 110px;
  }

  .section-home-atx.pd-bottom-220px {
    padding-bottom: 120px;
  }

  .section-home-atx.pd-top-200px {
    padding-top: 120px;
  }

  .section-home-atx.pd-180px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section-home-atx.pd-top-180px {
    padding-top: 125px;
  }

  .section-home-atx.pd-bottom-150px {
    padding-bottom: 100px;
  }

  .slide-nav {
    bottom: -20%;
  }

  .fb_summary-item_data {
    font-size: .8rem;
  }

  .fb_summary-component {
    margin-top: 2rem;
  }

  .fb_summary-item_tag {
    font-size: .9rem;
  }

  .fb_container-vertical {
    width: 90%;
  }

  .fb_summary-heading {
    font-size: 1rem;
  }

  .fb_form {
    margin-top: 2.5rem;
  }

  .fb_booking-form-component {
    padding: 3rem 2rem;
  }

  .fb_timeslots_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fb_form-input-grid {
    grid-template-columns: 1fr;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    border-radius: 16px;
    padding: 60px 24px;
  }

  .grid-2-columns.hero-v2, .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 50px;
    padding-top: 80px;
  }

  .grid-2-columns.cta-v1 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
  }

  .grid-2-columns.choose-images-left-grid {
    grid-column-gap: 16px;
  }

  .grid-2-columns.layout-v1-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns.features-grid-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-testimonial-2-col, .grid-2-columns.our-team-2-col, .grid-2-columns.blog-layout-v2.our-blog {
    grid-row-gap: 50px;
  }

  .grid-2-columns.location-grid-2-col-wrapper {
    grid-row-gap: 18px;
  }

  .grid-2-columns.slide-location-grid-2-col {
    grid-row-gap: 40px;
  }

  .grid-2-columns.team-image-left-grid-2-col {
    grid-column-gap: 16px;
  }

  .grid-2-columns.video-left-2-col {
    grid-row-gap: 50px;
    padding-top: 80px;
  }

  .grid-2-columns.hero-grid-team-member {
    grid-row-gap: 40px;
  }

  .grid-2-columns.faqs-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns.cta-grid-2-col {
    justify-items: stretch;
  }

  .card {
    border-radius: 18px;
  }

  .card.feature-v1 {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.whats-included, .card.sales-home-page.last {
    border-radius: 16px;
  }

  .card.password-protected-card-content {
    border-radius: 16px;
    padding: 54px 24px 60px;
  }

  .card._404-card-content {
    border-radius: 16px;
    padding: 48px 24px 64px;
  }

  .card.explore-bar {
    margin-top: 40px;
    padding: 32px 24px;
  }

  .card.testimonial-card {
    border-radius: 20px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.service-content-over {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-top: -60px;
    margin-right: 15px;
    padding: 32px 24px;
  }

  .card.team-card-inside-image {
    border-radius: 20px;
    max-width: 100%;
    margin-top: 24px;
    padding: 32px 24px;
    position: static;
  }

  .card.blog-featured-v1 {
    margin-top: -54px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.subscribe-newsletter-icon-card {
    padding: 32px 24px;
  }

  .card.pricing-card {
    border-radius: 16px;
    padding: 45px 24px;
  }

  .card.value-card {
    grid-row-gap: 16px;
    border-radius: 16px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.team-over-image-content {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.tabs-content-product {
    border-radius: 16px;
    padding: 40px 24px;
  }

  .card.blog-featured-v2 {
    border-radius: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .card.blog-featured-v3 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .card.blog-card-full-width-right {
    border-radius: 20px;
  }

  .card.center-content-testimonial {
    border-radius: 18px;
    padding-top: 43px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.service-form {
    padding: 32px 24px 40px;
  }

  .card.service-card-content-left {
    padding: 44px 24px;
  }

  .card.testimonial-content-left {
    border-radius: 18px;
    padding: 40px 24px;
  }

  .card.service-content-center {
    border-radius: 16px;
    padding: 32px 24px;
  }

  .card.card-form {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card-form.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.search-result-item {
    border-radius: 16px;
  }

  .card.service-card {
    border-radius: 20px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-4-columns, .grid-4-columns.footer-pages-grid {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.stat-4-grid {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .mg-bottom-16px.mg-bottom-16px---mbp, .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-48px.home {
    margin-right: 0;
  }

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

  .mg-top-72px {
    margin-top: 52px;
  }

  .mg-top-72px.alt {
    margin-top: 0;
  }

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

  .mg-right-16px.mg-bottom-16px---mbp {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.color-accent-1.home {
    margin-right: 0;
  }

  .display-1 {
    font-size: 38px;
  }

  .grid-1-column.gap-row-24px.cards-grid {
    margin-top: 5px;
    margin-bottom: 50px;
  }

  .display-2 {
    font-size: 30px;
  }

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

  .display-3 {
    font-size: 22px;
  }

  .display-4 {
    font-size: 19px;
  }

  .text-300.bold.footer-title.hidden-mobile {
    display: none;
  }

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

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

  .grid-3-columns.hero-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.hero-v3-grid {
    grid-row-gap: 50px;
    margin-bottom: 54px;
  }

  .grid-3-columns.our-team-grid-3-col {
    grid-row-gap: 50px;
  }

  .grid-3-columns.footer-pages-grid {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._376px {
    max-width: 320px;
  }

  .inner-container._512px.hidden-on-mbp {
    display: block;
  }

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container.cta-v1-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-container.image-and-bg {
    max-height: 400px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

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

  .btn-primary {
    width: 100%;
    padding: 20px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.default.white-mb {
    background-color: var(--neutral--100);
    color: var(--accent--primary-1);
  }

  .btn-primary.inside-input.default.white-mb:hover {
    border-color: var(--accent--primary-1);
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.pagination-btn {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.pagination-btn {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .badge-primary {
    padding: 14px 20px;
  }

  .badge-primary.small {
    padding: 10px 15px;
  }

  .badge-primary.large {
    padding: 16px 26px;
  }

  .badge-secondary {
    padding: 14px 20px;
  }

  .badge-secondary.small {
    padding: 10px 15px;
  }

  .badge-secondary.large {
    padding: 16px 26px;
  }

  .badge-secondary.tabs {
    margin: 6px 0;
  }

  .input {
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 16px;
  }

  .input.cart-quantity-input {
    width: 60px;
  }

  .text-area {
    border-radius: 10px;
    padding: 16px;
  }

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

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .circle-icon.icon-70px {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .circle-icon.cms---hero-icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 24px;
  }

  .circle-icon.password-protected-icon {
    max-width: 82px;
  }

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

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .rich-text-v1 ul, .rich-text-v1 ol {
    padding-left: 20px;
  }

  .rich-text-v1 blockquote {
    font-size: 18px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.center.mg-top-56px {
    margin-top: 110px;
  }

  .buttons-row.center.mg-top-56px.home-contact-us {
    margin-top: 10px;
  }

  .buttons-row.center.mg-top-56px.home-heatlh-services-contact-us {
    margin-top: 0;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .section.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.top {
    padding-top: 60px;
  }

  .section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .section.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v6, .section.hero.v2, .section.hero.v12 {
    padding-top: 60px;
  }

  .section.hero.v13 {
    padding-top: 40px;
  }

  .section.hero.v3 {
    padding-top: 70px;
  }

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

  .section.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section.pd-top-62px {
    padding-top: 40px;
  }

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

  .section.pd-top-160px {
    padding-top: 80px;
  }

  .section.mg-top-224px {
    padding-top: 130px;
  }

  .section.pd-top-188px {
    padding-top: 100px;
  }

  .section.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .section.pd-bottom-220px {
    padding-bottom: 100px;
  }

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

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

  .section.pd-top-180px {
    padding-top: 100px;
  }

  .section.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .link-wrapper.mg-left-24px._16px-mb {
    margin-left: 16px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 28px;
  }

  .header-wrapper.v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .dropdown-column-wrapper.right.w--open {
    padding-top: 10px;
  }

  .header-logo-link {
    max-width: 159px;
  }

  .header-logo-link.v2 {
    max-width: 177px;
  }

  .hamburger-menu-wrapper {
    margin-left: 14px;
  }

  .hamburger-menu-bar {
    width: 24px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .protected-page-wrap {
    padding-top: 40px;
    padding-bottom: 116px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.right.center-mbp---mg-top-10px-mbp {
    place-content: center;
    justify-items: center;
    margin-top: 10px;
  }

  .flex-horizontal.start.wrap---row-16px---mbp {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    max-width: 160px;
  }

  .footer-logo-wrapper.large {
    max-width: 200px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.pd-top-110px---bottom-0px {
    padding-top: 70px;
  }

  .footer-bottom {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .error-message.cart-error {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-subscribe-form-button-down {
    grid-template-columns: 1fr;
  }

  .icon-list {
    margin-right: 8px;
  }

  ._w-h-100.fit-cover.hero-v2-image-position, ._w-h-100.fit-cover.hero-v3-image-position, ._w-h-100.fit-cover.values-featured-image {
    max-height: 350px;
  }

  ._w-h-100.fit-cover.hero-image-02, ._w-h-100.fit-cover.hero-image-03 {
    max-height: 280px;
  }

  ._w-h-100.fit-cover.team-image-page {
    max-height: 350px;
  }

  ._w-h-100.fit-cover.faq-image {
    max-height: 300px;
  }

  .lightbox-video-icon-wrapper, .lightbox-video-icon-wrapper.v2 {
    width: 25%;
    padding-top: 25%;
  }

  .half-bg-bottom.bg-bottom-v1 {
    height: 46%;
  }

  .half-bg-bottom.about-us {
    height: 43%;
  }

  .half-bg-bottom.bg-bottom-v2 {
    height: 46%;
  }

  .cta-card.cta-v1 {
    border-radius: 20px;
    padding-top: 60px;
  }

  .cta-card.cta-v4 {
    border-radius: 18px;
    padding: 42px 24px;
  }

  .cta-card.cta-v2 {
    border-radius: 18px;
    padding-top: 80px;
  }

  .cta-card.cta-footer {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-mask.width-530px {
    max-width: 100%;
  }

  .accordion-item-wrapper.accordion-card {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-wrapper.accordion-card.v2 {
    padding: 32px 24px;
  }

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

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

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    margin-top: -6px;
    margin-bottom: 20px;
  }

  .avatar-image, .avatar-image.card-image {
    width: 100%;
  }

  .avatar-image.card-image.alvin {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .team-member-square {
    border-radius: 18px;
    max-height: 300px;
    margin-bottom: 48px;
  }

  .pd---content-inside-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 42px 24px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .product-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-image-wrapper.inside-card {
    border-radius: 12px;
  }

  .blog-card-image-wrapper.blog-v3-image {
    border-radius: 18px;
    max-width: 100%;
    min-height: 200px;
    max-height: 300px;
    margin-left: 0;
  }

  .blog-card-image-wrapper.featured-v3 {
    min-height: 300px;
    max-height: 320px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-direction: column;
  }

  .blog-card-wrapper.card {
    border-radius: 16px;
  }

  .blog-card-wrapper.popular-posts-card {
    grid-column-gap: 12px;
  }

  .blog-card-featured-inner-content {
    padding-top: 26px;
  }

  .blog-card-featured-inner-content.v2 {
    padding: 35px 24px 32px;
  }

  .blog-card-content-inside {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .blog-card-content-inside.blog-feature-v2 {
    padding: 40px 24px;
  }

  .blog-card-content-inside.blog-v2-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-content-inside.blog-v2-card.alt {
    padding-right: 24px;
  }

  .blog-card-content-over {
    border-radius: 18px;
    width: 100%;
    margin-top: -38px;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-wrapper.border-radius-32px.height-100.mobile {
    display: none;
  }

  .image-wrapper.border-radius-32px.post---featured-image {
    max-height: 477px;
  }

  .image-wrapper.border-radius-24px {
    border-radius: 16px;
  }

  .image-wrapper.border-radius-24px.location-image-item {
    max-height: 260px;
  }

  .image-wrapper.size-192px {
    min-width: 110px;
    max-width: 110px;
  }

  .image-wrapper.choose-us-v2-image-wrapper {
    border-radius: 18px;
  }

  .image-wrapper.choose-us-v2-image-wrapper.v2 {
    margin-bottom: 10%;
  }

  .image-wrapper.size-70px {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .image-wrapper.border-radius-20px.post---featured-image {
    max-height: 400px;
  }

  ._404-not-found {
    font-size: 38vw;
  }

  .cart-button-wrapper {
    margin-left: 20px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-header, .cart-footer, .cart-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 8px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-right: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 190px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-home-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-square-logo {
    max-width: 60px;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .half-bg-top.blog-v3 {
    height: 60%;
  }

  .half-bg-top.hero-v9-bg {
    height: 80%;
  }

  .nav-content {
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    max-width: 240px;
    display: flex;
  }

  .nav-menu-list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-footer-top-card {
    border-radius: 20px;
    padding: 50px 24px;
  }

  .main-menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-v1-section---large-image-right-wrapper {
    justify-content: center;
    min-height: 300px;
    max-height: 450px;
    margin-top: 40px;
  }

  .large-image-container {
    min-width: 891px;
    margin-left: -408px;
  }

  .bg-purple-line {
    padding-bottom: 6px;
  }

  .bg-purple-line.text-no-wrap, .bg-purple-line.v3.text-no-wrap {
    white-space: normal;
  }

  .choose-us-image---01 {
    border-radius: 18px;
    height: auto;
  }

  .choose-us-image---02, .choose-us-image---03, .position-absolute.square-shape-bg-color-3 {
    border-radius: 18px;
  }

  .bg-purple-line-large.v3 {
    padding-bottom: 8px;
  }

  .square-icon.icon-72px {
    border-radius: 10px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .contact-card-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bg.floating-top-contact-v2 {
    width: 80%;
    right: -72px;
  }

  .bg.floating-bottom-contact-v2 {
    width: 65%;
    bottom: -315px;
    left: -46px;
  }

  .bg.floating-bottom---right-team {
    border-radius: 16px;
    bottom: -50px;
    right: -10%;
  }

  .bg.floating-bottom---left-values {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    bottom: -12%;
  }

  .bg.floating-bottom---left-choose {
    border-radius: 18px;
  }

  .bg.floating-center---our-team {
    border-radius: 18px;
    min-height: 85%;
  }

  .full-image-left-wrapper.cta-v1 {
    max-height: 350px;
  }

  .input-button-inside-block {
    min-height: 136px;
  }

  .team-image-right-wrapper {
    flex-direction: column;
  }

  .full-page-section---image-right {
    max-width: 250px;
    margin-top: 60px;
  }

  .card-image._w-h-100.service-item-image-v1 {
    max-height: 280px;
  }

  .card-image.featured-v1 {
    min-height: 300px;
    max-height: 300px;
  }

  .card-image.post-v1 {
    max-height: 244px;
  }

  .slide-location-picture {
    border-radius: 18px;
    max-height: 350px;
  }

  .section---location {
    padding-bottom: 80px;
  }

  .blog-card-featured-image-wrapper.featured-v2 {
    border-radius: 20px;
    min-height: 550px;
    max-height: 550px;
  }

  .full-image-right-wrapper.cta-v2 {
    max-height: 400px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .full-width-right-hero.layout-grid-2-cols---hero-v2, .full-width-right-hero.layout-grid-3-cols---hero-v3 {
    border-radius: 18px;
  }

  .full-width-right-hero.layout-grid-3-cols---our-team {
    border-radius: 18px;
    max-height: 280px;
  }

  .full-width-right-hero.tabs-location-image {
    max-height: 350px;
  }

  .team-image-right {
    flex-direction: column;
    min-height: auto;
    max-height: 400px;
    margin-left: 0;
  }

  .icon-quotation-marks {
    max-width: 40px;
  }

  .team-image---01 {
    border-radius: 18px;
    max-height: 280px;
  }

  .team-image---02 {
    border-radius: 18px;
    max-height: 280px;
    margin-top: 63px;
  }

  .full-width-left-wrapper.cta-v3-full-width-left-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-height: 350px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .full-width-left.layout-grid-3-cols---hero-v3 {
    border-radius: 18px;
  }

  .full-width-left.layout-grid-2-cols---video {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .full-width-left.layout-grid-3-cols---our-team {
    border-radius: 18px;
    max-height: 280px;
  }

  .card-bg-right, .card-bg-right.cta-v3 {
    border-radius: 20px;
    margin-left: -20px;
  }

  .large-circle-buttons-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .social-circle-link-large {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 31px;
  }

  .pd-sides-24px.flex-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-no-wrap.normal---mbp {
    white-space: normal;
  }

  .service-top-content-icon---wrapper {
    margin-top: -58px;
    margin-bottom: 10px;
  }

  .contact-form {
    min-height: 689px;
  }

  .text-center---tablet.text-left---mbp {
    text-align: left;
  }

  .mg-bottom-82px {
    margin-bottom: 65px;
  }

  .mg-bottom-82px.alt {
    margin-bottom: 50px;
  }

  .text-center---mbl.text-left---mbp {
    text-align: left;
  }

  .tabs-horizontal-wrapper.v2 {
    padding-top: 70px;
  }

  .tabs-horizontal-menu, .mg-bottom-70px---tablet {
    margin-bottom: 50px;
  }

  .tabs-horizontal---tab-pane-wrapper {
    max-height: 450px;
  }

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

  .logo-link {
    max-width: 152px;
  }

  .text-break-all---mbp {
    word-break: break-all;
  }

  .blog-feature-v2-arrow {
    top: 16px;
    right: 16px;
  }

  .mg-bottom-95px {
    margin-bottom: 70px;
  }

  .mg-bottom-95px.alt {
    margin-bottom: 40px;
  }

  .rich-text-v2 h2 {
    font-size: 30px;
  }

  .rich-text-v2 h3 {
    font-size: 22px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 20px;
  }

  .rich-text-v2 h4 {
    font-size: 19px;
  }

  .rich-text-v2 blockquote {
    font-size: 18px;
  }

  .grid-1-column-form-block {
    min-height: 573px;
  }

  .add-cart {
    min-height: 132px;
  }

  .mg-bottom-11px {
    margin-bottom: 10px;
  }

  .grow-section-v1-wrapper {
    padding-top: 60px;
  }

  .not-found-page-wrap {
    padding-top: 60px;
    padding-bottom: 76px;
  }

  .shipping-method-content {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .video-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-block.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-block.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .video-block.top {
    padding-top: 60px;
  }

  .video-block.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-block.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-block.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .video-block.hero.v1 {
    padding-top: 60px;
  }

  .video-block.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .video-block.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .video-block.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .video-block.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .video-block.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-block.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .video-block.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .video-block.hero.v6, .video-block.hero.v2, .video-block.hero.v12 {
    padding-top: 60px;
  }

  .video-block.hero.v13 {
    padding-top: 40px;
  }

  .video-block.hero.v3 {
    padding-top: 70px;
  }

  .video-block.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .video-block.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .video-block.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .video-block.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .video-block.pd-top-62px {
    padding-top: 40px;
  }

  .video-block.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .video-block.pd-top-160px {
    padding-top: 80px;
  }

  .video-block.mg-top-224px {
    padding-top: 130px;
  }

  .video-block.pd-top-188px {
    padding-top: 100px;
  }

  .video-block.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .video-block.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .video-block.pd-top-200px {
    padding-top: 100px;
  }

  .video-block.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-block.pd-top-180px {
    padding-top: 100px;
  }

  .video-block.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .services-card {
    border-radius: 18px;
  }

  .services-card.feature-v1 {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-card.whats-included, .services-card.sales-home-page.last {
    border-radius: 16px;
  }

  .services-card.password-protected-card-content {
    border-radius: 16px;
    padding: 54px 24px 60px;
  }

  .services-card._404-card-content {
    border-radius: 16px;
    padding: 48px 24px 64px;
  }

  .services-card.explore-bar {
    padding: 32px 24px;
  }

  .services-card.testimonial-card {
    border-radius: 20px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.service-content-over {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-top: -60px;
    margin-right: 15px;
    padding: 32px 24px;
  }

  .services-card.team-card-inside-image {
    border-radius: 20px;
    max-width: 100%;
    margin-top: 24px;
    padding: 32px 24px;
    position: static;
  }

  .services-card.blog-featured-v1 {
    margin-top: -54px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.subscribe-newsletter-icon-card {
    padding: 32px 24px;
  }

  .services-card.pricing-card {
    border-radius: 16px;
    padding: 45px 24px;
  }

  .services-card.value-card {
    grid-row-gap: 16px;
    border-radius: 16px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.team-over-image-content {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.tabs-content-product {
    border-radius: 16px;
    padding: 40px 24px;
  }

  .services-card.blog-featured-v2 {
    border-radius: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .services-card.blog-featured-v3 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .services-card.blog-card-full-width-right {
    border-radius: 20px;
  }

  .services-card.center-content-testimonial {
    border-radius: 18px;
    padding-top: 43px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.service-form {
    padding: 32px 24px 40px;
  }

  .services-card.service-card-content-left {
    padding: 44px 24px;
  }

  .services-card.testimonial-content-left {
    border-radius: 18px;
    padding: 40px 24px;
  }

  .services-card.service-content-center {
    border-radius: 16px;
    padding: 32px 24px;
  }

  .services-card.service-content-center.home {
    background-image: linear-gradient(180deg, var(--neutral--100) 75%, var(--dark-blue) 75%);
    padding-left: 20px;
    display: block;
  }

  .services-card.card-form {
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.card-form.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-card.search-result-item {
    border-radius: 16px;
  }

  .services-container._300px---mbp {
    max-width: 300px;
  }

  .services-container._350px---mbp {
    max-width: 350px;
  }

  .services-container.cta-v1-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-container.image-and-bg {
    max-height: 400px;
  }

  .services-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .services-header.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-header.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .services-header.top {
    padding-top: 60px;
  }

  .services-header.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-header.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-header.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .services-header.hero.v1 {
    padding-top: 60px;
  }

  .services-header.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-header.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-header.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .services-header.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-header.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-header.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-header.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-header.hero.v6, .services-header.hero.v2, .services-header.hero.v12 {
    padding-top: 60px;
  }

  .services-header.hero.v13 {
    padding-top: 40px;
  }

  .services-header.hero.v3 {
    padding-top: 70px;
  }

  .services-header.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .services-header.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-header.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .services-header.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .services-header.pd-top-62px {
    padding-top: 40px;
  }

  .services-header.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .services-header.pd-top-160px {
    padding-top: 80px;
  }

  .services-header.mg-top-224px {
    padding-top: 130px;
  }

  .services-header.pd-top-188px {
    padding-top: 100px;
  }

  .services-header.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .services-header.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .services-header.pd-top-200px {
    padding-top: 100px;
  }

  .services-header.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header.pd-top-180px {
    padding-top: 100px;
  }

  .services-header.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .section-copy.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.top {
    padding-top: 60px;
  }

  .section-copy.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .section-copy.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .section-copy.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-copy.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-copy.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-copy.hero.v6, .section-copy.hero.v2, .section-copy.hero.v12 {
    padding-top: 60px;
  }

  .section-copy.hero.v13 {
    padding-top: 40px;
  }

  .section-copy.hero.v3 {
    padding-top: 70px;
  }

  .section-copy.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .section-copy.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-copy.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .section-copy.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section-copy.pd-top-62px {
    padding-top: 40px;
  }

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

  .section-copy.pd-top-160px {
    padding-top: 80px;
  }

  .section-copy.mg-top-224px {
    padding-top: 130px;
  }

  .section-copy.pd-top-188px {
    padding-top: 100px;
  }

  .section-copy.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .section-copy.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .section-copy.pd-top-200px {
    padding-top: 100px;
  }

  .section-copy.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.pd-top-180px {
    padding-top: 100px;
  }

  .section-copy.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .sub-services-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sub-services-section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-services-section.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .sub-services-section.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub-services-section.top {
    padding-top: 60px;
  }

  .sub-services-section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sub-services-section.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-services-section.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .sub-services-section.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .sub-services-section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .sub-services-section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .sub-services-section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sub-services-section.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .sub-services-section.hero.v6, .sub-services-section.hero.v2, .sub-services-section.hero.v12 {
    padding-top: 60px;
  }

  .sub-services-section.hero.v13 {
    padding-top: 40px;
  }

  .sub-services-section.hero.v3 {
    padding-top: 70px;
  }

  .sub-services-section.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .sub-services-section.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sub-services-section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .sub-services-section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .sub-services-section.pd-top-62px {
    padding-top: 40px;
  }

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

  .sub-services-section.pd-top-160px {
    padding-top: 80px;
  }

  .sub-services-section.mg-top-224px {
    padding-top: 130px;
  }

  .sub-services-section.pd-top-188px {
    padding-top: 100px;
  }

  .sub-services-section.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .sub-services-section.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .sub-services-section.pd-top-200px {
    padding-top: 100px;
  }

  .sub-services-section.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sub-services-section.pd-top-180px {
    padding-top: 100px;
  }

  .sub-services-section.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .team-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .team-section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-section.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .team-section.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.top {
    padding-top: 60px;
  }

  .team-section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-section.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-section.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .team-section.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .team-section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .team-section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .team-section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .team-section.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .team-section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-section.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .team-section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .team-section.hero.v6, .team-section.hero.v2, .team-section.hero.v12 {
    padding-top: 60px;
  }

  .team-section.hero.v13 {
    padding-top: 40px;
  }

  .team-section.hero.v3 {
    padding-top: 70px;
  }

  .team-section.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .team-section.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .team-section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .team-section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .team-section.pd-top-62px {
    padding-top: 40px;
  }

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

  .team-section.pd-top-160px {
    padding-top: 80px;
  }

  .team-section.mg-top-224px {
    padding-top: 130px;
  }

  .team-section.pd-top-188px {
    padding-top: 100px;
  }

  .team-section.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .team-section.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .team-section.pd-top-200px {
    padding-top: 100px;
  }

  .team-section.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-section.pd-top-180px {
    padding-top: 100px;
  }

  .team-section.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .services-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .services-hero.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-hero.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .services-hero.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero.top {
    padding-top: 60px;
  }

  .services-hero.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-hero.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-hero.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .services-hero.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .services-hero.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-hero.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-hero.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-hero.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .services-hero.hero.v6, .services-hero.hero.v2, .services-hero.hero.v12 {
    padding-top: 60px;
  }

  .services-hero.hero.v13 {
    padding-top: 40px;
  }

  .services-hero.hero.v3 {
    padding-top: 70px;
  }

  .services-hero.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .services-hero.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .services-hero.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .services-hero.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .services-hero.pd-top-62px {
    padding-top: 40px;
  }

  .services-hero.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .services-hero.pd-top-160px {
    padding-top: 80px;
  }

  .services-hero.mg-top-224px {
    padding-top: 130px;
  }

  .services-hero.pd-top-188px {
    padding-top: 100px;
  }

  .services-hero.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .services-hero.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .services-hero.pd-top-200px {
    padding-top: 100px;
  }

  .services-hero.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-hero.pd-top-180px {
    padding-top: 100px;
  }

  .services-hero.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .cta-footer-top-card-copy {
    border-radius: 20px;
    padding: 50px 24px;
  }

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

  .contact-section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-section.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .contact-section.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.top {
    padding-top: 60px;
  }

  .contact-section.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-section.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-section.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .contact-section.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .contact-section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-section.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-section.hero.v6, .contact-section.hero.v2, .contact-section.hero.v12 {
    padding-top: 60px;
  }

  .contact-section.hero.v13 {
    padding-top: 40px;
  }

  .contact-section.hero.v3 {
    padding-top: 70px;
  }

  .contact-section.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .contact-section.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact-section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .contact-section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .contact-section.pd-top-62px {
    padding-top: 40px;
  }

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

  .contact-section.pd-top-160px {
    padding-top: 80px;
  }

  .contact-section.mg-top-224px {
    padding-top: 130px;
  }

  .contact-section.pd-top-188px {
    padding-top: 100px;
  }

  .contact-section.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .contact-section.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .contact-section.pd-top-200px {
    padding-top: 100px;
  }

  .contact-section.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section.pd-top-180px {
    padding-top: 100px;
  }

  .contact-section.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .small-h1 {
    font-size: 28px;
  }

  ._6-stack, .feature-stack.collage {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider {
    width: 350px;
  }

  .display-5 {
    font-size: 38px;
  }

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

  .btn-primary-2 {
    width: 100%;
    padding: 20px;
  }

  .card-2 {
    border-radius: 18px;
  }

  .btn-secondary-2 {
    width: 100%;
    padding: 20px;
  }

  .display-6 {
    font-size: 30px;
  }

  .teaser-img {
    border-radius: 5px;
  }

  .nav-menu-list-wrapper-legal {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-home-atx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-home-atx.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-home-atx.pd-120px.pd-top-154px {
    padding-top: 90px;
  }

  .section-home-atx.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-home-atx.top {
    padding-top: 60px;
  }

  .section-home-atx.template-pages-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-atx.template-pages-hero.short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-home-atx.hero-page {
    background-image: linear-gradient(to bottom, white 55%, var(--secondary--color-3) 55%);
    padding-top: 58px;
    padding-bottom: 140px;
  }

  .section-home-atx.hero.v1 {
    padding-top: 60px;
    overflow: visible;
  }

  .section-home-atx.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-home-atx.hero.v7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v8 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v9 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-home-atx.hero.v10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-home-atx.hero.v11 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-home-atx.hero.v6, .section-home-atx.hero.v2, .section-home-atx.hero.v12 {
    padding-top: 60px;
  }

  .section-home-atx.hero.v13 {
    padding-top: 40px;
  }

  .section-home-atx.hero.v3 {
    padding-top: 70px;
  }

  .section-home-atx.hero.v14 {
    padding-top: 40px;
    padding-bottom: 92px;
  }

  .section-home-atx.hero.v15 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-home-atx.hero.v16 {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .section-home-atx.hero.v17 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section-home-atx.pd-top-62px {
    padding-top: 40px;
  }

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

  .section-home-atx.pd-top-160px {
    padding-top: 80px;
  }

  .section-home-atx.mg-top-224px {
    padding-top: 130px;
  }

  .section-home-atx.pd-top-188px {
    padding-top: 100px;
  }

  .section-home-atx.pd-top-224px---bottom-164px {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .section-home-atx.pd-bottom-220px {
    padding-bottom: 100px;
  }

  .section-home-atx.pd-top-200px {
    padding-top: 100px;
  }

  .section-home-atx.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-home-atx.pd-top-180px {
    padding-top: 100px;
  }

  .section-home-atx.pd-bottom-150px {
    padding-bottom: 87px;
  }

  .fb_form-heading {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .fb_summary-item_data {
    font-size: .7rem;
  }

  .fb_summary-item_tag {
    font-size: .75rem;
  }

  .fb_summary-heading {
    margin-bottom: .8rem;
    font-size: .9rem;
  }

  .fb_timeslots_label-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fb_booking-form-component {
    max-width: none;
    padding: 2rem 1.5rem;
  }

  .fb_timeslots_grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .fb_form-description {
    font-size: .875rem;
  }
}

#w-node-_0fbef635-0f84-b390-2992-0c9f02f6b6e4-91dd5701, #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628d5e-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a71a1db-37a1-4983-358c-309d73f1e318-bd310e2a {
  place-self: stretch end;
}

#w-node-_0e490b91-e647-f504-fee8-a88a23e3e8b4-bd310e2a {
  align-self: start;
}

#w-node-ddac61e2-9a12-5f2a-62d6-9240d49510d4-bd310e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca2ca39-b8fe-d9ae-b9b6-ad93443c607d-443c6072 {
  place-self: center start;
}

#w-node-_6b50b2a1-ae95-dfd9-5e58-16be23c819b6-bd310e2b, #w-node-_8acae23e-19c8-3547-e731-61b8b6d3e482-bd310e2c {
  align-self: stretch;
}

#w-node-_8acae23e-19c8-3547-e731-61b8b6d3e50a-bd310e2c, #w-node-_8acae23e-19c8-3547-e731-61b8b6d3e515-bd310e2c, #w-node-d13833df-4302-8f2d-0beb-035db976fa74-bd310e2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-bd310e2d {
  justify-self: end;
}

#w-node-b7e8358f-5ca7-9e78-a77f-677c71dfe317-bd310e2d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9afb0422-4821-88cd-14ed-cce318259760-bd310e2f {
  align-self: stretch;
}

#w-node-_54d2d07f-6f28-099b-5bde-8ea3bfacd3ed-bd310e2f {
  justify-self: end;
}

#w-node-e7e6d9e1-c0f8-2d82-08b9-116e39832e23-bd310e2f, #w-node-_367ca4a2-d6c5-dacf-84c1-2ea9078eb96d-bd310e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-bd310e36 {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-bd310e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c098552-eb31-ff8a-e1af-7a685fb90113-bd310e74 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c098552-eb31-ff8a-e1af-7a685fb90121-bd310e74, #w-node-_9c098552-eb31-ff8a-e1af-7a685fb90131-bd310e74, #w-node-_9c098552-eb31-ff8a-e1af-7a685fb90141-bd310e74, #w-node-_9c098552-eb31-ff8a-e1af-7a685fb90151-bd310e74 {
  align-self: stretch;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b273d-bd310e74 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b273e-bd310e74 {
  grid-column: span 2 / span 2;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b2754-bd310e74 {
  align-self: stretch;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b275a-bd310e74 {
  grid-column: span 2 / span 2;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b2770-bd310e74 {
  align-self: stretch;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b2773-bd310e74 {
  grid-column: span 2 / span 2;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b2788-bd310e74 {
  align-self: stretch;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b278d-bd310e74 {
  grid-column: span 2 / span 2;
}

#w-node-cd629a99-8b4b-0feb-ea87-3536d97b27a2-bd310e74 {
  align-self: stretch;
}

#w-node-f9056292-583e-308c-0498-dd87303ccc87-bd310ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9056292-583e-308c-0498-dd87303ccc90-bd310ed5 {
  justify-self: stretch;
}

#w-node-_5ca24498-9a45-0c35-7e45-81aa849f8689-bd310ed5 {
  align-self: stretch;
}

#w-node-_1b7e01d8-a19e-25e8-dfb7-2d6828426aaa-bd310eea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b7e01d8-a19e-25e8-dfb7-2d6828426ab8-bd310eea, #w-node-_1b7e01d8-a19e-25e8-dfb7-2d6828426ac8-bd310eea {
  align-self: stretch;
}

#w-node-_6d77889d-a4f5-99df-7450-63c5965ad97d-bd310eed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d77889d-a4f5-99df-7450-63c5965ad981-bd310eed {
  justify-self: start;
}

#w-node-b5ae4a94-7879-226d-c37c-b9952462d558-bd310eed {
  place-self: stretch end;
}

#w-node-b7b65dfe-b589-cb88-d4a8-9a3312d99df9-bd310eed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b65dfe-b589-cb88-d4a8-9a3312d99e03-bd310eed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_81ad8765-7529-b122-ed30-e5ab8ee94a69-bd310ef3 {
  justify-self: end;
}

#w-node-_8a906afc-e33b-020b-651b-4170df33ad16-df33ad12, #w-node-_8a906afc-e33b-020b-651b-4170df33ad18-df33ad12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87ce40a7-c091-2ffd-eaff-75c5530a8c71-530a8c58 {
  justify-self: start;
}

#w-node-_6069e148-d447-967e-74f3-fc537b7e0c66-379d968f {
  justify-self: end;
}

#w-node-_6069e148-d447-967e-74f3-fc537b7e0c80-379d968f {
  justify-self: start;
}

#w-node-_6069e148-d447-967e-74f3-fc537b7e0c99-379d968f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60c3a6ee-3e92-bfb2-77cb-d2765a3a5056-e47969c8 {
  justify-self: end;
}

#w-node-_60c3a6ee-3e92-bfb2-77cb-d2765a3a5070-e47969c8 {
  justify-self: start;
}

#w-node-_60c3a6ee-3e92-bfb2-77cb-d2765a3a5089-e47969c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_725c30ab-3272-61df-11ea-47786fbdeda2-3bb62a4b {
  justify-self: end;
}

#w-node-_725c30ab-3272-61df-11ea-47786fbdedbc-3bb62a4b {
  justify-self: start;
}

#w-node-_725c30ab-3272-61df-11ea-47786fbdedd5-3bb62a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837d6182-99bf-9040-131e-90b8acc1f1c0-e47bf586 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1cd2651c-ce0a-3f3b-69f0-6493c84e06b6-e47bf586, #w-node-b8cffab5-cdf7-642b-7cbf-b21069aaf60c-e47bf586, #w-node-c6b1f9b6-4285-033b-a524-5e40be62a54d-e47bf586, #w-node-_14a6ef7b-5680-909d-e5fa-c78c2e4b7c49-e47bf586 {
  align-self: stretch;
}

#w-node-c7759e16-e9f1-dc73-1699-b09d06eb4d5b-e47bf586 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_2911ba81-7ea3-0c0e-c2e0-b135a6ceea67-e47bf586, #w-node-c3f398c3-8789-1669-75ff-f6e97f9248cd-e47bf586, #w-node-_5d4fa8e0-9702-519c-782c-9cc0c716ed37-e47bf586, #w-node-e0a59d1f-9cfc-b90b-9f92-07f04c15b047-e47bf586, #w-node-_74706d00-a1f7-0b31-0bda-df4a9c6ac43d-e47bf586, #w-node-_05f21e96-ef5f-1dd6-5a55-76ed75c2d4ac-e47bf586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33867a7f-ca87-b276-b0d1-f940b0596cf4-e47bf586 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7cecb0ee-a952-401d-59cf-97256d1d9c14-e47bf586, #w-node-d4d04176-e286-aa4a-fcf3-348096ddf9aa-e47bf586, #w-node-e1c98f95-cd15-c120-8744-eb10fc3f7a1d-e47bf586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4671ac99-f3ad-550f-7262-e4940c0186e5-e47bf586 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-f4b42cd4-4462-b593-f6a7-4d52be9c9fd1-e47bf586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24fb72eb-db5f-a197-9640-7ecfe70cf7dd-e47bf586, #w-node-_9af2a1ae-703f-f6c7-11bd-9e39b1ebb687-e47bf586, #w-node-_08eb08c5-4a21-7792-0842-7b625a80a611-e47bf586 {
  align-self: stretch;
}

#w-node-_5c4c98f7-1258-9728-1ab3-8ea75015f1a8-e47bf586, #w-node-_3b2bc405-af2c-1f94-bde5-ab99f5e5ed67-e47bf586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d2af9-6f30-a284-2fa9-d9d4847a6690-847a6667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_447d2af9-6f30-a284-2fa9-d9d4847a6694-847a6667 {
  justify-self: start;
}

#w-node-bfab722f-4979-9d43-7c07-4cd6b7bf1505-861acac7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_11c1614b-3d1d-97d4-c68a-9afc65e270a9-861acac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0950c959-a606-9f6b-f51b-7ff880066c55-861acac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0950c959-a606-9f6b-f51b-7ff880066c5c-861acac7 {
  justify-self: end;
}

#w-node-_23fd36db-73c1-2a4e-7264-ec70f2ac7e0a-861acac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23fd36db-73c1-2a4e-7264-ec70f2ac7e18-861acac7 {
  justify-self: end;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee596-42e81479 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee5ff-42e81479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee608-42e81479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee60f-42e81479 {
  justify-self: end;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee625-42e81479 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f12e64ec-17d8-734b-1f59-7666db4ee633-42e81479 {
  justify-self: end;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-a7cb0fe0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f56e-a7cb0fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f577-a7cb0fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f57e-a7cb0fe0 {
  justify-self: end;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f594-a7cb0fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f5a2-a7cb0fe0 {
  justify-self: end;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa26-da950aa6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa8f-da950aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa98-da950aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa9f-da950aa6 {
  justify-self: end;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fab5-da950aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fac3-da950aa6 {
  justify-self: end;
}

#w-node-_88c3c93a-5727-8b5b-3093-5138af071d72-676121c7 {
  align-self: stretch;
}

#w-node-_88c3c93a-5727-8b5b-3093-5138af071d75-676121c7 {
  justify-self: end;
}

#w-node-bd894cfb-b646-ef21-d33b-8a2efb42e257-676121c7, #w-node-bd894cfb-b646-ef21-d33b-8a2efb42e25c-676121c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-49cf4886 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f56e-49cf4886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f577-49cf4886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f57e-49cf4886 {
  justify-self: end;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f594-49cf4886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32d70-94a7-dfb4-701d-443039b8f5a2-49cf4886 {
  justify-self: end;
}

#w-node-_5dd316d3-13ab-049f-289b-33cb9f5856eb-53e0986a, #Service.w-node-_5dd316d3-13ab-049f-289b-33cb9f5856f1-53e0986a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd316d3-13ab-049f-289b-33cb9f5856f4-53e0986a, #w-node-_5dd316d3-13ab-049f-289b-33cb9f5856f7-53e0986a, #Additional-Message.w-node-_5dd316d3-13ab-049f-289b-33cb9f585702-53e0986a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5dd316d3-13ab-049f-289b-33cb9f585703-53e0986a, #w-node-d51c2871-8634-52ee-f58c-f569be4308b5-41ffbdb6, #w-node-cf706be0-da31-c261-7568-45410efff9c6-41ffbdb6, #w-node-ba03de92-d061-f22a-b36a-6b006a3efef0-41ffbdb6, #w-node-_2989896b-275b-46d7-a1df-2b220046257a-41ffbdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4df0254-4fb2-21a2-7738-dddf274de263-41ffbdb6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d4df0254-4fb2-21a2-7738-dddf274de28e-41ffbdb6, #w-node-d4df0254-4fb2-21a2-7738-dddf274de28f-41ffbdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4df0254-4fb2-21a2-7738-dddf274de291-41ffbdb6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d4df0254-4fb2-21a2-7738-dddf274de293-41ffbdb6, #w-node-d4df0254-4fb2-21a2-7738-dddf274de295-41ffbdb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd11fdc2-21c4-2dd1-a3ae-d57ba2308498-a2308489 {
  align-self: stretch;
}

#w-node-cd11fdc2-21c4-2dd1-a3ae-d57ba230849b-a2308489 {
  justify-self: end;
}

#w-node-cd11fdc2-21c4-2dd1-a3ae-d57ba23084a2-a2308489 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628ddd-91dd5701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_7a974527-baf8-1c07-d6f4-232a4ea7e02b-91dd5701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628ddd-91dd5701 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-bd310e2d, #w-node-_54d2d07f-6f28-099b-5bde-8ea3bfacd3ed-bd310e2f, #w-node-b5ae4a94-7879-226d-c37c-b9952462d558-bd310eed {
    justify-self: auto;
  }

  #w-node-c7759e16-e9f1-dc73-1699-b09d06eb4d5b-e47bf586 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_4671ac99-f3ad-550f-7262-e4940c0186e5-e47bf586 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-f4b42cd4-4462-b593-f6a7-4d52be9c9fd1-e47bf586 {
    justify-self: stretch;
  }

  #w-node-_0950c959-a606-9f6b-f51b-7ff880066c5c-861acac7, #w-node-_23fd36db-73c1-2a4e-7264-ec70f2ac7e18-861acac7, #w-node-f12e64ec-17d8-734b-1f59-7666db4ee60f-42e81479, #w-node-f12e64ec-17d8-734b-1f59-7666db4ee633-42e81479, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f57e-a7cb0fe0, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f5a2-a7cb0fe0, #w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa9f-da950aa6, #w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fac3-da950aa6 {
    order: -9999;
  }

  #w-node-_88c3c93a-5727-8b5b-3093-5138af071d75-676121c7 {
    justify-self: auto;
  }

  #w-node-_69f32d70-94a7-dfb4-701d-443039b8f57e-49cf4886, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f5a2-49cf4886 {
    order: -9999;
  }

  #w-node-d4df0254-4fb2-21a2-7738-dddf274de263-41ffbdb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-cd11fdc2-21c4-2dd1-a3ae-d57ba230849b-a2308489 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628d5e-91dd5701, #w-node-_7495291b-bd36-fbfd-05cd-96c428c81b3f-91dd5701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628db6-91dd5701 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628ddd-91dd5701 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8e07bb42-3ce2-a583-53eb-efa2ba5665b1-b4043bae {
    order: -9999;
  }

  #w-node-_86e6cee8-dbc7-5fe3-5a9f-1d5ecd168b78-b4043bae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-bd310e74, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-bd310e74, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-bd310e74, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-bd310e74, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-bd310e74, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-bd310e74, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-bd310e74, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-bd310e74, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-bd310e74, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-bd310e74, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-bd310e74, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-bd310e74, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-bd310e74, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-bd310e74, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-bd310e74, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-bd310e74, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-bd310e74, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-bd310e74, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-bd310e74, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-bd310e74, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-bd310e74, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-bd310e74, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-bd310e74, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-bd310e74, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-bd310e74, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-bd310e74 {
    order: -9999;
  }

  #w-node-_9c098552-eb31-ff8a-e1af-7a685fb90113-bd310e74, #w-node-cd629a99-8b4b-0feb-ea87-3536d97b273d-bd310e74, #w-node-_1b7e01d8-a19e-25e8-dfb7-2d6828426aaa-bd310eea {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6d77889d-a4f5-99df-7450-63c5965ad97d-bd310eed {
    grid-column: span 1 / span 1;
  }

  #w-node-b7b65dfe-b589-cb88-d4a8-9a3312d99df9-bd310eed, #w-node-edda010c-0f9b-fdb0-e82a-756ecd6833fc-bd310eef {
    justify-self: center;
  }

  #w-node-_81ad8765-7529-b122-ed30-e5ab8ee94a69-bd310ef3, #w-node-_6069e148-d447-967e-74f3-fc537b7e0c66-379d968f, #w-node-_60c3a6ee-3e92-bfb2-77cb-d2765a3a5056-e47969c8, #w-node-_725c30ab-3272-61df-11ea-47786fbdeda2-3bb62a4b {
    justify-self: auto;
  }

  #w-node-_837d6182-99bf-9040-131e-90b8acc1f1c0-e47bf586 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_447d2af9-6f30-a284-2fa9-d9d4847a6690-847a6667 {
    grid-column: span 1 / span 1;
  }

  #w-node-bfab722f-4979-9d43-7c07-4cd6b7bf1505-861acac7, #w-node-f12e64ec-17d8-734b-1f59-7666db4ee596-42e81479, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-a7cb0fe0, #w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa26-da950aa6, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-49cf4886 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5dd316d3-13ab-049f-289b-33cb9f5856f4-53e0986a, #w-node-_5dd316d3-13ab-049f-289b-33cb9f5856f7-53e0986a {
    grid-column: span 1 / span 1;
  }

  #Additional-Message.w-node-_5dd316d3-13ab-049f-289b-33cb9f585702-53e0986a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd11fdc2-21c4-2dd1-a3ae-d57ba23084a2-a2308489 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628d5e-91dd5701, #w-node-_7495291b-bd36-fbfd-05cd-96c428c81b3f-91dd5701, #w-node-_1cb1fa0d-7e5e-e4e7-f714-15836f628db6-91dd5701, #w-node-_86e6cee8-dbc7-5fe3-5a9f-1d5ecd168b78-b4043bae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c098552-eb31-ff8a-e1af-7a685fb90113-bd310e74, #w-node-cd629a99-8b4b-0feb-ea87-3536d97b273d-bd310e74, #w-node-_1b7e01d8-a19e-25e8-dfb7-2d6828426aaa-bd310eea {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6d77889d-a4f5-99df-7450-63c5965ad97d-bd310eed {
    grid-column: span 1 / span 1;
  }

  #w-node-_837d6182-99bf-9040-131e-90b8acc1f1c0-e47bf586 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_447d2af9-6f30-a284-2fa9-d9d4847a6690-847a6667 {
    grid-column: span 1 / span 1;
  }

  #w-node-bfab722f-4979-9d43-7c07-4cd6b7bf1505-861acac7, #w-node-f12e64ec-17d8-734b-1f59-7666db4ee596-42e81479, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-a7cb0fe0, #w-node-ffa511cf-5592-b9d7-991f-d8fb8c50fa26-da950aa6, #w-node-_69f32d70-94a7-dfb4-701d-443039b8f505-49cf4886 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0cd6ca78-e481-9271-dcac-96083b1ff303-3b1ff2ff, #w-node-_0cd6ca78-e481-9271-dcac-96083b1ff311-3b1ff2ff, #w-node-_0cd6ca78-e481-9271-dcac-96083b1ff318-3b1ff2ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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: 'Onest';
  src: url('../fonts/OnestBold1602-hint.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular1602-hint.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium1602-hint.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}