.block-about{display:flex;justify-content:center;align-items:center;flex-flow:column;padding:3.75rem 0}@media screen and (min-width:48em){.block-about{min-height:100vh}}.block-about__title{max-width:31.25rem;text-align:center;margin-bottom:2rem}.block-about__text{max-width:37.5rem;text-align:center;margin-bottom:2rem}.block-about .image-wrapper{max-width:100%;height:auto}@media screen and (min-width:48em){.block-about .image-wrapper{max-width:43.75rem}}.block-about__img{width:100%;height:100%;object-fit:contain}.btn{background-color:var(--black);color:var(--white);padding:1.5rem 4rem;cursor:pointer;transition:color .2s,background-color .2s ease-in;transform-origin:color,background-color;border:1.5px solid var(--black)}.btn.dark{border-color:var(--white)}.btn:hover{background-color:var(--white);color:var(--black)}.header-block{display:flex;flex-flow:column;justify-content:center;align-items:center;position:relative}.header-block__quote,.header-block__title{text-align:center;flex:1 0 100%}.header-block__title{max-width:56.25rem}.header-block__quote{color:var(--light-red);margin-top:2rem}.header-block .btn{margin-top:2rem}.header-block .image-wrapper{width:6.25rem;height:6.25rem}@media screen and (min-width:48em){.header-block .image-wrapper{width:12.5rem;height:12.5rem}}.header-block .image-wrapper img{width:100%;height:100%;object-fit:contain}.benefits-block{display:flex;justify-content:center;align-items:center;flex-flow:column;padding:3.75rem 0}.benefits-block__title{margin-bottom:1.5rem}.benefits-block .benefits-list__item{display:flex;justify-content:center;align-items:center;flex-flow:column}.benefits-block .benefits-list__item+.benefits-list__item{margin-top:1.5rem}.benefits-block .benefits-list__item-count{font-size:4rem;color:var(--light-red)}.benefits-block .benefits-list__item-title{max-width:18.75rem;text-align:center;margin-bottom:.5rem}.benefits-block .benefits-list__item-text{max-width:31.25rem;text-align:center}.two-column-block{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;flex-flow:column}@media screen and (min-width:36em){.two-column-block{flex-flow:row}}.two-column-block__container{max-width:90rem}.two-column-block .column-block{flex:1 0 50%;position:relative}.two-column-block .column-block .image-wrapper{height:12.5rem;max-width:100%}@media screen and (min-width:48em){.two-column-block .column-block .image-wrapper{height:auto}}.two-column-block .column-block img{height:100%;width:100%;object-fit:cover}.two-column-block .column-block__description{margin-bottom:1.4375rem;text-align:center}@media screen and (min-width:36em){.two-column-block .column-block__description{margin-bottom:0;text-align:initial;margin-right:1.4375rem}}.block-list-container{padding:3.75rem 0}.block-list-container .block-list__title{text-align:center}.contact-us-block{padding:3.75rem 0;display:flex;flex-flow:column;justify-content:center;align-items:center}.contact-us-block .contact-us__text,.contact-us-block .contact-us__title{margin-bottom:1.5rem}.contact-us-block .contact-us__text{max-width:50rem;text-align:center}:root{--white:#fff;--black:#000;--light-red:#ea5a4d}.section-container{display:flex;justify-content:center;align-items:center;flex-flow:column;overflow:hidden}.section-container--full-height{min-height:100vmax}@media screen and (min-width:36em){.section-container--full-height{min-height:100vh}}.section-container.bg-red{background-color:var(--light-red);color:var(--white)}.section-container.bg-dark{background-color:var(--black);color:var(--white)}.section-container__bg-image{width:100%;height:auto;object-fit:cover}.section-container.bg-fixed{position:relative;-webkit-clip-path:polygon(0 0,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 100%,100% 0)}.section-container.bg-fixed .image-wrapper,.section-container.bg-fixed .section-container__bg-image{position:fixed;top:0;left:0;width:100%;height:100%}