.gallery{overflow:hidden;width:auto;max-width:100%;padding-bottom:3px}.gallery__content{display:flex;flex-flow:row wrap;justify-content:space-between;margin:calc(-2% + 2px);overflow:hidden}.gallery--vertical .gallery__content{display:flex;flex-flow:column nowrap;margin-left:calc(-2% + 2px);margin-right:calc(-2% + 2px)}.gallery__content>*{min-width:300px;width:auto;flex:1 1;margin:2%}.gallery--vertical .gallery__content>*{min-width:300px;flex:1 0 auto;margin-top:2%;margin-bottom:2%}.gallery__title-box{width:100%;display:flex;flex-flow:row wrap;align-items:baseline;justify-content:space-between;padding:0;margin-bottom:24px}@media (max-width:570px){.gallery--vertical .gallery__content>*,.gallery__content>*{min-width:55%}}.trustBox{display:flex;flex-direction:column;gap:8px}.trustBox__trustScore{color:var(--neutral60);font-size:14px;display:flex;align-items:center;gap:4px}.trustBox__trustScore strong{font-size:26px;display:inline}.trustBox__logo{display:flex;align-items:center;color:var(--neutral50);gap:8px;font-size:14px}.trustBox__rating{display:flex;align-items:center;gap:16px}.trustBox__stars{max-width:200px;width:100%}.testimonialGrid{display:flex;flex-direction:column;gap:16px}.trustFactors{display:flex;justify-content:space-between;align-items:center}.trustFactors__image{max-width:100%}.trustFactors__separator{width:1px;background:var(--neutral10);margin:0 8px}.testimonial{padding:15px;border-radius:var(--radiusLarge);font-size:16px}.testimonial__description{line-height:normal;padding-bottom:8px;font-weight:500}.testimonial header{display:flex;gap:8px;margin-bottom:16px;font-weight:800;color:var(--neutral50)}.testimonial .trustpilotStars{width:100%;max-width:110px}.testimonial cite{font-style:normal}.splitView{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"left right";align-items:center;column-gap:calc(var(--sidePadding) / 2)}.splitView__item--left{grid-area:left}.splitView__item--right{grid-area:right}.splitView img{width:100%}@media (max-width:600px){.splitView{grid-template-areas:"left left" "right right";column-gap:unset;row-gap:calc(var(--sidePadding) * 2);padding:calc(var(--sidePadding))}.splitView .jumbotron__description{text-align:left}.splitView--flipped{grid-template-areas:"right right" "left left"}}