main .sectionQ{margin-top:var(--sections-space)}main .sectionQ#about .innerQ{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:stretch;align-items:stretch;gap:var(--gap)}main .sectionQ#about .innerQ .imgQ{position:relative;line-height:0;border-radius:1rem;overflow:hidden}main .sectionQ#about .innerQ .imgQ img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:var(--solid-grey)}main .sectionQ#about .innerQ .infoQ{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--gap)}main .sectionQ#about .innerQ .infoQ .bigTextQ{font:normal 600 1.25rem/1.15 var(--main-font);color:var(--dark);margin:0}main .sectionQ#about .innerQ .infoQ .buttonQ{align-self:flex-start}main .sectionQ#guarantees .innerQ{display:grid;grid-template-columns:repeat(10, 1fr);gap:var(--gap);justify-content:stretch;alignment-baseline:central}main .sectionQ#guarantees .innerQ .introQ{grid-column:span 2;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:var(--xs-space)}main .sectionQ#guarantees .innerQ .guaranteesQ{grid-column:span 8;grid-template-columns:repeat(8, 1fr)}main .sectionQ#location .innerQ{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--gap);justify-content:stretch;align-items:stretch}main .sectionQ#location .innerQ .galleryQ{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--gap);justify-content:stretch;align-items:stretch}main .sectionQ#location .innerQ .galleryQ .imgQ{line-height:0}main .sectionQ#location .innerQ .galleryQ .imgQ img{aspect-ratio:4/3;border-radius:1rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-color:var(--solid-grey)}main .sectionQ#location .innerQ .mapQ{position:relative;line-height:0;border-radius:1rem;overflow:hidden}main .sectionQ#location .innerQ .mapQ iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 1201px){main .sectionQ#guarantees .innerQ{grid-template-columns:repeat(8, 1fr)}main .sectionQ#guarantees .innerQ .introQ{grid-column:1/-1}main .sectionQ#guarantees .innerQ .guaranteesQ{grid-template-columns:repeat(4, 1fr)}main .sectionQ#guarantees .innerQ .guaranteesQ .itemQ:nth-child(2n){border-right:none}main .sectionQ#guarantees .innerQ .guaranteesQ .itemQ:nth-child(3n){border-right:2px solid var(--solid-grey)}}@media only screen and (max-width: 769px){main .sectionQ#about .innerQ{display:flex;flex-direction:column-reverse}main .sectionQ#about .innerQ .imgQ{padding:0 0 75%}main .sectionQ#location .innerQ{grid-template-columns:100%}main .sectionQ#location .innerQ .mapQ{aspect-ratio:4/3}}@media only screen and (max-width: 481px){main .sectionQ#guarantees .innerQ .guaranteesQ{grid-template-columns:repeat(2, 1fr);border-bottom:none}main .sectionQ#guarantees .innerQ .guaranteesQ .itemQ:nth-child(3n){border-right:none}}