:root {
  --brand--white: #fff;
  --text-color--text-primary: var(--brand--neutral-dark);
  --text-color--text-secondary: var(--brand--neutral);
  --bg-color--bg-tertiary: var(--brand--dark-blue);
  --brand--gray-light: #e4e4e4;
  --brand--gray: lightgrey;
  --text-color--text-white: var(--brand--white);
  --bg-color--bg-white: var(--brand--white);
  --bg-color--bg-black: var(--brand--black);
  --brand--black: #000;
  --brand--dark-blue: #1983d1;
  --text-color--text-dark-blue: var(--brand--dark-blue);
  --bg-color--bg-secondary: var(--brand--gray-lighter);
  --bg-color--bg-primary: var(--brand--white);
  --border-color--border-secondary: #d4d4d8;
  --link-color--link-alternate: white;
  --brand--neutral-light: #19191966;
  --brand--gray-lighter: #ecf3f8;
  --brand--neutral-dark: #191919;
  --text-color--neutral-light: var(--brand--neutral-light);
  --light-primary: #ebf6fe;
  --brand--neutral-lighter: #19191933;
  --brand--neutral: #5d5d5d;
  --bg-color--bg-alternate: white;
  --border-color--border-primary: #efeff2;
  --border-color--border-alternate: white;
  --link-color--link-primary: var(--brand--black);
  --text-color--neutral-lighter: white;
  --text-color--text-black: var(--brand--black);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  background-color: var(--brand--white);
  color: var(--text-color--text-primary);
  overscroll-behavior: none;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.42;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

p {
  color: var(--text-color--text-primary);
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.4;
}

a {
  color: inherit;
  font-size: 1rem;
  text-decoration: none;
}

ul {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: .88rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-size: .88rem;
}

li {
  margin-bottom: 1rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: .88rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-medium {
  margin: 2rem;
}

.form_checkbox {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_checkbox-label {
  margin: 0 0 0;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.form_message-success {
  background-color: #0000;
  width: 100%;
  padding: 100% 0 0;
  position: relative;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  letter-spacing: -.04em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--text-color--text-secondary);
  letter-spacing: -.04em;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text ul {
  letter-spacing: -.04em;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text ol {
  color: var(--text-color--text-secondary);
  letter-spacing: -.04em;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container-small {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.padding-global.padding-section-cta {
  width: 100%;
  padding-top: 9.62rem;
  padding-bottom: 8.31rem;
}

.padding-global.padding-section-cta:where(.w-variant-464d69aa-a091-d502-1434-fafb7ddd3d5a) {
  padding-bottom: 3.31rem;
}

.padding-global.padding-section-journey {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}

.padding-global.padding-secion-overview {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.padding-global.padding-section-concept {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}

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

.text-xl {
  letter-spacing: -.0125em;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.overflow-visible {
  overflow: visible;
}

.text-base {
  letter-spacing: .02em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-base.text-color-secondary.text-align-center {
  text-align: left;
  margin-top: -20px;
}

.text-base.is-link-text-two {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 110%;
  transform: none;
}

.text-base.is-card-description {
  color: var(--text-color--text-secondary);
}

.text-base.is-card-description:where(.w-variant-05d329a3-c558-4d72-cd3f-dcb889a44e7e) {
  color: #d3d3d3;
}

.text-base.primary {
  color: var(--bg-color--bg-tertiary);
  font-weight: 700;
}

.form_label {
  margin-bottom: .75rem;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.form_input {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--brand--gray-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--brand--gray-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--brand--gray-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--brand--gray-light);
  color: inherit;
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem 1.25rem;
  font-size: .88rem;
  line-height: 1.5;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  overflow: clip;
}

.form_input:hover, .form_input:focus, .form_input.-wfp-focus {
  border-color: var(--brand--gray);
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: var(--text-color--text-primary);
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 13rem;
  padding-top: .75rem;
}

.form_input.is-secondary {
  color: var(--text-color--text-white);
  border-color: #1b2a49;
  margin-bottom: 1.25rem;
}

.form_input.is-secondary:hover, .form_input.is-secondary:focus {
  border-color: #172f5f;
}

.form_input.is-secondary::placeholder {
  color: #9ca3b0;
}

.form_input.is-checkout {
  color: var(--text-color--text-white);
}

.padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-hero-container {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.container-large.is-cta {
  height: 100%;
}

.form_message-error {
  background-color: #0000;
  margin-top: .75rem;
  padding: 0 .75rem;
}

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

.form_component {
  margin-bottom: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  background-color: var(--bg-color--bg-white);
  color: var(--text-color--text-primary);
  text-align: center;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  height: 3px;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(.975);
}

.button.is-secondary {
  background-color: var(--brand--white);
  color: var(--text-color--text-primary);
  transition: color .3s, background-color .3s, transform .3s;
}

.button.is-secondary:hover {
  background-color: var(--bg-color--bg-black);
  color: var(--text-color--text-white);
}

.button.is-pay {
  background-color: var(--brand--black);
}

.button.is-tertiary {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--text-color--text-white);
  transition: color .3s, background-color .3s, transform .3s;
}

.button.is-tertiary:hover {
  background-color: var(--brand--black);
  color: var(--brand--white);
}

.button.is-primary {
  align-items: stretch;
  min-height: 4rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .325rem;
  overflow: clip;
}

.button.is-primary:hover {
  transform: scale(1);
}

.button.is-nav-button {
  background-color: var(--brand--white);
  color: var(--text-color--text-primary);
  transition: color .3s, background-color .3s, transform .3s;
}

.button.is-nav-button:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--text-color--text-white);
}

.button.is-nav-button:hover {
  background-color: var(--bg-color--bg-black);
  color: var(--text-color--text-white);
}

.button.is-outline {
  border: 1px solid var(--brand--dark-blue);
  color: var(--text-color--text-dark-blue);
  margin-top: 0;
  transition: color .3s, background-color .3s, transform .3s;
}

.button.is-outline:hover {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--brand--white);
}

.text-sm {
  font-size: .875rem;
  line-height: 1.42;
}

.hide {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-2xl {
  letter-spacing: -.015em;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
}

.text-3xl {
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.11;
}

.text-4xl {
  font-size: 2.5rem;
}

.text-5xl {
  letter-spacing: -.01em;
  font-family: Geist, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
}

.text-6xl {
  color: #071839;
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.12;
}

.text-6xl.desktop.white {
  color: var(--brand--white);
}

.text-6xl.smartphone {
  display: none;
}

.text-6xl.smartphone.white {
  color: var(--bg-color--bg-secondary);
}

.text-7xl {
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.11;
}

.decorative-lines {
  flex-flow: column;
  grid-template-rows: auto auto 5rem;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 72.5rem) minmax(1.5rem, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: clip;
}

.decorative-lines:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  overflow: clip;
}

.decorative-lines.is-project-hero {
  grid-template-rows: auto;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 72.5rem) minmax(1.5rem, 1fr);
  min-height: auto;
  display: grid;
}

.decorative-lines.is-contact-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: max-content auto 5rem;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 30rem) minmax(0, 42.5rem) minmax(1.5rem, 1fr);
}

.decorative-lines.is-banner {
  grid-template-rows: 5rem auto 5rem;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img.img-parallax {
  height: 100%;
  display: inline-block;
}

.img-parallax {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: auto 0 0;
}

.img-parallax.hero_background-image {
  transform-origin: 50%;
}

.navbar_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar_content:where(.w-variant-adf0ba60-3e20-26e6-2f41-3b8e14cc7ae2) {
  -webkit-text-stroke-color: inherit;
}

.navbar_logo-link {
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navbar_logo-link:where(.w-variant-adf0ba60-3e20-26e6-2f41-3b8e14cc7ae2) {
  color: inherit;
  width: 6rem;
}

.navbar_logo-link:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  color: inherit;
}

.navbar_logo-link.w--current {
  color: inherit;
  width: 6rem;
}

.navbar_logo-link.tertiary-3 {
  color: inherit;
}

.navbar_logo {
  color: inherit;
  width: 100%;
}

.navbar_logo:where(.w-variant-adf0ba60-3e20-26e6-2f41-3b8e14cc7ae2) {
  -webkit-text-stroke-color: inherit;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.nav_wrap:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  border-color: var(--brand--gray-light);
}

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

.navbar_list {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_links {
  opacity: .8;
  color: inherit;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.nav_links:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  font-weight: 400;
}

.nav_links:hover {
  opacity: 100;
}

.nav_links.w--current {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 2.5rem;
  font-weight: 400;
}

.nav_buttons-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button_component {
  grid-row-gap: .5rem;
  background-color: #8f00ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: #292d32;
  border-radius: 2px;
  height: 5%;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  transform: translate(0);
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.block-header {
  background-color: #0000;
  border-width: 0;
  align-items: center;
  padding: 1rem 1.25rem;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1.25rem;
}

.checkout_wrap {
  margin-right: 1.25rem;
}

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

.block-wrap {
  border: 1px solid var(--border-color--border-secondary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--brand--white);
  background-color: #ffffff26;
  border-radius: .75rem;
}

.column {
  padding-left: .5rem;
  padding-right: .5rem;
}

.row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.image-ecommerce {
  border-radius: .25rem;
  width: 3.75rem;
}

.order_confirmation {
  background-color: #0000;
  padding: 0;
}

.category_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.title_wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.categories_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.work_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.product_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 34.5rem;
  padding-left: 1.5rem;
  display: flex;
}

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

.button-inner-circle {
  aspect-ratio: 1;
  background-color: var(--bg-color--bg-tertiary);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  height: 70%;
  margin-top: 8px;
  position: relative;
  overflow: clip;
}

.button-text-wrap {
  flex-flow: column;
  grid-template-rows: 2fr 2fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-text {
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text.is-firts {
  font-weight: 400;
}

.button-text.is-second {
  transform: translate(0, 50%);
}

.button-circle-icon {
  width: 1rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.button-circle-icon.is-second {
  transform: translate(-180%, 180%);
}

.button-shadow-up {
  background-image: linear-gradient(#fff, #fff0);
  height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-shadow-down {
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar {
  color: var(--brand--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.navbar:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197), .navbar.tertiary {
  color: var(--text-color--text-primary);
}

.nav_blur-bg {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  position: absolute;
  inset: 0%;
}

.nav_blur-bg:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  border-color: var(--brand--gray-light);
  background-color: #0000000a;
}

.nav_blur-bg.hide-tablet:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
  background-color: #0000000a;
}

.navbar_bottom-line {
  background-color: #ffffff4d;
  height: .51px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -50vw 0%;
}

.navbar_bottom-line:where(.w-variant-adf0ba60-3e20-26e6-2f41-3b8e14cc7ae2) {
  background-color: #ffffff14;
}

.navbar_bottom-line:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197), .navbar_bottom-line.tertiary-21 {
  background-color: var(--brand--gray-light);
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2.5rem, 5rem) minmax(max-content, 1fr) minmax(2.5rem, 5rem);
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content.is-product-content {
  padding-left: 0;
}

.decorative-left-line, .decorative-right-line {
  pointer-events: none;
  width: 100%;
  position: relative;
}

.line-left {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
  position: absolute;
  right: max(100% - 5rem, 0px);
}

.line-left.is-faint {
  background-color: #ffffff14;
}

.line-left.is-gray {
  background-color: var(--brand--gray-light);
}

.line-right {
  background-color: #ffffff4d;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% max(100% - 5rem, 0px);
}

.line-right.is-faint {
  background-color: #ffffff14;
}

.line-right.is-gray {
  background-color: var(--brand--gray-light);
}

.hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 11rem;
  padding-bottom: 6.94rem;
  display: flex;
}

.hero_header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.badge {
  font-weight: 400;
}

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

.hero_descrition {
  max-width: 44.375rem;
  font-weight: 400;
}

.button-wrapper.horvathovdvor {
  position: absolute;
  top: -20px;
  left: auto;
  right: 40px;
}

.button-wrapper.groisovdvor {
  position: absolute;
  top: -20px;
  left: auto;
  right: 50px;
}

.button-wrapper.prirybnicku {
  position: absolute;
  top: -10px;
  left: auto;
  right: auto;
}

.hero_bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero_bottom-values {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 10rem;
  display: flex;
}

.hero_bottom-values.is-centered {
  justify-content: center;
  align-items: flex-start;
}

.experience_wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.scroll-down {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--text-color--text-white);
  letter-spacing: .02em;
  white-space: nowrap;
  background-color: #ffffff1f;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: auto 0% 1.25rem;
}

.btn-line-left {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ffffff4d;
  width: 50vw;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 100% 0% auto;
}

.btn-line-right {
  transform-origin: 0%;
  background-color: #ffffff4d;
  width: 50vw;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.experience_title {
  max-width: 62rem;
  font-weight: 400;
}

.experience_title.white {
  color: var(--link-color--link-alternate);
}

.text-color-neutral-light {
  color: var(--brand--neutral-light);
}

.experience_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-cicle {
  color: var(--text-color--text-white);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
}

.button-cicle:hover {
  transform: none;
}

.logos {
  display: flex;
  position: relative;
  overflow: clip;
}

.grid-logos {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.logos-shadow-left {
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff, #fff0 100%, #fff0);
  width: 8rem;
  position: absolute;
  inset: 0 auto 0 0;
}

.logos-shadow-right {
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(270deg, #fff, #fff0 100%, #fff0);
  width: 8vw;
  position: absolute;
  inset: 0 0 0 auto;
}

.logo {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.overview_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrap {
  grid-column-gap: 16.5rem;
  grid-row-gap: 16.5rem;
  background-image: url('../images/card-circles.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.card-wrap:where(.w-variant-05d329a3-c558-4d72-cd3f-dcb889a44e7e) {
  background-image: url('../images/card-circles-two.svg');
}

.card-wrap:where(.w-variant-a8f35aa3-ae5e-c261-6814-04acfe4c38eb) {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
}

.card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.card {
  background-color: var(--bg-color--bg-white);
  color: var(--text-color--text-primary);
  isolation: isolate;
  border-radius: .5rem;
  height: 100%;
  position: relative;
  overflow: clip;
}

.card:where(.w-variant-05d329a3-c558-4d72-cd3f-dcb889a44e7e) {
  color: var(--brand--white);
  background-color: #1983d1;
}

.showcase_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}

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

.metrics_wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.metrics_wrap.mingap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.metrics_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.metrics_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.badge-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.metrics_header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 52.5rem;
  display: flex;
}

.metrics_title {
  max-width: 30.6875rem;
}

.metrics_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--bg-color--bg-white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.metrics_card-value {
  background-color: var(--bg-color--bg-tertiary);
  color: var(--text-color--text-white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.metrics_card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.content_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.content_wrap.is-horizontal {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.events_top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.events_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.events_card-visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: clip;
}

.events_card-visual.is-secondary {
  padding-top: 70%;
}

.events_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.events_card-visual-badge {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: var(--text-color--text-white);
  background-color: #fcfcfc1f;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.section_hero {
  position: relative;
}

.banner_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  max-width: 52.25rem;
  height: 100%;
  padding-top: 4.94rem;
  padding-bottom: 4.94rem;
  display: flex;
}

.decorative-top-line {
  pointer-events: none;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  height: 5rem;
}

.decorative-bottom-line {
  pointer-events: none;
  border-top: 1px solid #f8f8f84d;
  width: 100%;
  height: 5rem;
  position: relative;
}

.decorative-bottom-line.is-faint {
  border-top-color: #f8f8f814;
}

.decorative-bottom-line.is-gray {
  border-top-color: var(--brand--gray-light);
}

.faq_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.faq_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 37.31rem;
  display: flex;
}

.icon-horizontal {
  color: #fff;
  border-radius: 1rem;
  margin: auto;
  display: block;
}

.accordion {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--brand--gray-light);
  cursor: pointer;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1.5rem;
}

.icon-vertical {
  color: #fff;
  border-radius: 1rem;
}

.content-wrap {
  padding-top: 1rem;
}

.accordion-toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
}

.accordion-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #021623;
  border-radius: .75rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 3rem;
  height: 3rem;
  display: grid;
  position: relative;
}

.accordion-content {
  background-color: #fff0;
  height: auto;
  display: block;
  position: static;
  overflow: clip;
}

.icon-1x1-base {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.explore_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.explore_card {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  color: var(--text-color--text-white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24.5%;
  padding-bottom: 24.5%;
  display: flex;
  position: relative;
  overflow: clip;
}

.explore_card-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.explore_card-title {
  max-width: 22.2rem;
}

.cta_background {
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/cta-background-image_2cta background image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: clip;
}

.cta_background:where(.w-variant-464d69aa-a091-d502-1434-fafb7ddd3d5a) {
  background-image: linear-gradient(#0000, #0000), url('../images/cta-background-image-secondary_1cta background image secondary.webp');
}

.footer_logo {
  flex: none;
  max-width: 200px;
  min-height: 1.5rem;
}

.footer_logo.w--current {
  flex: none;
  max-width: 150px;
}

.section_footer {
  background-color: var(--bg-color--bg-tertiary);
  position: relative;
}

.container-medium-2 {
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-color--text-white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer_left-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 26.6875rem;
  display: flex;
}

.footer_description {
  color: #fffc;
  letter-spacing: .02em;
}

.footer_right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  max-width: 34.5rem;
  font-family: Geist, sans-serif;
  display: flex;
}

.footer_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links-title {
  margin-bottom: .5rem;
}

.footer_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer_link:hover {
  opacity: 1;
}

.link-underline {
  background-color: currentColor;
  height: 1px;
  position: absolute;
  inset: auto 0% 1px;
  transform: translate(-110%);
}

.showcase_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.showcase_card-header {
  flex-flow: column;
  display: flex;
}

.showcase_card-title-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.showcase_card-bottom {
  border: 1px solid var(--brand--gray-light);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
}

.showcase_card-bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.showcase_card-bottom-content.is-top {
  border-bottom: 1px solid var(--brand--gray-light);
}

.showcase_card-bottom-title {
  flex: 1;
  min-width: 7.5rem;
  max-width: 7.5rem;
}

.banner_background-image {
  z-index: -1;
  background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/cta-background-image_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner_background-image.img-parallax {
  perspective-origin: 50% 100%;
  background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/692ea8a6dffd4183982be918_cela-ulica-2-min.avif');
}

.hero_background-image {
  z-index: -1;
  background-image: radial-gradient(circle, #0000, #0000004d), url('../images/home-hero-image.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
}

.hero_background-image.img-parallax {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Obrázok-WhatsApp-2025-02-11-o-17.11.30_eea13cb7.jpg');
  background-position: 50% 100%;
  transform: translate(0);
}

.services-hero_bg-image {
  pointer-events: none;
  background-image: radial-gradient(circle, #fff0, #0003), url('../images/services-hero-image_2services hero image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-hero_title {
  max-width: 35.8125rem;
}

.services-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5.12rem;
  padding-bottom: 2.75rem;
  display: flex;
  position: relative;
}

.services-hero_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_services-hero {
  position: relative;
}

.services-hero_description {
  max-width: 28.5rem;
}

.services_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_description {
  max-width: 18.875rem;
}

.services_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.services_card-visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 112%;
  position: relative;
  overflow: clip;
}

.services_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.workflow_wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.workflow_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.workflow_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--brand--gray-light);
  flex-flow: row;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.workflow_card-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.workflow_card-description {
  max-width: 28.5rem;
}

.designs_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.designs_description {
  max-width: 18.875rem;
}

.designs_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.designs_card-visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: clip;
}

.designs_card-visual.is-third {
  padding-top: 57%;
}

.designs_card-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.designs_card-year-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_cta {
  flex-flow: row;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cta_title {
  max-width: 30.63rem;
}

.cta_content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 28.5rem;
  display: flex;
}

.section_about-hero {
  background-color: var(--bg-color--bg-tertiary);
  position: relative;
}

.about-hero_content {
  grid-column-gap: 10.6383%;
  grid-row-gap: 13.2514%;
  color: var(--text-color--text-white);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: grid;
}

.about-hero_left-visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 67%;
  position: relative;
  overflow: clip;
}

.about-hero_visual-right {
  border-radius: .5rem;
  width: 100%;
  padding-top: 59%;
  position: relative;
  overflow: clip;
}

.about-hero_description-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-hero_title {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.section_purpose.colored {
  background-color: var(--brand--gray-lighter);
}

.purpose_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.purpose_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--brand--gray-light);
  flex-flow: row;
  padding-top: 1.25rem;
  display: flex;
}

.purpose_card-value {
  font-family: Geist, sans-serif;
}

.purpose_card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.story_header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.story_badge {
  position: absolute;
  inset: 0% auto auto 0%;
}

.story_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_journey {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
}

.journey_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Geist, sans-serif;
  display: flex;
}

.journey_content-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.journey_content-icon {
  aspect-ratio: 1;
  width: .5rem;
}

.journey_content-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34.5rem;
  display: flex;
}

.journey_visual-wrap {
  grid-template-rows: auto;
  grid-template-columns: minmax(2.5rem, 1fr) minmax(0, 70.5rem) minmax(2.5rem, 1fr);
  grid-auto-columns: 1fr;
  padding-bottom: 6.25rem;
  display: grid;
}

.journey_visual {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  padding-top: 46.7%;
  position: relative;
  overflow: clip;
}

.team_wrap {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.team_header-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.team_badge {
  position: absolute;
  inset: 0% auto auto 0%;
}

.team_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.team_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team_visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 114%;
  position: relative;
  overflow: clip;
}

.team_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.team_card-title {
  font-family: Geist, sans-serif;
}

.section_projects-hero {
  position: relative;
}

.projects-hero_bg-image {
  pointer-events: none;
  background-image: radial-gradient(circle, #fff0, #0003), url('../images/projects-hero-image_1projects hero image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.projects-hero_bg-image.img.img-parallax {
  background-image: radial-gradient(circle, #fff0, #0003), url('../images/projekty-header-image-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.projects-hero_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: grid;
}

.projects-hero_description {
  max-width: 28.5rem;
}

.projects-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--text-color--text-white);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.projects_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--brand--gray-light);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.projects_card-badge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 10.5rem;
  font-family: Geist, sans-serif;
  display: flex;
}

.projects_card-icon {
  aspect-ratio: 1;
  width: .5rem;
}

.projects_card-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.projects_card-title, .projects_card-description {
  flex: 0 2 auto;
  max-width: 22.5rem;
}

.projects_card-link {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.projects_card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  overflow: clip;
}

.projects_card-visual-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects_card-visual-one {
  border-radius: .5rem;
  width: 100%;
  padding-top: 51%;
  position: relative;
  overflow: clip;
}

.projects_card-visual-two {
  border-radius: .5rem;
  width: 100%;
  padding-top: 102%;
  position: relative;
  overflow: clip;
}

.projects_card-location {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--brand--gray-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--brand--gray-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--brand--gray-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--brand--gray-light);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem 1.5rem;
  display: flex;
}

.link_content-wrap {
  position: relative;
}

.link_text-underline {
  background-color: var(--brand--neutral-dark);
  transform-origin: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section_project-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-color--bg-tertiary);
  flex-flow: column;
  grid-template-rows: .9fr 1.1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.project-hero_visual {
  width: 100%;
  position: relative;
  overflow: clip;
}

.project-hero_description-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  max-width: 28.5rem;
  display: flex;
}

.label-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-family: Geist, sans-serif;
  display: flex;
}

.icon-1x1-extra-small {
  width: .5rem;
  height: .5rem;
}

.project-hero_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.project-hero_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.concept_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.gallery_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gallery_visual {
  border-radius: .5rem;
  width: 100%;
  padding-top: 53%;
  position: relative;
  overflow: clip;
}

.gallery_header-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 34.5rem;
  display: flex;
}

.gallery_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.concept_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.concept_top-right {
  flex-flow: column;
  font-family: Geist, sans-serif;
  display: flex;
}

.concept_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--brand--gray-light);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.concept_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.concept_visual-left {
  border-radius: .5rem;
  width: 100%;
  padding-top: 109%;
  position: relative;
  overflow: clip;
}

.navbar-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.horizontal-line {
  background-color: var(--brand--gray-light);
  height: 1px;
}

.section_contact {
  background-color: var(--bg-color--bg-tertiary);
  position: relative;
}

.contact_visual {
  border-top-right-radius: .5rem;
  margin-top: 2rem;
  position: relative;
  overflow: clip;
}

.contact_image {
  background-image: url('../images/contact-image_1contact image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
}

.location_wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.form_text-area-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact_form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 34.5rem;
  height: 100%;
  display: flex;
}

.contact_content {
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 6.5rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  display: flex;
}

.location_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.location_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--brand--gray-light);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 10.5rem) 1fr 1fr minmax(0, 10.5rem);
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.location_card-title {
  font-family: Geist, sans-serif;
}

.blogs_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogs_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.blog_card-visual {
  color: var(--text-color--text-white);
  border-radius: .5rem;
  padding-top: 90%;
  position: relative;
  overflow: clip;
}

.blog_card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.blog_card-visual-label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcfcfc1f;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.section_login {
  position: relative;
}

.login_form-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.login_form-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #021623;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.login_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.form_message-success-2 {
  background-color: #daf3de80;
  border-radius: 1.5rem;
  width: 100%;
  padding: 50% 0;
  position: relative;
}

.login_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.login_form-component {
  flex: 1;
  max-width: 34.5rem;
}

.form_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
}

.section_product {
  background-color: var(--brand--white);
  position: relative;
}

.product_visual {
  border-top-right-radius: .5rem;
  margin-top: 2rem;
  position: relative;
  overflow: clip;
}

.product_img {
  background-image: url('../images/contact-image_1contact image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0 0% 0%;
}

.product_content-wrap {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  display: flex;
}

.product_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.product_title {
  letter-spacing: -.02em;
  font-family: Geist, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.product_value {
  letter-spacing: -.02px;
  font-size: 2rem;
  line-height: 1.2;
}

.default-state-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.quiantity-2 {
  color: #292d32;
  background-color: #f1f8f9;
  margin-bottom: 0;
}

.section_categories {
  position: relative;
}

.category_card-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.category_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.section_articles-hero {
  background-color: var(--bg-color--bg-tertiary);
  position: relative;
}

.articles-hero_content {
  grid-column-gap: 4.37rem;
  grid-row-gap: 4.37rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.articles-hero_header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.articles-hero_visual {
  border-radius: .5rem;
  padding-top: 29%;
  position: relative;
  overflow: clip;
}

.articles-hero_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.articles-hero_bottom-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.articles_visual-label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  padding: .5rem 1.5rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.articles-hero_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: clip;
}

.blog-hero_title {
  max-width: 61.3125rem;
}

.blog-hero_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--text-color--text-white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.blog-hero_visual {
  width: 100%;
  padding-top: 37%;
  position: relative;
  overflow: clip;
}

.section_blog-hero {
  background-color: var(--bg-color--bg-tertiary);
  flex-flow: column;
  grid-template-rows: .9fr 1.1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.shipping-method {
  background-color: inherit;
  border-bottom-width: 0;
  padding: .75rem 0;
}

.section_checkout {
  background-image: radial-gradient(circle, #00000014, #0003), url('../images/home-hero-image_1home hero image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.checkout_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.not-found_title-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.section_not-found {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.not-fount_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.not-found_visual {
  width: 151%;
  padding-top: 123%;
  position: relative;
}

.not-found_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #292d32;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 23rem;
  display: flex;
}

.text-spacing-none {
  letter-spacing: 0;
}

.button-circle_wrapper {
  aspect-ratio: 1;
  background-color: var(--bg-color--bg-tertiary);
  text-align: center;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .3s;
  display: flex;
}

.button-circle_wrapper:hover {
  transform: scale(1.15);
}

.projects_card-bottom-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  display: flex;
  overflow: clip;
}

.link_text-wrap {
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.project_card-location-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  display: flex;
}

.hero_nav-wrap {
  width: 100%;
  position: absolute;
}

.card-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-icon-wrap {
  background-color: var(--bg-color--bg-tertiary);
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.63em;
  height: 2.63em;
  display: flex;
}

.card-icon-wrap:where(.w-variant-05d329a3-c558-4d72-cd3f-dcb889a44e7e) {
  background-color: var(--brand--white);
}

.card-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.link-text-wrap {
  position: relative;
}

.card-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.card-link:where(.w-variant-a8f35aa3-ae5e-c261-6814-04acfe4c38eb) {
  display: none;
}

.temlis_component {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #00000014;
  border: .0625em solid #0158ff;
  flex-flow: column;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 19px 16px -4px #10182826, 0 8px 25px -2px #0d101440;
}

.custom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem .75rem .75rem;
  transition: background-color .2s;
  display: flex;
}

.custom:hover {
  background-color: #f2f2f2;
}

.custom_icon {
  width: 3rem;
}

.custom_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.custom_text {
  letter-spacing: -.015em;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.33;
}

.temlis_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-left: .125rem;
  padding-right: .125rem;
  display: flex;
}

.temlis_wrap.is-blue {
  color: #0158ff;
}

.temlis_text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .71875rem;
  font-weight: 600;
  line-height: 1.39;
}

.temlis_icon {
  width: 1rem;
  height: 1rem;
}

.temlis_icon.is-main {
  width: 1.25763rem;
  height: 1.25763rem;
}

.temlis {
  grid-column-gap: 1.37rem;
  grid-row-gap: 1.37rem;
  color: #fff;
  background-color: #0158ff;
  border: 1px solid #126df299;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.temlis:hover {
  background-color: #0b64e6;
}

.temlis_point {
  background-color: #0158ff;
  border-radius: 4rem;
  width: .31rem;
  height: .31rem;
  position: absolute;
  inset: -.15rem auto auto -.15rem;
}

.temlis_point.is-right {
  transition: opacity .2s, background-color .2s;
  position: absolute;
  inset: -.15rem .15rem auto auto;
  transform: translate(120%);
}

.temlis_point.is-right-bot {
  inset: auto -.15rem -.15rem auto;
}

.temlis_point.is-left-bot {
  inset: auto auto -.15rem -.15rem;
}

.navbar-group-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#071839fa 9%, #fff0);
  width: 100%;
  height: 100%;
  display: none;
}

.background-video.desktop {
  background-image: linear-gradient(#1983d1 9%, #fff0);
  display: flex;
}

.phone-cta {
  z-index: 99;
  background-color: var(--bg-color--bg-tertiary);
  cursor: pointer;
  background-image: url('../images/contact-phone-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 155px;
}

.bold-title {
  color: #1a1e1c;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.bold-title.nomargin {
  margin-bottom: 0;
}

.bold-title.nomargin.white {
  color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}

.book-cta {
  z-index: 99;
  cursor: pointer;
  background-color: #1c31d3;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.close-icon {
  cursor: pointer;
  border-radius: 20px;
  width: 25px;
  position: static;
  top: -10px;
  left: -5px;
  right: auto;
}

.phone-number {
  z-index: 101;
  color: #fbfbfb;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 150px;
}

.heading-small {
  color: #0a1953;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current {
  color: #142568b3;
}

.heading-small.text-white-opacity {
  text-align: center;
}

.inner-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-bg.kostoliste {
  background-color: #ffbb3a;
}

.inner-bg.bg-white {
  background-color: #fff;
}

.inner-bg.bg-white.margin-bottom-small {
  margin-bottom: 40px;
}

.div-block-190 {
  display: none;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}

.content-2.center {
  text-align: left;
  align-items: stretch;
  display: flex;
}

.loader {
  z-index: 9999;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.page-padding {
  padding: 0 2.5rem;
}

.center-wrapper {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.fixedheight {
  justify-content: center;
  max-height: 400px;
  overflow: hidden;
}

.text-small-4 {
  color: #333;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.content-grid-2 {
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
}

.content-grid-2.gap-short {
  grid-row-gap: 5px;
  align-content: start;
  align-items: stretch;
}

.text-field-8 {
  border: 2px solid #d1d1d3;
  border-radius: 3px;
  width: 100%;
  min-width: 15vw;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}

.text-field-8::placeholder {
  color: #a3a3a3;
}

.icon-arrow-3 {
  opacity: .45;
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.banner-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.half-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
}

.bg-detail {
  background-color: #ffbb3a;
  overflow: hidden;
}

.images-features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.progress-bar-wrapper {
  background-color: #1745fa1a;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.button-10-small {
  color: #fff;
  text-align: center;
  background-color: #111;
  border-radius: 8px;
  padding: 11px 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  transition: box-shadow .15s ease-out, transform .15s ease-out, background-color .15s ease-out;
}

.button-10-small:hover {
  color: #fff;
  transform: scale(1.05);
}

.form-block-14 {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.form-block-14.inner-padding-small {
  margin-bottom: 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.fixed-form-wrapper {
  background-color: #fff;
  border: 1px #000;
  padding: 20px 15px;
  overflow: hidden;
}

.content-wrapper-4 {
  min-height: auto;
  position: relative;
}

.content-wrapper-4.top-padding {
  padding-top: 4vh;
}

.content-wrapper-4.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer-2 {
  color: #142568b3;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-footer-2:hover {
  color: #0a1953;
}

.ponuka-domov-legenda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.center-flex-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-features {
  width: 100%;
  max-width: 100%;
}

.main-gridd {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  position: relative;
}

.main-gridd.margin-bottom-small {
  margin-bottom: 4.5em;
}

.main-gridd.inner-padding-small {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-gridd.inner-padding-medium {
  align-items: center;
}

.main-gridd.align-bottom {
  align-content: center;
}

.main-gridd.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  align-content: center;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
}

.main-gridd.inner-padding-medium {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-gridd.inner-padding-big {
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
}

.main-gridd.no-gapp {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.heading-wrapper.inner-padding-xsmall {
  margin-bottom: 20px;
}

.footer-inner {
  justify-content: flex-start;
  display: flex;
}

.fixed-contact-form {
  z-index: 900;
  border: 1px #000;
  flex-direction: column;
  width: 335px;
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 0;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden;
  box-shadow: 7px 7px 30px -10px #0000004d;
}

.inner-hero {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: 13vh;
  display: flex;
  position: relative;
}

.inner-hero.bg-color {
  min-height: 75vh;
  padding-top: 0;
}

.banner-close-button {
  margin-left: 1rem;
}

.mini-title-4 {
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none;
}

.mini-title-4:hover {
  text-decoration: none;
}

.mini-title-4.light {
  color: #333;
  font-weight: 400;
}

.mini-title-4.no-border {
  margin-bottom: 0;
}

.bg-ponuka {
  background-color: #ffbb3a;
  overflow: hidden;
}

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

.inner-footer-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-footer-nav.margin-bottom-small {
  grid-auto-flow: column;
}

.margintop {
  margin-top: 20px;
}

.novostavby-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  place-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px;
  display: grid;
  box-shadow: 7px 7px 20px #00000012;
}

.text-opacity {
  opacity: .5;
}

.heading-large {
  color: #0a1953;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
}

.heading-large.margin-bottom-xsmall {
  color: #0a1953;
}

.heading-large.margin-bottom-xsmall.white {
  color: #fff;
}

.value {
  color: #0a1953;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.bullet-check {
  margin-top: 0;
}

.grid-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

.width-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.table-legend {
  text-align: left;
  font-weight: 900;
}

.zoznam-domy {
  width: 100%;
}

.progress-bar {
  background-color: #0a195333;
  width: 100%;
  height: 6px;
}

.p-small-size {
  color: #142568b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.small-column {
  grid-column-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}

.success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.fixed-form-intro {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.fixed-form-left {
  background-color: #0000;
  background-image: url('../images/Dominik-Petrovič.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px #d0d8e8;
  border-radius: 50%;
  width: 53px;
  height: 53px;
}

.fixed-form-left.novotny {
  background-image: url('../images/portal-herzova-min.png');
}

.upperindex {
  white-space: normal;
  font-size: 7px;
  line-height: 1em;
  position: absolute;
}

.upperindex.largecombo {
  font-size: 25px;
}

.upperindex.medium {
  margin-right: 0;
  font-size: 15px;
}

.loader-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fixed-form-tab {
  color: #fff;
  background-color: #22a45a;
  background-image: none;
  background-position: 21px 40%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 55px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fixed-form-tab:hover {
  color: #fff;
  text-decoration: none;
}

.fixed-form-tab.kostoliste {
  text-align: left;
  background-color: #ee7600;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  padding-left: 0;
}

.fixed-form-tab.groisov-dvor {
  color: #0a1953;
  text-align: left;
  background-color: #c6f91f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  justify-content: center;
  padding-left: 0;
  font-weight: 700;
}

.box-wrapper-icon {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.box-wrapper-icon.bg-white {
  background-color: #fff;
  display: block;
}

.box-wrapper-icon.float-bottom {
  padding-top: 6vh;
  padding-bottom: 0;
  padding-left: 4vw;
  overflow: hidden;
}

.box-wrapper-icon.float-bottom.bg-white {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-xlarge {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 600;
  line-height: .84;
}

.heading-xlarge.kostoliste {
  color: #0a1953;
  font-size: 7em;
  font-style: normal;
  line-height: 1;
}

.logo-footer-2 {
  max-height: 100px;
  margin-bottom: 10px;
}

.form-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.sign-up-background-video-2 {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.callout-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.banner-component {
  color: #fff;
  background-color: #939878;
  border-bottom: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.banner-component.zafirova {
  background-color: #ffbb3a;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.input-field {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 20px;
  height: 50px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.input-field.zafirova {
  background-color: #2160d20d;
  border-radius: 0;
}

.title-tag-content {
  color: #0a195378;
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
}

.section-108 {
  background-color: var(--bg-color--bg-secondary);
  position: relative;
  top: 0;
}

.section-108.bg-dark-gray {
  background-color: #1f1f1f;
  background-image: linear-gradient(to bottom, var(--bg-color--bg-secondary), var(--bg-color--bg-secondary));
  background-position: 0 0;
}

.section-108.stretch {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.section-108.bg-white {
  background-color: #fff;
}

.section-108.smoked {
  background-color: #f1f6f6;
}

.small-paragraph-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  flex: none;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 10px 0;
}

.heading-medium {
  color: #0a1953;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.1;
}

.heading-medium.margin-bottom-xsmall {
  margin-bottom: 15px;
}

.heading-medium.margin-bottom-xsmall.fixedheight {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

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

.container-wrapper.hovermap {
  border: 0 solid #000;
  border-radius: 20px;
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
}

.main-paragraph {
  color: #142568b3;
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph.size-small {
  font-size: 1em;
  line-height: 1.4;
}

.main-paragraph.size-small.text-white-opacity-strong {
  margin-bottom: 10px;
}

.main-paragraph.white {
  color: #fffffffa;
}

.paragraph-27.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: static;
}

.paragraph-27.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.mobile-image-4 {
  max-height: none;
}

.callout-box-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.callout-box-wrapper.inner-padding-medium {
  min-height: 0;
}

.interactive-image-wrapper {
  position: relative;
  overflow: hidden;
}

.interactive-image-wrapper.image {
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.interactive-image-wrapper.wide-image {
  border-radius: 20px;
  width: 100%;
  max-width: 1380px;
  height: 90vh;
  max-height: 950px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.interactive-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.interactive-image.rd6, .interactive-image.rd3, .interactive-image.rd4, .interactive-image.rd2 {
  display: none;
}

.fixed-form-right {
  flex: 1;
  padding-left: 10px;
}

.image-grid-wrapper {
  justify-content: center;
  align-items: stretch;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone-block {
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  display: flex;
}

.phone-block:hover {
  text-decoration: none;
}

.button-20 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ee7600;
  border-radius: 3px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-20:hover {
  color: #fff;
  background-color: #ffbb3a;
}

.header-image-projekty {
  background-image: linear-gradient(#18143833, #fff), url('../images/Kostoliste-ID390-02022022_124507-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.inner-icon {
  max-height: 42px;
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.success-message-2 {
  background-color: #fff;
  border: 1px solid #d0d8e8;
  border-top-style: none;
  height: 440px;
}

.container-118 {
  z-index: 2;
  flex: 0 auto;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-118.margin-bottom-medium {
  margin-bottom: 4.5em;
}

.container-118.footer {
  background-color: #0000;
  padding-top: 35px;
}

.container-118.inner-padding-medium {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.location-chain-wrap-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wide-section-grid-halves {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  min-height: 646px;
}

.line-box-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-box-wrap.groisov-dvor {
  border-radius: 20px;
  overflow: hidden;
}

.faq-icon-3 {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-section {
  grid-column-gap: 56px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.medium-heading-2 {
  color: #0a1953;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1em;
}

.medium-heading-2.limitedwidth {
  max-width: 642px;
}

.medium-heading-2.limitedwidth.light {
  font-weight: 400;
}

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

.button-row-2 {
  margin-top: 28px;
  display: flex;
}

.button-row-2.centered {
  justify-content: center;
  align-items: center;
}

.button-row-2.centered.group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.dropdown-screen {
  background-color: #0f0f0f80;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.card-item {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e7e8e3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  box-shadow: 0 2px 4px #00000014;
}

.card-item.is-faq {
  align-items: stretch;
  padding: 0;
}

.card-item.is-faq.groisov-dvor {
  box-shadow: none;
  border-style: none;
}

.text-span-14 {
  color: #484dff;
}

.footer-4 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: #fff;
  background-color: #36827f;
  border-radius: 21px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 483px) 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding: 84px;
  display: grid;
}

.fixed-contact-form-2 {
  z-index: 901;
  border: 1px #000;
  flex-direction: column;
  width: 335px;
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden;
  box-shadow: 7px 7px 30px -10px #0000004d;
}

.navbar-bg-2 {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px #0f0f0f26;
}

.review-2 {
  flex-direction: column;
  align-items: center;
  width: 100px;
  display: flex;
}

.image-8 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-24 {
  color: #0a1953;
  text-align: center;
  background-color: #c6f91f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 600;
  display: flex;
}

.button-24.small {
  background-color: #c6f91f;
  padding: 10px 21px;
}

.button-24.large {
  color: #0a1953;
  background-color: #c6f91f;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 24px;
  line-height: 34px;
}

.wide-section-wrapper {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
}

.wide-section-wrapper.no-bottom-padding {
  padding-bottom: 0;
}

.small-text-5 {
  font-size: 16px;
  line-height: 24px;
}

.grid-halves-3 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  place-items: center;
  margin-bottom: 40px;
}

.grid-halves-3.align-top {
  align-items: start;
}

.arrow-link-icon {
  margin-left: 3px;
}

.priebeh-v-stavby {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.small-text-4 {
  color: #0a1953;
  font-size: 16px;
  line-height: 24px;
}

.navbar-right-contents {
  align-items: center;
  display: flex;
}

.footer-bottom-row-2 {
  opacity: .7;
}

.display-heading {
  color: #0a1953;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1em;
}

.display-heading.gdmedium {
  font-size: 54px;
}

.text-bold-2 {
  font-weight: 600;
}

.large-text-4 {
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 34px;
}

.main-container-4 {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.navbar-9 {
  background-color: #0000;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 18px 28px;
}

.review-border {
  background-color: #f3f2ee;
  width: 1px;
  margin-left: 35px;
  margin-right: 35px;
}

.groisov-dvor-link {
  color: #c6f91f;
}

.screenshot-promo-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  min-width: 100%;
}

.line-background {
  border-right: 1px solid #ffffff38;
  width: 14.2857%;
}

.line-background.groisov-dvor {
  background-color: #c6f91f;
}

.section-title-3 {
  margin-bottom: 56px;
}

.text-white {
  color: #fff;
}

.text-white.footer-link {
  transition: opacity .2s;
}

.text-white.footer-link:hover {
  opacity: .7;
}

.navbar-button {
  margin-right: 21px;
}

.cta-arrow-2 {
  margin-left: 60px;
  margin-right: 60px;
}

.faq-column {
  grid-column-gap: 49px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.stars-2 {
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.loader-2 {
  width: 70px;
  height: 70px;
}

.wide-section-inner {
  border-radius: 21px;
  height: 500px;
  padding: 56px;
}

.wide-section-inner._2-row {
  background-color: #f3f2ee;
  background-image: url('../images/podorys-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.wide-section-inner.justify-contents-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wide-section-inner.justify-contents-center.bg-pastel-2 {
  background-color: #fff;
}

.wide-section-inner.justify-contents-center.bg-pastel-2.noheightlimit {
  height: 100%;
}

.wide-section-inner.bg-pastel-1 {
  background-color: #fff;
  height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.wide-section-inner._1-row {
  background-color: #f3f2ee;
  background-image: url('../images/Bunglavo_B_pohľad2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.wide-section-inner._3-row {
  background-color: #f3f2ee;
  background-image: url('../images/Uradnicka-Nove-Mesto-ID479-08292022_101841.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.wide-section-inner._4-row {
  background-color: #f3f2ee;
  background-image: url('../images/groisov-dvor-makler-foto-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section-109 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-109.hero {
  max-width: 1580px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-41 {
  max-width: 490px;
  font-style: normal;
}

.back-to-top-button-2 {
  z-index: 10;
  background-color: #c6f91f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
  box-shadow: 0 10px 10px #0000001a;
}

.arrow-link {
  align-items: center;
  display: flex;
}

.margin-bottom-2, .margin-bottom-2.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.back-to-top-arrow-2 {
  width: 20px;
  display: block;
}

.link-below-contents {
  margin-top: 28px;
  display: flex;
}

.link-below-contents.reduced-margin {
  margin-top: 21px;
}

.reviews {
  align-items: stretch;
  margin-top: 28px;
  display: flex;
}

.navbar-container-3 {
  z-index: 101;
  margin-left: 14px;
  margin-right: 14px;
  position: sticky;
  top: 14px;
}

.vertical-links-2 {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
}

.brand-link {
  margin-right: 42px;
  padding-left: 0;
}

.loading-container {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.footer-menu-heading {
  opacity: .7;
  color: #fff;
}

.container-119 {
  width: 100%;
  max-width: 497px;
}

.container-119.increased-width {
  max-width: 608px;
}

.container-119.increased-width.boxed {
  background-color: #fff;
  border-radius: 14px;
  margin-left: 21px;
  padding: 56px;
  position: relative;
  box-shadow: 0 2px 10px #0f0f0f26;
}

.container-119.image {
  height: 100%;
}

.grid-halves-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: url('../images/DJI_0565.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  grid-template-rows: auto;
  place-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-halves-2.hero {
  background-image: url('../images/CR6_0331.jpg');
  margin-bottom: 0;
}

.subheading-2 {
  margin-bottom: 21px;
  font-weight: 500;
  display: block;
}

.nav-menu-10 {
  flex: 1;
}

.image-8-copy {
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-112 {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.groisov-dvor {
  background-color: #f1f6f6;
  font-family: MuseoModerno, sans-serif;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.photo-client {
  border: 2px solid var(--brand--dark-blue);
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), var(--brand--dark-blue));
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.photo-client.noimg {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), var(--brand--dark-blue));
}

.review-wrapper {
  background-color: #ebf6fe;
  border-radius: 20px 20px 20px 10px;
  padding: 30px;
}

.review-wrapper.right {
  border-radius: 20px 20px 10px;
}

.text-block-87 {
  margin-bottom: 10px;
}

.testimonials-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-client {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-large {
  font-size: 20px;
}

.primary {
  color: var(--brand--dark-blue);
  font-weight: 700;
}

.primary.white {
  color: var(--text-color--neutral-light);
}

.section {
  flex: 1;
  padding: 140px 5%;
}

.section.property-hero-section {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 60vh;
  position: relative;
}

.section.white-section {
  background-color: #fff;
}

.section.property-main-section {
  background-color: var(--light-primary);
  padding-top: 0;
}

.description-card-top {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.button-25 {
  background-color: var(--brand--dark-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-25:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-25.secondary-button-overlay {
  color: #10405b80;
  background-color: #fff;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button-25.filter-button {
  background-color: var(--brand--dark-blue);
  color: var(--brand--white);
  min-height: 50px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agent-position {
  opacity: .5;
  color: #10405b;
  font-size: 14px;
  line-height: 130%;
}

.agent-position.margin-bottom-30 {
  margin-bottom: 30px;
}

.property-main-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.property-icon {
  margin-right: 10px;
}

.agent-card {
  background-color: var(--bg-color--bg-primary);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 120px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-right: 4%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

.property-info-inner {
  color: #10405b80;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-description-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px -5px #1983d11a;
}

.prise-text {
  color: var(--brand--dark-blue);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-info-block {
  z-index: 3;
  background-color: var(--light-primary);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.heading-32px {
  font-size: 32px;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, #fff 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.rangeslider-handle {
  z-index: 2;
  cursor: grab;
  background-color: #fff;
  border: 6px solid #5eccd3;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: #5eccd3;
}

.rangeslider-track {
  background-color: #10405b80;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.section-110 {
  flex: 1;
  padding: 140px 5%;
}

.section-110.listing-hero-section {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), var(--brand--dark-blue));
  padding-top: 60px;
  padding-bottom: 0;
}

.filter-form-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: #effafb;
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-price-input {
  display: none;
}

.filter-dropdown-list-inner {
  color: #10405b;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-link {
  opacity: .5;
  color: #10405b;
  background-color: #fff0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  opacity: 1;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.filter-dropdown-toggle {
  color: #10405b80;
  background-color: #effafb;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: #5eccd380;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 1000px;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.container-120 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.clear-filter-button {
  opacity: .5;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.property-types-menu {
  background-color: var(--light-primary);
  border-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.rangeslider-fill {
  background-color: #5eccd3;
  width: 20%;
  height: 100%;
  position: absolute;
}

.listing-item {
  width: 33.33%;
  padding: 10px;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 22px 20px auto auto;
}

.properties-filter-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.listing-card-price {
  background-color: var(--brand--dark-blue);
  box-shadow: none;
  color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
}

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

.listing-card-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 240px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-card-location {
  color: #10405b80;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-card {
  box-shadow: 0 30px 40px -20px var(--border-color--border-secondary);
  color: #10405b;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #1983d180;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.property-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.property-tab-pane {
  margin-top: 40px;
}

.listing-subheading {
  color: #c6f91f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.listing-subheading.margin-left-2px {
  margin-left: 2px;
}

.listing-subheading.margin-left-3px {
  margin-left: 3px;
}

.button-flex {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-listings-card {
  min-height: 30px;
}

.listing-name {
  text-transform: uppercase;
  font-size: 21px;
  position: absolute;
  top: 230px;
}

.pointrd6 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  top: 38%;
  left: auto;
  right: 64%;
}

.margin-right-text {
  margin-right: 4px;
}

.margin-right-text.big {
  font-size: 1.2rem;
}

.margin-right-text.big.crossed {
  opacity: .2;
  text-decoration: line-through;
}

.margin-right-text.big.lightbreak {
  opacity: .2;
}

.dot {
  z-index: 1;
  cursor: pointer;
  background-color: #c6f91f;
  border: 8px #0a1953;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #00000080;
}

.listing-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-text-wrapper {
  grid-row-gap: 3px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.listings-cms-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  width: 100%;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.space-large {
  min-height: 130px;
}

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

.listing-price {
  opacity: 0;
  color: #dfb187;
  display: none;
}

.pointrd2 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 57%;
}

.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.badge-card-type {
  color: #0a1953;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #c6f91f;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px;
  font-size: .6rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.badge-card-type:hover {
  color: #eee;
}

.badge-card-type.break {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
}

.card-listing-content {
  border-radius: 20px;
  flex-direction: column;
  min-width: 39.5%;
  max-width: 569px;
  max-height: 320px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-listing-content.sold {
  opacity: .5;
}

.hovertext {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #c6f91f;
  border: 1px #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.hovertext:hover {
  color: #111521;
}

.pointrd3 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 56%;
  left: 48%;
}

.image-overlay {
  z-index: 100;
  background-color: #dfb187;
  display: none;
  position: absolute;
  inset: 0%;
}

.listings-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 320px;
  transition: transform .2s ease-in;
}

.listings-image:hover {
  transform: scale(1.1);
}

.pointrd4 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 52%;
  left: 38%;
}

.container-full {
  max-width: 100%;
}

.button-text-2 {
  z-index: 2;
  color: #fff;
  font-size: 22px;
  position: relative;
}

.button-text-2.gold {
  color: #101d41;
  font-weight: 500;
}

.button-modals {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 4px;
  padding: .5rem 1rem;
  position: static;
  inset: auto 1rem 1rem auto;
}

.button-26 {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button-26.modal-button {
  background-color: #5069fa;
}

.modal-parent {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal {
  z-index: 899;
  text-align: center;
  border-radius: 5px;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #5069fa45;
}

.close {
  z-index: 9999999;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1.2em;
  position: absolute;
  inset: -25px -25px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #5069faa3;
}

.modal-parent-2 {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-parent-3 {
  z-index: 899;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.heading-style-h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 30%;
  padding: 0 20px 0 0;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #3370ff;
  background-color: #c6f91f;
  background-image: none;
  font-weight: 700;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.tab-text {
  font-size: 1.2rem;
}

.button-27 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-27:hover {
  background-color: #000cb8;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.badge-2 {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.button-24-secondary {
  color: #c6f91f;
  text-align: center;
  background-color: #0a1953;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 600;
  display: flex;
}

.button-24-secondary.small {
  background-color: #c6f91f;
  padding: 10px 21px;
}

.button-24-secondary.large {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 24px;
  line-height: 34px;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.button-arrow {
  margin-left: 6px;
}

.popup---illustration---brix {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.limit-content---brix {
  align-self: center;
  width: 100%;
  max-width: 456px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.dummy-hero-wrapper---brix {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.popup-title---brix {
  margin-bottom: 8px;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.subscribe-button---brix.ebook-button---brix {
  background-image: none;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  position: absolute;
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.popup-3---brix {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding: 58px 48px;
  display: flex;
  position: relative;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.column-2 {
  justify-content: flex-end;
  width: 100%;
  margin-left: 40px;
  display: flex;
}

.popup-3-form---brix {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.modal-bg-groisov-dvor {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-groisov-dvor {
  z-index: 900;
  text-align: center;
  border-radius: 5px;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #5069fa45;
}

.heading-2 {
  color: #fff;
  letter-spacing: 2.24px;
  margin-bottom: 20px;
  font-family: Geist, sans-serif;
  font-size: 50px;
  line-height: 90%;
}

.heading-2.black {
  color: #000;
}

.button-28 {
  background-color: var(--brand--dark-blue);
  color: var(--brand--white);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 6px 13px 6px 12px;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.button-28.black {
  color: #fff;
  background-color: #000;
}

.paragraph {
  color: #000;
  font-family: Inconsolata, monospace;
}

.paragraph.white {
  color: #fff;
  font-family: Geist, sans-serif;
}

.main_card_contain {
  min-height: 540px;
  padding-left: 60px;
  padding-right: 60px;
}

.main_card_contain.white {
  background-color: #fff;
}

.main_card_contain.horvathovdvor {
  background-color: #000;
  background-image: linear-gradient(180deg, #0000 57%, var(--brand--dark-blue)), url('../images/horvathov-dvor-thumbnail-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  position: relative;
}

.main_card_contain.indian-red {
  background-color: #fe335a;
}

.main_card_contain.yellow {
  background-color: #fffd39;
}

.main_card_contain.blue {
  background-color: #33cbfb;
}

.main_card_contain.groisovdvor {
  background-color: #000;
  background-image: linear-gradient(180deg, #0000 57%, var(--brand--dark-blue)), url('../images/foto-38-of-98-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  position: relative;
}

.main_card_contain.prirybnicku {
  background-color: #000;
  background-image: linear-gradient(180deg, #0000 57%, var(--brand--dark-blue)), url('../images/foto-38-of-98-2-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  display: none;
  position: relative;
}

.main_card_contain._5lip {
  background-color: #000;
  background-image: linear-gradient(180deg, #0000 57%, var(--brand--dark-blue)), url('../images/Kostoliste-ID390-02022022_124507-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  position: relative;
}

.main_card_contain.druzstevna {
  background-color: #000;
  background-image: linear-gradient(180deg, #0000 57%, var(--brand--dark-blue)), url('../images/družstevná-thumbnail-min.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "Area Area Area-3"
                 "Area-4 Area-4 Area-4"
                 "Area-5 Area-6 Area-6"
                 "Area-7 Area-7 Area-7"
                 / 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.div-contain {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  min-height: 540px;
  padding-bottom: 40px;
  display: flex;
}

.light {
  font-weight: 300;
}

.text-block-88 {
  color: var(--brand--white);
  font-weight: 700;
}

.div-block-191 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--brand--dark-blue);
  color: var(--bg-color--bg-primary);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.text-block-89 {
  transform: rotate(0);
}

.div-block-191-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--brand--dark-blue);
  color: var(--bg-color--bg-primary);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.code-embed {
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.primary-groisovdvor {
  color: #c6f91f;
  font-weight: 700;
}

.primary-groisovdvor.white {
  color: var(--text-color--neutral-light);
}

@media screen and (min-width: 1280px) {
  .main-gridd.stretch {
    align-content: center;
    padding-top: 0;
    padding-left: 40px;
  }

  .inner-hero.bg-color {
    min-height: 75vh;
  }

  .fixed-form-tab.groisov-dvor {
    background-color: #c6f91f;
  }

  .interactive-image-wrapper.wide-image {
    margin-bottom: 80px;
    position: relative;
  }

  .pointrd6 {
    width: 100px;
    height: 100px;
    top: 42%;
    left: auto;
    right: 65%;
  }

  .dot {
    width: 20px;
    height: 20px;
  }

  .hovertext {
    color: #101d41;
    background-color: #c6f91f;
    border-style: none;
    display: none;
  }

  .pointrd4 {
    left: 38%;
  }

  .button-text-2.gold {
    color: #101d41;
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .interactive-image-wrapper.wide-image {
    margin-bottom: 80px;
  }

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

@media screen and (min-width: 1920px) {
  .interactive-image-wrapper.wide-image {
    max-width: 1380px;
  }

  .section-109 {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .margin-medium {
    margin: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-global.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global.padding-section-large.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global.padding-section-cta:where(.w-variant-464d69aa-a091-d502-1434-fafb7ddd3d5a) {
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-journey {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-secion-overview {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .padding-global.padding-section-concept {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  .form_input {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form_input.is-text-area.is-secondary {
    min-height: 9rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-3xl {
    font-size: 2rem;
  }

  .text-5xl {
    font-size: 2.875rem;
  }

  .text-6xl {
    font-size: 3.75rem;
  }

  .text-7xl {
    font-size: 4rem;
  }

  .decorative-lines {
    grid-template-rows: auto auto 4rem;
    min-height: auto;
  }

  .decorative-lines.is-contact-hero {
    grid-template-rows: max-content 1fr 4rem;
    grid-template-columns: minmax(1.5rem, 1fr) 25.5rem minmax(0%, 51.75rem) minmax(1.5rem, 1fr);
  }

  .decorative-lines.is-banner {
    grid-template-rows: 3rem auto 3rem;
  }

  .navbar_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_wrap {
    background-color: #fff0;
    border-width: 0;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_mobile {
    z-index: 3;
    text-align: left;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    min-width: auto;
    position: absolute;
    inset: 6rem 0% 0% auto;
  }

  .navbar_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--text-color--text-primary);
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff3;
    border-radius: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 9rem;
    padding: 1rem;
    font-weight: 400;
    position: relative;
  }

  .navbar_list:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
    background-color: var(--bg-color--bg-tertiary);
    color: var(--brand--white);
  }

  .nav_links {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .nav_links.w--current {
    color: var(--text-color--text-primary);
    font-weight: 600;
  }

  .nav_buttons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .nav-button_component {
    grid-row-gap: .25rem;
    background-color: var(--bg-color--bg-primary);
    border-radius: .38rem;
    width: 2.5rem;
    height: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    position: relative;
  }

  .nav-button_component:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
    background-color: var(--bg-color--bg-tertiary);
  }

  .nav-button_line {
    margin: auto;
    position: absolute;
    inset: 0% 15%;
  }

  .nav-button_line:where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
    background-color: var(--brand--white);
  }

  .nav-button_line.is-first {
    transform: translate(0, -350%);
  }

  .nav-button_line.is-third {
    transform: translate(0, 350%);
  }

  .checkout_wrap {
    margin-right: 1rem;
  }

  .checkout-form, .order_confirmation {
    padding: 0;
  }

  .title_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .categories_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .categories_item {
    padding-left: 0;
    padding-right: 0;
  }

  .product_content {
    padding-left: 0;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_blur-bg {
    z-index: 10;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #fff0;
    border-width: 0;
  }

  .hero_content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding-top: 8rem;
    padding-bottom: 5.5rem;
  }

  .hero_header {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button-wrapper.prirybnicku {
    right: 40px;
  }

  .hero_bottom {
    margin-bottom: 40px;
  }

  .hero_bottom-values {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .experience_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .scroll-down {
    width: 6rem;
    height: 6rem;
    font-size: .75rem;
    bottom: 1rem;
  }

  .button-cicle {
    width: 7.5rem;
    height: 7.5rem;
  }

  .grid-logos {
    width: 100%;
  }

  .logo {
    height: 2rem;
  }

  .overview_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-wrap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .card-wrap:where(.w-variant-a8f35aa3-ae5e-c261-6814-04acfe4c38eb) {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .card-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .showcase_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .metrics_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .metrics_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .metrics_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .badge-wrapper {
    flex: none;
  }

  .metrics_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .metrics_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .content_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content_wrap.is-horizontal {
    flex-flow: column;
  }

  .events_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .events_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .events_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .events_card-visual-badge {
    padding: .25rem 1.25rem;
  }

  .banner_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .decorative-top-line, .decorative-bottom-line {
    height: 3rem;
  }

  .faq_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1.5fr 2.25fr;
  }

  .explore_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .explore_card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 20rem;
  }

  .showcase_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }

  .showcase_card {
    height: 100%;
  }

  .showcase_card-header {
    flex: 1;
    justify-content: space-between;
  }

  .showcase_card-title-wrap {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .showcase_card-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

  .showcase_card-bottom-title {
    flex: none;
    width: 6.8rem;
  }

  .hero_background-image {
    pointer-events: none;
    background-image: radial-gradient(circle, #0000, #0000004d), url('../images/home-hero-image.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero_background-image.img-parallax {
    transform: none;
  }

  .services-hero_content {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .services_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .services_description {
    max-width: none;
  }

  .services_card-visual {
    padding-top: 71%;
  }

  .workflow_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .workflow_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .designs_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }

  .section_cta {
    min-height: auto;
  }

  .cta_wrap {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .cta_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    padding-bottom: 2rem;
  }

  .about-hero_description-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-hero_title {
    padding-top: 0;
  }

  .purpose_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .purpose_card {
    padding-top: 1rem;
  }

  .purpose_card-content, .story_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .journey_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .journey_content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .journey_visual-wrap {
    padding-bottom: 4rem;
  }

  .team_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .team_header-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team_content {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .projects-hero_bg-image {
    background-image: radial-gradient(circle, #fff0, #03030366 99%, #0003), url('../images/projects-hero-image_2projects hero image.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .projects-hero_header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    text-align: center;
    grid-template-columns: 1.5fr;
    justify-content: space-between;
    place-items: center;
  }

  .projects-hero_content {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .projects_card {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 6.25fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .projects_card-badge {
    max-width: none;
  }

  .projects_card-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr 1.75fr .75fr;
  }

  .section_project-hero {
    min-height: auto;
  }

  .project-hero_visual {
    padding-top: 38%;
  }

  .label-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .project-hero_content {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .project-hero_header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: space-between;
    align-items: flex-start;
  }

  .concept_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gallery_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .gallery_header-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .concept_top, .concept_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .contact_visual {
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .contact_image {
    border-top-right-radius: 0;
    position: static;
    top: 0;
  }

  .location_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form_text-area-wrapper {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .contact_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 0 auto;
    max-width: none;
  }

  .contact_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: block;
  }

  .text-style-balance {
    text-wrap: balance;
  }

  .location_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .location_card {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .blogs_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .login_form-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .product_visual {
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .product_img {
    border-top-right-radius: 0;
    top: 0;
  }

  .product_content-wrap {
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    display: block;
  }

  .product_title {
    font-size: 3.25rem;
  }

  .default-state-2 {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .category_card-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .articles-hero_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .articles-hero_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog-hero_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog-hero_visual {
    padding-top: 38%;
  }

  .section_blog-hero {
    min-height: auto;
  }

  .not-fount_wrap, .not-found_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .projects_card-bottom-content {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .project_card-location-wrap {
    justify-content: flex-start;
  }

  .background-video {
    background-image: linear-gradient(#1983d1 9%, #fff0);
    display: flex;
  }

  .background-video.desktop, .div-block-190 {
    display: none;
  }

  .content-2.center.inner-padding {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .text-field-8 {
    min-width: auto;
  }

  .bg-detail {
    height: 30vh;
    min-height: 30vh;
  }

  .images-features-wrapper {
    justify-content: center;
    display: flex;
  }

  .button-10-small {
    background-color: #111;
  }

  .form-block-14 {
    padding-right: 0;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
  }

  .ponuka-domov-legenda {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .main-gridd {
    grid-template-columns: 1fr 1fr;
  }

  .main-gridd.align-bottom {
    grid-row-gap: 15px;
  }

  .main-gridd.no-gapp {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .inner-hero {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 2vh;
  }

  .bg-ponuka {
    min-height: 30vh;
  }

  .inner-footer-nav {
    justify-content: stretch;
  }

  .novostavby-list-item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .width-wrapper {
    padding: 40px 30px;
  }

  .upperindex.largecombo {
    font-size: 20px;
    display: inline-block;
  }

  .box-wrapper-icon {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-xlarge {
    font-size: 80px;
  }

  .logo-footer-2 {
    max-height: 100px;
    margin-bottom: 10px;
  }

  .callout-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .callout-wrapper.inner-padding-small.margin-bottom-medium {
    text-align: left;
    align-items: flex-start;
  }

  .image-wrapper {
    height: 500px;
    min-height: 0;
  }

  .title-tag-content {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .heading-medium {
    font-size: 36px;
  }

  .heading-medium.margin-bottom-xsmall.fixedheight {
    height: 100px;
  }

  .container-wrapper {
    order: 1;
  }

  .mobile-image-4 {
    height: 100%;
  }

  .callout-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .callout-box-wrapper.inner-padding-medium {
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .interactive-image-wrapper.wide-image {
    height: 400px;
  }

  .button-20 {
    padding: 18px 40px;
  }

  .button-20:hover {
    background-color: #2c7fc9;
  }

  .header-image-projekty {
    background-size: auto, cover;
  }

  .container-118 {
    flex: 0 auto;
    order: -1;
  }

  .container-118.full.inner-padding-small {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .wide-section-grid-halves {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .footer-left-column {
    text-align: center;
    justify-items: center;
  }

  .card-item {
    padding: 2rem 1.25rem;
  }

  .footer-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .footer-bottom-row-2 {
    text-align: center;
  }

  .navbar-9 {
    padding: 14px 21px;
  }

  .cta-arrow-2 {
    transform: rotate(90deg);
  }

  .faq-column {
    grid-row-gap: 35px;
  }

  .section-109 {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-119.increased-width.boxed {
    margin-left: 0;
  }

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

  .nav-menu-10 {
    background-color: #fff;
    border-radius: 14px;
    padding: 14px 21px;
    transform: translate(0, 14px);
    box-shadow: 0 2px 10px #0f0f0f1a;
  }

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

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

  .agent-card {
    display: none;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .filter-form-top {
    flex-wrap: wrap;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .listings-list {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .listing-item {
    flex: none;
    width: 50%;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

  .pointrd6 {
    width: 50px;
    height: 50px;
  }

  .listings-cms-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .space-large {
    min-height: 120px;
  }

  .pointrd2 {
    width: 50px;
    height: 50px;
  }

  .card-listing-content {
    max-width: none;
  }

  .pointrd3, .pointrd4 {
    width: 50px;
    height: 50px;
  }

  .modal {
    width: 70%;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .arrow-tab {
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 1.5rem 2rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 1.5rem 1.5rem 2rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    max-width: none;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .limit-content---brix {
    align-self: auto;
    max-width: none;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-3---brix {
    max-width: none;
  }

  .column-2 {
    align-self: auto;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-illustration-image-wrapper---brix {
    width: 100%;
    max-width: 40%;
  }

  .modal-groisov-dvor {
    width: 70%;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large, .padding-global.padding-section-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-journey {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .padding-global.padding-secion-overview {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .form_label {
    text-align: left;
  }

  .form_input.is-text-area.is-secondary {
    min-height: 7rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-3xl {
    font-size: 1.75rem;
  }

  .text-5xl {
    font-size: 2.5rem;
  }

  .text-6xl {
    font-size: 2.75rem;
  }

  .text-6xl.desktop {
    display: none;
  }

  .text-6xl.smartphone {
    display: block;
  }

  .text-7xl {
    font-size: 3rem;
  }

  .decorative-lines {
    grid-template-rows: auto auto 3rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(0, 70.5rem) minmax(.5rem, 1fr);
  }

  .decorative-lines.is-project-hero {
    grid-template-rows: minmax(.5rem, 1fr);
    grid-template-columns: minmax(.5rem, 1fr) minmax(0, 72.5rem) minmax(.5rem, 1fr);
  }

  .decorative-lines.is-contact-hero {
    grid-template-rows: max-content 20rem 1fr;
    grid-template-columns: minmax(.5rem, 1fr) minmax(auto, 29.5rem) minmax(0%, 27rem) minmax(.5rem, 1fr);
  }

  .navbar_content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_logo-link.w--current {
    flex: none;
  }

  .nav_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_mobile {
    top: 4.5rem;
    right: 1.25rem;
  }

  .nav_buttons-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav-button_component {
    width: 2.25rem;
    height: 2.25rem;
  }

  .checkout_wrap {
    margin-right: 0;
  }

  .category_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .categories_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .work_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 30rem;
  }

  .product_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .content, .content.is-product-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 7.5rem;
    padding-bottom: 7rem;
  }

  .hero_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper {
    white-space: nowrap;
    order: 1;
  }

  .hero_bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .hero_bottom-values, .hero_bottom-values.is-centered {
    justify-content: center;
    align-items: center;
  }

  .experience_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .scroll-down {
    width: 5.5rem;
    height: 5.5rem;
    bottom: .5rem;
  }

  .experience_title {
    text-align: center;
  }

  .experience_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-cicle {
    font-size: .7rem;
  }

  .grid-logos {
    width: 130%;
  }

  .overview_wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-wrap {
    justify-content: space-between;
    height: 100%;
  }

  .card-wrap:where(.w-variant-a8f35aa3-ae5e-c261-6814-04acfe4c38eb) {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .card-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .showcase_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .metrics_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics_top {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .metrics_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .metrics_header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
  }

  .metrics_card {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .metrics_card-content {
    justify-content: center;
    align-items: center;
  }

  .content_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content_wrap.is-horizontal {
    grid-template-columns: 1fr;
  }

  .events_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .events_top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .events_card-visual {
    padding-top: 65%;
  }

  .banner_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1.5fr;
  }

  .accordion {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-toggle {
    white-space: normal;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-icon {
    flex: none;
  }

  .explore_content {
    grid-template-columns: 1fr;
  }

  .explore_card {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .cta_background {
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #fff0, #0000), url('../images/cta-background-image_2cta background image.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .footer_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .footer_right-content {
    flex-flow: column;
    max-width: none;
    margin-top: 60px;
  }

  .showcase_grid {
    grid-template-columns: 1fr;
  }

  .showcase_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto min-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .showcase_card-header {
    flex: 1;
  }

  .showcase_card-title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    flex: 1;
  }

  .showcase_card-bottom {
    flex: none;
  }

  .banner_background-image {
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #fff0, #0000), url('../images/cta-background-image_1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .banner_background-image.img-parallax {
    background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/foto-38-of-98-2-min.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .hero_background-image {
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #0000, #0000), url('../images/home-hero-image.png');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .hero_background-image.img-parallax {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000, #0000004d), url('../images/home-hero-image_1home hero image.webp'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 50%, 0 0;
  }

  .services-hero_bg-image {
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #fff0, #0000), url('../images/services-hero-image_1services hero image.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .services-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-hero_bottom {
    flex-flow: column;
  }

  .services_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .services_content {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 1;
  }

  .workflow_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .workflow_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .workflow_card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .workflow_card-title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .workflow_card-description {
    max-width: none;
  }

  .designs_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .designs_card-visual.is-third {
    padding-top: 65%;
  }

  .cta_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_content {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .about-hero_content {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-hero_visual-right {
    padding-top: 67%;
  }

  .about-hero_description-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .purpose_card-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .story_header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .story_badge {
    position: relative;
  }

  .story_grid {
    grid-template-columns: 1fr 1fr;
  }

  .journey_content {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .journey_content-right {
    justify-content: center;
    align-items: center;
  }

  .journey_visual-wrap {
    grid-template-columns: minmax(1rem, 1fr) minmax(0, 70.5rem) minmax(1rem, 1fr);
  }

  .journey_visual {
    border-radius: 0;
    padding-top: 53%;
  }

  .team_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .team_header-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .team_badge {
    position: relative;
  }

  .team_content {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .projects-hero_bg-image {
    background-image: linear-gradient(#00000040, #00000040), radial-gradient(circle, #fff0, #03030366 99%, #0000), url('../images/projects-hero-image_2projects hero image.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .projects-hero_bg-image.img.img-parallax {
    background-image: radial-gradient(circle, #fff0, #0003), url('../images/projekty-header-image-min.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
  }

  .projects-hero_header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1.5fr;
    justify-content: space-between;
    place-items: center;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .projects_card {
    grid-row-gap: 1rem;
  }

  .projects_card-header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1.25fr;
  }

  .projects_card-title, .projects_card-description {
    max-width: none;
  }

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

  .projects_card-bottom, .projects_card-visual-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .projects_card-location {
    padding: .375rem 1.25rem;
  }

  .section_project-hero {
    grid-template-rows: 1fr 1fr;
  }

  .project-hero_description-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .label-wrapper {
    order: -1;
  }

  .project-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .project-hero_header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1.5fr;
    justify-content: space-between;
    place-items: center;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .concept_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .concept_card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact_visual {
    padding-top: 0%;
  }

  .contact_image {
    border-top-left-radius: 0;
    top: 0;
  }

  .location_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form_text-area-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact_form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .contact_content {
    padding-left: 0;
  }

  .location_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .375fr .7fr 1fr minmax(0, 10.5rem);
  }

  .blogs_header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blogs_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .login_form-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form_button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .product_visual {
    padding-top: 0%;
  }

  .product_img {
    border-top-left-radius: 0;
    top: 0;
  }

  .product_content-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    display: flex;
  }

  .product_header {
    justify-content: center;
    align-items: center;
  }

  .product_title {
    font-size: 3rem;
  }

  .default-state-2 {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .quiantity-2 {
    width: auto;
  }

  .category_card-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .articles-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .articles-hero_header {
    justify-content: center;
    align-items: center;
  }

  .articles-hero_visual {
    width: 100%;
    padding-top: 37%;
  }

  .articles-hero_bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .articles-hero_bottom-content {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 30rem;
  }

  .articles_visual-label {
    padding: .375rem 1.25rem;
  }

  .blog-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .section_blog-hero {
    grid-template-rows: 1fr 1fr;
  }

  .not-found_title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .not-fount_wrap, .not-found_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-circle_wrapper {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .form-button-wrapper {
    white-space: nowrap;
    order: 1;
  }

  .projects_card-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .project_card-location-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .card-link {
    justify-content: flex-start;
    align-items: center;
  }

  .temlis_point.is-right {
    position: absolute;
    left: 0;
    transform: translate(60%);
  }

  .div-block-190 {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-field-8 {
    text-align: left;
    margin-bottom: 15px;
  }

  .banner-content-wrapper {
    align-items: center;
  }

  .form-block-14 {
    width: 100%;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
    box-shadow: 7px 7px 30px -10px #0000004d;
  }

  .ponuka-domov-legenda {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 10px;
    padding-right: 0;
  }

  .main-gridd {
    grid-row-gap: 36px;
  }

  .main-gridd.stretch {
    padding-left: 0;
  }

  .fixed-contact-form {
    box-shadow: none;
    overflow: visible;
  }

  .banner-close-button {
    margin-left: 0;
  }

  .mini-title-4.light {
    font-size: 15px;
  }

  .banner-content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .novostavby-list-item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading-large {
    font-size: 32px;
  }

  .value {
    font-size: 36px;
  }

  .fixed-form-tab {
    background-color: #22a45a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 7px -7px 20px #0000001a;
  }

  .fixed-form-tab.kostoliste {
    background-image: none;
    background-position: 21px;
    background-repeat: no-repeat;
    background-size: 30px;
  }

  .fixed-form-tab.groisov-dvor {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .box-wrapper-icon {
    padding: 35px;
  }

  .form-7 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    height: 300px;
  }

  .text-block-86 {
    display: block;
  }

  .interactive-image-wrapper.wide-image {
    height: 400px;
    max-height: none;
  }

  .image-grid-wrapper {
    min-height: 0;
  }

  .button-20 {
    width: auto;
    font-size: 16px;
  }

  .header-image-projekty {
    background-size: auto, cover;
  }

  .container-118.no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon-3 {
    width: 1.75rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-section {
    grid-column-gap: 28px;
  }

  .medium-heading-2 {
    margin-bottom: 14px;
    font-size: 32px;
  }

  .button-row-2.centered.group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer-4 {
    grid-template-columns: 1fr 1fr;
  }

  .fixed-contact-form-2 {
    box-shadow: none;
    overflow: visible;
  }

  .navbar-bg-2 {
    display: flex;
  }

  .review-2 {
    flex: 1;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .display-heading {
    font-size: 54px;
  }

  .large-text-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .screenshot-promo-grid {
    grid-row-gap: 14px;
  }

  .navbar-button {
    margin-right: 10px;
  }

  .wide-section-inner.bg-pastel-1 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-109 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .arrow-link.adjacent-to-nav-button {
    display: flex;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews {
    flex-wrap: wrap;
  }

  .navbar-container-3 {
    background-color: #fff;
    margin: 0 10px;
    top: 0;
  }

  .container-119.increased-width.boxed {
    margin-left: 0;
    position: static;
  }

  .container-119.image {
    background-image: url('../images/CR6_0331.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    height: 300px;
  }

  .grid-halves-2 {
    grid-row-gap: 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-halves-2.hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
  }

  .grid-halves-2.hero:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-menu-10 {
    transform: none;
  }

  .grid {
    text-align: center;
    justify-items: center;
  }

  .testimonials-content {
    justify-content: center;
    align-items: center;
  }

  .info-client {
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
  }

  .primary {
    color: var(--brand--dark-blue);
  }

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

  .section.property-hero-section {
    padding-top: 0;
    padding-bottom: 60vh;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .period-text {
    font-size: 16px;
  }

  .button-25 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button-25.filter-button {
    margin-right: 15px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

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

  .section-110.listing-hero-section {
    padding-top: 60px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-dropdown-toggle:hover {
    background-color: #effafb;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .listings-list {
    margin-bottom: 30px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .listing-item {
    width: 100%;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .listing-card-price {
    height: 40px;
  }

  .listing-card-img-wrapper {
    height: 320px;
  }

  .listing-card:hover {
    box-shadow: 0 15px 30px -15px #1983d180;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .pointrd6 {
    top: 42%;
  }

  .listings-cms-wrapper {
    justify-content: center;
  }

  .modal {
    width: 90%;
  }

  .feature-tab-menu {
    flex-flow: column;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .button-27 {
    padding: .75rem 1.5rem;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    left: 24px;
    right: 24px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-3---brix {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .column-2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-illustration-image-wrapper---brix {
    align-items: center;
    max-width: 100%;
    height: 20vh;
    display: flex;
  }

  .modal-groisov-dvor {
    width: 90%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .primary-groisovdvor {
    color: var(--brand--dark-blue);
  }
}

@media screen and (max-width: 479px) {
  .padding-global.padding-section-journey {
    padding-bottom: 2rem;
  }

  .text-xl {
    font-size: 1.15rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form_input.is-secondary {
    margin-bottom: 1rem;
  }

  .container-large {
    max-width: 100%;
  }

  .text-3xl {
    font-size: 1.5rem;
  }

  .text-5xl {
    font-size: 2.25rem;
  }

  .text-6xl {
    font-size: 2.5rem;
  }

  .text-7xl {
    font-size: 2.875rem;
  }

  .decorative-lines.is-contact-hero {
    grid-template-rows: max-content 15rem 1fr auto;
  }

  .navbar_logo-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_logo-link:where(.w-variant-adf0ba60-3e20-26e6-2f41-3b8e14cc7ae2) {
    display: flex;
  }

  .nav_mobile {
    top: 4.5rem;
    right: 1rem;
  }

  .navbar_list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav_links:lang(en) {
    color: #292d32;
  }

  .nav_links:lang(en):where(.w-variant-89225299-e0e9-5efa-4876-6db67e568197) {
    color: inherit;
  }

  .menu-button, .nav-button_component {
    padding-right: 0;
  }

  .nav-button_line.is-first, .nav-button_line.is-second, .nav-button_line.is-third {
    flex: none;
  }

  .categories_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work_block {
    align-items: stretch;
  }

  .product_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 5.5rem;
  }

  .header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-wrapper {
    flex-flow: column;
    position: relative;
  }

  .button-wrapper.horvathovdvor {
    right: 10px;
  }

  .button-wrapper.groisovdvor {
    top: -10px;
    right: 10px;
  }

  .hero_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .hero_bottom-values {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .hero_bottom-values.is-centered {
    justify-content: center;
    align-items: center;
  }

  .experience_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .scroll-down {
    width: 5rem;
    height: 5rem;
    font-size: .65rem;
  }

  .experience_content {
    text-align: center;
    flex-flow: column;
  }

  .button-cicle {
    width: 7rem;
    height: 7rem;
    font-size: 1rem;
  }

  .grid-logos {
    width: 180%;
  }

  .logo {
    height: 1.75rem;
  }

  .overview_wrap {
    grid-template-columns: 1fr;
  }

  .card-wrap {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
  }

  .card-wrap:where(.w-variant-a8f35aa3-ae5e-c261-6814-04acfe4c38eb) {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .link.is-locations-link {
    justify-content: flex-end;
    align-items: center;
  }

  .showcase_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics_content {
    grid-template-columns: 1fr;
  }

  .events_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .events_top {
    align-items: stretch;
  }

  .events_card-visual {
    padding-top: 70%;
  }

  .events_card-visual-badge {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .accordion-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .accordion-icon {
    border-radius: .5rem;
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion-content {
    padding-right: 0;
  }

  .explore_content {
    grid-template-columns: 1fr;
  }

  .explore_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: 400px;
  }

  .explore_card-header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    position: relative;
  }

  .footer_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_right-content {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .showcase_grid {
    grid-template-columns: 1fr;
  }

  .showcase_card-bottom-content, .showcase_card-bottom-content.is-top {
    flex-flow: column;
  }

  .banner_background-image.img-parallax {
    background-image: radial-gradient(circle, #fff0, #0000004d), url('../images/6904c48631934a7db7ed18c0_vtaci-pohlad-A2-min.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .services-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-hero_bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services_content {
    grid-template-columns: 1fr;
  }

  .workflow_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .workflow_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .designs_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .designs_card-content {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .designs_card-year-wrap {
    flex: none;
  }

  .cta_wrap, .cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .purpose_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .purpose_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .story_grid {
    grid-template-columns: 1fr;
  }

  .journey_content-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    white-space: nowrap;
    flex-flow: row;
  }

  .journey_content-right {
    align-items: stretch;
  }

  .journey_visual {
    padding-top: 69%;
  }

  .team_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .team_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team_card-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .projects-hero_header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .projects-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .projects_card {
    grid-row-gap: 1rem;
  }

  .projects_card-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .projects_card-visual-wrap {
    grid-template-columns: 2fr;
  }

  .projects_card-visual-one {
    padding-top: 71%;
  }

  .section_project-hero {
    grid-template-rows: 1fr auto;
  }

  .project-hero_visual {
    padding-top: 62%;
  }

  .project-hero_description-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .project-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }

  .project-hero_header {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .concept_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery_visual {
    padding-top: 67%;
  }

  .gallery_wrap {
    grid-template-columns: 1fr;
  }

  .concept_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .concept_bottom {
    grid-template-columns: 1fr;
  }

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

  .contact_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
  }

  .location_card {
    grid-row-gap: 1.25rem;
    grid-template-columns: .375fr .7fr;
  }

  .location_value {
    text-align: right;
  }

  .blogs_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
  }

  .blogs_list {
    grid-template-columns: 1fr;
  }

  .blog_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .login_form-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .login_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product_content-wrap {
    padding-bottom: 1.5rem;
  }

  .product_title {
    font-size: 2.75rem;
  }

  .default-state-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .quiantity-2 {
    width: auto;
  }

  .articles-hero_content {
    grid-template-columns: 1fr;
  }

  .articles-hero_visual {
    padding-top: 54%;
  }

  .articles_visual-label {
    padding: .25rem 1rem;
  }

  .blog-hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
  }

  .blog-hero_visual {
    padding-top: 62%;
  }

  .section_blog-hero {
    grid-template-rows: 1fr auto;
  }

  .not-found_visual {
    width: 190%;
    padding-top: 156%;
  }

  .not-found_content {
    align-items: stretch;
  }

  .form-button-wrapper {
    flex-flow: column;
    display: flex;
  }

  .project_card-location-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .bold-title {
    font-size: 18px;
  }

  .div-block-190 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.side-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grid-2 {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid-2.gap-short {
    align-content: space-between;
  }

  .text-field-8 {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .bg-detail {
    height: 15vh;
    min-height: auto;
  }

  .images-features-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .button-10-small {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fixed-form-wrapper {
    padding-top: 20px;
  }

  .content-wrapper-4.top-padding {
    padding-top: 0;
  }

  .ponuka-domov-legenda {
    display: none;
  }

  .center-flex-wrapper.inner-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-features {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .main-gridd {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .main-gridd.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-gridd.inner-padding-big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-wrapper.inner-padding-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixed-contact-form {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .mini-title-4.light {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
  }

  .bg-ponuka {
    height: 15vh;
    min-height: auto;
  }

  .inner-footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .novostavby-list-item {
    grid-row-gap: 14px;
    grid-template: ". Area"
    / 2.5fr 1.5fr;
    justify-content: space-around;
    place-items: center start;
    padding-left: 20px;
  }

  .heading-large {
    margin-top: 0;
    font-size: 38px;
  }

  .value {
    font-size: 28px;
  }

  .bullet-check {
    margin-top: 0;
  }

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

  .p-small-size {
    font-size: 14px;
  }

  .wrapper-heading {
    align-items: center;
  }

  .upperindex.largecombo {
    font-size: 14px;
  }

  .fixed-form-tab {
    opacity: 1;
    background-color: #22a45a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding-left: 55px;
    box-shadow: 7px -7px 20px #0000001a;
  }

  .fixed-form-tab.kostoliste {
    background-position: 21px;
  }

  .fixed-form-tab.groisov-dvor {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .box-wrapper-icon {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-xlarge {
    font-size: 55px;
  }

  .callout-wrapper {
    justify-content: center;
  }

  .image-wrapper {
    align-items: stretch;
    height: 250px;
    min-height: 0;
  }

  .title-tag-content {
    font-size: 1.3em;
    line-height: 1.35;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 1.15;
  }

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

  .paragraph-27.small {
    max-height: 60px;
    display: block;
  }

  .mobile-image-4 {
    height: auto;
    max-height: 35vh;
  }

  .callout-box-wrapper {
    justify-content: center;
  }

  .interactive-image-wrapper.wide-image {
    width: 100%;
    height: 250px;
    max-height: none;
  }

  .image-60 {
    margin-right: 10px;
  }

  .image-grid-wrapper {
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .phone-block {
    width: auto;
  }

  .button-20 {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-20:hover {
    background-color: #ffbb3a;
  }

  .header-image-projekty {
    background-size: auto, cover;
  }

  .container-118 {
    flex: 0 auto;
  }

  .container-118.full, .container-118.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .medium-heading-2 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .footer-4 {
    grid-row-gap: 35px;
    text-align: center;
    border-radius: 14px;
    grid-template-columns: 1fr;
    padding: 56px 35px;
  }

  .fixed-contact-form-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .review-2 {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .button-24.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wide-section-wrapper.no-bottom-padding {
    margin-bottom: 40px;
  }

  .grid-halves-3 {
    grid-row-gap: 35px;
  }

  .back-to-top-container, .small-text-4.phonelink {
    display: none;
  }

  .display-heading {
    margin-bottom: 14px;
    font-size: 42px;
    line-height: 1.2em;
  }

  .display-heading.gdmedium {
    font-size: 35px;
  }

  .large-text-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-container-4 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar-9 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .review-border {
    margin-left: 21px;
    margin-right: 21px;
  }

  .screenshot-promo-grid {
    grid-template-rows: auto;
  }

  .section-title-3 {
    margin-bottom: 35px;
  }

  .navbar-button {
    display: flex;
  }

  .wide-section-inner {
    border-radius: 14px;
    padding: 35px 28px;
  }

  .wide-section-inner.justify-contents-center.bg-pastel-2 {
    height: 400px;
  }

  .wide-section-inner.bg-pastel-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wide-section-inner.bg-pastel-1.overflow {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .wide-section-inner._1-row {
    height: 250px;
  }

  .wide-section-inner._3-row {
    background-position: 60%;
  }

  .section-109 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .arrow-link.adjacent-to-nav-button {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-below-contents.reduced-margin {
    margin-top: 14px;
  }

  .reviews {
    flex-flow: column wrap;
  }

  .navbar-container-3 {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    top: 5px;
  }

  .container-119.increased-width.boxed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-119.image {
    border-radius: 14px 14px 0 0;
    height: 250px;
  }

  .grid-halves-2 {
    grid-row-gap: 35px;
  }

  .grid-halves-2.hero {
    grid-row-gap: 0px;
    padding-bottom: 40px;
  }

  .grid-halves-2.hero:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .subheading-2 {
    margin-bottom: 14px;
  }

  .info-client {
    margin-top: 30px;
  }

  .section.property-hero-section {
    padding-bottom: 30vh;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .property-icon {
    display: block;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .property-tabs {
    justify-content: center;
    align-items: center;
  }

  .button-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .listing-name {
    font-size: 16px;
  }

  .pointrd6 {
    width: 30px;
    height: 30px;
  }

  .listing-text-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listings-cms-wrapper {
    width: 100%;
  }

  .space-large {
    min-height: 0;
  }

  .listing-flex {
    justify-content: space-around;
    align-items: center;
  }

  .pointrd2 {
    width: 30px;
    height: 30px;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flex.align-center-justify-center {
    grid-row-gap: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .badge-card-type {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .card-listing-content {
    width: 100%;
  }

  .pointrd3 {
    width: 30px;
    height: 30px;
  }

  .pointrd4 {
    width: 30px;
    height: 30px;
    bottom: auto;
    right: auto;
  }

  .modal-centering {
    padding: 20px 10px;
  }

  .modal {
    width: 100%;
  }

  .close {
    right: 10px;
  }

  .modal-parent-3 {
    display: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
  }

  .button-27 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .button-24-secondary.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-3---brix {
    padding: 32px 24px 40px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .column-2 {
    margin-top: 32px;
  }

  .popup-illustration-image-wrapper---brix {
    height: 15vh;
  }

  .modal-groisov-dvor {
    width: 100%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .main_card_contain.horvathovdvor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_card_contain.groisovdvor, .main_card_contain.prirybnicku, .main_card_contain._5lip, .main_card_contain.druzstevna {
    padding-left: 20px;
    padding-right: 40px;
  }
}

#w-node-a1bd020d-43a5-717b-d13a-9315b1da70af-8bd1c5fa {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_6a00041e-d1c7-6a99-f443-1f2def384114-8bd1c5fa {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-a08f008a-adb8-23c3-c664-82e7342e4e20-8bd1c5fa {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_40205fbd-13dd-72a8-f0a4-5e1f1090adf9-8bd1c5fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cf8c29c-16bf-58ae-e1cb-e520de2cdb78-8bd1c5fa, #w-node-_7cf8c29c-16bf-58ae-e1cb-e520de2cdb66-8bd1c5fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f40334-07fd-9e76-f5b1-18ef8af4ab93-8af4ab90 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_27f40334-07fd-9e76-f5b1-18ef8af4ab95-8af4ab90 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: end;
}

#w-node-_27f40334-07fd-9e76-f5b1-18ef8af4ab96-8af4ab90 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27f40334-07fd-9e76-f5b1-18ef8af4abae-8af4ab90 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_27f40334-07fd-9e76-f5b1-18ef8af4abaf-8af4ab90 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b920a4-64b92096 {
  grid-area: Area;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b920bb-64b92096, #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920d1-64b92096 {
  grid-area: Area-4;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b920e8-64b92096 {
  grid-area: Area-3;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b920f7-64b92096 {
  grid-area: Area-5;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b92103-64b92096 {
  grid-area: Area-6;
}

#w-node-c79b2fbd-d683-f5e3-9130-b35f64b92112-64b92096 {
  grid-area: Area-7;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3d9e-8bd1c66f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3da1-8bd1c66f {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3da3-8bd1c66f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_220949a2-48a3-7d7f-7251-0da40c4205fe-8bd1c66f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_220949a2-48a3-7d7f-7251-0da40c4205ff-8bd1c66f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc1-8bd1c66f {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: end;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc2-8bd1c66f {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc4-8bd1c66f {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-ee154d99-2320-8783-d592-703d36562c4f-8bd1c670 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-ee154d99-2320-8783-d592-703d36562c51-8bd1c670 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ee154d99-2320-8783-d592-703d36562c82-8bd1c670 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-ee154d99-2320-8783-d592-703d36562c83-8bd1c670 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_209fdd0b-faf7-6765-c9ec-02d9551146ca-8bd1c6b6 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_209fdd0b-faf7-6765-c9ec-02d9551146cc-8bd1c6b6 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_209fdd0b-faf7-6765-c9ec-02d9551146fd-8bd1c6b6 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_209fdd0b-faf7-6765-c9ec-02d9551146fe-8bd1c6b6 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_324ec815-ca37-e040-09f0-d69ecbacd46b-8bd1c6b7 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_324ec815-ca37-e040-09f0-d69ecbacd46d-8bd1c6b7 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_324ec815-ca37-e040-09f0-d69ecbacd471-8bd1c6b7 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_324ec815-ca37-e040-09f0-d69ecbacd472-8bd1c6b7 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_8bdf59a0-e2b2-4ea1-13be-2fd349ec0181-8bd1c6b8 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_8bdf59a0-e2b2-4ea1-13be-2fd349ec0183-8bd1c6b8 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_8bdf59a0-e2b2-4ea1-13be-2fd349ec0187-8bd1c6b8 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_8bdf59a0-e2b2-4ea1-13be-2fd349ec0188-8bd1c6b8 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-def9e1e5-5def-3c5e-1353-5899f5d39a4d-8bd1c6b9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-def9e1e5-5def-3c5e-1353-5899f5d39a4f-8bd1c6b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-def9e1e5-5def-3c5e-1353-5899f5d39a54-8bd1c6b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def9e1e5-5def-3c5e-1353-5899f5d39a5a-8bd1c6b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dc2c28d4-7fec-94dd-eebc-c0dba6fa8958-8bd1c6ba {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-dc2c28d4-7fec-94dd-eebc-c0dba6fa895a-8bd1c6ba {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_15879338-9da7-062e-c114-3f6f25c15c43-8bd1c6ba {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-dc2c28d4-7fec-94dd-eebc-c0dba6fa8986-8bd1c6ba {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-a727f619-91fe-de47-c3d1-9fded26bf218-8bd1c6ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edb7c39b-ab6d-3bec-2ff4-afee5a49720c-8bd1c6ba {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b6138b29-47f5-5f60-5ca7-a3161b6b8c70-8bd1c6bb {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-b6138b29-47f5-5f60-5ca7-a3161b6b8c72-8bd1c6bb {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_13a1fa22-57e0-cfb4-571a-4c70de5b9343-8bd1c6bb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b6138b29-47f5-5f60-5ca7-a3161b6b8c81-8bd1c6bb {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-b6138b29-47f5-5f60-5ca7-a3161b6b8c82-8bd1c6bb {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-cd01164f-6918-bfef-8b92-776681262704-8bd1c6bb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f48b53ad-87b3-fb00-6ce3-7bfc9dfe9195-8bd1c6bb {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c008fe25-478f-9b1a-4680-7975e4c11227-8bd1c6bb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_990f1245-e7a0-0564-d3bc-40a610645be1-10645bda, #w-node-_990f1245-e7a0-0564-d3bc-40a610645be3-10645bda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20d52f8d-1c90-df92-4083-875f19753887-8bd1c6d4 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_20d52f8d-1c90-df92-4083-875f19753889-8bd1c6d4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_20d52f8d-1c90-df92-4083-875f19753898-8bd1c6d4 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_20d52f8d-1c90-df92-4083-875f19753899-8bd1c6d4 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f6135-8bd1c6d6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f6138-8bd1c6d6 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f613a-8bd1c6d6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f6158-8bd1c6d6 {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: end;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f6159-8bd1c6d6 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_7da4f12d-6044-a289-964e-c79b608f615b-8bd1c6d6 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_44a186f8-cd2f-62bb-e5f8-3fcad74b7dda-8bd1c6d8 {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_44a186f8-cd2f-62bb-e5f8-3fcad74b7ddc-8bd1c6d8 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_44a186f8-cd2f-62bb-e5f8-3fcad74b7ded-8bd1c6d8 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-_44a186f8-cd2f-62bb-e5f8-3fcad74b7dee-8bd1c6d8 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-dacca278-af5b-e7a7-00d4-731e20db5ab5-8bd1c70d {
  grid-area: 1 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-dacca278-af5b-e7a7-00d4-731e20db5ab7-8bd1c70d {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-dacca278-af5b-e7a7-00d4-731e20db5ac8-8bd1c70d {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: end;
}

#w-node-dacca278-af5b-e7a7-00d4-731e20db5ac9-8bd1c70d {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e02-1a729785 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e05-1a729785 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e15-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1a-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1f-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e26-1a729785 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e2f-1a729785 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e31-1a729785 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e39-1a729785 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e3c-1a729785 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e44-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e4d-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e56-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e5f-1a729785 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#ponuka.w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e6b-1a729785 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e6d-1a729785 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e70-1a729785 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e72-1a729785 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e74-1a729785 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e76-1a729785 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e85-1a729785 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e89-1a729785 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e8d-1a729785 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e91-1a729785 {
  grid-area: 1 / 1 / 2 / 13;
}

#house-map.w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e92-1a729785 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e99-1a729785 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e9f-1a729785 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea2-1a729785 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea4-1a729785 {
  justify-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea9-1a729785 {
  align-self: stretch;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eab-1a729785 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ead-1a729785 {
  justify-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb2-1a729785 {
  align-self: end;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb6-1a729785 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb8-1a729785 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eba-1a729785 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ec0-1a729785 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ec5-1a729785 {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed5-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed9-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9edd-1a729785 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ee5-1a729785 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eef-1a729785 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ef4-1a729785 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9efe-1a729785 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eff-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9f10-1a729785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9f29-1a729785 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-_3b27332b-ec0e-90f5-30e6-de7ad3590626-2f2a33f0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_3b27332b-ec0e-90f5-30e6-de7ad3590628-2f2a33f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b27332b-ec0e-90f5-30e6-de7ad359062e-2f2a33f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b27332b-ec0e-90f5-30e6-de7ad3590638-2f2a33f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b3de0c6e-d818-fb62-18d9-18d1df0c0421-abf95f17 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-b3de0c6e-d818-fb62-18d9-18d1df0c0423-abf95f17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3de0c6e-d818-fb62-18d9-18d1df0c0434-abf95f17 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a796-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7bd-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7c0-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7cc-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7cf-d6334b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7e1-d6334b7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7e5-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7f1-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8ba-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8bd-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8d7-d6334b7a, #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8e0-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd64399d-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439a4-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439a8-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439aa-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439ae-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439b0-d6334b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439b2-d6334b7a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920a4-64b92096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920bb-64b92096 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920d1-64b92096 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920e8-64b92096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920f7-64b92096, #w-node-c79b2fbd-d683-f5e3-9130-b35f64b92103-64b92096 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b92112-64b92096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3da3-8bd1c66f {
    grid-row-end: 3;
  }

  #w-node-_220949a2-48a3-7d7f-7251-0da40c4205fe-8bd1c66f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_220949a2-48a3-7d7f-7251-0da40c4205ff-8bd1c66f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc4-8bd1c66f, #w-node-_7da4f12d-6044-a289-964e-c79b608f6138-8bd1c6d6 {
    grid-row-end: 5;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f613a-8bd1c6d6 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f6158-8bd1c6d6 {
    grid-row: 4 / 5;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f6159-8bd1c6d6 {
    grid-row-end: 5;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f615b-8bd1c6d6 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e02-1a729785 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e15-1a729785 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1a-1a729785 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1f-1a729785 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e26-1a729785 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e2f-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e31-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e39-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e3c-1a729785 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e44-1a729785 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e4d-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e56-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e5f-1a729785 {
    grid-column: span 1 / span 1;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e6d-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e85-1a729785 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e89-1a729785 {
    grid-row-start: 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e8d-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e91-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e99-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e9f-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea2-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eab-1a729785 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb6-1a729785 {
    grid-row-end: 4;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb8-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eba-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ec5-1a729785 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ee5-1a729785 {
    grid-column: 1 / 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eef-1a729785 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ef4-1a729785 {
    grid-column-end: 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9efe-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9f29-1a729785 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center start;
  }

  #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7e1-d6334b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8d7-d6334b7a {
    grid-column: span 1 / span 1;
  }

  #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd64399d-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439b2-d6334b7a {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_685eaa07-b7a7-af73-8555-1ce561fc1a1e-8bd1c5fa, #w-node-_171221fc-1eeb-607d-50bf-545bd1b346f9-8bd1c5fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1691952f-6340-4a7e-2abc-2418db852cb7-8bd1c5fa {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_52c94cde-9cc5-e881-37fb-6feb6e5fb221-8bd1c5fa, #w-node-f947a0d0-58ff-afba-fb56-0b8f6d7bf6ff-8bd1c5fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33f7be46-24a1-df46-6cb4-0382d551b04c-8bd1c5fa {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e0254047-2ec5-3d27-13ff-9536bfe4c370-8bd1c5fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d966d4d-498e-482e-efc6-2d9538a4a079-38a4a079 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920a4-64b92096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79b2fbd-d683-f5e3-9130-b35f64b920bb-64b92096 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3da3-8bd1c66f {
    grid-area: 3 / 2 / 4 / 4;
  }

  #quantity-062c801f4547ba88b04bf8b95b0b15c2.w-node-_220949a2-48a3-7d7f-7251-0da40c4205fd-8bd1c66f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc4-8bd1c66f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a727f619-91fe-de47-c3d1-9fded26bf218-8bd1c6ba {
    grid-column: span 1 / span 1;
  }

  #w-node-edb7c39b-ab6d-3bec-2ff4-afee5a49720c-8bd1c6ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1737bd20-28b0-c2f0-96fc-6d9323fa24ed-8bd1c6bb, #w-node-_94f3b1a3-4df2-bf85-9d56-48194eb1fd08-8bd1c6bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd01164f-6918-bfef-8b92-776681262704-8bd1c6bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f48b53ad-87b3-fb00-6ce3-7bfc9dfe9195-8bd1c6bb {
    grid-column-start: 1;
  }

  #w-node-c008fe25-478f-9b1a-4680-7975e4c11227-8bd1c6bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f613a-8bd1c6d6 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f615b-8bd1c6d6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed5-1a729785 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed9-1a729785 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9edd-1a729785 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ee5-1a729785 {
    grid-column-end: 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eef-1a729785 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9f29-1a729785 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7bd-d6334b7a {
    order: -9999;
  }

  #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd64399d-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439b2-d6334b7a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_685eaa07-b7a7-af73-8555-1ce561fc1a1e-8bd1c5fa, #w-node-_171221fc-1eeb-607d-50bf-545bd1b346f9-8bd1c5fa {
    grid-column: span 1 / span 1;
  }

  #w-node-_1691952f-6340-4a7e-2abc-2418db852cb7-8bd1c5fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52c94cde-9cc5-e881-37fb-6feb6e5fb221-8bd1c5fa, #w-node-f947a0d0-58ff-afba-fb56-0b8f6d7bf6ff-8bd1c5fa {
    grid-column: span 1 / span 1;
  }

  #w-node-_33f7be46-24a1-df46-6cb4-0382d551b04c-8bd1c5fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40205fbd-13dd-72a8-f0a4-5e1f1090adf9-8bd1c5fa, #w-node-_7d966d4d-498e-482e-efc6-2d9538a4a079-38a4a079 {
    grid-column: span 1 / span 1;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3da1-8bd1c66f {
    grid-row-end: 5;
  }

  #quantity-062c801f4547ba88b04bf8b95b0b15c2.w-node-_220949a2-48a3-7d7f-7251-0da40c4205fd-8bd1c66f {
    grid-column: span 1 / span 1;
  }

  #w-node-_220949a2-48a3-7d7f-7251-0da40c4205fe-8bd1c66f, #w-node-_220949a2-48a3-7d7f-7251-0da40c4205ff-8bd1c66f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc1-8bd1c66f {
    grid-row: 4 / 5;
  }

  #w-node-_522b6d8e-b410-cca3-8fbd-3c44face3dc2-8bd1c66f {
    grid-row-end: 5;
  }

  #w-node-def9e1e5-5def-3c5e-1353-5899f5d39a54-8bd1c6b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1737bd20-28b0-c2f0-96fc-6d9323fa24ed-8bd1c6bb, #w-node-_94f3b1a3-4df2-bf85-9d56-48194eb1fd08-8bd1c6bb {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e3913a5-7630-f791-e634-46a125316ae2-8bd1c6d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f6138-8bd1c6d6 {
    grid-row-end: 5;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f6158-8bd1c6d6 {
    grid-row: 4 / 5;
  }

  #w-node-_7da4f12d-6044-a289-964e-c79b608f6159-8bd1c6d6 {
    grid-row-end: 5;
  }

  #w-node-_1bb5c384-1510-90e3-438c-25565f0f091d-8bd1c6d6, #w-node-f282fa99-c129-5ef3-7fa8-aef2e9ce7aba-8bd1c6d6, #w-node-_792c3cd2-7f98-d1bc-d0d8-4751fec74d22-8bd1c6d6, #w-node-a149863d-758e-9e13-2926-406bb09eb320-8bd1c6d6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e15-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1a-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e1f-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e26-1a729785 {
    grid-column: span 2 / span 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e2f-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e31-1a729785 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e44-1a729785 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e4d-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e56-1a729785 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e5f-1a729785 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e6d-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e85-1a729785 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9e91-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea2-1a729785 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ea9-1a729785 {
    align-self: stretch;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eab-1a729785 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb2-1a729785 {
    align-self: stretch;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eb8-1a729785 {
    grid-column: 1 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eba-1a729785 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ec0-1a729785 {
    align-self: start;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ec5-1a729785 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed5-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ed9-1a729785, #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9edd-1a729785 {
    grid-column-end: 7;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9ef4-1a729785 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9efe-1a729785 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9eff-1a729785 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_948a1043-f4d2-79cb-eb0e-56db1b2f9f10-1a729785 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3b27332b-ec0e-90f5-30e6-de7ad359062e-2f2a33f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a7bd-d6334b7a {
    order: -9999;
  }

  #w-node-_66cedcc4-4d29-9b91-e5b1-095f26a5a8d7-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd64399d-d6334b7a, #w-node-_21f0fe24-f4ad-220b-d62a-13a1fd6439b2-d6334b7a {
    grid-column: span 1 / span 1;
  }
}


