:root {
  --neutral--100: white;
  --neutral--600: #4f4f4f;
  --neutral--800: #1d3430;
  --accent--primary-1: #ffd399;
  --neutral--400: #d2d2d2;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --neutral--200: #f4f4f4;
  --neutral--300: #ececec;
  --neutral--700: #2b2b2b;
  --neutral--500: #939393;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: rgba(20, 20, 43, .08);
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-01: rgba(21, 87, 255, .06);
  --button-shadow--color-2: rgba(21, 87, 255, .08);
  --button-shadow--color-03: rgba(21, 87, 255, .12);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --secondary: #402e32;
  --primary-hover: #ffb85c;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2em;
}

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

h3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.792em;
}

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

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

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

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--600);
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

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

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

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

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

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

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

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 143px 103px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.792em;
}

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

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

.page-wrapper.flex {
  min-height: 100vh;
  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.hero-v9 {
  grid-template-columns: minmax(572px, .95fr) 1fr;
}

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

.grid-2-columns.cta-v3 {
  grid-template-columns: 1fr auto;
  align-items: end;
}

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

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

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

.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--400);
  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.blog-featured-v7 {
  grid-column-gap: 64px;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.grid-2-columns.product-page {
  grid-template-columns: 1.1fr minmax(440px, .93fr);
  align-items: start;
}

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

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

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

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

.grid-2-columns.why-us-grid {
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.why-us-grid.v3 {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.grid-2-columns.about-us-grid {
  grid-column-gap: 0px;
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.about-us-grid.v3 {
  grid-column-gap: 28px;
  grid-template-columns: minmax(520px, .8fr) 1fr;
}

.grid-2-columns.packages-grid-item {
  grid-column-gap: 0px;
  grid-template-columns: 1fr minmax(565px, 1.06fr);
  align-items: stretch;
}

.grid-2-columns.feature-package-grid {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
}

.grid-2-columns.feature-package-grid.post {
  grid-column-gap: 12px;
}

.grid-2-columns.blog-card-featured-v1 {
  grid-template-columns: 1fr 1.14fr;
  align-items: stretch;
}

.grid-2-columns.author-card {
  grid-column-gap: 0px;
  grid-template-columns: .5fr 1fr;
}

.grid-2-columns.location-grid {
  grid-column-gap: 40px;
  grid-template-columns: minmax(256px, auto) auto;
  justify-content: space-between;
  align-items: stretch;
}

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

.grid-2-columns._1-2fr---1fr {
  grid-template-columns: minmax(575px, 1.2fr) 1fr;
}

.grid-2-columns.location-wrapper-grid {
  grid-template-columns: minmax(auto, 624px) auto;
  justify-content: space-between;
}

.grid-2-columns.location-wrapper-grid.v2 {
  grid-template-columns: auto minmax(auto, 624px);
}

.grid-2-columns.cta-home-pages-grid {
  grid-column-gap: 44px;
}

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

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

.card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: none;
}

.card.form {
  border-style: none;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.card.form.v2 {
  padding: 63px 71px;
}

.card.form.v3 {
  padding: 69px 64px;
}

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

.card.checkout-block {
  color: var(--neutral--600);
  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 {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.sales-home-page:hover {
  transform: scale(.96);
}

.card.sales-home-page.bottom-center {
  width: 32%;
  max-width: 388px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card.buy-now {
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-width: 0;
  border-color: #146ef5;
  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(--general--shadow-01);
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

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

.card.dropdown-pd {
  width: 700px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.card.services-item {
  width: 100%;
  min-height: 630px;
  color: var(--neutral--100);
  border-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 34px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.services-item:hover {
  color: var(--neutral--100);
}

.card.testimonial-item {
  width: 100%;
  min-height: 670px;
  color: var(--neutral--100);
  align-items: flex-end;
  padding: 40px 30px 40px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.pricing-card {
  max-width: 544px;
  padding: 50px 56px 60px;
}

.card.horizontal-services-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral--600);
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
}

.card.horizontal-services-item:hover {
  color: var(--neutral--600);
}

.card.testimonial-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px 40px 40px;
  display: flex;
}

.card.testimonial-content.v2 {
  border-color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
}

.card.card-pricing.popular {
  border-width: 0;
}

.card.card-pricing.v2 {
  border-color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
}

.card.looking-webflow-template {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.card.vertical-services-item {
  border-color: var(--neutral--600);
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card.horizontal-location-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.package-slide {
  border-left-style: none;
}

.card.protected-page {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
  padding: 63px 62px 70px;
}

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

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

.style---color-block {
  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-template-columns: auto auto auto minmax(178px, 348px);
  justify-content: space-between;
  align-items: start;
}

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

.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;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 1px;
  background-color: var(--neutral--400);
  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._0px {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-200.medium.text-uppercase {
  letter-spacing: 2.7px;
}

.text-200.medium.email-location-text {
  word-break: break-all;
}

.text-200.black {
  font-weight: 900;
}

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

.text-200.pagination-text {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
}

.text-200.extra-bold {
  font-weight: 800;
}

.display-1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.044em;
}

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

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

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

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

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.167em;
}

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

.display-3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.205em;
}

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

.display-4 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

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

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

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

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

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

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

.text-400.black {
  font-weight: 900;
}

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

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

.text-300.black {
  font-weight: 900;
}

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

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

.text-100.medium.text-uppercase {
  letter-spacing: 2.24px;
}

.text-100.black {
  font-weight: 900;
}

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

.text-100.bold.text-uppercase {
  letter-spacing: 2.4px;
}

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

.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._1-col-tablet.gap-row-64px {
  grid-row-gap: 64px;
}

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

.grid-3-columns.footer-pages-grid, .grid-3-columns.layout-v1 {
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

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

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

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

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

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

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

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

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

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

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

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

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

.style---heading {
  min-height: 70vh;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  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._460px {
  max-width: 460px;
}

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

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

.inner-container._800px {
  max-width: 800px;
}

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

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

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

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

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

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

.inner-container._430px {
  max-width: 430px;
}

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

.inner-container._272px {
  max-width: 272px;
}

.inner-container._800px {
  max-width: 800px;
}

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

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

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

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

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

.inner-container._758px {
  max-width: 758px;
}

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

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

.inner-container._590px {
  max-width: 590px;
}

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

.inner-container._544px {
  max-width: 544px;
}

.inner-container._610px {
  max-width: 610px;
}

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

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

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

.inner-container._238px {
  max-width: 238px;
}

.inner-container._210px {
  max-width: 210px;
}

.inner-container._772px {
  max-width: 772px;
}

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

.inner-container._1014px {
  max-width: 1014px;
}

.inner-container._972px {
  max-width: 972px;
}

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

.inner-container._312px {
  max-width: 312px;
}

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

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

.inner-container._280px {
  max-width: 280px;
}

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

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

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

.inner-container._834px {
  max-width: 834px;
}

.inner-container._1062px {
  max-width: 1062px;
}

.inner-container._374px {
  max-width: 374px;
}

.inner-container._336px {
  height: 100%;
  max-width: 336px;
}

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

.inner-container._690px {
  max-width: 690px;
}

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

.inner-container._382px {
  max-width: 382px;
}

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

.inner-container._890px {
  max-width: 890px;
}

.inner-container._694px {
  max-width: 694px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._484px {
  max-width: 484px;
}

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

.inner-container._586px {
  max-width: 586px;
}

.inner-container._792px {
  max-width: 792px;
}

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

.inner-container._504px {
  max-width: 504px;
}

.inner-container._348px {
  max-width: 348px;
}

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

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

.inner-container.cta-v2-content {
  max-width: 555px;
  margin-left: auto;
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container.locations-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.content-services-item---content {
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}

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

.inner-container._649px {
  max-width: 649px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container._248px {
  max-width: 248px;
}

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

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

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

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

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

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

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

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

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--secondary);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

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

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

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

.btn-primary.small.header-white-btn-hidde-on-mb {
  margin-left: 32px;
}

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

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

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

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

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

.btn-primary.white.button-row.btn-mobile-visible, .btn-primary.white.button-row.hide-dektop {
  display: none;
}

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

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

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

.btn-primary.inside-input.default.arrow-icon {
  font-family: Line Square Icons, sans-serif;
}

.btn-primary.inside-input.btn-form-wrapper---default {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.btn-primary.inside-input.btn-form-wrapper---default:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-primary.button-row {
  color: var(--secondary);
  margin-right: 24px;
}

.btn-primary.button-row:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: var(--neutral--100);
  -webkit-text-stroke-color: var(--primary-hover);
}

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

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

.btn-primary.buy-now-btn {
  flex: 1;
  margin-top: 0;
}

.btn-primary.btn-form {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-right: 0;
  transition-property: none;
}

.btn-primary.btn-form:hover {
  transform: none;
}

.btn-primary.brix, .btn-primary.brix.no-hover:hover {
  background-color: #553ffe;
  border-color: #553ffe;
}

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

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

.btn-primary.btn-contact-arrow {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition-property: none;
}

.btn-primary.btn-contact-arrow:hover {
  transform: none;
}

.btn-primary.btn-form-wrapper---default:hover {
  color: var(--neutral--100);
  -webkit-text-stroke-color: var(--primary-hover);
}

.btn-secondary {
  border: 1.5px solid var(--secondary);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--secondary);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  padding: 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.111em;
  transition: box-shadow .3s, border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--primary-hover);
  box-shadow: 0 1px 1px 0 var(--button-shadow--white-01);
  color: var(--primary-hover);
  -webkit-text-stroke-color: var(--primary-hover);
  background-color: rgba(0, 0, 0, 0);
  transform: translate3d(0, -3px, .01px);
}

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

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

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

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

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

.btn-secondary.white.white---btn-article {
  transition-property: none;
}

.btn-secondary.white.white---btn-article:hover {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  transform: none;
}

.btn-secondary.white.mg-top-56px.center {
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  left: auto;
}

.btn-secondary.btn-article:hover {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  transform: none;
}

.btn-secondary.add-cart-btn {
  flex: 1;
  justify-content: center;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 12px 14px;
  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 {
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.badge-primary.small {
  letter-spacing: .14em;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.large {
  letter-spacing: .06em;
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 12px 14px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--600);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.light {
  border-width: 1px;
  border-color: var(--neutral--600);
  background-color: var(--neutral--100);
  box-shadow: none;
}

.badge-secondary.light.category-badges.w--current {
  transition: opacity .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.light.category-badges.w--current:hover {
  opacity: .8;
}

.badge-secondary.small {
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-secondary.small.white.category-badges.w--current {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transition: opacity .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.small.white.category-badges.w--current:hover {
  opacity: .8;
}

.badge-secondary.small.category-link {
  transform-style: preserve-3d;
  font-weight: 500;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.small.category-link:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.badge-secondary.large {
  letter-spacing: .06em;
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.1em;
}

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

.input {
  width: 100%;
  min-height: 52px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--800);
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  padding: 0 0 32px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: var(--neutral--600);
}

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

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

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

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

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

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

.input.button-inside.white.alt {
  padding-right: 28%;
}

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

.input.cart-quantity-input {
  width: 50px;
  min-height: 38px;
  padding-bottom: 18px;
}

.input.quntity {
  width: 110px;
}

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

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

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

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

.input.select-wrapper {
  border-style: solid;
  border-color: #000;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  transition: border-color .3s;
  display: flex;
  overflow: hidden;
}

.input.select-input {
  color: var(--neutral--800);
  border-bottom-style: none;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: color .3s;
}

.input.white {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

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

.input.white:focus {
  border-bottom-color: var(--accent--primary-1);
}

.input.white::-ms-input-placeholder {
  color: var(--neutral--100);
}

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

.input.flex-horizontal.flex-start {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.input.flex-test {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline;
}

.input.input-zeitraum {
  width: 60%;
  min-height: 0;
  clear: none;
  border-style: none;
  border-color: #000;
  flex: 0 auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: static;
}

.input.input-vehicle {
  min-height: 52px;
  margin-bottom: 0;
  padding-bottom: 32px;
}

.input.input-time {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: auto;
}

.position-relative {
  position: relative;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 104px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutral--300) var(--neutral--300) var(--neutral--400);
  color: var(--neutral--800);
  letter-spacing: .15em;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.112em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: var(--neutral--600);
}

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

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

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

.text-area.small {
  min-height: 80px;
  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 {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

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

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

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

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

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

.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 {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .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-height: 28px;
  min-width: 28px;
}

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

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

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

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

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

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

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

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

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

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

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

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

.square-icon.protected-page-icon {
  width: 100%;
  max-width: 89px;
}

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

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

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

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

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

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

.social-icon-square.without-bg {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  transition: transform .3s, color .3s;
}

.social-icon-square.without-bg:hover {
  color: var(--accent--primary-1);
  transform: translate(0, -3px);
}

.social-icon-square.white {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

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

.line-rounded-icon.link-icon-right.mg-left-16px {
  margin-left: 16px;
}

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

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

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

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

.line-rounded-icon.icon-list {
  margin-right: 8px;
}

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

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

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

.line-square-icon {
  flex: none;
  align-self: flex-start;
  margin-left: 0;
  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;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.line-square-icon.time {
  margin-bottom: 0;
  margin-left: -40%;
  line-height: 1em;
}

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

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

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

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

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

.rich-text ul, .rich-text ol {
  margin-top: 22px;
  margin-bottom: 32px;
}

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

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

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  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.right {
  justify-content: flex-end;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.add-cart {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.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--500);
  border-right: 4px solid rgba(0, 0, 0, 0);
  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(--neutral--800);
}

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

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--accent--primary-1);
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.width-100.start-here-image {
  border: 1px solid var(--neutral--300);
  margin-bottom: 48px;
}

.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 {
  max-width: 1266px;
  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.order-confirmation {
  display: block;
}

.elements---page-hero {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

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

.section.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--neutral--800) 46%);
  padding-top: 105px;
  padding-bottom: 218px;
  overflow: hidden;
}

.section.cta-home-pages {
  padding-top: 0;
  padding-bottom: 273px;
  position: relative;
  overflow: hidden;
}

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

.section.hero.v1 {
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/overxland-adventure-1-2.jpg');
  background-position: 0%, 0 0, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 1445px, auto, auto, cover;
  padding-top: 230px;
  padding-bottom: 320px;
}

.section.hero.v1.background-video-hero {
  height: auto;
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-position: 0%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 1445px, auto, auto;
  padding-top: 230px;
  padding-bottom: 313px;
  position: relative;
}

.section.hero.v1.adventure-1 {
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(to bottom, #1d3430, transparent 28%), linear-gradient(to bottom, null, null), url('../images/overxland-adventure-1-1-us_1overxland-adventure-1-1-us.webp');
  padding-top: 200px;
  padding-bottom: 265px;
}

.section.hero.v1.adventure-2 {
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-2-1_1overxland-adventure-2-1.webp');
  background-position: 0%, 0 0, 0 0, 50%;
  padding-top: 200px;
  padding-bottom: 265px;
}

.section.hero.v1.adventure-3 {
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
  background-position: 0%, 0 0, 0 0, 50%;
  padding-top: 200px;
  padding-bottom: 286px;
}

.section.hero.v1.adventure-4 {
  background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-4-1_1overxland-adventure-4-1.webp');
  background-position: 0%, 0 0, 0 0, 50%;
  padding-top: 200px;
  padding-bottom: 286px;
}

.section.hero.v4 {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  padding-top: 62px;
  padding-bottom: 94px;
}

.section.hero.v10 {
  padding-top: 170px;
  padding-bottom: 224px;
}

.section.hero.v7 {
  padding-top: 62px;
}

.section.hero.v11 {
  padding-top: 118px;
  padding-bottom: 128px;
}

.section.hero.v9 {
  padding-top: 170px;
  padding-bottom: 240px;
}

.section.hero.v5 {
  padding-top: 62px;
  padding-bottom: 218px;
}

.section.hero.v6 {
  color: var(--neutral--100);
  padding-top: 62px;
  padding-bottom: 120px;
}

.section.hero.v13 {
  color: var(--neutral--100);
  padding-top: 62px;
  padding-bottom: 152px;
}

.section.hero.v14 {
  color: var(--neutral--100);
  padding-top: 62px;
  padding-bottom: 208px;
}

.section.hero.v8 {
  padding-top: 62px;
  padding-bottom: 0;
}

.section.hero.v12 {
  padding-top: 182px;
  padding-bottom: 208px;
}

.section.hero.v3 {
  background-color: var(--neutral--800);
  padding-top: 172px;
  padding-bottom: 335px;
}

.section.hero.v2 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 28%), linear-gradient(360deg, #000, rgba(0, 0, 0, 0)), linear-gradient(124deg, #000, rgba(0, 0, 0, 0) 57%), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/blue-truck-hero-big-image-carrepair-x-webflow-template.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  padding-top: 230px;
  padding-bottom: 230px;
}

.section.hero.v15 {
  padding-top: 62px;
}

.section.hero.v16 {
  padding-top: 62px;
  padding-bottom: 125px;
}

.section.hero.v17 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 32%), linear-gradient(to right, #000 39%, rgba(0, 0, 0, 0));
  padding-top: 172px;
}

.section.hero.v18 {
  padding-top: 77px;
}

.section.hero.v19 {
  padding-top: 62px;
}

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

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

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

.section.pd-top-0px.overflow-hidden.vehicle-description {
  padding-top: 190px;
  padding-bottom: 0;
}

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

.section.stats-section {
  background-color: var(--neutral--800);
  padding-top: 240px;
  padding-bottom: 224px;
  position: relative;
  overflow: hidden;
}

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

.section.dark-mode-style {
  padding-top: 111px;
  overflow: hidden;
}

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

.section.full-image-section-why-us {
  background-image: url('../images/hero-shadow-home-v2-carrepair-x-webflow-template.svg'), linear-gradient(to right, #000 12%, rgba(0, 0, 0, 0) 49%), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-position: 0%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 100%, auto, auto;
  padding-top: 216px;
  padding-bottom: 270px;
  position: relative;
  overflow: hidden;
}

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

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

.section.pd-bottom-228px.position-relative.info-page {
  padding-bottom: 90px;
}

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

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

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

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

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

.section.pd-140px.pd-bottom-270px {
  padding-bottom: 270px;
}

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

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

.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: 30px;
  padding-bottom: 30px;
}

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

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

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

.link-wrapper: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(--neutral--400);
}

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

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  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);
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2em;
}

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

.heading-h1-size.hyphens {
  width: 600px;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

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

.heading-h2-size.footer-title, .heading-h2-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h2-size.price {
  font-size: 2.64vw;
}

.heading-h3-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.792em;
}

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

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

.heading-h4-size.footer-title {
  min-height: 43px;
  color: var(--neutral--100);
  line-height: 1.792em;
}

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

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

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  padding: 0;
}

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

.header-nav-link.white-transparent {
  color: var(--neutral--100);
  transition: opacity .3s, color .3s;
}

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

.header-nav-link.cart-link {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  line-height: 1.112em;
  transition: opacity .3s;
}

.header-nav-link.cart-link:hover {
  opacity: .7;
}

.header-nav-link.cart-link.black {
  color: var(--neutral--800);
}

.header-nav-link.cart-link.black:hover {
  opacity: 1;
  color: var(--neutral--800);
}

.header-nav-list-item {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 32px;
  font-weight: 400;
  line-height: 1.112em;
}

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

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.dropdown-toggle.white-transparent {
  color: var(--neutral--100);
  transition: none;
}

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 8px 8px;
  overflow: hidden;
  transform: translate(-60%);
}

.dropdown-pd {
  padding: 40px;
}

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

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

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

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

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  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(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

.btn-circle-primary.white {
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .42);
  border-width: 0;
}

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

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

.btn-circle-primary.white.no-hover:hover {
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .42);
  transform: none;
}

.btn-circle-primary.pagination-button {
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 24px;
}

.btn-circle-secondary {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  color: var(--neutral--800);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  color: var(--neutral--600);
  transform: translate3d(0, -3px, .01px);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  font-size: 24px;
}

.btn-circle-secondary.small:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-circle-secondary.small.white {
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  border: 1px solid var(--neutral--800);
  font-size: 36px;
}

.btn-circle-secondary.large:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-circle-secondary.large.white {
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-circle-secondary.white:hover {
  color: var(--neutral--400);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.bottom-left {
  z-index: 4;
  justify-content: flex-start;
  margin-top: auto;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.btn-circle-secondary.slider-arrow.bottom-right {
  z-index: 4;
  justify-content: flex-end;
  margin-top: auto;
  bottom: 0;
  right: 0;
}

.btn-circle-secondary.default {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  font-size: 28px;
}

.btn-circle-secondary.default:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-circle-secondary.default.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

.btn-circle-secondary.default.pagination-button {
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 24px;
}

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

.utility-page-content.not-found-content {
  max-width: 758px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.flex-horizontal.start.wrap---row-8px {
  grid-row-gap: 8px;
  flex-wrap: wrap;
}

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

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

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

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

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

.flex-horizontal.input.input-height-0 {
  min-height: 0;
  justify-content: flex-start;
  padding-bottom: 18px;
}

.footer-wrapper {
  background-color: var(--neutral--800);
  position: relative;
}

.footer-logo {
  width: 150px;
  transform-style: preserve-3d;
  transition: transform .3s;
  position: static;
}

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

.footer-logo-wrapper {
  width: 150px;
  max-width: 196px;
}

.footer-logo-wrapper.w--current {
  width: 150px;
  max-width: 100%;
}

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

.footer-top.v2 {
  padding-top: 74px;
  padding-bottom: 55px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(147, 147, 147, .42);
  padding-top: 28px;
  padding-bottom: 28px;
}

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

.success-message {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-message.white-message {
  color: var(--accent--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

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

.error-message.cart-error {
  text-align: center;
  border-radius: 0;
  margin-top: 0;
}

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

.grid-footer-logo---paragraph {
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

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

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

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

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

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

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

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover.why-us-full-image-left {
  object-fit: cover;
  object-position: 0% 50%;
  overflow: visible;
}

._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-1, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-2, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-3 {
  object-position: 0% 50%;
}

._w-h-100.fit-cover.services-post-image-hero {
  opacity: .28;
}

._w-h-100.fit-cover.location-image-item {
  object-position: 50% 20%;
}

._w-h-100.fit-cover.home-v3-full-image-right-position {
  object-position: 0% 100%;
}

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

._w-h-100.fit-cover.full-section-image-left {
  aspect-ratio: auto;
  object-fit: none;
  object-position: 50% 50%;
  margin-left: 0;
  margin-right: 0;
  position: static;
  overflow: visible;
}

._w-h-100.fit-cover.location-imagen-card-v2 {
  max-height: 469px;
  min-height: 100%;
}

._w-h-100.fit-cover.hero-v9-image, ._w-h-100.fit-cover.full-section-image-right {
  object-position: 0% 50%;
}

._w-h-100.fit-cover.full-section-image-left {
  object-position: 100% 50%;
}

._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-2, ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-3 {
  object-fit: cover;
  padding-right: 90px;
}

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

.fit-cover.fit-position-left-100, .fit-cover._w-h-100.image-left-grid {
  object-position: 100% 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--neutral--800);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

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

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

.half-bg-image-right {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-section {
  background-color: var(--neutral--800);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v1 {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 81%), url('../images/mechanical-workshop-carrepair-x-webflow-template.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 206px;
}

.cta-section.cta-v4 {
  background-color: var(--neutral--300);
  padding-top: 208px;
  padding-bottom: 193px;
}

.cta-section.cta-v3 {
  padding-top: 180px;
  padding-bottom: 228px;
}

.cta-section.cta-v2 {
  background-image: linear-gradient(260deg, #000 28%, rgba(0, 0, 0, 0) 75%), url('../images/get-in-touch-carrepair-x-webflow-template.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 996px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-section.cta-v5 {
  background-color: var(--neutral--300);
  padding-top: 224px;
  padding-bottom: 228px;
}

.half-bg-image-left {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-wrapper.arrows-bottom {
  flex: 1;
  padding-bottom: 58px;
}

.slider-wrapper.arrows-bottom.v3 {
  margin-bottom: -48px;
  padding-bottom: 78px;
}

.slider-mask {
  height: 100%;
}

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

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

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

.accordion-item-wrapper {
  width: 100%;
  border: 1px solid var(--neutral--600);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

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

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

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

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

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

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

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

.accordion-btn-line {
  width: 18px;
  height: 2px;
  background-color: var(--neutral--100);
  border-radius: 20px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 28px;
}

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

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

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

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

.accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.empty-state {
  border: 1px solid var(--neutral--600);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 24px;
}

.empty-state.card-empty {
  border-left-style: none;
  border-right-style: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.small {
  padding: 10px;
  font-size: 16px;
}

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

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

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

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

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

.flex-growth {
  flex: 1;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.team-member-v8 {
  height: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .88));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.blog-card-featured-wrapper {
  width: 100%;
  color: var(--neutral--300);
  text-decoration: none;
}

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

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

.blog-card-image-wrapper.featured-v1 {
  max-height: 574px;
  max-width: 632px;
  min-height: 574px;
}

.blog-card-image-wrapper.article-v2-image-2-col {
  height: 392px;
  position: relative;
}

.blog-card-image-wrapper.article-v2-image-2-col.small {
  height: 302px;
}

.blog-card-image-wrapper.featured-v3 {
  max-height: 320px;
  min-height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-card-image-wrapper.article-v3-image {
  max-width: 596px;
  flex-direction: column;
  display: flex;
}

.categories-badges-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

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

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

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

.blog-card-wrapper {
  max-width: 1010px;
  min-height: 100%;
  color: var(--neutral--600);
  flex-direction: column;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

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

.blog-card-wrapper.horizontal-blog-v3-grid {
  max-width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .97fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

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

.blog-card-item-link {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 32px;
  padding-bottom: 20px;
}

.blog-card-item-link:first-child {
  padding-top: 0;
}

.blog-card-item-link:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.link-content {
  color: var(--neutral--600);
  text-decoration: none;
}

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

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.services-image-thumbnail, .image-wrapper.full-image-bg-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper.author-card-image {
  max-height: 325px;
  max-width: 284px;
  flex-direction: column;
  display: flex;
}

.image-wrapper.about-hero-full-image {
  max-width: 56%;
  margin-left: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper.location-imagen-card {
  height: 392px;
}

.image-wrapper.location-imagen-card.v2 {
  height: auto;
}

.image-wrapper.location-imagen-card.v3 {
  height: auto;
  max-height: 486px;
}

.image-wrapper.services-image-top {
  height: 392px;
  position: relative;
}

.image-wrapper.full-image-section-why-us {
  z-index: -1;
  min-width: 1133px;
  margin-left: 21vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -10%;
}

._404-not-found {
  color: var(--neutral--100);
  margin-bottom: 0;
  font-size: 328px;
  font-weight: 900;
  line-height: 1.036em;
}

.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: rgba(0, 0, 0, 0);
  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 {
  color: var(--accent--primary-1);
  background-color: rgba(21, 87, 255, .06);
}

.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;
  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 {
  height: auto;
  min-width: auto;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.112em;
  display: flex;
  position: static;
  top: auto;
  bottom: -8px;
  left: -16px;
  right: auto;
}

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

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

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

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

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

.pay-btn {
  background-color: var(--neutral--800);
  filter: invert();
  border-radius: 0;
}

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

.pay-btn.cart-btn {
  height: 58px;
  filter: none;
}

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

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

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  padding: 0 0 20px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  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);
  background-color: rgba(0, 0, 0, 0);
  padding: 31px 0;
}

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

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
  text-decoration: none;
}

.order-item-image {
  width: 100%;
  max-width: 80px;
  transform-style: preserve-3d;
  align-self: flex-start;
  transition-property: transform;
}

.order-item-image:hover {
  transform: translate3d(0, -6px, .01px);
}

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

.order-item-result {
  color: var(--neutral--800);
  font-weight: 500;
}

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

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

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

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

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

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

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

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

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

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

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

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
  display: flex;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 60px 112px 64px;
  display: flex;
}

.badge-home {
  background-color: var(--neutral--100);
  color: #211f54;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  border: 1px solid var(--neutral--700);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

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

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

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

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

.cta-image-card {
  width: 1248px;
  max-width: 1248px;
  margin-top: 68px;
  margin-bottom: -61px;
}

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

.instagram-feed---image-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-feed---icon-inside {
  max-width: 40px;
  min-width: 40px;
}

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

.divider-vertical.white {
  background-color: rgba(255, 255, 255, .3);
}

.divider-vertical._0px---horizontal-mbl {
  margin-left: 0;
  margin-right: 0;
}

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

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

.nav-menu-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.nav-menu-list-item.mg-bottom-16px {
  margin-bottom: 16px;
}

.nav-menu-list-item.small {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.nav-menu-list-item.small.mg-bottom-0 {
  margin-bottom: 0;
}

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

.nav-link {
  color: var(--neutral--600);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

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

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

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

.nav-link.white.small {
  font-size: 16px;
}

.nav-link.white.adress {
  cursor: auto;
  line-height: 1.3em;
}

.nav-link.small {
  font-size: 16px;
}

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

.link-footer {
  color: var(--neutral--100);
  text-decoration: none;
}

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

.position-absolute {
  position: absolute;
}

.position-absolute.bottom {
  z-index: 1;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-absolute.top {
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.position-absolute.bg-image-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-absolute.bg-image-overlay.v2 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.position-absolute.bg-shadow-gradient-overlay {
  background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0) 79%);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-absolute.bg-shadow-gradient-overlay.hero-v9 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 47%);
}

.position-absolute.bg-shadow-gradient-overlay.hero-v17 {
  background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0) 43%);
}

.position-absolute.bg-shadow-gradient-overlay.hero-v3 {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 43%);
}

.underline-title {
  height: 1px;
  background-color: var(--accent--primary-1);
  margin-bottom: 48px;
}

.underline-title.mg-bottom-22px {
  margin-bottom: 22px;
}

.unline-block {
  display: inline-block;
}

.decoration-section-shape {
  min-height: 80px;
  position: relative;
}

.decoration-section-shape.left {
  max-width: 50vw;
  border-top: 80px solid var(--neutral--100);
  border-right: 20px solid rgba(0, 0, 0, 0);
}

.decoration-section-shape.left.hero {
  max-width: 558px;
  border-right-width: 18px;
}

.decoration-section-shape.left.hero-v3 {
  width: 100%;
  max-width: none;
  min-width: auto;
  border-right-style: none;
}

.decoration-section-shape.right {
  max-width: 50vw;
  border-bottom: 80px solid var(--neutral--100);
  border-top-width: 0;
  border-left: 20px solid rgba(0, 0, 0, 0);
  margin-left: auto;
}

.decoration-section-shape.dark.left {
  border-top-color: var(--neutral--800);
}

.decoration-section-shape.dark.right {
  border-bottom-color: var(--neutral--800);
}

.decoration-section-shape.dark.cta-v2---top {
  width: 50vw;
  min-height: auto;
  border-top: 15px solid var(--neutral--800);
  border-left: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.decoration-section-shape.dark.cta-v2---bottom {
  width: 50vw;
  min-height: auto;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid var(--neutral--800);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-main-wrapper {
  grid-column-gap: 28px;
  justify-content: space-between;
  display: flex;
}

.pd-sides-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.full-section-image-right-container {
  width: 100%;
  max-width: 50%;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-shape-item {
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.image-shape-item.v1 {
  width: 142px;
  height: 68%;
  background-image: linear-gradient(101.5deg, var(--neutral--100) 50%, transparent 50%);
  flex: 1;
}

.image-shape-item.v2 {
  width: 81px;
  height: 32%;
  background-image: linear-gradient(104deg, var(--neutral--100) 50%, transparent 50%);
}

.image-shape-wrapper {
  flex-direction: row;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.picture-link-card {
  flex: 1;
}

.picture-link-card._w-h-100.fit-cover {
  object-fit: cover;
}

.picture-link-card._w-h-100.team-image {
  object-fit: cover;
  object-position: 50% 0%;
}

.picture-link-card._w-h-100.content-services-item---image {
  object-fit: cover;
}

.picture-link-card.featured-v1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.article-shadow {
  background-image: linear-gradient(360deg, var(--neutral--800), transparent);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-shadow.v4 {
  background-image: linear-gradient(59deg, rgba(2, 2, 2, .6), rgba(0, 0, 0, 0) 83%), linear-gradient(360deg, #020202, rgba(0, 0, 0, 0) 58%);
}

.article-shadow.feature-shadow {
  background-image: linear-gradient(212deg, black, transparent 28%), linear-gradient(360deg, var(--neutral--800), transparent);
}

.article-shadow.v5 {
  background-image: linear-gradient(360deg, var(--neutral--800), transparent 75%);
}

.article-shadow.v2 {
  background-image: linear-gradient(360deg, var(--neutral--800), transparent 51%);
}

.bg-text-font {
  color: rgba(32, 32, 32, .06);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 900;
  line-height: .65em;
}

.bg-text-font.vertical {
  transform: rotate(-90deg);
}

.bg-text-font.white {
  color: rgba(255, 255, 255, .06);
}

.bg-text-wrapper {
  position: absolute;
}

.bg-text-wrapper.services {
  z-index: -1;
  flex-direction: column;
  align-items: center;
  top: 24%;
  bottom: 0%;
  left: auto;
  right: -35.5%;
}

.bg-text-wrapper.why-us {
  z-index: -1;
  top: 42%;
  bottom: 0%;
  left: -88%;
  right: auto;
}

.bg-text-wrapper.why-us.v3 {
  top: 45%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.bg-text-wrapper.why-us.v4 {
  top: 63%;
  left: -27%;
}

.bg-text-wrapper.why-us.bg-text-adventure-1 {
  z-index: -1;
  left: -95%;
}

.bg-text-wrapper.packages {
  z-index: -1;
  top: 23%;
  bottom: 0%;
  left: auto;
  right: -34%;
}

.bg-text-wrapper.testimonial {
  z-index: 3;
  top: 35%;
  bottom: 0%;
  left: -42%;
  right: auto;
}

.bg-text-wrapper.location {
  top: 48px;
  bottom: auto;
  left: 56%;
  right: 0%;
}

.bg-text-wrapper.location.v3 {
  top: 58%;
  left: auto;
  right: -34%;
}

.bg-text-wrapper.our-number {
  top: 12%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.bg-text-wrapper.article {
  top: auto;
  bottom: 38%;
  left: -31%;
  right: auto;
}

.bg-text-wrapper.services-page {
  flex-direction: column;
  align-items: center;
  top: 258px;
  bottom: auto;
  left: auto;
  right: -264px;
}

.bg-text-wrapper.packages-page {
  flex-direction: column;
  align-items: center;
  top: 360px;
  bottom: auto;
  left: -323px;
  right: auto;
}

.bg-text-wrapper.faqs-text {
  flex-direction: column;
  align-items: center;
  top: 310px;
  bottom: auto;
  left: auto;
  right: -121px;
}

.slider-bottom-arrows-divider {
  width: 88%;
  max-height: 1px;
  max-width: 1068px;
  min-height: 1px;
  background-color: var(--neutral--400);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}

.slider-bottom-arrows-divider.v2 {
  width: 77%;
  max-width: 550px;
}

.slider-bottom-arrows-divider.white {
  background-color: var(--neutral--600);
}

.dark-mode-style {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.article-link-white-wrapper {
  color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.article-link-white-wrapper:hover {
  color: var(--neutral--300);
}

.article-link-white-wrapper.article-card-full-image {
  min-height: 534px;
  align-items: flex-end;
  padding: 120px 32px 32px;
  display: flex;
}

.article-link-white-wrapper.article-card-full-image.blog-card-featured {
  height: auto;
  min-height: 596px;
  padding-top: 128px;
}

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

.article-image.article-image-thumbnail {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-image.blog-post-bg-image {
  max-height: 824px;
  min-height: 824px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article---badge-floating {
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.full-section-image-left-container {
  width: 100%;
  max-width: 54%;
  min-width: 620px;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -12%;
  right: auto;
  overflow: visible;
}

.pd-content-package-item {
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 54px 54px 54px 44px;
}

.blog-pages-pagination-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.footer {
  margin-top: -80px;
  overflow: hidden;
}

.input-button-form-block {
  min-height: 52px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.author-card-content-right {
  flex-direction: column;
  justify-content: center;
  padding: 54px 34px 64px 38px;
  display: flex;
}

.social-media-flex {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.social-media-flex.right {
  justify-content: flex-end;
}

.bg {
  position: absolute;
}

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

.bg.rectangle.top {
  z-index: -1;
  min-height: 670px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.hero-v9-bg {
  z-index: -1;
  min-height: 714px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.team {
  z-index: -1;
  min-height: 463px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.services {
  z-index: -1;
  min-height: 722px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.team-single {
  z-index: -1;
  min-height: 536px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.services-bg {
  z-index: -1;
  min-height: 700px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.rectangle.top---v2 {
  z-index: -1;
  min-height: 708px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.bg-hero-image-right-half {
  z-index: -1;
  height: 913px;
  max-width: 63%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.locaton-half-image-wrapper {
  min-height: 804px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.location-link-item {
  color: var(--neutral--800);
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.location-link-item.white:hover {
  color: var(--neutral--400);
}

.location-link-item.white.icon-left {
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.location-link-item.icon-left {
  grid-row-gap: 8px;
  flex-wrap: wrap;
}

.location-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-section-wrapper {
  margin-top: 190px;
  margin-bottom: 190px;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden;
}

.why-us-pd-content {
  padding-top: 188px;
  padding-bottom: 188px;
}

.grid-stats-3-columns {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
}

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

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

.team-member-wrapper {
  height: 552px;
  color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-wrapper:hover {
  color: var(--neutral--100);
}

.team-member-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article---category-floating {
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

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

.article-v3-item-divider {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.article-v3-item-divider:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.invert-color-icon {
  filter: invert();
}

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

.slider-right-overlay {
  z-index: 3;
  background-color: var(--neutral--100);
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -100vw;
  right: 100%;
}

.about-us-content {
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
}

.content-services-item {
  padding: 102px 32px;
}

.content-services-item.pd-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-content-header {
  border-bottom: 1px solid var(--neutral--400);
  color: var(--neutral--800);
  padding: 52px 32px 32px;
}

.pricing-content-header.popular {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
}

.pricing-content-body {
  padding: 32px 32px 30px;
}

.pricing-content-body.popular {
  border: 1px solid var(--neutral--400);
}

.pricing-content-body.v2 {
  padding: 30px 36px 45px 35px;
}

.list-pricing-wrapper:nth-child(2n+1) {
  margin-top: 60px;
}

.card---home-sales {
  max-width: 66%;
  min-width: 746px;
  margin-left: auto;
  margin-right: auto;
}

.more-templates-card-image {
  width: 52%;
  max-width: 656px;
  display: flex;
}

.more-templates-card-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 97px 76px 73px;
  display: flex;
}

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

.pricing-image-top {
  height: 190px;
  min-height: 190px;
}

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

.icon-social.arrow-right {
  max-width: 16px;
  min-width: 16px;
  margin-left: 6px;
}

.hero-v3-full-image-right {
  z-index: 2;
  width: 100%;
  max-width: 51%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loading-page-wrapper {
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-circle {
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  border-style: solid;
  border-width: 8px;
  border-color: var(--accent--primary-1) var(--neutral--800) var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-shape-top-footer {
  width: 100%;
  height: 82px;
  min-height: 82px;
  object-fit: cover;
}

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

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

.cta-home-pages-bg {
  z-index: -1;
  height: 41%;
  background-color: var(--neutral--800);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

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

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

.content-left---slider-right-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  display: flex;
}

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

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

.height-100 {
  height: 100%;
}

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

.blog-card-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.add-to-cart {
  min-height: 162px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.content-link {
  color: var(--neutral--600);
  text-decoration: none;
}

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

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

.rich-text-v2 h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 72px;
  line-height: 1.167em;
}

.rich-text-v2 h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.205em;
}

.rich-text-v2 figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text-v2 ul, .rich-text-v2 ol {
  margin-top: 22px;
  margin-bottom: 32px;
}

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

.rich-text-v2 h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.429em;
}

.rich-text-v2 blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-area-wrapper {
  max-width: 100%;
  min-width: 100%;
}

.form-block {
  min-height: 533px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.form-block.v2, .form-block.v3 {
  min-height: 447px;
}

.text-break-all {
  word-break: break-all;
}

.order-summary-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
}

.shipping-method-content {
  margin-left: 0;
}

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

.cart-list {
  padding: 0;
}

.cart-footer {
  border-top-color: var(--neutral--400);
  padding-top: 24px;
}

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

.cart-item {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: space-between;
  padding: 24px;
}

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

.remove-button {
  line-height: 1.111em;
}

.cart-item-image {
  width: 100%;
  max-width: 80px;
  transform-style: preserve-3d;
  align-self: flex-start;
  transition-property: transform;
}

.cart-item-image:hover {
  transform: translate3d(0, -6px, .01px);
}

.cart-list-title {
  color: var(--neutral--800);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
  text-decoration: none;
}

.cart-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.cart-item-result {
  color: var(--neutral--800);
  font-weight: 500;
}

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

.cart-item-content---item {
  display: flex;
}

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

.dropdown-form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
}

.dropdown-text {
  margin-top: 0;
  margin-bottom: 0;
}

.icon {
  position: static;
}

.dropdown {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.icon-static {
  padding-left: 20px;
  position: static;
}

.text-block {
  flex: 0 auto;
}

.subtitle-2 {
  color: #1557ff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.btn-secondary-2 {
  color: #000;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
  padding: 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.111em;
  transition: box-shadow .3s, border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #1557ff;
  border-color: #1557ff;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 1px 1px rgba(20, 20, 43, .04);
}

.btn-secondary-2.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-secondary-2.white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.color-neutral-801 {
  color: #fff;
}

.heading-h1-size-2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading-h1-size-2.color-neutral-100 {
  color: #fff;
}

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

.div-block-2 {
  margin-bottom: 37px;
  padding-bottom: 0;
}

.background-video {
  z-index: 50;
  height: 500px;
}

.container-default-2 {
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-secondary-3 {
  color: #000;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
  padding: 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.111em;
  transition: box-shadow .3s, border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary-3:hover {
  color: #fff;
  background-color: #1557ff;
  border-color: #1557ff;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 1px 1px rgba(20, 20, 43, .04);
}

.btn-secondary-3.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-secondary-3.white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.color-neutral-802 {
  color: #fff;
}

.about-section-wrapper-2 {
  margin-top: 190px;
  margin-bottom: 190px;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden;
}

.about-section-wrapper-2.section-anfrage {
  padding-top: 0;
  padding-bottom: 0;
}

.full-section-image-left-container-2 {
  width: 100%;
  max-width: 54%;
  min-width: 620px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-h1-size-3 {
  color: #000;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading-h1-size-3.color-neutral-100 {
  color: #fff;
}

.font-weight-400 {
  font-weight: 400;
}

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

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

.links-bg-dark:hover {
  color: var(--primary-hover);
}

.list-item {
  list-style-type: disc;
}

.list-item-2 {
  list-style-type: decimal;
}

.list-item-3 {
  list-style-type: disc;
}

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .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 {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.hero.v1 {
    background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/blue-truck-hero-big-image-carrepair-x-webflow-template.jpg');
    background-position: 50%, 0 0, 0 0, 50% 100%;
    background-size: cover, auto, auto, cover;
  }

  .section.hero.v1.background-video-hero {
    height: auto;
    padding-bottom: 300px;
  }

  .section.hero.v1.adventure-1 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-1-1-us_1overxland-adventure-1-1-us.webp');
    background-position: 50%, 0 0, 0 0, 50% 100%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: cover, auto, auto, cover;
  }

  .section.hero.v1.adventure-2 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-2-1_1overxland-adventure-2-1.webp');
    background-position: 50%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: cover, auto, auto, cover;
  }

  .section.hero.v1.adventure-3 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
    background-position: 50%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: cover, auto, auto, cover;
    padding-bottom: 300px;
  }

  .section.hero.v1.adventure-4 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-4-1_1overxland-adventure-4-1.webp');
    background-position: 50%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: cover, auto, auto, cover;
    padding-bottom: 300px;
  }

  .section.hero.v17 {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 32%), linear-gradient(to right, #000 59%, rgba(0, 0, 0, 0));
  }

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

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

  .section.full-image-section-why-us {
    background-image: url('../images/hero-shadow-home-v2-carrepair-x-webflow-template.svg'), linear-gradient(to right, #000 12%, rgba(0, 0, 0, 0) 49%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 20%, 0 0, 0 0;
  }

  .heading-h2-size.price {
    font-size: 38px;
  }

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

  .cta-section.cta-v1 {
    background-position: 0 0, 50% 0;
  }

  .cta-section.cta-v2 {
    background-position: 0 0, 0 0;
    background-size: auto, 70%;
  }

  .image-wrapper.about-hero-full-image {
    margin-left: 0%;
  }

  .image-wrapper.full-image-section-why-us {
    justify-content: flex-end;
  }

  .decoration-section-shape.left.hero {
    max-width: 39vw;
  }

  .decoration-section-shape.left.hero-v3 {
    max-width: 49.2vw;
  }

  .bg-text-wrapper.our-number {
    left: 2%;
  }

  .slider-right-overlay {
    z-index: 3;
  }

  .border-shape-top-footer {
    object-fit: contain;
  }

  .rich-text-v2 ol {
    list-style-type: disc;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .section.hero.v1 {
    background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/blue-truck-hero-big-image-carrepair-x-webflow-template.jpg');
    background-position: 50%, 0 0, 0 0, 50% 70%;
  }

  .section.hero.v1.adventure-1 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-1-1-us_1overxland-adventure-1-1-us.webp');
    background-position: 50%, 0 0, 0 0, 50% 0;
  }

  .section.hero.v1.adventure-2 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-2-1_1overxland-adventure-2-1.webp');
    background-position: 50%, 0 0, 0 0, 50%;
  }

  .section.hero.v1.adventure-3 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
    background-position: 50%, 0 0, 0 0, 50%;
    padding-bottom: 180px;
  }

  .section.hero.v1.adventure-4 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-4-1_1overxland-adventure-4-1.webp');
    background-position: 50%, 0 0, 0 0, 50%;
    padding-bottom: 180px;
  }

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

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

  .section.full-image-section-why-us {
    background-image: url('../images/hero-shadow-home-v2-carrepair-x-webflow-template.svg'), linear-gradient(to right, black 12%, transparent 49%), linear-gradient(to bottom, null, null);
    background-position: 30%, 0 0, 0 0;
  }

  ._w-h-100.fit-cover.why-us-full-image-left {
    object-position: 0% 65%;
    overflow: visible;
  }

  ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-1, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-2, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-3 {
    object-position: 0% 50%;
    overflow: visible;
  }

  ._w-h-100.fit-cover.contact-image-hero {
    height: auto;
  }

  .image-wrapper.about-hero-full-image {
    width: 50%;
    max-width: 50%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .decoration-section-shape.left.hero {
    max-width: 41vw;
  }

  .decoration-section-shape.left.hero-v3 {
    max-width: 48.9vw;
  }

  .full-section-image-right-container {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .bg-text-wrapper.why-us.bg-text-adventure-1 {
    z-index: -1;
  }

  .bg-text-wrapper.our-number {
    left: 13%;
  }

  .bg.bg-hero-image-right-half {
    height: 1137px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  blockquote {
    padding: 120px 86px;
    font-size: 20px;
  }

  .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.hero-v9 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v3 {
    grid-template-columns: 1fr minmax(366px, 1fr);
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .grid-2-columns.title-and-paragraph._1-col-tablet {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
  }

  .grid-2-columns.blog-featured-v7 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr .6fr;
  }

  .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.why-us-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.why-us-grid.v3 {
    grid-row-gap: 64px;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.about-us-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-us-grid.v3 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.packages-grid-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured-v1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.location-grid {
    grid-row-gap: 197px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .grid-2-columns._1fr---1-5fr {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.location-wrapper-grid {
    grid-template-columns: 1fr 1.4fr;
  }

  .grid-2-columns.location-wrapper-grid.v2 {
    grid-column-gap: 28px;
    grid-template-columns: 1.4fr 1fr;
  }

  .grid-2-columns.cta-home-pages-grid {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.sales-home-page.bottom-center {
    width: 100%;
    max-width: none;
  }

  .card.dropdown-pd {
    width: 650px;
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card.pricing-card {
    max-width: 100%;
  }

  .card.looking-webflow-template {
    flex-direction: column;
  }

  .card.horizontal-location-card {
    grid-template-columns: 1fr .9fr;
  }

  .card.horizontal-location-card.image-left {
    grid-template-columns: .9fr 1fr;
  }

  .card.package-slide {
    border-bottom-style: none;
    border-left-style: solid;
  }

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

  .grid-4-columns.footer-pages-grid {
    grid-row-gap: 74px;
    grid-template-columns: auto 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-bottom-80px {
    margin-bottom: 64px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 72px;
  }

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

  .display-2 {
    font-size: 52px;
  }

  .display-3 {
    font-size: 38px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

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

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

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-column-gap: 20px;
  }

  .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.footer-pages-grid {
    grid-row-gap: 84px;
    grid-template-columns: auto minmax(250px, .7fr);
  }

  .grid-3-columns.layout-v1 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._660px.center {
    width: 100%;
    max-width: 100%;
  }

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

  .inner-container._800px---tablet {
    max-width: 800px;
  }

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

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

  .inner-container.cta-v2-content {
    max-width: 464px;
  }

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

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

  .inner-container.locations-content {
    margin-left: 0;
  }

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

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

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-white-btn-hidde-on-mb {
    margin-left: 16px;
    margin-right: 16px;
  }

  .input.input-zeitraum {
    width: 50%;
  }

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

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

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .line-square-icon.time {
    margin-left: -59%;
  }

  .rich-text blockquote {
    font-size: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .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: 128px;
    padding-bottom: 128px;
  }

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

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

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

  .section.hero-page {
    padding-top: 88px;
    padding-bottom: 182px;
  }

  .section.cta-home-pages {
    padding-bottom: 228px;
  }

  .section.hero.v1 {
    padding-top: 182px;
    padding-bottom: 165px;
  }

  .section.hero.v1.background-video-hero {
    padding-top: 190px;
    padding-bottom: 165px;
  }

  .section.hero.v1.adventure-1, .section.hero.v1.adventure-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.hero.v1.adventure-3 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(180deg, #1d3430, transparent 28%), linear-gradient(to bottom, null, null), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
    padding-top: 140px;
    padding-bottom: 154px;
  }

  .section.hero.v1.adventure-4 {
    padding-top: 140px;
    padding-bottom: 154px;
  }

  .section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 78px;
  }

  .section.hero.v10 {
    padding-top: 142px;
    padding-bottom: 186px;
  }

  .section.hero.v11 {
    padding-top: 64px;
    padding-bottom: 118px;
  }

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

  .section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 182px;
  }

  .section.hero.v13 {
    padding-top: 60px;
    padding-bottom: 126px;
  }

  .section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 183px;
  }

  .section.hero.v12 {
    padding-top: 152px;
    padding-bottom: 173px;
  }

  .section.hero.v3 {
    padding-top: 143px;
    padding-bottom: 0;
  }

  .section.hero.v2 {
    padding-top: 190px;
    padding-bottom: 180px;
  }

  .section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v17 {
    padding-top: 143px;
  }

  .section.hero.v18 {
    padding-top: 64px;
  }

  .section.hero.v19 {
    padding-top: 60px;
  }

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

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

  .section.pd-top-0px.overflow-hidden.vehicle-description {
    padding-top: 108px;
    padding-bottom: 0;
  }

  .section.pd-bottom-270px {
    padding-bottom: 225px;
  }

  .section.stats-section {
    padding-top: 200px;
    padding-bottom: 188px;
  }

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

  .section.dark-mode-style {
    padding-top: 93px;
  }

  .section.full-image-section-why-us {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .section.pd-top-270px {
    padding-top: 225px;
  }

  .section.pd-bottom-228px {
    padding-bottom: 190px;
  }

  .section.pd-bottom-228px.position-relative.info-page {
    padding-top: 180px;
  }

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

  .section.pd-bottom-290px {
    padding-bottom: 242px;
  }

  .section.pd-bottom-177px {
    padding-bottom: 100px;
  }

  .section.pd-top-232px {
    padding-top: 193px;
  }

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

  .section.pd-140px.pd-bottom-270px {
    padding-bottom: 225px;
  }

  .section.pd-221px---alt {
    padding-top: 160px;
    padding-bottom: 184px;
  }

  .section.pd-top-221px {
    padding-top: 184px;
  }

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

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title.mg-bottom-124px {
    margin-bottom: 124px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size, .heading-h2-size.price {
    font-size: 32px;
  }

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

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.white-transparent {
    color: var(--neutral--800);
  }

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

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

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

  .header-nav-list-item.show-in-tablet.header-button {
    align-self: stretch;
    margin-top: 30px;
  }

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

  .dropdown-toggle.white-transparent {
    color: var(--neutral--800);
  }

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

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: none;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .hamburger-menu-wrapper {
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
    background-color: var(--accent--primary-1);
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: translate3d(0, -3px, .01px);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--accent--primary-1);
  }

  .hamburger-menu-bar {
    width: 24px;
    height: 3px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hamburger-menu-bar.top.white-transparent, .hamburger-menu-bar.bottom.white-transparent {
    background-color: var(--neutral--800);
  }

  .header-middle {
    margin-left: auto;
  }

  .btn-circle-secondary.slider-arrow.bottom-left {
    justify-content: flex-start;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

  .grid-footer-logo---paragraph {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  ._w-h-100.fit-cover.why-us-full-image-left {
    max-height: 600px;
    overflow: hidden;
  }

  ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-1, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-2, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-3 {
    object-position: 0% 50%;
  }

  ._w-h-100.fit-cover.home-v3-full-image-right-position, ._w-h-100.fit-cover.full-section-image-left {
    max-height: 600px;
  }

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

  ._w-h-100.fit-cover.full-section-image-right {
    max-height: 600px;
  }

  ._w-h-100.fit-cover.full-section-image-left {
    max-height: 600px;
    object-fit: cover;
    overflow: hidden;
  }

  ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-2, ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-3 {
    padding-right: 0;
  }

  .fit-cover._w-h-100.image-left-grid {
    max-height: 600px;
  }

  .half-bg-image-right {
    width: 100%;
    height: 50%;
    margin-top: 60px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .cta-section.cta-v1 {
    padding-bottom: 172px;
  }

  .cta-section.cta-v4 {
    padding-top: 173px;
    padding-bottom: 173px;
  }

  .cta-section.cta-v3 {
    padding-top: 150px;
    padding-bottom: 190px;
  }

  .cta-section.cta-v2 {
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .cta-section.cta-v5 {
    padding-top: 174px;
    padding-bottom: 173px;
  }

  .half-bg-image-left {
    width: 100%;
    height: 50%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .pd---content-inside-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-card-image-wrapper.featured-v1 {
    max-height: 500px;
    max-width: 100%;
    min-height: auto;
  }

  .blog-card-image-wrapper.article-v2-image-2-col.small {
    flex-direction: column;
  }

  .blog-card-image-wrapper.article-v3-image {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

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

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

  .image-wrapper.author-card-image {
    max-height: none;
  }

  .image-wrapper.about-hero-full-image {
    max-width: 100%;
    margin-left: 0%;
    position: relative;
    right: 0%;
  }

  .image-wrapper.location-imagen-card.v2 {
    height: 100%;
  }

  .image-wrapper.full-image-section-why-us {
    min-width: 800px;
    margin-left: 25vw;
    right: -13%;
  }

  ._404-not-found {
    font-size: 290px;
  }

  .order-item-image {
    max-width: 70px;
  }

  .home-pages-cointainer {
    margin-top: 67px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding: 48px 40px 73px;
  }

  .nav-content {
    grid-column-gap: 28px;
  }

  .decoration-section-shape {
    min-height: 60px;
  }

  .decoration-section-shape.left {
    border-top-width: 60px;
  }

  .decoration-section-shape.left.hero {
    max-width: 580px;
  }

  .decoration-section-shape.right {
    border-bottom-width: 60px;
  }

  .full-section-image-right-container {
    width: auto;
    max-width: none;
    margin-right: -24px;
    position: relative;
  }

  .bg-text-font {
    font-size: 70px;
  }

  .bg-text-wrapper.services {
    top: 16%;
    right: -17%;
  }

  .bg-text-wrapper.why-us {
    z-index: 1;
    display: none;
    top: 146%;
    left: -140px;
  }

  .bg-text-wrapper.why-us.v3 {
    top: 50%;
    right: -141px;
  }

  .bg-text-wrapper.why-us.v4 {
    z-index: -1;
    top: 75%;
    left: -139px;
  }

  .bg-text-wrapper.why-us.bg-text-adventure-1 {
    top: 166%;
    left: -28%;
  }

  .bg-text-wrapper.packages {
    top: 6%;
    right: -181px;
  }

  .bg-text-wrapper.testimonial {
    z-index: -1;
    top: 12%;
    left: -252px;
  }

  .bg-text-wrapper.location.v3 {
    top: 13%;
    right: -23%;
  }

  .bg-text-wrapper.article {
    left: -163px;
  }

  .bg-text-wrapper.services-page {
    top: 159px;
    right: -150px;
  }

  .bg-text-wrapper.packages-page {
    top: 472px;
    left: -156px;
  }

  .bg-text-wrapper.faqs-text {
    right: -71px;
  }

  .slider-bottom-arrows-divider {
    width: 86%;
  }

  .full-section-image-left-container {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-bottom: -120px;
    margin-left: -24px;
    margin-right: -24px;
    position: static;
  }

  .bg.rectangle.hero-v9-bg {
    min-height: 95%;
  }

  .locaton-half-image-wrapper {
    padding-bottom: 46px;
  }

  .about-section-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-us-pd-content {
    padding-top: 0;
    padding-bottom: 30px;
  }

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

  .mg-bottom-124px {
    margin-bottom: 98px;
  }

  .mg-bottom-134px {
    margin-bottom: 100px;
  }

  .slider-right-overlay.tablet-display-none {
    display: none;
  }

  .responsive-container {
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-us-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-services-item {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .pricing-content-body.v2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .list-pricing-wrapper:nth-child(2n+1) {
    margin-top: 0;
  }

  .card---home-sales {
    max-width: 100%;
    min-width: auto;
  }

  .more-templates-card-image {
    width: 100%;
    max-width: none;
    order: 1;
  }

  .more-templates-card-text {
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-image-top {
    height: auto;
    max-height: 340px;
  }

  .mg-bottom-110px {
    margin-bottom: 92px;
  }

  .hero-v3-full-image-right {
    width: auto;
    max-width: none;
    margin-top: 64px;
    margin-left: 24px;
    position: relative;
  }

  .mg-left-0px---tablet {
    margin-left: 0;
  }

  .border-shape-top-footer {
    height: 60px;
    min-height: 60px;
  }

  .cta-home-pages-bg {
    height: 70%;
  }

  .mg-bottom-38px.mg-bottom-0px---tablet {
    margin-bottom: 0;
  }

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

  .content-left---slider-right-wrapper {
    flex-direction: column;
  }

  .rich-text-v2 h2 {
    font-size: 52px;
  }

  .rich-text-v2 h3 {
    font-size: 38px;
  }

  .rich-text-v2 blockquote {
    font-size: 20px;
  }

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

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

  .hamburger-menu-bars-wrapper {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-content---main {
    grid-column-gap: 28px;
  }

  .cart-item-image {
    max-width: 70px;
  }

  .heading-h1-size-2 {
    font-size: 48px;
  }

  .about-section-wrapper-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-section-image-left-container-2 {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-bottom: -120px;
    margin-left: -24px;
    margin-right: -24px;
    position: static;
  }

  .heading-h1-size-3 {
    font-size: 48px;
  }

  .form-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 80px 32px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form.v2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr .75fr;
  }

  .grid-2-columns.cta-v3 {
    max-width: 500px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.title-and-paragraph._1-col-tablet {
    grid-row-gap: 10px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

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

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

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured-v1 {
    grid-row-gap: 54px;
  }

  .grid-2-columns.author-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.location-grid {
    height: 100%;
    grid-row-gap: 100px;
    align-content: stretch;
    align-items: end;
  }

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

  .grid-2-columns.location-wrapper-grid, .grid-2-columns.location-wrapper-grid.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-home-pages-grid {
    max-width: 500px;
  }

  .style---main-wrapper {
    padding-bottom: 60px;
  }

  .card.form {
    padding: 0;
  }

  .card.form.v2 {
    padding: 53px 32px;
  }

  .card.form.v3 {
    padding: 50px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.dropdown-pd {
    width: auto;
  }

  .card.services-item {
    min-height: 488px;
  }

  .card.testimonial-item {
    min-height: 529px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.pricing-card {
    padding: 40px 32px 48px;
  }

  .card.horizontal-services-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .card.testimonial-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.horizontal-location-card, .card.horizontal-location-card.image-left {
    grid-template-columns: 1fr;
  }

  .card.protected-page {
    max-width: 100%;
    padding: 53px 32px 60px;
  }

  .grid-4-columns.footer-pages-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .text-200 {
    font-size: 16px;
  }

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

  .display-1 {
    font-size: 56px;
  }

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

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .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-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.footer-pages-grid {
    grid-row-gap: 74px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.layout-v1 {
    grid-row-gap: 50px;
  }

  .style---heading {
    padding: 104px 24px;
  }

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

  .inner-container._210px {
    max-width: 183px;
  }

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

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

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

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

  .inner-container.cta-v2-content {
    max-width: 400px;
    margin-left: 0;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

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

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

  .inner-container.content-services-item---content {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white, .style-buttons-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 12px 14px;
    font-size: 14px;
  }

  .btn-primary.small.header-white-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 18px 24px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .btn-secondary {
    padding: 16px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 12px 14px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 18px 24px;
    font-size: 18px;
  }

  .badge-primary {
    padding: 10px 12px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 8px 10px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 12px 14px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 10px 12px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 8px 10px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 12px 14px;
    font-size: 18px;
  }

  .input {
    min-height: 42px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input.small {
    min-height: 36px;
    font-size: 14px;
  }

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

  .input.input-vehicle {
    padding-bottom: 22px;
  }

  .text-area {
    min-height: 94px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 70px;
    font-size: 14px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

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

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

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

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

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

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

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

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

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

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

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

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .square-icon.protected-page-icon {
    max-width: 74px;
  }

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

  .line-square-icon.time {
    margin-left: -75%;
  }

  .rich-text h3 {
    margin-top: 26px;
  }

  .rich-text figure {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 20px;
    margin-bottom: 26px;
    padding-left: 20px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 26px;
  }

  .rich-text blockquote {
    border-radius: 0;
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 18px;
  }

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .width-100.start-here-image {
    margin-bottom: 40px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

  .section.hero-page {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .section.cta-home-pages {
    padding-bottom: 190px;
  }

  .section.hero.v1 {
    padding-top: 152px;
    padding-bottom: 182px;
  }

  .section.hero.v1.background-video-hero {
    padding-top: 190px;
  }

  .section.hero.v1.adventure-3 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(180deg, #1d3430, transparent 28%), linear-gradient(to bottom, null, null), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
  }

  .section.hero.v4 {
    padding-top: 50px;
    padding-bottom: 68px;
  }

  .section.hero.v10 {
    padding-top: 128px;
    padding-bottom: 150px;
  }

  .section.hero.v7 {
    padding-top: 52px;
  }

  .section.hero.v11 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v9 {
    padding-top: 128px;
  }

  .section.hero.v5 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .section.hero.v6 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 106px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 173px;
  }

  .section.hero.v12 {
    padding-top: 126px;
    padding-bottom: 144px;
  }

  .section.hero.v3 {
    padding-top: 132px;
  }

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

  .section.hero.v15 {
    padding-top: 50px;
  }

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

  .section.hero.v17 {
    padding-top: 128px;
  }

  .section.hero.v18, .section.hero.v19 {
    padding-top: 50px;
  }

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

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

  .section.pd-top-0px.overflow-hidden.vehicle-description {
    padding-top: 90px;
  }

  .section.pd-bottom-270px {
    padding-bottom: 188px;
  }

  .section.stats-section {
    padding-top: 168px;
    padding-bottom: 156px;
  }

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

  .section.dark-mode-style {
    padding-top: 80px;
  }

  .section.pd-top-42px {
    padding-top: 40px;
  }

  .section.full-image-section-why-us {
    background-image: url('../images/hero-shadow-home-v2-carrepair-x-webflow-template.svg'), linear-gradient(to right, #000 12%, rgba(0, 0, 0, 0) 49%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
    padding-top: 118px;
    padding-bottom: 140px;
  }

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

  .section.pd-bottom-228px {
    padding-bottom: 158px;
  }

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

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

  .section.pd-bottom-177px {
    padding-bottom: 80px;
  }

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

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

  .section.pd-140px.pd-bottom-270px {
    padding-bottom: 188px;
  }

  .section.pd-221px---alt {
    padding-top: 118px;
    padding-bottom: 153px;
  }

  .section.pd-top-221px {
    padding-top: 153px;
  }

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

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h1-size.hyphens {
    width: 100%;
  }

  .heading-h2-size, .heading-h2-size.price {
    font-size: 30px;
  }

  .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-nav-list-item {
    margin-bottom: 20px;
  }

  .header-nav-list-item.show-in-tablet.header-button {
    margin-top: 20px;
  }

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

  .hamburger-menu-wrapper {
    max-height: 44px;
    max-width: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .hamburger-menu-bar {
    width: 22px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 24px;
  }

  .btn-circle-primary.small {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    font-size: 20px;
  }

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

  .btn-circle-primary.pagination-button {
    margin-top: 54px;
    font-size: 20px;
  }

  .btn-circle-secondary {
    font-size: 22px;
  }

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

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

  .btn-circle-secondary.default {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 24px;
  }

  .btn-circle-secondary.default.pagination-button {
    margin-top: 54px;
    font-size: 20px;
  }

  .utility-page-content.not-found-content {
    max-width: 600px;
  }

  .flex-horizontal.start.flex-wrap.center---mbl {
    justify-content: center;
  }

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

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.v2 {
    padding-top: 64px;
    padding-bottom: 50px;
  }

  .footer-bottom.text-right.text-center-mb {
    text-align: center;
  }

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

  .grid-footer-logo---paragraph {
    max-width: 450px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._w-h-100.fit-cover.why-us-full-image-left {
    max-height: 500px;
  }

  ._w-h-100.fit-cover.home-v3-full-image-right-position {
    max-height: 500px;
    object-position: 50% 68%;
  }

  ._w-h-100.fit-cover.full-section-image-left {
    max-height: 500px;
  }

  ._w-h-100.fit-cover.location-imagen-card-v2 {
    max-height: 320px;
  }

  ._w-h-100.fit-cover.hero-v9-image, ._w-h-100.fit-cover.full-section-image-right, ._w-h-100.fit-cover.full-section-image-left {
    max-height: 500px;
  }

  ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-2, ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-3 {
    padding-right: 0;
  }

  .fit-cover._w-h-100.image-left-grid {
    max-height: 500px;
  }

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

  .cta-section.cta-v1 {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)), url('../images/mechanical-workshop-carrepair-x-webflow-template.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 143px;
  }

  .cta-section.cta-v4 {
    padding-top: 144px;
    padding-bottom: 163px;
  }

  .cta-section.cta-v3 {
    padding-top: 125px;
    padding-bottom: 158px;
  }

  .cta-section.cta-v2 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(125deg, #000, rgba(0, 0, 0, 0)), url('../images/get-in-touch-carrepair-x-webflow-template.jpg');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .cta-section.cta-v5 {
    padding-top: 144px;
    padding-bottom: 163px;
  }

  .slider-wrapper.arrows-bottom.v3 {
    margin-bottom: 32px;
    padding-bottom: 58px;
  }

  .slider-mask.width-596px {
    max-width: 426px;
  }

  .slider-mask.width-492px {
    max-width: 417px;
  }

  .slider-mask.services-slider {
    max-width: 100%;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-btn-line.v2 {
    width: 24px;
  }

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

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

  .accordion-icon-wrapper {
    width: 34px;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .empty-state.small {
    font-size: 14px;
  }

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

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

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

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-card-image-wrapper.featured-v1 {
    max-height: 450px;
  }

  .blog-card-image-wrapper.article-v2-image-2-col.small {
    height: auto;
    max-height: 302px;
  }

  .blog-card-image-wrapper.featured-v3 {
    max-height: 400px;
  }

  .blog-card-image-wrapper.article-v3-image {
    max-height: 300px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .blog-card-wrapper.horizontal-blog-v3-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .blog-card-item-link {
    padding-top: 20px;
  }

  .image-wrapper.author-card-image {
    height: 100%;
    max-height: 324px;
    max-width: 100%;
    flex-direction: column;
  }

  .image-wrapper.location-imagen-card.v3 {
    max-height: 400px;
  }

  .image-wrapper.services-image-top {
    height: 292px;
  }

  .image-wrapper.full-image-section-why-us {
    min-width: auto;
    right: -8%;
  }

  ._404-not-found {
    font-size: 180px;
  }

  .cart-button-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart-quantity {
    font-size: 16px;
  }

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

  .cart-close-button {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  .checkout-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-item-image {
    max-width: 60px;
  }

  .home-pages-cointainer {
    margin-top: 57px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-home-content {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .figma-file-text-wrapper {
    padding: 40px 32px 60px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .cta-square-logo {
    max-width: 70px;
    margin-bottom: 20px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 58px;
    margin-bottom: -51px;
  }

  .divider-vertical.white.stats-divider {
    height: 1px;
    max-height: 1px;
    max-width: 100%;
    min-height: 1px;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .divider-vertical._0px---horizontal-mbl {
    width: 100%;
    max-height: 1px;
    max-width: none;
    min-height: 1px;
    min-width: auto;
  }

  .mg-bottom-66px {
    margin-bottom: 55px;
  }

  .nav-menu-list-item {
    margin-bottom: 28px;
  }

  .nav-menu-list-item.small {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.white.small, .nav-link.small {
    font-size: 14px;
  }

  .nav-content {
    grid-template-columns: auto auto minmax(auto, 300px);
  }

  .position-absolute.bg-shadow-gradient-overlay {
    background-image: linear-gradient(360deg, #000, rgba(0, 0, 0, 0));
  }

  .underline-title {
    margin-bottom: 38px;
  }

  .underline-title.mg-bottom-22px {
    margin-bottom: 20px;
  }

  .decoration-section-shape {
    min-height: 40px;
  }

  .decoration-section-shape.left {
    border-top-width: 40px;
    border-right-width: 10px;
  }

  .decoration-section-shape.left.hero {
    max-width: 588px;
    border-right-width: 10px;
    margin-right: 28px;
  }

  .decoration-section-shape.right {
    border-bottom-width: 40px;
    border-left-width: 10px;
  }

  .picture-link-card._w-h-100.content-services-item---image {
    max-height: 400px;
  }

  .bg-text-font {
    font-size: 40px;
  }

  .bg-text-wrapper.services {
    display: none;
    top: 15%;
    right: -96px;
  }

  .bg-text-wrapper.why-us {
    top: 127%;
    left: -93px;
  }

  .bg-text-wrapper.why-us.v3 {
    right: -90px;
  }

  .bg-text-wrapper.why-us.v4 {
    left: -89px;
  }

  .bg-text-wrapper.why-us.bg-text-adventure-1 {
    top: 144%;
    left: -22%;
  }

  .bg-text-wrapper.packages {
    top: 2%;
    right: -106px;
  }

  .bg-text-wrapper.testimonial {
    top: 7%;
    left: -153px;
  }

  .bg-text-wrapper.location {
    top: 45px;
  }

  .bg-text-wrapper.location.v3 {
    right: -116px;
  }

  .bg-text-wrapper.our-number {
    top: 12%;
  }

  .bg-text-wrapper.article {
    bottom: 52%;
    left: -100px;
  }

  .bg-text-wrapper.services-page {
    right: -79px;
  }

  .bg-text-wrapper.packages-page {
    left: -88px;
  }

  .bg-text-wrapper.faqs-text {
    right: -40px;
  }

  .slider-bottom-arrows-divider {
    width: 80%;
  }

  .article-link-white-wrapper.article-card-full-image {
    min-height: 477px;
  }

  .article-link-white-wrapper.article-card-full-image.blog-card-featured {
    min-height: 486px;
  }

  .full-section-image-left-container {
    margin-bottom: -100px;
  }

  .pd-content-package-item {
    padding: 40px 32px;
  }

  .input-button-form-block {
    min-height: 42px;
  }

  .author-card-content-right {
    padding: 40px 32px 54px;
  }

  .bg.rectangle.team-single {
    min-height: 440px;
  }

  .bg.rectangle.services-bg {
    min-height: 600px;
  }

  .locaton-half-image-wrapper {
    align-items: stretch;
    padding-bottom: 40px;
  }

  .grid-stats-3-columns {
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .mg-bottom-124px {
    margin-bottom: 78px;
  }

  .team-member-wrapper {
    height: 500px;
  }

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

  .article-v3-item-divider {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .responsive-container._500px, .about-us-content {
    max-width: 500px;
  }

  .content-services-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-content-header {
    padding-top: 40px;
  }

  .pricing-content-body.v2 {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .more-templates-card-text {
    padding: 40px 32px 60px;
  }

  .mg-bottom-110px {
    margin-bottom: 76px;
  }

  .hero-v3-full-image-right {
    flex-direction: column;
    justify-content: center;
  }

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

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

  .mg-bottom-50px {
    margin-bottom: 42px;
  }

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

  .add-to-cart {
    min-height: 146px;
  }

  .rich-text-v2 h2 {
    font-size: 40px;
  }

  .rich-text-v2 h3 {
    margin-top: 26px;
    font-size: 32px;
  }

  .rich-text-v2 figure {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 20px;
    margin-bottom: 26px;
    padding-left: 20px;
  }

  .rich-text-v2 h6, .rich-text-v2 h5 {
    margin-top: 26px;
  }

  .rich-text-v2 h4 {
    margin-top: 26px;
    font-size: 24px;
  }

  .rich-text-v2 blockquote {
    border-radius: 0;
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 18px;
  }

  .form-block {
    min-height: 747px;
  }

  .form-block.v2, .form-block.v3 {
    min-height: 622px;
  }

  .cart-item-image {
    max-width: 60px;
  }

  .btn-secondary-2 {
    padding: 16px;
    font-size: 16px;
  }

  .heading-h1-size-2 {
    font-size: 38px;
  }

  .btn-secondary-3 {
    padding: 16px;
    font-size: 16px;
  }

  .full-section-image-left-container-2 {
    margin-bottom: -100px;
  }

  .heading-h1-size-3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding: 70px 24px;
  }

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

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-featured-v7 {
    grid-row-gap: 50px;
  }

  .grid-2-columns.why-us-grid.v3, .grid-2-columns.about-us-grid.v3 {
    grid-row-gap: 40px;
  }

  .grid-2-columns.feature-package-grid {
    grid-row-gap: 8px;
    grid-template-columns: auto;
  }

  .grid-2-columns.blog-card-featured-v1, .grid-2-columns._1fr---1-5fr {
    grid-row-gap: 40px;
  }

  .card.form {
    padding: 0;
  }

  .card.form.v2 {
    padding: 50px 24px;
  }

  .card.form.v3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.services-item {
    min-height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-item {
    min-height: 426px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pricing-card, .card.testimonial-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.protected-page {
    padding: 43px 24px 50px;
  }

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

  .grid-4-columns.footer-pages-grid {
    grid-template-columns: auto;
  }

  .color-neutral-100.mg-bottom-0.footer-text {
    font-size: 12px;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .color-neutral-100.mg-bottom-32px.mg-bottom-32px---mbp {
    margin-bottom: 32px;
  }

  .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-80px {
    margin-bottom: 40px;
  }

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

  .text-200.medium.email-location-text {
    font-size: 3.7vw;
  }

  .display-1 {
    font-size: 48px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .grid-3-columns, .grid-3-columns.footer-pages-grid {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

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

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container.cta-v2-content {
    max-width: 100%;
    margin-left: 0;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

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

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    white-space: normal;
    word-break: normal;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.white.button-row {
    width: auto;
    text-align: left;
  }

  .btn-primary.white.button-row.btn-mobile-visible {
    display: block;
  }

  .btn-primary.white.button-row.hide-dektop {
    width: auto;
    display: block;
    position: static;
  }

  .btn-primary.white.button-row.visible-desktop {
    display: none;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.default.arrow-icon.white {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.btn-form.inside-input-default {
    width: auto;
  }

  .btn-primary.btn-contact-arrow {
    width: auto;
    white-space: normal;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 0%;
  }

  .input.input-zeitraum {
    width: 40%;
    flex: 0 auto;
  }

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

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .square-icon.protected-page-icon {
    max-width: 64px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 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;
  }

  .line-square-icon.time {
    margin-left: -60%;
  }

  .rich-text blockquote {
    font-size: 16px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

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

  .section.template-pages-hero {
    padding-top: 48px;
    padding-bottom: 80px;
  }

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

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--neutral--800) 60%);
    padding-top: 60px;
    padding-bottom: 125px;
  }

  .section.cta-home-pages {
    padding-bottom: 160px;
  }

  .section.hero.v1 {
    padding-top: 126px;
    padding-bottom: 152px;
  }

  .section.hero.v1.background-video-hero {
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.hero.v1.adventure-1 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-1-2.jpg');
    background-position: 0%, 0 0, 0 0, 60% 100%;
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .section.hero.v1.adventure-2 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-2-1_1overxland-adventure-2-1.webp');
    background-position: 0%, 0 0, 0 0, 100% 100%;
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .section.hero.v1.adventure-3 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-3-4_1overxland-adventure-3-4.webp');
    background-position: 0%, 0 0, 0 0, 85%;
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .section.hero.v1.adventure-4 {
    background-image: url('../images/herooverlaykaki.svg'), linear-gradient(#1d3430, rgba(0, 0, 0, 0) 28%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/overxland-adventure-4-1_1overxland-adventure-4-1.webp');
    background-position: 0%, 0 0, 0 0, 90%;
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .section.hero.v4 {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .section.hero.v10 {
    padding-top: 118px;
    padding-bottom: 138px;
  }

  .section.hero.v7 {
    padding-top: 40px;
  }

  .section.hero.v11 {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .section.hero.v9 {
    padding-top: 110px;
  }

  .section.hero.v5 {
    padding-top: 48px;
    padding-bottom: 128px;
  }

  .section.hero.v6 {
    padding-top: 48px;
  }

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

  .section.hero.v14 {
    padding-top: 48px;
    padding-bottom: 163px;
  }

  .section.hero.v8 {
    padding-top: 48px;
  }

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

  .section.hero.v3 {
    padding-top: 123px;
  }

  .section.hero.v2 {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .section.hero.v15 {
    padding-top: 48px;
  }

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

  .section.hero.v17 {
    padding-top: 110px;
  }

  .section.hero.v18, .section.hero.v19 {
    padding-top: 48px;
  }

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

  .section.pd-166px {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section.pd-bottom-270px {
    padding-bottom: 156px;
  }

  .section.stats-section {
    padding-top: 138px;
    padding-bottom: 130px;
  }

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

  .section.dark-mode-style {
    padding-top: 70px;
  }

  .section.full-image-section-why-us {
    background-image: url('../images/hero-shadow-home-v2-carrepair-x-webflow-template.svg'), linear-gradient(to right, #000 31%, rgba(0, 0, 0, 0) 60%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0%, 0 0, 0 0;
    background-size: 800px, auto, auto;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section.pd-top-270px {
    padding-top: 156px;
  }

  .section.pd-bottom-228px {
    padding-bottom: 132px;
  }

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

  .section.pd-bottom-290px {
    padding-bottom: 168px;
  }

  .section.pd-bottom-177px {
    padding-bottom: 70px;
  }

  .section.pd-top-232px {
    padding-top: 134px;
  }

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

  .section.pd-140px.pd-bottom-270px {
    padding-bottom: 156px;
  }

  .section.pd-221px---alt {
    padding-top: 108px;
    padding-bottom: 143px;
  }

  .section.pd-top-221px {
    padding-top: 128px;
  }

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

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size, .heading-h2-size.price {
    font-size: 28px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo {
    width: 100px;
  }

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

  .header-logo-link.w--current {
    max-width: 153px;
  }

  .hamburger-menu-wrapper {
    max-height: 42px;
    max-width: 42px;
    min-height: 42px;
    min-width: 42px;
  }

  .hamburger-menu-bar {
    width: 20px;
  }

  .hamburger-menu-bar.top.white-transparent, .hamburger-menu-bar.bottom.white-transparent {
    background-color: var(--neutral--800);
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.space-between.wrap---row-16px {
    grid-row-gap: 8px;
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

  .footer-logo {
    width: 100px;
  }

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

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

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

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

  ._w-h-100.fit-cover.why-us-full-image-left {
    max-height: 400px;
  }

  ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-1, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-2, ._w-h-100.fit-cover.why-us-full-image-left.desc-image-adventure-3 {
    object-fit: cover;
  }

  ._w-h-100.fit-cover.home-v3-full-image-right-position, ._w-h-100.fit-cover.full-section-image-left {
    max-height: 400px;
  }

  ._w-h-100.fit-cover.location-imagen-card-v2 {
    max-height: 268px;
  }

  ._w-h-100.fit-cover.hero-v9-image, ._w-h-100.fit-cover.full-section-image-right, ._w-h-100.fit-cover.full-section-image-left {
    max-height: 400px;
  }

  ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-2, ._w-h-100.fit-cover.full-section-image-left.image-anfrage-adventure-3 {
    padding-right: 0;
  }

  .fit-cover._w-h-100.image-left-grid {
    max-height: 400px;
  }

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

  .cta-section.cta-v1 {
    background-position: 0 0, 64%;
    padding-bottom: 120px;
  }

  .cta-section.cta-v4 {
    padding-top: 120px;
    padding-bottom: 153px;
  }

  .cta-section.cta-v3 {
    padding-top: 100px;
    padding-bottom: 132px;
  }

  .cta-section.cta-v2 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(125deg, black, transparent), url('../images/get-in-touch-carrepair-x-webflow-template.jpg');
    background-position: 0 0, 0 0, 14%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-section.cta-v5 {
    padding-top: 120px;
    padding-bottom: 153px;
  }

  .slider-mask.width-596px, .slider-mask.width-492px {
    max-width: 100%;
  }

  .accordion-item-wrapper.v2, .accordion-item-wrapper.v2.first {
    width: 90%;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card, .pd---content-inside-card.team-member-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .blog-card-image-wrapper.featured-v1 {
    max-height: 400px;
  }

  .blog-card-image-wrapper.featured-v3 {
    max-height: 350px;
  }

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

  .image-wrapper.location-imagen-card.v3 {
    max-height: 300px;
  }

  .image-wrapper.services-image-top {
    height: 256px;
  }

  ._404-not-found {
    font-size: 100px;
  }

  .cart-container {
    border-radius: 0;
  }

  .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 2px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 16px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-square-logo {
    max-width: 60px;
  }

  .cta-image-card {
    margin-top: 40px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .nav-content {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .decoration-section-shape.left.hero {
    max-width: 65vw;
  }

  .menu-main-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-shape-item.v1 {
    width: 74px;
  }

  .image-shape-item.v2 {
    width: 44px;
  }

  .picture-link-card._w-h-100.content-services-item---image {
    max-height: 350px;
  }

  .bg-text-wrapper.services {
    top: 24%;
  }

  .bg-text-wrapper.why-us {
    top: 125%;
    left: -104px;
  }

  .bg-text-wrapper.why-us.v3 {
    top: auto;
    bottom: 208px;
  }

  .bg-text-wrapper.why-us.v4 {
    left: -84px;
  }

  .bg-text-wrapper.why-us.bg-text-adventure-1 {
    z-index: 1;
    display: none;
    position: absolute;
    top: 132%;
    left: -41%;
  }

  .bg-text-wrapper.location {
    top: 35px;
    left: auto;
    right: -2%;
  }

  .bg-text-wrapper.location.v3 {
    top: 9%;
  }

  .bg-text-wrapper.our-number {
    top: 10%;
  }

  .slider-bottom-arrows-divider {
    width: 72%;
  }

  .article-link-white-wrapper.article-card-full-image, .article-link-white-wrapper.article-card-full-image.blog-card-featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article---badge-floating.arrow-badge {
    top: 24px;
    right: 24px;
  }

  .full-section-image-left-container {
    margin-bottom: -80px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .pd-content-package-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-pages-pagination-grid {
    grid-column-gap: 16px;
  }

  .input-button-form-block {
    min-height: 110px;
  }

  .author-card-content-right {
    padding: 32px 24px 45px;
  }

  .bg.rectangle.team-single {
    min-height: 381px;
  }

  .location-link-item {
    flex-wrap: wrap;
  }

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

  .team-member-wrapper {
    height: 450px;
  }

  .article---category-floating {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .mg-bottom-134px {
    margin-bottom: 70px;
  }

  .article-v3-item-divider {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .content-services-item {
    padding: 32px 24px;
  }

  .content-services-item.pd-32px, .pricing-content-header, .pricing-content-body, .pricing-content-body.v2, .more-templates-card-text {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .hero-v3-full-image-right {
    margin-top: 54px;
    margin-left: 20px;
  }

  .rich-text-v2 h2 {
    font-size: 34px;
  }

  .rich-text-v2 h3 {
    font-size: 26px;
  }

  .rich-text-v2 h4 {
    font-size: 20px;
  }

  .rich-text-v2 blockquote {
    font-size: 16px;
  }

  .form-block {
    min-height: auto;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .form-block.v2 {
    min-height: 675px;
  }

  .shipping-method-content {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .hamburger-menu-bars-wrapper {
    justify-content: center;
  }

  .nav-content---main {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .cart-item-image {
    margin-bottom: 16px;
  }

  .cart-list-title {
    margin-bottom: 4px;
  }

  .cart-list-price {
    margin-top: 2px;
  }

  .cart-item-content {
    margin-left: 0;
    margin-right: 0;
  }

  .cart-item-content---item {
    flex-direction: column;
    margin-right: 16px;
  }

  .icon-static {
    position: static;
  }

  .text-block-2 {
    flex: 0 auto;
  }

  .btn-secondary-2 {
    width: 100%;
  }

  .color-neutral-801.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .heading-h1-size-2 {
    font-size: 32px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary-3 {
    width: 100%;
  }

  .color-neutral-802.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .full-section-image-left-container-2 {
    margin-bottom: -80px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .heading-h1-size-3 {
    font-size: 32px;
  }
}

#w-node-fbee7156-98ad-2dd2-4da0-088b08422371-ce5fc201, #w-node-_7f21dddd-bae7-8f7d-dacc-e7c0fd070051-ce5fc201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc244be4-f5f4-b1a9-2c31-00a188179d6d-ce5fc201 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d17-ce5fc201, #vehicle-2.w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d18-ce5fc201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d1d-ce5fc201, #w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d1f-ce5fc201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d21-ce5fc201 {
  justify-self: start;
}

#w-node-d7210809-7204-862f-cfe6-0d815866b4fc-91dd5701 {
  align-self: auto;
  justify-self: auto;
}

#w-node-d7210809-7204-862f-cfe6-0d815866b4fe-91dd5701 {
  justify-self: end;
}

#w-node-_5c3ce366-6c7e-868f-fd4f-fec466c837fd-66c837f9 {
  justify-self: start;
}

#w-node-_4ce12193-c916-9965-1323-a8c62a7ed352-ce5fc290, #w-node-_4ce12193-c916-9965-1323-a8c62a7ed362-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed093ec-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09400-ce5fc290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc290 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09428-ce5fc290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc290 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09432-ce5fc290 {
  justify-self: start;
}

#w-node-_4ce12193-c916-9965-1323-a8c62a7ed352-ce5fc291, #w-node-_4ce12193-c916-9965-1323-a8c62a7ed362-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed093ec-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09400-ce5fc291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc291 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09428-ce5fc291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc291 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09432-ce5fc291 {
  justify-self: start;
}

#w-node-_4ce12193-c916-9965-1323-a8c62a7ed352-ce5fc292, #w-node-_4ce12193-c916-9965-1323-a8c62a7ed362-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed093ec-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09400-ce5fc292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc292 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09428-ce5fc292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc292 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09432-ce5fc292 {
  justify-self: start;
}

#w-node-_4ce12193-c916-9965-1323-a8c62a7ed352-ce5fc293, #w-node-_4ce12193-c916-9965-1323-a8c62a7ed362-ce5fc293, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed093ec-ce5fc293, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09400-ce5fc293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc293 {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: end;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09428-ce5fc293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc293, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc293 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef2f7628-60d9-44ac-db9a-bedfbed09432-ce5fc293 {
  justify-self: start;
}

#w-node-_81967cf9-8b98-929c-7ebd-006973a2493e-ce5fc2b4 {
  align-self: stretch;
}

#w-node-d0a3903c-29cc-2ad6-d603-77ddb6a67531-ce5fc2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_27043d31-5a58-f6b7-5921-b0bf65660879-ce5fc2b4, #w-node-e9ca299f-93ed-f4ff-49ba-9848b12b7e9c-ce5fc2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a07fa365-c35c-3b13-3fca-76859140a2ed-ce5fc2b4, #w-node-_76676d64-ded2-f610-61be-df80536f4510-ce5fc2b5 {
  align-self: stretch;
}

#w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d3c-ce5fc2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d3d-ce5fc2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d3e-ce5fc2b6 {
  justify-self: stretch;
}

#w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d3f-ce5fc2b6, #w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d4d-ce5fc2b6, #w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d5a-ce5fc2b6, #w-node-_3abcf7f0-5d7b-6d49-25f9-4cf774f62047-ce5fc2b7, #w-node-_11a1ce08-c4bb-a37b-5d4f-6e04b98fa3ec-ce5fc2b7, #w-node-_11a1ce08-c4bb-a37b-5d4f-6e04b98fa3fc-ce5fc2b7, #w-node-_46e70727-0cb0-1f19-3e90-d3780c180ee6-ce5fc2b7, #w-node-_5bc566e0-1b1a-a02d-bb23-d6a80b6a7111-ce5fc2ba, #w-node-_5bc566e0-1b1a-a02d-bb23-d6a80b6a7114-ce5fc2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bc566e0-1b1a-a02d-bb23-d6a80b6a7119-ce5fc2ba {
  align-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cc8-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cc9-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cca-ce5fc2c0 {
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37ccb-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37cda-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cf1-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cf2-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cf3-ce5fc2c0 {
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37cf4-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37d03-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d1a-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d1b-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d1c-ce5fc2c0 {
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d1d-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37d2c-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d43-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d44-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d45-ce5fc2c0 {
  justify-self: stretch;
}

#w-node-_6cce421b-1550-a5f9-692e-41144be37d46-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37d55-ce5fc2c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-ce5fc2d9 {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-ce5fc2dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_769f851a-66a3-ff27-9c3c-70a4e483536a-ce5fc2dd {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bc244be4-f5f4-b1a9-2c31-00a188179d6d-ce5fc201 {
    grid-column-start: 1;
    justify-self: auto;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b4fc-91dd5701 {
    justify-self: center;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b4fe-91dd5701 {
    justify-self: auto;
  }

  #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0940d-ce5fc293 {
    grid-column-start: 1;
    justify-self: auto;
  }

  #w-node-_19fa8696-9421-a3e4-8f52-7687b70b4d3e-ce5fc2b6, #w-node-_6cce421b-1550-a5f9-692e-41144be37cca-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37cf3-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37d1c-ce5fc2c0, #w-node-_6cce421b-1550-a5f9-692e-41144be37d45-ce5fc2c0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d1d-ce5fc201, #w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d1f-ce5fc201 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b496-91dd5701 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b4e9-91dd5701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b4fc-91dd5701, #w-node-_5c3ce366-6c7e-868f-fd4f-fec466c837fd-66c837f9 {
    justify-self: center;
  }

  #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc293, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed09430-ce5fc293 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-ce5fc2dd, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-ce5fc2dd, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-ce5fc2dd, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-ce5fc2dd, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-ce5fc2dd, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-ce5fc2dd, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-ce5fc2dd, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-ce5fc2dd, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-ce5fc2dd, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-ce5fc2dd, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-ce5fc2dd, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-ce5fc2dd, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-ce5fc2dd, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-ce5fc2dd, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-ce5fc2dd, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-ce5fc2dd, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-ce5fc2dd, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-ce5fc2dd, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-ce5fc2dd, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-ce5fc2dd, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-ce5fc2dd, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-ce5fc2dd, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-ce5fc2dd, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-ce5fc2dd, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-ce5fc2dd, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-ce5fc2dd {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e8bc3b3-39b0-fab2-2fd2-51783c251d1d-ce5fc201 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7210809-7204-862f-cfe6-0d815866b496-91dd5701, #w-node-d7210809-7204-862f-cfe6-0d815866b4e9-91dd5701 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc290, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc291, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc292, #w-node-ef2f7628-60d9-44ac-db9a-bedfbed0942e-ce5fc293 {
    grid-column: 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: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}