.awards{position:relative;overflow:hidden;background:var(--light)}.awards__background{position:relative;width:100%;padding:13rem 0;background-color:var(--secondary)}@media(max-width:767px){.awards__background{padding:7rem 0}}.awards__background:after,.awards__background:before{content:"";position:absolute;bottom:0;width:110%;background-color:var(--light);border-radius:50%/100% 100% 0 0;z-index:1}.awards__background:before{top:0;right:50%;height:10%;-webkit-transform:rotate(180deg) translateX(-50%);-ms-transform:rotate(180deg) translateX(-50%);transform:rotate(180deg) translateX(-50%);padding-bottom:11rem}.awards__background:after{left:50%;height:15%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding-bottom:6rem}.awards__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:var(--font-secondary);-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10rem 0}.awards__heading{font-size:4rem;font-weight:var(--font-weight-regular);color:var(--light);line-height:var(--line-height-default);margin:0 0 4rem;text-align:center;font-family:var(--font-secondary)}.awards__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:4.5rem;width:100%}@media(max-width:767px){.awards__heading{font-size:var(--font-body-sm);margin-bottom:4rem;line-height:var(--line-height-body-sm)}.awards__grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:4rem;max-width:none;-ms-grid-column-align:center;justify-self:center;max-width:27rem;width:100%}}.awards__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;max-width:16.3rem}@media(max-width:767px){.awards__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:center;gap:2.4rem;max-width:27rem;width:100%}}.awards__icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}@media(max-width:767px){.awards__icon-wrapper{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0}}.awards__icon{width:3.75rem;height:3.75rem;-o-object-fit:contain;object-fit:contain}.awards__text-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.awards__text{font-size:var(--font-body-large);line-height:var(--line-height-body-large);color:var(--light);margin:0;font-family:var(--font-secondary)}@media(max-width:767px){.awards__text{font-size:var(--font-body-sm);line-height:var(--line-height-body-sm)}.awards__content{padding:8rem 0}}.awards__heading:focus{outline:.2rem solid var(--light);outline-offset:.2rem;border-radius:.2rem}