.side-by-side{--side-by-side-border-radius:1.25rem;background:var(--color-white)}.side-by-side[data-color=grey]{background:var(--color-white-grey)}.side-by-side__wrapper{padding-top:5.05rem;padding-bottom:5.05rem;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;gap:4.25rem;position:relative;width:100%}@media (min-width:1200.99px){.side-by-side__wrapper{display:grid;grid-template-columns:var(--grid-template-columns,calc(50% - .8rem) 1fr);grid-template-rows:auto;-webkit-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem;-ms-flex-align:start;align-items:start}}@media (max-width:1200px){.side-by-side__wrapper{-ms-flex-direction:column;flex-direction:column;padding-top:3.75rem;padding-bottom:3.75rem;gap:2.5rem}}@media (max-width:767px){.side-by-side__wrapper{padding-top:2.5rem;padding-bottom:2.5rem;gap:2rem}}@media (min-width:1200.99px){.side-by-side__wrapper--reversed{grid-template-columns:var(--grid-template-columns,1fr calc(50% - .8rem))}.side-by-side__wrapper--reversed .side-by-side__image{grid-column:2}.side-by-side__wrapper--reversed .side-by-side__content{grid-column:1}}.side-by-side__image{justify-self:center;-ms-flex-item-align:start;align-self:start;height:100%;max-width:100%;overflow:hidden;box-shadow:var(--sds-size-depth-0-rem) var(--sds-size-depth-400-rem) var(--sds-size-depth-800-rem) var(--sds-size-depth-negative-100-rem) rgba(12,12,13,.1),var(--sds-size-depth-0-rem) var(--sds-size-depth-100-rem) var(--sds-size-depth-100-rem) var(--sds-size-depth-negative-100-rem) rgba(12,12,13,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;border-radius:var(--side-by-side-border-radius)}@media (min-width:1200.99px){.side-by-side__image{max-height:none;max-width:100%;height:100%;width:100%;grid-row:1}}@media (max-width:1200px){.side-by-side__image{min-width:100%;height:auto;-ms-flex-order:1;order:1}}.side-by-side__image img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:var(--side-by-side-border-radius);border:1px solid #c6cfdd;overflow:hidden}@media (min-width:1200.99px){.side-by-side__image img{-o-object-position:top;object-position:top}}.side-by-side__image[data-image-fit=contain] img{-o-object-fit:contain;object-fit:contain}.side-by-side__image[data-image-fit=cover] img{-o-object-fit:cover;object-fit:cover}.side-by-side__image[data-image-fit=fill] img{-o-object-fit:fill;object-fit:fill}.side-by-side__image[data-image-fit=scale-down] img{-o-object-fit:scale-down;object-fit:scale-down}.side-by-side__content{max-width:48.5rem;display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;gap:1.45rem;-ms-flex-direction:column;flex-direction:column;height:100%}@media (min-width:1200.99px){.side-by-side__content{max-width:none;grid-row:1;max-height:100%;min-height:0}}@media (max-width:1200px){.side-by-side__content{max-width:100%;gap:1.65rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-ms-flex-order:2;order:2}}@media (max-width:767px){.side-by-side__content{max-width:100%;gap:1.5rem;padding-left:0}}.side-by-side__title *{color:var(--Black-for-Text,#303b4e);font-family:var(--font-inter);font-size:2.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;letter-spacing:.02rem;margin:0;overflow-wrap:anywhere}@media (max-width:1200px){.side-by-side__title *{font-size:2.25rem}}@media (max-width:767px){.side-by-side__title *{font-size:1.5rem;letter-spacing:0}}@media (min-width:1200.99px){.side-by-side__text{max-height:100%;min-height:0;overflow-y:auto;scrollbar-width:none;scrollbar-color:transparent transparent}.side-by-side__text::-webkit-scrollbar{width:0;display:none}.side-by-side__text::-webkit-scrollbar-track{background:0 0}.side-by-side__text::-webkit-scrollbar-thumb{background:0 0}}.side-by-side__text *{color:var(--Black-for-Text,#303b4e);font-family:var(--font-inter);font-size:1.25rem;font-style:normal;font-weight:500;line-height:2rem;margin-bottom:0;letter-spacing:.018rem;overflow-wrap:anywhere}@media (max-width:1200px){.side-by-side__text *{line-height:1.75rem;font-size:1.125rem;letter-spacing:.01rem}}@media (max-width:767px){.side-by-side__text *{line-height:1.55}}.side-by-side__text * strong{font-weight:700}.side-by-side__text *+*{margin-top:1.375rem}@media (max-width:1200px){.side-by-side__text *+*{margin-top:1.3rem}}@media (max-width:767px){.side-by-side__text *+*{margin-top:1.1rem}}.side-by-side__text a{color:var(--Brand-Color-Blue,#0090e9)}