@layer components{section.qr-code{--bg-left-position:-326px;position:relative;background:url(../images/circles-3.svg) no-repeat;background-position:var(--bg-left-position) center}section.qr-code .qr-code__container{display:grid;grid-template-columns:1fr fit-content(115px);-moz-column-gap:48px;column-gap:48px;grid-template-areas:"h qr" "l qr"}section.qr-code .qr-code__container>h2{grid-area:h;color:var(--teal-alt);font-size:33px;line-height:1;margin-bottom:20px}section.qr-code .qr-code__container .qr-code__link{grid-area:l;align-self:end}section.qr-code .qr-code__container .qr-code__link>a{display:flex;justify-content:space-between;gap:1rem;margin:0;background-color:var(--navy-alt);padding:12px 28px 12px 20px;color:white;font-size:clamp(18px,5cqw,21px);font-style:normal;font-weight:400;letter-spacing:0.21px;align-content:center;text-decoration:none;align-items:center;line-height:1.15;flex-wrap:wrap}section.qr-code .qr-code__container .qr-code__link>a>:first-child{flex:1 1}section.qr-code .qr-code__container .qr-code__link>a>div>em{color:white;font-weight:700;text-decoration:underline;font-style:normal}section.qr-code .qr-code__container .qr-code__box{grid-area:qr;display:flex;align-items:end}section.qr-code .qr-code__container .qr-code__box>img{max-width:unset;width:115px;height:115px}@media (max-width:1700px){section.qr-code{--bg-left-position:calc(50% - 850px)}}@media (max-width:620px){section.qr-code .qr-code__container{-moz-column-gap:16px;column-gap:16px;grid-template-rows:1fr 115px;grid-template-areas:"h h" "l qr"}section.qr-code .qr-code__container .qr-code__link{align-self:stretch}section.qr-code .qr-code__container .qr-code__link>a{height:100%;padding-top:0;padding-bottom:0}section.qr-code .qr-code__container .qr-code__link>a>img{display:none}}}

/*# sourceMappingURL=maps/qr-code.css.map */