.legacy-scope{
    --primary-clr-1: #1B75BC;
    --primary-clr-2: #A6CE3C;
    --primary-clr-1-15: #286EB6;
    --secondary-clr-1: #BCBEC0;
    --secondary-clr-2: #664199;
    --dark: #222D33;
    --dark-50: #7E8487;
    --secondary-clr-1-50: #D5D7D7;
    --secondary-clr-1-25: #EAEBEB;
    --primary-blue-100: #0C3454;
    --primary-blue-90: #114A77;
    --primary-blue-80: #155B92;
    --primary-blue-70: #1869A8;
    --primary-blue-60: #1B75BC;
    --primary-blue-50: #759BCB;
    --primary-blue-40: #A3B9D9;
    --primary-blue-30: #C6D3E7;
    --primary-blue-20: #E4EAF3;
    --primary-blue-10: #F2F5F9;
    --secondary-gray-100: #1D1D1E;
    --secondary-gray-90: #3B3B3C;
    --secondary-gray-80: #58595A;
    --secondary-gray-70: #747577;
    --secondary-gray-60: #909193;
    --secondary-gray-50: #ABACAE;
    --secondary-gray-40: #BCBEC0;
    --secondary-gray-30: #D8D9DA;
    --secondary-gray-20: #ECEDED;
    --secondary-gray-10: #F6F6F6;
    --bg-clr: #F6F6F7;
    --header-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --shadow-lg: 0px 16px 48px rgba(0, 0, 0, 0.175);
    --shadow-md: 0px 8px 16px rgba(0, 0, 0, 0.15);
    --shadow-sm: 0px 2px 4px rgba(0, 0, 0, 0.125);
    --body-padding: 1rem;
}
@media (min-width: 576px){
    .legacy-scope{
        --body-padding: 3rem;
    }
}
.legacy-scope{
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 300;
}
.legacy-scope.nav-open{
    overflow: hidden;
}
.legacy-scope *{
    scroll-margin-top: 80px;
}
.legacy-scope > main{
    background-color: var(--bg-clr);
    padding: 1px 0;
}
.legacy-scope img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 1rem;
}
.legacy-scope h1,
.legacy-scope h2,
.legacy-scope h3,
.legacy-scope h4,
.legacy-scope h5,
.legacy-scope h6{
    font-family: var(--header-font);
    font-weight: 600;
    color: var(--dark);
}
.legacy-scope h1{
    font-size: 2rem;
}
.legacy-scope h1.section-title{
    font-size: 1.375rem;
    font-family: var(--header-font);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02rem;
    border-top: 3px solid var(--primary-clr-2);
    padding: .25rem 0 .5rem 0;
}
.legacy-scope h1.page-title{
    font-size: 2rem;
    font-family: var(--header-font);
    font-weight: 600;
    text-transform: initial;
    letter-spacing: 0;
    border-bottom: 2px solid var(--primary-clr-2);
    padding: 0 0 0.125rem 0;
    margin: 0 0 1.5rem 0;
}
.legacy-scope h2{
    font-size: 1.75rem;
}
.legacy-scope h3{
    font-size: 1.563rem;
}
.legacy-scope h4{
    font-size: 1.375rem;
}
.legacy-scope h5{
    font-size: 1.25rem;
}
.legacy-scope h6{
    font-size: 1.125rem;
}
.legacy-scope h1 a,
.legacy-scope h2 a,
.legacy-scope h3 a,
.legacy-scope h4 a,
.legacy-scope h5 a,
.legacy-scope h6 a{
    color: var(--dark);
    text-decoration: none;
}
.legacy-scope h1 a:hover,
.legacy-scope h2 a:hover,
.legacy-scope h3 a:hover,
.legacy-scope h4 a:hover,
.legacy-scope h5 a:hover,
.legacy-scope h6 a:hover{
    color: var(--primary-clr-1);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope .section-heading{
font-weight: 300;
letter-spacing: .2px;
font-size: 1.85rem;
}
.legacy-scope p{
font-size: 1rem;
line-height: 1.5;
font-weight: 300;
}
.legacy-scope strong{
    font-weight: 600;
}
.legacy-scope b{
    font-weight: 700;
}
.legacy-scope hr,
.legacy-scope hr:not([size]){
    height: 2px;
    width: 100%;
    border: 0px transparent;
    background-color: #EAEBEB;
    border-radius: 2rem;
    opacity: 1;
}
.legacy-scope hr.hr--green{
    background-color: var(--primary-clr-2);
}
.legacy-scope a{
    color: var(--primary-clr-1);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope a:hover{
    color: var(--primary-clr-1);
    text-decoration: underline;
    transition: .2s ease-in-out;
}
.legacy-scope .max-width{
    max-width: 1400px;
}
.legacy-scope .max-width--md{
    max-width: 920px;
}
.legacy-scope .animated-underline{
    background-image: linear-gradient(var(--primary-clr-2), var(--primary-clr-2));
    padding-bottom: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 2px;
    transition: background-size .25s ease-in-out;
}
.legacy-scope .animated-underline:hover{
    background-size: 100% 2px;
    color: inherit;
}
.legacy-scope ul{
    padding: 0 0 0 1rem;
}
.legacy-scope li{
    margin-bottom: .5rem;
}
.legacy-scope .white-text{
    color: white;
}
.legacy-scope .bg--x,
.legacy-scope .x-bg{
background-image: url("https://res.cloudinary.com/broadcastmed/image/fetch/q_auto,c_crop,g_faces:center,f_auto,h_1323,w_1767/https://conexiant-solutions.useast01.umbraco.io/media/e1mjlbit/x-bg-grey.jpg");
background-repeat: repeat;
background-size: 700px;
background-attachment: fixed;
}
.legacy-scope .bg--gradient{
background: linear-gradient(108deg, #1B75BC 24.91%, #A6CE3C 99.85%);
}
.legacy-scope .bg--gradient-blue,
.legacy-scope .blue-gradient{
    background-image: linear-gradient(180deg, var(--primary-clr-1) 50%, #015392 100%)
}
.legacy-scope .py-6{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.legacy-scope .py-7{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.legacy-scope .py--section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.legacy-scope .mb-section{
    margin-bottom: 5rem !important;
}
.legacy-scope .border-radius-2{
    border-radius: .5rem;
    overflow: hidden;
}
.legacy-scope .tag-texts,
.legacy-scope p.tag-texts,
.legacy-scope .card__copy .tag-texts,
.legacy-scope .card-copy .tag-texts{
    color: var(--dark-50);
    font-weight: 600;
    font-size: 0.625rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: .4px;
}
.legacy-scope .tag-texts.byline,
.legacy-scope .byline,
.legacy-scope p.tag-texts.byline,
.legacy-scope p.byline{
    color: var(--dark-50);
    font-weight: 300;
    font-size: 0.625rem;
margin-bottom: 0;
text-transform: uppercase;
line-height: 1.1;
letter-spacing: .4px;
}
.legacy-scope .tag-texts--sponsored,
.legacy-scope .card__text-overlay .card__copy p.tag-texts--sponsored{
    background-color: var(--primary-clr-1);
    color: white;
    padding: .125rem .25rem;
    border-radius: .25rem;
}
.legacy-scope .author-name,
.legacy-scope .author-name p,
.legacy-scope p.author-name,
.legacy-scope p.author-name.tag-texts{
    color: var(--dark-50);
    font-weight: 300;
    font-size: 0.625rem;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2;
}
.legacy-scope .page-title{
    border-bottom: 2px solid var(--primary-clr-2);
}
.legacy-scope .page-title h1{
    margin-bottom: 0.125rem;
}
.legacy-scope .title-link-header .section-title{
    margin-bottom: 0;
    padding-bottom: 0;
}
.legacy-scope .title-link-header h1.section-title{
    border-top: 0;
    position: initial;
}
.legacy-scope .title-link-header h1.section-title::before{
    content: "";
    background-color: var(--primary-clr-2);
    height: 3px;
    width: 100%;
    position: absolute;
    top: -.25rem;
}
.legacy-scope .white-text,
.legacy-scope .white-text h1,
.legacy-scope .white-text h2,
.legacy-scope .white-text h3,
.legacy-scope .white-text p{
    color: white;
}
.legacy-scope .dark-text{
    color: var(--dark);
}
.legacy-scope .view-more{
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 var(--bs-gutter-x, .75rem);
    color: var(--dark);
    text-decoration: none;
    line-height: 1;
}
.legacy-scope .bullet-lvl-2{
    margin-left: 1rem;
}
.legacy-scope .grid{
    display: grid !important;
}
.legacy-scope .grid--2col{
    grid-template-columns: repeat(2, 1fr) !important;
}
.legacy-scope .grid--3col{
    grid-template-columns: repeat(3, 1fr) !important;
}
.legacy-scope .grid--4col{
    grid-template-columns: repeat(4, 1fr) !important;
}
.legacy-scope .grid--6col{
    grid-template-columns: repeat(6, 1fr) !important;
}
.legacy-scope .grid--9col{
    grid-template-columns: repeat(9, 1fr) !important;
}
.legacy-scope .grid--12col{
    grid-template-columns: repeat(12, 1fr) !important;
}
.legacy-scope .grid--4col-auto{
    grid-template-columns: repeat(4, auto) !important;
}
.legacy-scope .grid-span--1col{
    grid-column: span 1;
}
.legacy-scope .grid-span--2col{
    grid-column: span 2;
}
.legacy-scope .grid-span--3col{
    grid-column: span 3;
}
.legacy-scope .grid-span--4col{
    grid-column: span 4;
}
.legacy-scope .grid-span--5col{
    grid-column: span 5;
}
.legacy-scope .grid-span--6col{
    grid-column: span 6;
}
.legacy-scope .grid-span--7col{
    grid-column: span 7;
}
.legacy-scope .grid-span--8col{
    grid-column: span 8;
}
.legacy-scope .grid-span--9col{
    grid-column: span 9;
}
.legacy-scope .grid-span--10col{
    grid-column: span 10;
}
.legacy-scope .grid-span--11col{
    grid-column: span 11;
}
.legacy-scope .grid-span--12col{
    grid-column: span 12;
}
.legacy-scope .grid--12col__1-3{
    grid-column: 1/3;
}
.legacy-scope .grid--12col__1-4{
    grid-column: 1/4;
}
.legacy-scope .grid--12col__1-5{
    grid-column: 1/5;
}
.legacy-scope .grid--12col__1-6{
    grid-column: 1/6;
}
.legacy-scope .grid--12col__1-7{
    grid-column: 1/7;
}
.legacy-scope .grid--12col__3-7{
    grid-column: 3/7;
}
.legacy-scope .grid--12col__4-7{
    grid-column: 4/7;
}
.legacy-scope .grid--12col__5-13{
    grid-column: 5/13;
}
.legacy-scope .grid--12col__6-13{
    grid-column: 6/13;
}
.legacy-scope .grid--12col__7-13{
    grid-column: 7/13;
}
.legacy-scope .gap-1{
    gap: .25rem !important;
}
.legacy-scope .gap-2{
    gap: .5rem !important;
}
.legacy-scope .gap-3{
    gap: 1rem !important;
}
.legacy-scope .gap-4{
    gap: 1.5rem !important;
}
.legacy-scope .gap-4{
    gap: 1.5rem !important;
}
.legacy-scope .gap-5{
    gap: 2rem !important;
}
.legacy-scope .gap-6{
    gap: 2.5rem !important;
}
.legacy-scope .gap-7{
    gap: 3rem !important;
}
.legacy-scope .gap-8{
    gap: 3.5rem !important;
}
.legacy-scope .gap-9{
    gap: 4rem !important;
}
.legacy-scope .col-gap-3{
    column-gap: 1rem !important;
}
.legacy-scope .col-count-2{
    column: 2 250px;
    column-gap: 1.5rem;
}
.legacy-scope .col-count-3{
    columns: 3 250px;
    column-gap: 1.5rem;
}
.legacy-scope .col-count-4{
    columns: 4 250px;
    column-gap: 1.5rem;
}
.legacy-scope .col-count-5{
    columns: 5 250px;
    column-gap: 1.5rem;
}
.legacy-scope .col-count-6{
    columns: 6 250px;
    column-gap: 1.5rem;
}
.legacy-scope .grid__content-col .grid{
    align-items: flex-start;
}
.legacy-scope .grid--1fr-400{
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: flex-start;
}
.legacy-scope .grid--300-1fr{
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    align-items: flex-start;
}
@media (max-width: 750px) {
    .legacy-scope .col-count-2{
        column-count: 1;
    }
}
.legacy-scope .flex{
    display: flex;
}
.legacy-scope .flex--3col{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5rem;
}
.legacy-scope .flex--3col>*{
    flex: 0 1 calc((100%/3) - 2rem);
}
@media (max-width: 950px) {
    .legacy-scope .flex--3col{
        margin: 0 -.75rem;
    }
    .legacy-scope .flex--3col>*{
        flex: 0 1 calc((100%/2) - 1.5rem);
    }
}
@media (max-width: 750px) {
    .legacy-scope .flex--3col{
        margin: 0 0rem;
    }
    .legacy-scope .flex--3col>*{
        flex: 0 1 calc(100%);
    }
}
.legacy-scope a.btn,
.legacy-scope .btn,
.legacy-scope .hs-submit .hs-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-clr-1);
    color: white;
    padding: .5rem .75rem;
    border: 0;
    border-radius: .35rem;
    text-decoration: none;
    line-height: 1.1;
    white-space: nowrap;
    transition: .2s ease-in-out;
}
.legacy-scope a.btn:hover,
.legacy-scope .btn:hover{
    color: var(--dark);
    background-color: var(--primary-clr-2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: .2s ease-in-out;
}
.legacy-scope .btn--white,
.legacy-scope a.btn--white{
    background-color: white;
    color: var(--primary-clr-1);
}
.legacy-scope .btn--white:hover,
.legacy-scope a.btn--white:hover{
    background-color: var(--primary-clr-2);
    color: var(--dark);
}
.legacy-scope .btn--green,
.legacy-scope a.btn--green,
.legacy-scope .hs-submit .hs-button.primary{
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
    color: var(--dark);
}
.legacy-scope .btn--green:hover,
.legacy-scope a.btn--green:hover{
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
    color: white;
}
.legacy-scope .btn--blue,
.legacy-scope a.btn--blue{
    background-color: var(--primary-clr-1);
    color: white;
}
.legacy-scope .btn--blue:hover,
.legacy-scope a.btn--blue:hover{
    background-color: white;
    color: var(--primary-clr-1);
}
.legacy-scope .btn.btn--whitehover:hover{
    background-color: white;
    color: var(--primary-clr-1);
}
.legacy-scope .intro .btn--green:hover,
.legacy-scope .intro a.btn--green:hover{
    background-color: white;
    color: var(--primary-clr-1);
}
.legacy-scope a.btn,
.legacy-scope .btn{
    display: inline-flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: .5rem .75rem;
    min-width: 38px;
    min-height: 38px;
    font-family: var(--body-font);
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
    border-radius: .35rem;
    transition: .2s ease-in-out;
}
.legacy-scope a.btn:hover,
.legacy-scope .btn:hover{
    color: var(--dark);
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope a.btn .fill--clr-1,
.legacy-scope .btn .fill--clr-1{
    fill: var(--primary-blue-40);
    transition: .2s ease-in-out;
}
.legacy-scope a.btn:hover .fill--clr-1,
.legacy-scope .btn:hover .fill--clr-1{
    fill: var(--dark);
    transition: .2s ease-in-out;
}
.legacy-scope a.btn--cta,
.legacy-scope .btn--cta,
.legacy-scope #btnSubmit{
    color: var(--dark);
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
}
.legacy-scope a.btn--cta:hover,
.legacy-scope .btn--cta:hover,
.legacy-scope #btnSubmit:hover{
    color: white;
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
}
.legacy-scope a.btn--cta .fill--clr-1,
.legacy-scope .btn--cta .fill--clr-1,
.legacy-scope #btnSubmit .fill--clr-1{
    fill: var(--secondary-gray-80);
}
.legacy-scope a.btn--cta:hover .fill--clr-1,
.legacy-scope .btn--cta:hover .fill--clr-1,
.legacy-scope #btnSubmit:hover .fill--clr-1{
    fill: white;
}
.legacy-scope a.btn--primary,
.legacy-scope .btn--primary{
    color: white;
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
}
.legacy-scope a.btn--primary:hover,
.legacy-scope .btn--primary:hover{
    color: var(--dark);
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
}
.legacy-scope a.btn--primary .fill--clr-1,
.legacy-scope .btn--primary .fill--clr-1{
    fill: var(--primary-blue-80);
}
.legacy-scope a.btn--primary:hover .fill--clr-1,
.legacy-scope .btn--primary:hover .fill--clr-1{
    fill: var(--dark);
}
.legacy-scope a.btn--secondary,
.legacy-scope .btn--secondary{
    color: white;
    background-color: var();
    border: 1px solid var();
}
.legacy-scope a.btn--secondary:hover,
.legacy-scope .btn--secondary:hover{
    color: var();
    background-color: var();
    border: 1px solid var();
}
.legacy-scope a.btn--secondary .fill--clr-1,
.legacy-scope .btn--secondary .fill--clr-1{
    fill: var();
}
.legacy-scope a.btn--secondary:hover .fill--clr-1,
.legacy-scope .btn--secondary:hover .fill--clr-1{
    fill: var();
}
.legacy-scope a.btn--outlined-primary,
.legacy-scope .btn--outlined-primary{
    color: var(--primary-clr-1);
    background-color: transparent;
    border: 1px solid var(--primary-clr-1);
}
.legacy-scope a.btn--outlined-primary:hover,
.legacy-scope .btn--outlined-primary:hover{
    color: white;
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
}
.legacy-scope a.btn--outlined-primary .fill--clr-1,
.legacy-scope .btn--outlined-primary .fill--clr-1{
    fill: var(--primary-blue-70);
}
.legacy-scope a.btn--outlined-primary:hover .fill--clr-1,
.legacy-scope .btn--outlined-primary:hover .fill--clr-1{
    fill: white;
}
.legacy-scope a.btn--outlined-secondary,
.legacy-scope .btn--outlined-secondary{
    color: var(--jadpro-gray-80);
    background-color: transparent;
    border: 1px solid var(--jadpro-gray-50);
}
.legacy-scope a.btn--outlined-secondary:hover,
.legacy-scope .btn--outlined-secondary:hover{
    color: white;
    background-color: var(--jadpro-gray-60);
    border: 1px solid var(--jadpro-gray-60);
}
.legacy-scope a.btn--outlined-secondary .fill--clr-1,
.legacy-scope .btn--outlined-secondary .fill--clr-1{
    fill: var(--jadpro-gray-50);
}
.legacy-scope a.btn--outlined-secondary:hover .fill--clr-1,
.legacy-scope .btn--outlined-secondary:hover .fill--clr-1{
    fill: var(--jadpro-gray-50);
}
.legacy-scope a.btn--link,
.legacy-scope .btn--link{
    color: var(--primary-clr-1);
    background-color: transparent;
    border: 1px solid transparent;
}
.legacy-scope a.btn--link:hover,
.legacy-scope .btn--link:hover{
    text-decoration: underline;
    color: var(--primary-clr-1);
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
}
.legacy-scope a.btn--link .fill--clr-1,
.legacy-scope .btn--link .fill--clr-1{
    fill: var(--primary-blue-40);
}
.legacy-scope a.btn--link:hover .fill--clr-1,
.legacy-scope .btn--link:hover .fill--clr-1{
    fill: var(--primary-clr-1);
}
.legacy-scope a.btn--link-reverse,
.legacy-scope .btn--link-reverse{
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
}
.legacy-scope a.btn--link-reverse:hover,
.legacy-scope .btn--link-reverse:hover{
    text-decoration: underline;
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
}
.legacy-scope a.btn--link-reverse .fill--clr-1,
.legacy-scope .btn--link-reverse .fill--clr-1{
    fill: var(--primary-blue-20);
}
.legacy-scope a.btn--link-reverse:hover .fill--clr-1,
.legacy-scope .btn--link-reverse:hover .fill--clr-1{
    fill: white;
}
.legacy-scope a.btn--hero-tabs,
.legacy-scope .btn--hero-tabs{
    flex: 1 1 auto;
    color: var(--dark);
    border-radius: 100px;
    background: transparent;
    border: 1px solid transparent;
    width: 100%;
}
.legacy-scope a.btn--hero-tabs:hover,
.legacy-scope .btn--hero-tabs:hover{
    color: var(--primary-clr-1);
    border-radius: 100px;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(12, 52, 84, 0.0);
}
.legacy-scope a.btn--hero-tabs .fill--clr-1,
.legacy-scope .btn--hero-tabs .fill--clr-1{
    fill: var(--primary-blue-80);
}
.legacy-scope a.btn--hero-tabs:hover .fill--clr-1,
.legacy-scope .btn--hero-tabs:hover .fill--clr-1{
    fill: var(--dark);
}
.legacy-scope a.btn--hero-tabs:active,
.legacy-scope .btn--hero-tabs:active,
.legacy-scope .btn--hero-tabs[aria-selected="true"],
.legacy-scope .btn.active,
.legacy-scope .hero__controller-button .btn:hover{
    color: var(--primary-clr-1);
    border-radius: 100px;
    border: 1px solid #F2F5F9;
    background: linear-gradient(0deg, var(--Brand-White, #FFF) 0%, var(--Brand-White, #FFF) 100%), linear-gradient(180deg, #E4EAF3 0%, #F2F5F9 100%);
    box-shadow: 0 2px 8px 0 rgba(12, 52, 84, 0.25);
    transition: all .3s ease-in-out;
}
.legacy-scope .btn--reverse,
.legacy-scope a.btn--reverse,
.legacy-scope .btn--white,
.legacy-scope a.btn--white{
    background-color: white;
    color: var(--primary-clr-1);
    border: 1px solid white;
}
.legacy-scope .btn--reverse:hover,
.legacy-scope a.btn--reverse:hover,
.legacy-scope .btn--white:hover,
.legacy-scope a.btn--white:hover{
    background-color: var(--primary-clr-2);
    color: var(--dark);
    border: 1px solid var(--primary-clr-2);
}
.legacy-scope .btn--reverse-cta,
.legacy-scope a.btn--reverse-cta{
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
    color: var(--dark);
}
.legacy-scope .btn--reverse-cta:hover,
.legacy-scope a.btn--reverse-cta:hover{
    background-color: white;
    color: var(--dark);
    border: 1px solid white;
}
.legacy-scope a.btn--reverse-cta .fill--clr-1,
.legacy-scope .btn--reverse-cta .fill--clr-1{
    fill: var(--secondary-gray-90);
    transition: .2s ease-in-out;
}
.legacy-scope .btn--reverse-outlined,
.legacy-scope a.btn--reverse-outlined{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.legacy-scope .btn--reverse-outlined:hover,
.legacy-scope a.btn--reverse-outlined:hover{
    background-color: white;
    color: var(--primary-clr-1);
    border: 1px solid white;
}
.legacy-scope a.btn--reverse-outlined .fill--clr-1,
.legacy-scope .btn--reverse-outlined .fill--clr-1{
    fill: white;
    transition: .2s ease-in-out;
}
.legacy-scope a.btn--reverse-outlined:hover .fill--clr-1,
.legacy-scope .btn--reverse-outlined:hover .fill--clr-1{
    fill: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .btn .icon{
    width: 100%;
    max-width: 20px;
}
.legacy-scope .btn--link-sm{
    font-size: .8rem;
    color: var(--secondary-gray-60);
    fill: var(--secondary-gray-60);
}
.legacy-scope .btn--link-sm .icon{
    fill: inherit;
}
.legacy-scope .btn.btn--round{
    border-radius: 10rem;
}
.legacy-scope .btn.btn--blue-hover:hover{
    color: white !important;
    background-color: var(--primary-clr-1) !important;
    border: 1px solid var(--primary-clr-1) !important;
}
.legacy-scope #toTopBtn{
    display: inline-block;
    background: white;
    border: white;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5rem;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1500;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.legacy-scope #toTopBtn::after{
    font-family: 'Material Icons';
    content: "\e5cf";
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    color: var(--primary-clr-1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.legacy-scope #toTopBtn:hover{
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
}
.legacy-scope #toTopBtn:hover::after{
    color: var(--dark);
}
.legacy-scope #toTopBtn.show{
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.legacy-scope .dropdown-toggle.show::after{
    transform: rotate(180deg);
    transition: all 0.25s ease-in-out;
}
.legacy-scope .tab-btns{
    border: 1px solid var(--secondary-gray-30);
    border-radius: .35rem;
    width: 100%;
    max-width: max-content;
    padding: .125rem;
    margin: 0;
    overflow-y: auto;
    background-color: var(--secondary-gray-20);
}
.legacy-scope .tab-btns__overflow-container{
    display: flex;
    gap: .5rem;
    justify-content: center;
    width: max-content;
}
.legacy-scope .tab-btn{
    border-radius: .3rem;
    width: max-content;
}
.legacy-scope .tab-btn:hover{
    color: var(--primary-blue-100);
    text-decoration: none;
}
.legacy-scope .tab-btn.active{
    color: white;
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
}
.legacy-scope .tab-btn.active:hover{
    color: white;
    background-color: var(--primary-blue-100);
    border: 1px solid var(--primary-blue-100);
}
.legacy-scope .tab-content{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s ease-in-out;
}
.legacy-scope .tab-content.active{
    display: grid;
    gap: 6rem;
    opacity: 1;
    transition: .2s ease-in-out;
}
.legacy-scope .card{
    display: flex;
    flex-direction: column;
    border-radius: 0.35rem;
    border: 1px solid var(--secondary-clr-1-50);
}
.legacy-scope .card__body{
    width: 100%;
    padding: 2rem;
}
.legacy-scope .card__icon{
    position: absolute;
    bottom: 0px;
    left: 30px;
    z-index: 1
}
.legacy-scope .list-item{
    display: flex;
    margin-top: 1.5rem;
    padding: 0;
    border-bottom: 1px solid var(--secondary-clr-1-50);
    align-items: flex-start;
    overflow: auto;
    grid-gap: 0;
}
.legacy-scope .thumb-image,
.legacy-scope .list-thumb{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    aspect-ratio: 16/9;
    width: 100%;
    border: 1px solid var(--secondary-gray-20);
    transition: .2s ease-in-out;
}
.legacy-scope .thumb-image img,
.legacy-scope .list-thumb img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .25s ease-in-out;
}
.legacy-scope .thumb-image:hover img,
.legacy-scope .list-thumb:hover img{
    transform: scale(1.03);
    transition: .25s ease-in-out;
}
.legacy-scope .pod-thumb{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    aspect-ratio: 1/1;
    width: 100%;
    transition: .2s ease-in-out;
}
.legacy-scope .list-item .list-thumb{
    order: 2;
    margin: 0 0 1.5rem 1.5rem;
    transition: .2s ease-in-out;
}
.legacy-scope .list-thumb--small,
.legacy-scope .list-thumb.list-thumb--small{
    width: 125px;
}
.legacy-scope .list-item .card__copy,
.legacy-scope .list-item .card-copy{
    width: 100%;
    order: 1;
    margin-bottom: 1.5rem;
}
.legacy-scope .b2c-link{
    text-align: right;
    padding: .125rem 0;
    background-color: white;
    position: relative;
    z-index: 1050;
    border-bottom: 1px solid var(--secondary-clr-1-25);
}
.legacy-scope .b2c-link{
    font-size: .85rem;
}
.legacy-scope .navbar{
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.legacy-scope .navbar-brand{
    display: flex;
    align-items: center;
    height: calc(80px - 1rem);
    width: 235px;
    order: 1;
}
.legacy-scope #nav-logo{
    height: 45px;
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-nav{
    align-items: center;
    column-gap: 2.5rem;
    row-gap: 1rem;
}
.legacy-scope .nav-item{
    margin-bottom: 0;
}
.legacy-scope .nav-link{
    display: block;
    padding: .5rem 0rem;
    color: var(--dark);
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.legacy-scope .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0;
    padding-right: 0;
}
.legacy-scope .nav-link:focus,
.legacy-scope .nav-link:hover{
    color: var(--primary-clr-1);
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.legacy-scope .nav-active .animated-underline{
    background-size: 100% 2px;
    color: inherit;
}
.legacy-scope .nav-btn,
.legacy-scope a.nav-btn{
    padding: .5rem .75rem;
    order: 3;
}
.legacy-scope .navbar-toggler{
    display: flex;
    flex-direction: column;
    gap: .25rem;
    border: 0;
    order: 3;
}
.legacy-scope .navbar-toggler:focus{
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.legacy-scope .navbar-toggler-icon{
    position: relative;
    width: 1.5rem;
    height: 2px;
    border-radius: 5rem;
    background-image: none;
    background-color: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-toggler::before{
    content: '';
    width: 1.5rem;
    height: 2px;
    border-radius: 5rem;
    background-color: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-toggler::after{
    content: '';
    width: 1.5rem;
    height: 2px;
    border-radius: 5rem;
    background-color: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-toggler:not(.collapsed)::before{
    transform: translate(0, 6px) rotate(-45deg);
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-toggler:not(.collapsed)::after{
    transform: translate(0, -6px) rotate(45deg);
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    opacity: 0;
    transition: .2s ease-in-out;
}
.legacy-scope .navbar-collapse{
background-color: white;
border-radius: 0 0 .25rem .25rem;
justify-content: flex-end;
order: 5;
}
.legacy-scope .b2c-link{
    text-align: right;
    padding: .125rem 0;
    background-color: white;
    position: relative;
    z-index: 1050;
    border-bottom: 1px solid var(--secondary-clr-1-25);
}
.legacy-scope .dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    font-family: 'Material Icons';
    content: "\e5cf";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: 0;
    position: relative;
    top: 6px;
    opacity: .5;
    transition: all 0.25s ease-in-out;
}
.legacy-scope .dropdown-toggle.show::after{
    transform: rotate(-180deg);
    transition: all 0.25s ease-in-out;
}
.legacy-scope .nav-item:hover .nav-link{
    color: var(--primary-clr-1);
}
.legacy-scope .nav-item:hover .nav-link .animated-underline{
    background-size: 100% 2px;
    color: inherit;
    transition: all 0.25s ease-in-out;
}
.legacy-scope .navbar-nav .dropdown-menu{
    position: absolute;
    margin-top: 0;
    top: 98%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0 0 .25rem .25rem;
    z-index: 40;
    border: 0px;
    border-top: 0;
}
.legacy-scope .dropdown-menu li{
    padding: .5rem .9rem;
    margin-bottom: 0px;
    color: var(--dark);
    position: relative;
    list-style: none;
}
.legacy-scope .dropdown-menu li a{
    color: var(--dark);
    padding: 0;
    text-align: left;
    transition: .2s ease-in-out;
    line-height: 1.2;
    font-weight: 300;
}
.legacy-scope a.dropdown-item{
    color: var(--dark);
    text-decoration: none;
}
.legacy-scope a.dropdown-item:hover{
    color: var(--primary-clr-1);
    background-color: transparent;
}
.legacy-scope a.dropdown-item:hover .animated-underline{
    background-size: 100% 2px;
    color: inherit;
    transition: all 0.25s ease-in-out;
}
@media all and (min-width: 1200px) {
    .legacy-scope .navbar-expand-xl .navbar-collapse{
        order: 2;
    }
    .legacy-scope .navbar .nav-item .dropdown-menu{
        display: none;
    }
    .legacy-scope .navbar .nav-item:hover .nav-link{}
    .legacy-scope .navbar .nav-item:hover .dropdown-menu{
        display: block;
    }
    .legacy-scope .navbar .nav-item .dropdown-menu{
        margin-top: 0;
    }
    .legacy-scope .nav-item:hover .dropdown-toggle::after{
        transform: rotate(-180deg);
        transition: all 0.25s ease-in-out;
    }
}
@media (max-width: 1200px) {
    .legacy-scope .navbar-nav{
        align-items: flex-start;
    }
    .legacy-scope .navbar-nav .dropdown-menu{
        position: relative;
        margin-top: 0;
        top: auto;
        left: auto;
        transform: none;
        border-radius: 0;
        z-index: 40;
        border: 0;
        border-top: 0;
        padding-top: 0;
    }
    .legacy-scope .dropdown-menu li{
        padding: .5rem 0.9rem;
    }
}
@media (max-width: 576px) {
    .legacy-scope .navbar-brand{
        width: 160px;
    }
}
.legacy-scope footer{
    background: var(--dark);
    padding: 5rem 2rem;
    font-size: .85rem;
    color: var(--secondary-clr-1);
}
.legacy-scope footer ul li a:hover{
    color: white;
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope .footer__main,
.legacy-scope .footer-grid{
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-column-gap: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--secondary-clr-1);
}
.legacy-scope .footer__logo,
.legacy-scope .footer-logo{
    width: 100%;
}
.legacy-scope .footer__logo-image,
.legacy-scope .pv-logo-footer{
    width: 100%;
    max-width: 250px;
}
.legacy-scope .footer__lists{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-column-gap: 2.5rem;
}
.legacy-scope .footer-nav{
    padding-left: 1.5rem;
    border-left: 1px solid var(--secondary-clr-1);
    margin-bottom: 2rem;
}
.legacy-scope .footer__title,
.legacy-scope .footer-grid h3,
.legacy-scope .footer h3,
.legacy-scope .all-footer-logos-section h3{
    color: white;
    text-transform: inherit;
    font-size: 1rem;
    letter-spacing: .05rem;
    margin-bottom: 1.25rem;
}
.legacy-scope .footer-nav-list{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.legacy-scope .footer-nav-list li{
    line-height: 1.2;
    margin-bottom: .75rem;
}
.legacy-scope .footer-nav-list li:last-of-type{
    margin-bottom: 0;
}
.legacy-scope .footer-nav-list li a{
    color: var(--secondary-clr-1);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope .all-footer-logos-section{
    margin-bottom: 1.5rem;
    padding: 1rem 0 2rem 0;
    border-bottom: 1px solid #808080;
}
.legacy-scope .all-footer-logos-section .footer__title{
    text-align: center;
    margin-bottom: 2rem;
}
.legacy-scope .all-footer-logos{
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.5rem;
    row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
}
.legacy-scope .pub-logo-footer{
    width: 140px;
}
.legacy-scope .terms-copyright-grid{
    color: inherit;
}
.legacy-scope .terms-privacy-links ul{
    list-style: none;
    padding: 0;
    text-align: center;
}
.legacy-scope .terms-privacy-links ul li{
    display: inline-block;
    padding-right: .5rem;
    margin-right: .25rem;
    border-right: 1px solid var(--secondary-clr-1);
    line-height: 1
}
.legacy-scope .terms-privacy-links ul li:last-child{
    border-right: none;
}
.legacy-scope .terms-privacy-links li{
    line-height: 1.2;
}
.legacy-scope .terms-privacy-links li:hover{
    color: white;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.legacy-scope .terms-privacy-links a{
    color: var(--secondary-clr-1);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope .copyright-text{
    text-align: center;
}
.legacy-scope .copyright-text p{
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .legacy-scope .footer__main,
    .legacy-scope .footer-grid{
        grid-template-columns: 1fr;
        grid-column-gap: 1.5rem;
    }
    .legacy-scope .footer__logo,
    .legacy-scope .footer-logo{
        grid-column: 1/2;
        margin-bottom: 4rem;
}
}
@media (max-width: 468px) {
    .legacy-scope .footer__main,
    .legacy-scope .footer-grid{
        grid-template-columns: 1fr;
    }
    .legacy-scope .footer__logo,
    .legacy-scope .footer-logo{
        grid-column: 1/2;
    }
    .legacy-scope .footer-nav{
        padding-top: 1.5rem;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--secondary-clr-1);
        margin-bottom: 1.75rem;
    }
    .legacy-scope .pub-logo-footer{
        width: 120px;
    }
}
.legacy-scope .hero{}
.legacy-scope .hero .vid-desktop,
.legacy-scope .hero .vid-mobile{
    width: 100%;
}
.legacy-scope .hero .vid-desktop{
    display: block;
}
.legacy-scope .hero .vid-mobile{
    display: none;
}
.legacy-scope video:focus{
    margin: -1px;
    clip-path: inset(0px);
}
@media (max-width: 1280px) {
    .legacy-scope .hero .vid-desktop{
        display: none;
    }
    .legacy-scope .hero .vid-mobile{
        display: block;
    }
}
.legacy-scope .intro{
background-image: linear-gradient(180deg, var(--primary-clr-1) 50%, #015392 100%);
}
.legacy-scope .intro h2,
.legacy-scope .intro h3,
.legacy-scope .intro h4,
.legacy-scope .intro h5,
.legacy-scope .intro h6,
.legacy-scope .intro p{
    color: white;
}
.legacy-scope .intro p{
    line-height: 1.8;
}
.legacy-scope .intro .section-heading{
    padding-right: 15%;
}
.legacy-scope .intro__flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    align-items: center;
}
.legacy-scope .intro__flex .jwplayer{
    border-radius: .25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
    .legacy-scope .intro .section-heading{
        padding-right: 0;
    }
}
@media (max-width: 1000px) {
    .legacy-scope .intro__flex{
        grid-template-columns: 1fr;
    }
}
.legacy-scope .rotating-logos,
.legacy-scope .rotating-quotes{
    padding-bottom: 4rem;
}
.legacy-scope .rotating-logos .swiper-pagination,
.legacy-scope .rotating-quotes .swiper-pagination{
    bottom: 0;
}
.legacy-scope .rotating-logos .swiper-pagination-bullet-active,
.legacy-scope .rotating-quotes .swiper-pagination-bullet-active{
    background: var(--primary-clr-1);
}
.legacy-scope .swiper-slide{
    text-align: center;
}
.legacy-scope .pillars-section__grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 1.5rem;
}
.legacy-scope .card__pillar{
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 2rem;
    align-items: center;
    justify-items: center;
}
.legacy-scope .card__pillar img{
    max-width: 150px;
}
.legacy-scope .card__pillar a{
    font-weight: bold;
    color: var(--primary-clr-1);
}
@media (max-width: 570px) {
    .legacy-scope .pillars-section__grid{
        grid-template-columns: 1fr;
    }
    .legacy-scope .card__pillar{
        grid-template-columns: 1fr;
    }
}
.legacy-scope .stats-section{
background-image: linear-gradient(180deg, var(--primary-clr-1) 50%, #015392 100%);
}
.legacy-scope .stats-section .section-heading{
    color: white;
}
.legacy-scope .stats-section__grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    grid-row-gap: 3rem;
}
.legacy-scope .stats-section__stat{
    display: grid;
    grid-gap: 0;
    text-align: center;
}
.legacy-scope .stats-section__stat p{
    color: white;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.legacy-scope .stats-section__number{
    font-size: 5.5rem;
    color: var(--primary-clr-2);
    line-height: .9;
    margin-bottom: 0;
    letter-spacing: 0;
}
.legacy-scope .stats-section__number--small{
    font-size: 3.5rem;
}
@media (max-width: 1300px) {
    .legacy-scope .stats-section__grid{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 750px) {
    .legacy-scope .stats-section__grid{
        grid-template-columns: 1fr;
    }
}
.legacy-scope .contact-section__gird{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 2rem;
}
.legacy-scope .timeline-animation{
    width: 100%;
    max-width: 550px;
    padding-right: 1rem;
}
.legacy-scope .contact-section__form{
    width: 100%;
    position: relative;
}
.legacy-scope .hbspt-form{
    background-color: white;
    border: 1px solid var(--secondary-clr-1-50);
    border-radius: .35rem;
    padding: 2rem;
    font-family: var(--body-font);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.legacy-scope .contact-section__form .hs-form-iframe{
    min-height: 75px !important;
}
.legacy-scope .hs-form-field{
    margin-bottom: 1rem;
}
.legacy-scope .hs-form-field>label{
    width: auto;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .25rem;
}
.legacy-scope .hs-input input,
.legacy-scope .hs-input select{
    width: 100%;
    background-color: var(--bg-clr);
    border: 0;
    padding: .75rem 1rem;
    border-radius: .35rem;
    color: var(--dark-50);
}
.legacy-scope .hs-input input:focus-visible{
    border-color: var(--primary-clr-1);
}
.legacy-scope .hs-form__field__input--error{
    border-color: #e51520 !important;
}
.legacy-scope .hs-error-msgs li{
    margin-bottom: 0;
}
.legacy-scope .hs-error-msg,
.legacy-scope .hs-form-required{
    color: red;
}
.legacy-scope .hs-error-msg{
    font-size: .85rem;
}
.legacy-scope .hs-form__alerts__list-item--error{
    color: #e51520;
}
.legacy-scope .hs-form-field .hs-input,
.legacy-scope .hs_firstname .hs-input,
.legacy-scope .hs_lastname .hs-input,
.legacy-scope .hs_email .hs-input,
.legacy-scope .hs_company .hs-input{
    width: 100%;
    background-color: var(--bg-clr);
    border: 1px solid var(--secondary-clr-1-25);
    padding: .5rem .5rem;
    border-radius: .35rem;
    color: var(--dark-50);
    font-size: .9rem;
}
.legacy-scope .hs-fieldtype-select .hs-input{
    background-color: var(--bg-clr);
    border: 1px solid var(--secondary-clr-1-25);
    padding: .5rem .5rem;
    border-radius: .35rem;
    color: var(--dark-50);
    font-size: .9rem;
}
.legacy-scope ul.inputs-list{
    list-style: none;
    padding: 0;
}
.legacy-scope .hs-form-checkbox-display input{
    margin-right: .5rem;
}
.legacy-scope .hs-submit .hs-button{
    font-weight: 300;
    font-size: 1rem;
    transition: .2s ease-in-out;
}
.legacy-scope .hs-submit .hs-button:hover{
    background-color: var(--primary-clr-1);
    color: white;
    transition: .2s ease-in-out;
}
@media (max-width: 1300px) {
    .legacy-scope .contact-section__gird{
        grid-template-columns: 3fr 4fr;
    }
}
@media (max-width: 750px) {
    .legacy-scope .contact-section h2{
        text-align: center;
    }
    .legacy-scope .contact-section__gird{
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 0rem;
        align-items: flex-start;
    }
    .legacy-scope .timeline-animation{
        margin: 0 auto;
    }
}
.legacy-scope .intro,
.legacy-scope .client-logos,
.legacy-scope .pillars-section,
.legacy-scope .stats-section,
.legacy-scope .contact-section,
.legacy-scope .content-development-intro,
.legacy-scope .content-types,
.legacy-scope .valueProp-video,
.legacy-scope .valueProp-stats,
.legacy-scope .contact-sales{
    padding: 5rem 0;
}
@media (max-width: 1000px) {
    .legacy-scope .intro,
    .legacy-scope .client-logos,
    .legacy-scope .pillars-section,
    .legacy-scope .stats-section,
    .legacy-scope .contact-section,
    .legacy-scope .content-development-intro,
    .legacy-scope .content-types{
        padding: 3rem 0;
    }
}
.legacy-scope .card--featured-roles{
    position: relative;
}
.legacy-scope .btn--all-openings{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.legacy-scope .card--featured-roles .card__body{
    display: flex;
    overflow-x: scroll;
    gap: 24px;
    align-items: stretch;
    padding: 0 1.5rem;
    margin: 1rem 0 0 0;
}
.legacy-scope .card--featured-roles .card__header{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.legacy-scope .next_prev_buttons{
    display: inline-flex;
    gap: .5rem;
}
.legacy-scope .card--role{
    display: flex;
    flex: 0 0 auto;
    width: 90%;
    max-width: 640px;
}
.legacy-scope .card--role hr{
    width: 75px;
    background-color: var(--primary-clr-2);
    margin: 1.5rem 0;
}
.legacy-scope .card--role__description p{
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
}
@media all and (max-width: 700px) {
    .legacy-scope .card--featured-roles{
        padding-bottom: calc(35.6px + 3rem) !important;
    }
    .legacy-scope .btn--all-openings{
        position: absolute;
        top: auto;
        right: auto;
        bottom: 1.5rem;
        left: 1.5rem;
    }
}
.legacy-scope .culture-values-vision-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.legacy-scope .culture-values-vision-section .card__thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.legacy-scope .culture-values-vision-section .card--thumb-side .card__copy,
.legacy-scope .culture-values-vision-section .card--thumb-top .card__copy{
    padding: 3rem;
}
.legacy-scope .culture-values-vision-section .card--thumb-side{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.legacy-scope .culture-values-vision-section .card--thumb-side .card__thumbnail{
    flex: 1 1 600px;
    width: 600px;
}
.legacy-scope .culture-values-vision-section .card--thumb-side .card__copy{
    flex: 1 2 200px;
    padding: 3rem;
}
.legacy-scope .culture-values-vision-section .card--thumb-top{
    display: grid;
    grid-template-rows: auto 1fr;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.legacy-scope .culture-values-vision-section .card--thumb-top .card__thumbnail{
    height: auto;
}
.legacy-scope .culture-values-vision-section .card--thumb-top .card__copy{
    text-align: center;
}
.legacy-scope .col-span-2{
    grid-column: 1/3;
}
.legacy-scope .culture-values-vision-section .modal .btn-close{
    position: absolute;
    right: 1rem;
}
.legacy-scope .culture-values-vision-section .modal h2{
    color: var(--primary-clr-1);
}
.legacy-scope .culture-values-vision-section .modal h2 span{
    color: var(--primary-clr-2);
}
.legacy-scope .culture-values-vision-section .modal .callout{
    padding: 1rem;
    background-color: #F3F9E6;
    border-radius: .35rem;
}
@media (max-width: 1120px) {
    .legacy-scope .culture-values-vision-section .card--thumb-side .card__thumbnail,
    .legacy-scope .culture-values-vision-section .card--thumb-side .card__copy{
        flex: 1 1 100%;
        height: auto;
    }
    .legacy-scope .culture-values-vision-section .card--thumb-side .card__thumbnail{
        max-height: 400px;
        object-position: top center;
    }
}
@media all and (max-width: 900px) {
    .legacy-scope .culture-values-vision-section .card--thumb-top{
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column: 1/3;
    }
}
@media all and (max-width: 750px) {
    .legacy-scope .culture-values-vision-section .card--thumb-top{
        grid-template-columns: 2fr 1fr;
    }
}
@media all and (max-width: 700px) {
    .legacy-scope .culture-values-vision-section .card--thumb-top{
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr;
    }
}
.legacy-scope #accordionBenefits .accordion-item{
    background-color: var(--primary-clr-1);
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: .5rem;
}
.legacy-scope #accordionBenefits .accordion__flex-wrapper{
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}
.legacy-scope #accordionBenefits .icon{
    flex: 0 0 auto;
}
.legacy-scope #accordionBenefits .accordion__copy{
    flex: 1 1 auto;
}
.legacy-scope #accordionBenefits .accordion__copy *{
    color: white;
}
.legacy-scope #accordionBenefits .accordion__copy p{
    margin-bottom: .5rem;
}
.legacy-scope #accordionBenefits .accordion-button,
.legacy-scope #accordionBenefits .accordion-body{
    background-color: #1867A5;
    color: white;
}
.legacy-scope #accordionBenefits .accordion-button{
    text-align: center;
    justify-content: center;
    transition: .2s ease-in-out;
}
.legacy-scope #accordionBenefits .accordion-body{
    padding: 1rem 3rem 3rem 3rem;
}
.legacy-scope #accordionBenefits .accordion-button *,
.legacy-scope #accordionBenefits .accordion-body *{
    color: white;
}
.legacy-scope #accordionBenefits .accordion-body p a{
    color: var(--primary-clr-2);
}
.legacy-scope #accordionBenefits .accordion-body hr{
    opacity: .25;
    width: 75px;
    margin: 1rem 0;
}
.legacy-scope #accordionBenefits .accordion-button:not(.collapsed){
    color: var(--primary-clr-2);
    box-shadow: none;
    background-color: #1867A5;
    text-decoration: underline;
}
.legacy-scope #accordionBenefits .accordion-button:hover{
    color: var(--primary-clr-2);
    text-decoration: underline;
    transition: .2s ease-in-out;
}
.legacy-scope #accordionBenefits .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    margin-left: .5rem;
    transition: .2s ease-in-out;
}
.legacy-scope #accordionBenefits .accordion-button:not(.collapsed)::after,
.legacy-scope #accordionBenefits .accordion-button:hover::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A6CE3C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: .2s ease-in-out;
}
.legacy-scope .benefits-section .sticky-top{
    z-index: 1010;
    top: calc(80px + 3rem);
}
@media all and (max-width: 700px) {
    .legacy-scope #accordionBenefits .accordion__flex-wrapper{
        flex-direction: column;
    }
}
.legacy-scope .hero__subpage{
    width: 100%;
    height: 40vw;
    background-color: #1958b7;
    max-height: 400px;
    max-height: 300px;
    min-height: 230px;
}
.legacy-scope .hero__subpage h1{
    font-weight: 300;
    letter-spacing: .2px;
    font-size: 2.5rem;
    color: white;
    margin-bottom: .5rem;
}
.legacy-scope .hero__inner-wrapper{
    position: relative;
    display: flex;
    height: 100%;
}
.legacy-scope .hero__text{
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.legacy-scope .hero__text-inner{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    padding: 3rem 0;
}
.legacy-scope .hero__text .section-heading{
    color: white;
    margin-bottom: .5rem;
}
.legacy-scope .hero__solutions-subpages h1{
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.legacy-scope .hero__solutions-subpages p{
    font-size: 2.5rem;
    line-height: 1.2;
}
.legacy-scope .hero__bg-graphics{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.legacy-scope .hero__graphic{
    position: absolute;
    z-index: 2;
    height: 37vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-height: 326px;
    max-height: 500px;
}
.legacy-scope .hero__bg-graphics .container-fluid{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.legacy-scope .hero__bg{
    height: 100%;
    width: auto;
    z-index: 1;
    position: absolute;
    right: 0;
}
.legacy-scope .hero__bg img{
    object-fit: cover;
    object-position: center right;
    height: 100%;
    width: auto;
}
.legacy-scope .hero__bg::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(25, 88, 183), rgba(0, 0, 0, 0) 50%);
}
.legacy-scope .hero__specialties .hero__graphic{
    height: 77vw;
    right: -140px;
    right: -100px;
    top: 50%;
    max-height: 650px;
    max-height: 550px;
}
.legacy-scope .hero__content-development .hero__graphic{
    height: 60vw;
    max-height: 590px;
    max-height: 450px;
    right: -70px;
    right: 0px;
}
.legacy-scope .hero__market-amp .hero__graphic{
    height: 48vw;
    right: -60px;
    top: 53%;
    max-height: 520px;
    max-height: 410px;
    right: 40px;
}
.legacy-scope .hero__event-engage .hero__graphic{
    right: 20px;
    top: 53%;
    max-height: 420px;
    right: 40px;
}
.legacy-scope .hero__event-engage .hero__text-inner{
    max-width: 550px;
}
.legacy-scope .hero__datainsights .hero__graphic{
    right: -100px;
    top: 55%;
    max-height: 400px;
    right: -30px;
}
.legacy-scope .hero__datainsights .hero__text-inner{
    max-width: 400px;
}
.legacy-scope .hero__hosted-platform .hero__graphic{
    top: 64%;
    height: 48vw;
    right: -90px;
    right: -70px;
    max-height: 540px;
    max-height: 440px;
}
.legacy-scope .hero__press-release .hero__graphic{
    top: 56%;
}
.legacy-scope .hero__blog .hero__graphic{
    max-height: 260px;
    min-height: 150px;
    top: 53%;
    right: 45px;
}
@media (max-width: 768px) {
    .legacy-scope .hero__subpage{
        height: auto;
        max-height: 100%;
    }
    .legacy-scope .hero__text{
        justify-content: flex-start;
    }
    .legacy-scope .hero__text-inner{
        width: auto;
        padding-bottom: 480px;
        max-width: 100% !important;
    }
    .legacy-scope .hero__graphic{
        height: auto;
        top: auto;
        transform: translate(-50%, 0);
        width: 550px;
        bottom: -40px;
        left: 50%;
        max-width: 1000px;
    }
    .legacy-scope .hero__bg::after{
        background-image: linear-gradient(to bottom, rgb(25, 88, 183), rgba(0, 0, 0, 0) 60%);
    }
    .legacy-scope .hero__specialties .hero__graphic{
        height: auto;
        right: 0;
        top: auto;
        max-height: 100%;
        bottom: -210px;
        width: 610px;
    }
    .legacy-scope .hero__content-development .hero__graphic{
        height: auto;
        max-height: 600px;
        bottom: -80px;
        width: 650px;
    }
    .legacy-scope .hero__market-amp .hero__graphic{
        width: 540px;
        bottom: -75px;
        max-height: 100%;
        height: auto;
        right: auto;
        top: auto;
    }
    .legacy-scope .hero__event-engage .hero__graphic{
        left: 52%;
        top: auto;
        bottom: -60px;
    }
    .legacy-scope .hero__datainsights .hero__graphic{
        width: 720px;
        bottom: -60px;
        left: 48%;
        top: auto;
    }
    .legacy-scope .hero__hosted-platform .hero__graphic{
        top: auto;
        height: auto;
        right: auto;
        max-height: 100%;
        left: 64%;
        bottom: -115px;
    }
    .legacy-scope .hero__press-release .hero__graphic{
        width: 100%;
        max-width: 460px;
        max-height: 420px;
        top: auto;
        left: auto;
        right: 0;
        transform: none;
    }
    .legacy-scope .hero__blog .hero__graphic{
        max-height: none;
        min-height: auto;
        top: auto;
        bottom: 10px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 75vw;
        max-width: 550px;
    }
    .legacy-scope .hero__blog .hero__text-inner{
        padding-bottom: 55vw;
    }
}
.legacy-scope .subhero-callouts{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
}
.legacy-scope .subhero-callouts .subhero-callouts__stat{
    line-height: 1;
    font-size: 1rem;
    break-inside: avoid-column;
    margin-bottom: 0;
}
.legacy-scope .btn-close{
    background: transparent;
    right: var(--bs-modal-padding);
    position: absolute;
}
.legacy-scope #pdfGateModal .hbspt-form{
    padding: 0;
    border: 0px solid transparent;
    margin-top: 1.5rem;
}
.legacy-scope .card__knockout{
    background: transparent;
    border: 1px solid white;
}
.legacy-scope .story-card{
    height: 100%;
}
.legacy-scope .story-card img{
    max-width: 200px;
    margin: 0 auto 1.5rem auto;
}
.legacy-scope .rotating-quotes{
    position: relative;
}
.legacy-scope .rotating-quotes .swiper-slide{
    display: table-cell;
}
.legacy-scope .card__quote{
    display: table;
    background-color: white;
    border-radius: 0.35rem;
    border: 1px solid var(--secondary-clr-1-50);
    height: 100%;
}
.legacy-scope .quote__author{
    text-align: left;
    padding: 2rem 2rem 0rem 2rem;
    vertical-align: top;
}
.legacy-scope .quote__quotegraphic{
    position: absolute;
    left: 15px;
    top: 15px;
}
.legacy-scope .quote__name{
    margin-bottom: 0;
}
.legacy-scope .quote__text{
    text-align: left;
    margin-bottom: 0;
    padding: 2rem 2rem;
    vertical-align: bottom;
    font-size: 1.125rem;
}
.legacy-scope .hero__pubs .hero__graphic{
    max-height: 400px;
    max-height: 300px;
    height: 26vw;
    min-height: 200px;
    top: 53%;
    right: 20px;
}
@media (max-width: 768px) {
    @media (max-width: 768px) {
        .legacy-scope .hero__pubs .hero__text-inner{
            padding-bottom: 56vw;
        }
        .legacy-scope .hero__pubs .hero__graphic{
            max-height: 100%;
            height: auto;
            min-height: 0;
            top: auto;
            width: 100%;
            bottom: 0;
        }
    }
}
.legacy-scope .pubs-section{
    padding: 3px;
}
.legacy-scope .pubs-section-eu{
    padding: 1.5rem 0;
}
.legacy-scope .dropdown.dropdown--location,
.legacy-scope .dropdown.dropdown--location:hover{
    text-decoration: none;
}
.legacy-scope .dropdown--location .dropdown-toggle{
    display: flex;
    align-items: center;
    color: var(--secondary-gray-70);
    font-size: .875rem;
}
.legacy-scope .dropdown--location .dropdown-toggle .fill--clr-1{
    fill: var(--secondary-gray-50);
}
.legacy-scope .dropdown--location .dropdown-toggle:hover{
    color: var(--primary-clr-1);
}
.legacy-scope .dropdown--location .dropdown-toggle:hover .fill--clr-1{
    fill: var(--primary-clr-1);
}
.legacy-scope .umbrella-nav .dropdown--location:hover .dropdown-toggle::after{
    color: var(--primary-clr-1);
}
    @media (max-width: 768px) {
        .legacy-scope .location-popup .modal-dialog{
            width: 95vw;
        }
        .legacy-scope .location-popup .modal-content{
            background-position: top right;
            background-size: 100%;
        }
        .legacy-scope .location-popup .modal-body{
            background: linear-gradient(0deg, #FFF 30%, rgba(255, 255, 255, 0.75) 51%, rgba(255, 255, 255, 0.00) 100%);
            padding: 1.5rem;
        }
        .legacy-scope .location-popup .modal-inner-wrapper{
            justify-content: flex-end;
        }
    }
    .legacy-scope .pubs-section__grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
        grid-gap: 3px;
    }
    .legacy-scope .pubs-section__grid-eu{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-gap: .5rem;
    }
    .legacy-scope .pub-tile{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 320px;
        padding: 2rem 3rem;
        overflow: hidden;
        position: relative;
        background-color: var(--primary-clr-1);
    }
    .legacy-scope .pub-tile-eu{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 320px;
        padding: 3rem 3rem 2rem 3rem;
        overflow: hidden;
        position: relative;
        background-color: var(--primary-clr-1);
        border-radius: .35rem;
        text-decoration: none;
    }
    .legacy-scope a.pub-tile{
        text-decoration: none;
    }
    .legacy-scope .pub-tile__logo-spec{
        display: flex;
        flex-direction: column;
        opacity: 1;
        transition: all .5s ease-in-out;
        z-index: 2;
    }
    .legacy-scope .pub-tile-eu .pub-tile__logo-spec{
        justify-content: center;
        align-items: center;
    }
    .legacy-scope .pub-tile:hover>.pub-tile__logo-spec{
        opacity: 0;
        transition: all .25s ease-in-out;
    }
    .legacy-scope .pub-tile-eu:hover>.pub-tile__logo-spec{
        opacity: 1;
    }
    .legacy-scope .pub-tile__spec{
        margin: 0 auto 1.65rem auto;
        text-align: center;
        padding-bottom: 1.125rem;
        border-bottom: 2px solid white;
        color: white;
        font-weight: 600;
    }
    .legacy-scope .pub-tile-eu .pub-tile__spec{
        margin: 0 auto 1.65rem auto;
        text-align: center;
        padding: 1rem 1rem .5rem 1rem;
        border: 1px solid white;
        color: white;
        font-weight: 300;
        border-radius: .35rem;
        border-top: 0;
        position: absolute;
        top: -.5rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: hsl(206 73 17 / 50%);
        color: white;
        transition: all .25s ease-in-out;
    }
    .legacy-scope .pub-tile-eu:hover>.pub-tile__logo-spec .pub-tile__spec{
        background-color: white;
        color: var(--dark);
        transition: all .25s ease-in-out;
    }
    .legacy-scope .pub-tile__logo{
        max-width: 350px;
        filter: drop-shadow(0px 0px 20px rgba(12, 47, 75, 1));
    }
    .legacy-scope .pub-tile__hover-content{
        position: absolute;
        top: 110%;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        align-items: center;
        justify-content: center;
        opacity: 0;
        z-index: 2;
        transition: all .4s ease-in-out;
    }
    .legacy-scope .pub-tile:hover>.pub-tile__hover-content{
        top: 0;
        opacity: 1;
        transition: all .4s ease-in-out;
    }
    .legacy-scope .pub-tile.pub-tile-eu:hover>.pub-tile__hover-content{
        top: auto;
        opacity: 0;
    }
    .legacy-scope .pub-tile__hover-content__btn{
        color: var(--dark);
        background-color: var(--primary-clr-2);
        padding: 5px 10px;
        border-radius: .35rem;
        text-decoration: none;
        font-weight: 400;
        filter: drop-shadow(0px 0px 35px rgba(12, 47, 75, .75));
        transition: all .2s ease-in-out;
    }
    .legacy-scope .pub-tile__hover-content__btn:hover{
        color: var(--primary-clr-1);
        text-decoration: none;
        background-color: white;
        transition: all .2s ease-in-out;
    }
    .legacy-scope .pub-tile__bg{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .legacy-scope .pub-tile__bg img{
        opacity: .5;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
    }
    .legacy-scope .pub-tile:hover>.pub-tile__bg img{
        opacity: .125;
        transform: scale(1.075);
        transition: all .25s ease-in-out;
    }
    .legacy-scope .pub-tile__adan .pub-tile__logo{
        max-width: 280px;
    }
    .legacy-scope .pub-tile__compendium .pub-tile__logo{
        max-width: 310px;
    }
    .legacy-scope .pub-tile__id .pub-tile__logo{
        max-width: 290px;
    }
    .legacy-scope .pub-tile__idh .pub-tile__logo{
        max-width: 350px;
    }
    .legacy-scope .pub-tile__idt .pub-tile__logo{
        max-width: 180px;
    }
    .legacy-scope .pub-tile__ndn .pub-tile__logo{
        max-width: 300px;
    }
    .legacy-scope .pub-tile__tap .pub-tile__logo{
        max-width: 350px;
    }
    .legacy-scope .pub-tile__jadpro .pub-tile__logo{
        max-width: 270px;
    }
    .legacy-scope .pub-tile__jnccn .pub-tile__logo{
        max-width: 240px;
    }
    .legacy-scope .pub-tile__cp .pub-tile__logo{
        max-width: 230px;
    }
    .legacy-scope .pub-tile__gp .pub-tile__logo{
        max-width: 230px;
    }
    .legacy-scope .pub-tile__nrp .pub-tile__logo{
        max-width: 270px;
    }
    .legacy-scope .pub-tile__oasc .pub-tile__logo{
        max-width: 320px;
    }
    .legacy-scope .pub-tile__ophpro .pub-tile__logo{
        max-width: 310px;
    }
    .legacy-scope .pub-tile__top .pub-tile__logo{
        max-width: 320px;
    }
    .legacy-scope .pub-tile__ophman .pub-tile__logo{
        max-width: 280px;
    }
    .legacy-scope .pub-tile__rp .pub-tile__logo{
        max-width: 200px;
    }
    .legacy-scope .pub-tile__cls .pub-tile__logo{
        max-width: 300px;
    }
    .legacy-scope .pub-tile__eb .pub-tile__logo{
        max-width: 130px;
    }
    .legacy-scope .pub-tile__tno .pub-tile__logo{
        max-width: 300px;
    }
    .legacy-scope .pub-tile__optman .pub-tile__logo{
        max-width: 300px;
    }
    .legacy-scope .pub-tile__pp .pub-tile__logo{
        max-width: 250px;
    }
    .legacy-scope .pub-tile__tas .pub-tile__logo{
        max-width: 350px;
    }
    .legacy-scope .pub-tile__tcs .pub-tile__logo{
        max-width: 340px;
    }
    .legacy-scope .pub-tile__idtrans .pub-tile__logo{
        max-width: 280px;
    }
    .legacy-scope .pub-tile__tmm .pub-tile__logo{
        max-width: 300px;
    }
    .legacy-scope .pub-tile__tp .pub-tile__logo{
        max-width: 240px;
    }
    .legacy-scope .pub-tile__tts .pub-tile__logo{
        max-width: 290px;
    }
.legacy-scope .section--feat_specialties .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
}
.legacy-scope .section--feat_specialties .card{
    background-color: var(--primary-clr-1);
    overflow: hidden;
}
.legacy-scope .section--feat_specialties .card__description{
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.5rem;
}
.legacy-scope .card--stacked-promo{
    width: 100%;
}
.legacy-scope .section--feat_specialties .btn-container{
    background-color: #082557;
}
.legacy-scope .card--stacked-promo .card__body{
    padding: min(1.5em, 25%) min(1.5em, 25%) 0 min(1.5em, 25%);
}
.legacy-scope .section--feat_specialties .next_prev_buttons{
    display: none;
}
.legacy-scope .section--feat_specialties .modal .modal__thumbnail{
    padding: 0;
}
.legacy-scope .section--feat_specialties .modal .modal-content{
    min-height: 0;
    max-height: 100%;
}
.legacy-scope .section--feat_specialties .modal .modal__thumbnail-img{
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.legacy-scope .ourspecialties{
    padding: 2rem 0;
}
.legacy-scope .ourspecialties__grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    grid-gap: 1.5rem;
}
.legacy-scope .ourspecialties__tile{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-color: white;
    border-radius: .35rem;
    overflow: hidden;
}
.legacy-scope .ourspecialties__tile p{
    font-size: 0.875rem;
}
.legacy-scope .ourspecialties__tile-image{
    width: 100%;
    height: 100%;
    position: relative;
}
.legacy-scope .ourspecialties__tile-image::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgb(27, 117, 188) 1%, rgba(27, 117, 188, 0.1) 80%);
}
.legacy-scope .ourspecialties__tile-image img{
    opacity: .75;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out
}
.legacy-scope .ourspecialties__tile-copy{
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.legacy-scope .discoversolutions{
    text-align: center;
}
@media (max-width: 1275px) {
    .legacy-scope .section--feat_specialties .grid{
        display: flex;
        overflow-x: scroll;
        width: 100%;
    }
    .legacy-scope .section--feat_specialties .next_prev_buttons{
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .legacy-scope .card--stacked-promo{
        flex: 0 0 auto;
        max-width: 300px;
        width: 90%;
    }
}
@media (max-width: 1250px) {
    .legacy-scope .oursepcialties__tile{
        grid-template-columns: 1fr;
        grid-template-rows: 250px 1fr;
    }
    .legacy-scope .oursepcialties__tile-image::after{
        background-image: linear-gradient(to top, rgb(27, 117, 188) 1%, rgba(27, 117, 188, 0.1) 80%);
    }
    .legacy-scope .oursepcialties__tile-copy{
        padding: 0 2rem 2rem 2rem;
    }
}
@media (max-width: 1022px) {
    .legacy-scope .oursepcialties__tile{
        grid-template-columns: 225px 1fr;
        grid-template-rows: 1fr;
    }
    .legacy-scope .oursepcialties__tile-image::after{
        background-image: linear-gradient(to left, rgb(27, 117, 188) 1%, rgba(27, 117, 188, 0.1) 80%);
    }
    .legacy-scope .oursepcialties__tile-copy{
        padding: 2rem 2rem 2rem 0;
    }
}
@media (max-width: 900px) {
    .legacy-scope .section--feat_specialties .modal .modal-dialog{
        max-width: 500px;
        margin: 0 auto;
    }
    .legacy-scope .section--feat_specialties .modal .modal-content{
        max-width: 100%;
        margin: 0 auto;
    }
    .legacy-scope .section--feat_specialties .modal .modal-body{
        grid-template-rows: auto auto;
    }
    .legacy-scope .section--feat_specialties .modal .modal-body__copy{
        overflow-y: visible;
    }
}
@media (max-width: 660px) {
    .legacy-scope .ourspecialties__grid{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .legacy-scope .oursepcialties__tile{
        grid-template-columns: 1fr;
        grid-template-rows: 250px 1fr;
    }
    .legacy-scope .oursepcialties__tile-image::after{
        background-image: linear-gradient(to top, rgb(27, 117, 188) 1%, rgba(27, 117, 188, 0.1) 80%);
    }
    .legacy-scope .oursepcialties__tile-image img{
        object-position: center center;
    }
    .legacy-scope .oursepcialties__tile-copy{
        padding: 0 2rem 2rem 2rem;
    }
}
.legacy-scope .solutions-tiles{
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding: 0 3px 3px 3px;
}
.legacy-scope .solutions-tiles__tile{
    display: flex;
    flex: 1 1 260px;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    padding: 2rem 3rem;
    overflow: hidden;
    position: relative;
    background-color: var(--primary-clr-1);
}
.legacy-scope a.solutions-tiles__tile{
    text-decoration: none;
}
.legacy-scope .solutions-tiles__tile-text{
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all .5s ease-in-out;
    text-align: center;
    z-index: 2;
}
.legacy-scope .solutions-tiles__tile:hover>.solutions-tiles__tile-text{
    opacity: 0;
    transition: all .25s ease-in-out;
}
.legacy-scope .solutions-tiles__tile-hover-text{
    position: absolute;
    top: 110%;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all .4s ease-in-out;
}
.legacy-scope .solutions-tiles__tile:hover>.solutions-tiles__tile-hover-text{
    top: 0;
    opacity: 1;
    transition: all .4s ease-in-out;
}
.legacy-scope .solutions-tiles__tile-hover-text .btn{
    filter: drop-shadow(0px 0px 35px rgba(12, 47, 75, .75));
}
.legacy-scope .solutions-tiles_tile-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.legacy-scope .solutions-tiles_tile-bg img{
    opacity: .75;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
}
.legacy-scope .section--solutions .card{
    position: relative;
    overflow: hidden;
}
.legacy-scope .section--solutions .card .card__body{
    position: relative;
    z-index: 2;
}
@media (max-width: 1320px) {}
.legacy-scope .green-topper-rule{
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--primary-clr-2);
    border: none;
    opacity: 1;
}
.legacy-scope .content-development-intro p,
.legacy-scope .content-development-intro .embed-container{
}
.legacy-scope .content-types__container{
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}
.legacy-scope .content-types__type{
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 1.5rem;
    align-items: center;
    min-width: 350px;
    max-width: 400px;
}
@media (max-width: 1100px) {
    .legacy-scope .section--video .grid--12col__1-7{
        grid-column: 1/6;
    }
    .legacy-scope .section--video .grid--12col__7-13{
        grid-column: 6/13;
    }
}
@media (max-width: 992px) {
    .legacy-scope .section--video .grid--12col__1-7{
        grid-column: 1/13;
    }
    .legacy-scope .section--video .grid--12col__7-13{
        grid-column: 1/13;
    }
}
.legacy-scope .card--content-types{
    position: relative;
}
.legacy-scope .card--content-types .card__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.legacy-scope .card--content-types>.card__body{
    display: flex;
    overflow-x: scroll;
    gap: 24px;
    align-items: stretch;
    padding: 0 3rem;
    margin: 1rem 0 0 0;
}
.legacy-scope .card--content-types .card{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 90%;
    max-width: 450px;
    overflow: hidden;
}
.legacy-scope .card--content-types .card .card__body{
    position: relative;
    z-index: 3;
}
.legacy-scope .card--content-types .card::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.75) 23.32%, rgba(255, 255, 255, 0.95) 40%, #FFF 100%);
}
.legacy-scope .card--content-types .card>img{
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 350px;
    max-width: none;
    z-index: 1;
}
.legacy-scope .market-amp-banner{
background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/pgsh2qx5/market-amp-gradient.png");
background-size: cover;
background-position: center center;
padding: 1rem 10px;
text-align: center;
}
.legacy-scope .event-engagement-banner{
background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/pgsh2qx5/market-amp-gradient.png");
background-size: cover;
background-position: center center;
padding: 1rem 10px;
text-align: center;
overflow: hidden;
height: 25vw;
display: grid;
align-content: center;
justify-content: center;
}
.legacy-scope .eventengagement-vid-section{
    text-align: center;
}
.legacy-scope .eventengagement-vid{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: .25rem;
}
.legacy-scope .eventengagement-vid .jwplayer{
    border-radius: .25rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.legacy-scope .section--dxp-features .flex{
    display: flex;
    overflow-x: scroll;
    gap: 1.5rem;
    align-items: stretch;
    padding: .5rem 1.5rem .75rem 1.5rem;
    justify-content: left;
    margin: 0 auto;
    max-width: max-content;
}
.legacy-scope .section--dxp-features .card{
    display: flex;
    flex: 0 0 auto;
    width: 325px;
    max-width: 325px;
    min-height: 400px;
    overflow: hidden;
    border-radius: 1.5rem;
    position: relative;
    bottom: 0;
    transform: scale(1);
    transition: .2s ease-in-out;
}
.legacy-scope .section--dxp-features .card:hover{
    bottom: 3px;
    transform: scale(1.01);
    text-decoration: none !important;
    transition: .2s ease-in-out;
}
.legacy-scope .section--dxp-features .card .card__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.legacy-scope .section--dxp-features .card .card__title{
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    transition: .2s ease-in-out;
}
.legacy-scope .section--dxp-features .card:hover .card__title{
    color: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .section--dxp-features .card .btn{
    position: relative;
    bottom: -5rem;
    transition: .2s ease-in-out;
}
.legacy-scope .section--dxp-features .card:hover .btn{
    bottom: 0;
    transition: .2s ease-in-out;
}
.legacy-scope .card--image-bg>*{
    position: relative;
    z-index: 2;
}
.legacy-scope .card--image-bg .bg-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.legacy-scope .bg-image img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .25s ease-in-out;
}
.legacy-scope .data-insights-banner{
background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/zr4kdxcm/data-insights-banner-bg.png");
background-size: cover;
background-position: center center;
}
.legacy-scope .data-insight-tool{
    max-width: 280px;
    margin: 0 auto;
}
.legacy-scope .hosted-platform-mockup{
    position: relative;
}
.legacy-scope .hosted-platform-mockup>img{
    position: relative;
    right: -11%;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    padding: 2rem 0;
}
.legacy-scope .hosted-platform-banner__text{
    font-size: 1rem;
    padding: 2rem 2rem 2rem 5rem;
}
.legacy-scope .hosted-platform-mockup-bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.legacy-scope .hosted-platform-mockup-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 768px) {
    .legacy-scope .hosted-platform-mockup>img{
        right: auto;
    }
    .legacy-scope .hosted-platform-banner__text{
        padding: 2rem 1rem;
    }
}
.legacy-scope .hero__team .hero__graphic{
    height: 32vw;
    top: 62%;
    transform: translateY(-52%);
    min-height: 250px;
    max-height: 430px;
}
@media (max-width: 768px) {
    .legacy-scope .hero__team .hero__text-inner{
        padding-bottom: 300px;
    }
    .legacy-scope .hero__team .hero__graphic{
        height: auto;
        top: auto;
        transform: translate(-50%, 0);
        width: 550px;
        bottom: -40px;
        left: 50%;
        max-width: 1000px;
    }
}
.legacy-scope .team-section__grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 2.5rem;
    transition: .2s ease-in-out;
}
.legacy-scope .team-section__item{
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 1rem;
    align-items: top;
    transition: .2s ease-in-out;
}
.legacy-scope .team-section__thumb{
    position: relative;
    border-radius: .35rem;
    aspect-ratio: 1/1;
    transition: .2s ease-in-out;
}
.legacy-scope .team-section__thumb::after{
    display: none;
    content: '';
    background: radial-gradient(141.42% 141.42% at 100% 0%, rgba(19, 91, 144, 0.00) 55%, rgba(19, 91, 144, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: .35rem;
}
.legacy-scope .team-section__thumb img{
    border-radius: .35rem;
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
    transition: .2s ease-in-out;
}
.legacy-scope .team-section__item-copy{
    color: var(--dark);
    font-size: 1.125rem;
    align-content: center;
    transition: .2s ease-in-out;
}
.legacy-scope .team-section__item-title{
    font-size: 1.35rem;
    margin-bottom: 0;
}
@media all and (max-width: 850px) {
    .legacy-scope .team-section__grid{
        grid-template-columns: 1fr 1fr;
        transition: .2s ease-in-out;
    }
    .legacy-scope .team-section__item{
        grid-template-columns: 200px;
        grid-template-rows: 200px auto;
        transition: .2s ease-in-out;
    }
}
@media all and (max-width: 600px) {
    .legacy-scope .team-section__grid{
        grid-template-columns: 1fr;
        transition: .2s ease-in-out;
    }
    .legacy-scope .team-section__item{
        grid-template-columns: 180px auto;
        grid-template-rows: auto;
        transition: .2s ease-in-out;
    }
}
.legacy-scope .p-c-container{
    position: relative;
}
.legacy-scope #ourClients,
.legacy-scope #ourPartners{
    background-color: white;
}
.legacy-scope .p-c-sub-nav{
    display: none;
    text-align: center;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.legacy-scope .p-c-sub-nav .position-relative{
    height: 100%;
}
.legacy-scope .p-c-sub-nav__container{
    position: sticky;
    top: 80px;
    background-color: var(--primary-clr-1);
    ;
    border-bottom: 1px solid var(--secondary-clr-1-25);
}
.legacy-scope .p-c-sub-nav__grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1.5rem;
    justify-content: center;
}
.legacy-scope .p-c-sub-nav__link{
    color: white;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.legacy-scope .p-c-sub-nav__link:hover{
    color: var(--primary-clr-2);
    text-decoration: none;
}
.legacy-scope .p-c-section{
    position: relative;
}
.legacy-scope .p-c-section>*{
    position: relative;
    z-index: 2;
}
.legacy-scope .p-c-section__grid{
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 3rem;
}
.legacy-scope .p-c-section__text-container{
    display: block;
    position: sticky;
    top: 7.125rem;
    height: auto;
}
.legacy-scope .p-c-section__logo-col{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 3rem;
}
.legacy-scope .p-c-section__logo{
border-radius: .35rem;
overflow: hidden;
}
@media all and (max-width: 835px) {
    .legacy-scope .p-c-sub-nav{
        display: block;
    }
    .legacy-scope .nav-active .animated-underline{
        background-size: 100% 2px;
        color: inherit;
    }
    .legacy-scope .p-c-section__grid{
        grid-template-columns: 1fr;
    }
    .legacy-scope #ourPartners .p-c-section__grid{
        padding-top: 50px;
    }
    .legacy-scope #ourClients{
        scroll-margin-top: 135px;
    }
}
@media all and (max-width: 700px) {
    .legacy-scope .p-c-section__logo-col{
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        grid-gap: 1.5rem;
    }
}
.legacy-scope .press-release-section{
    background-color: white;
}
.legacy-scope .press-release-section .subpage-list{
    margin: 0 auto;
    max-width: 1041px;
}
.legacy-scope .press-release-section .subpage-list .list-item:last-child{
    border-bottom: 0px;
}
.legacy-scope .subpage-list article{
    margin-top: 2rem;
    padding: 0;
}
.legacy-scope .subpage-list .list-item,
.legacy-scope .subpage-list .thumb-text-grid,
.legacy-scope .list-page .thumb-text-grid{
    display: flex;
    margin-top: 2rem;
    padding: 0 0 .5rem 0;
    border-bottom: 1px solid var(--secondary-clr-1-50);
    align-items: flex-start;
    overflow: auto;
    grid-gap: 0;
}
.legacy-scope .subpage-list article .card-copy,
.legacy-scope .subpage-list article .card__copy,
.legacy-scope .subpage-list .thumb-text-grid .card-copy,
.legacy-scope .subpage-list .thumb-text-grid .card__copy,
.legacy-scope .list-page .thumb-text-grid .card-copy{
    width: 100%;
    order: 1;
    margin-bottom: 1.5rem;
}
.legacy-scope .subpage-list .thumb-text-grid:last-child{
    margin: 1.5rem 0 0 0;
}
.legacy-scope .subpage-list article h2{
    color: var(--dark);
}
.legacy-scope .subpage-list .card-copy h2,
.legacy-scope .subpage-list .card-copy h3{
    font-size: 1.25rem;
}
.legacy-scope article p{
    color: var(--dark);
}
.legacy-scope .subpage-list article .list-thumb,
.legacy-scope .thumb-text-grid .thumb-image{
    order: 2;
    margin: 0 0 1.5rem 1.5rem;
    max-width: 300px;
}
.legacy-scope .subpage-list article .pod-thumb{
    max-width: 200px;
}
.legacy-scope .list-thumb img,
.legacy-scope .thumb-text-grid .thumb-image img{
    border-radius: 0.25rem;
    width: 100%;
    aspect-ratio: 16/9;
    transition: .2s ease-in-out;
}
.legacy-scope .list-thumb:hover img::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--secondary-clr-2);
    background-blend-mode: screen;
    transition: .2s ease-in-out;
}
@media (max-width: 750px) {
    .legacy-scope .subpage-list .list-item,
    .legacy-scope .subpage-list .thumb-text-grid,
    .legacy-scope .article__in-line-promotion .list-item,
    .legacy-scope .list-page .thumb-text-grid{
        display: block;
    }
    .legacy-scope .subpage-list article .list-thumb,
    .legacy-scope .thumb-text-grid .thumb-image,
    .legacy-scope .article__in-line-promotion .list-thumb{
        float: right;
        max-width: 200px;
        transition: .2s ease-in-out;
    }
}
@media (max-width: 550px) {
    .legacy-scope .subpage-list article,
    .legacy-scope .subpage-list .thumb-text-grid{
        display: flex;
        flex-wrap: wrap;
    }
    .legacy-scope .subpage-list article .list-thumb,
    .legacy-scope .article__in-line-promotion .list-thumb,
    .legacy-scope .thumb-text-grid .thumb-image{
        float: none;
        margin: 0 0 1.5rem 0;
        order: 1;
        max-width: 100%;
        transition: .2s ease-in-out;
    }
    .legacy-scope .subpage-list article .card-copy{
        order: 2;
    }
}
.legacy-scope .article-container{
    background-color: white;
    border-radius: 0.35rem;
    border: 1px solid var(--secondary-clr-1-50);
    padding: 3.5rem;
}
.legacy-scope .card.article-container:hover{
    bottom: 0;
    box-shadow: 0 0 0 transparent;
}
.legacy-scope .article-body-grid{
    display: grid;
    grid-template-columns: 30px 1fr;
grid-row-gap: 1.5rem;
position: relative;
}
.legacy-scope .article-body-grid>*{
    min-width: 0;
}
.legacy-scope .article-container img{
    max-width: 100%;
}
.legacy-scope #article-page .sidebar-container{
    display: grid;
    grid-template-rows: auto 1fr;
}
@media (max-width: 1100px) {
    .legacy-scope #article-page .sidebar-container{
        grid-template-rows: auto auto;
    }
}
@media (max-width: 650px) {
    .legacy-scope .article-body-grid{
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
}
.legacy-scope .press-release-article .press-release-article__left-col{
    margin: 0 auto;
    max-width: 1041px;
}
.legacy-scope .back-button{
    display: inline-block;
}
.legacy-scope .back-button a{
    display: block;
    padding: .5rem 0rem;
    color: var(--dark);
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.legacy-scope .back-button:hover a{
    color: var(--primary-clr-1);
    transition: all .2s ease-in-out;
}
.legacy-scope .back-button a::before{
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    font-family: 'Material Icons';
    content: "\e5cb";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: 0;
    position: relative;
    top: 6px;
    opacity: .5;
    transition: all 0.25s ease-in-out;
}
.legacy-scope .back-button:hover a::before{
    color: var(--primary-clr-2);
    opacity: 1;
    transition: all .2s ease-in-out;
}
.legacy-scope .card.article-container{
    padding: 0;
}
.legacy-scope .article-feat-img,
.legacy-scope .article-feat-img img{
    border-radius: .35rem .35rem 0 0;
}
.legacy-scope .article-container .article-header{
    padding: 2rem 3.5rem 0 3.5rem;
}
.legacy-scope .article-container .article-body-grid{
    padding: 2rem 3.5rem;
}
.legacy-scope .article-header{
    border-bottom: 0px;
}
.legacy-scope .content-tag{
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin-bottom: 0.25rem;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}
.legacy-scope .content-tag span{
    margin: 0 0 5px .5rem;
    padding: 0 0 0 .5rem;
    border-left: 1px solid #CCCCCC;
    line-height: 1;
    font-size: inherit;
    break-inside: avoid-column;
    position: relative;
    left: calc(-1rem - 1px);
}
.legacy-scope .article__teaser{
    font-size: 1.125rem;
}
.legacy-scope .authors-list{
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem 0 1.5rem 0;
    line-height: 25px;
    font-size: .65rem;
}
.legacy-scope .author{
    margin: 0 .75rem 0 0;
    line-height: inherit;
    font-size: inherit;
}
.legacy-scope .author .author-name{
    line-height: 25px;
}
.legacy-scope .article-header a.author-name{
    color: var(--dark-50);
    text-decoration: underline;
}
.legacy-scope .article-header a.author-name:hover{
    color: var(--primary-clr-1);
}
.legacy-scope .authors-list p.by-author{
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.legacy-scope .pub-date-issue-page-container{
    display: block;
    overflow: hidden;
    position: relative;
}
.legacy-scope .pub-date-issue-page{
    display: flex;
    flex-wrap: wrap;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .025rem;
    line-height: 1;
    color: #5B5B5B;
    margin-bottom: 1rem;
    position: relative;
    left: calc(-1rem - 1px);
    overflow: hidden;
}
.legacy-scope .pub-date-issue-page span{
    margin: 0 0 5px .5rem;
    padding: 0 0 0 .5rem;
    border-left: 1px solid #CCCCCC;
    line-height: 1;
    font-size: inherit;
    break-inside: avoid-column;
}
.legacy-scope .pub-name{
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark);
}
.legacy-scope .article-container .article-header button{
    line-height: 1;
    font-size: .75rem;
    background-color: transparent;
    color: #5B5B5B;
    border: 1px solid #CCCCCC;
    padding: .25rem .5rem;
}
.legacy-scope .article-container .article-header button:hover{
    background-color: #CCCCCC;
}
.legacy-scope .article-container .article-header .show-all{
    display: none;
}
.legacy-scope .article-container .article-header .show-fewer{
    display: none;
}
.legacy-scope .read-options-bar{
    display: flex;
    gap: .5rem;
    padding: .5rem 0;
    border-top: 1px solid var(--secondary-clr-1-50);
    overflow-x: auto;
    height: 46px;
}
.legacy-scope .read-options-bar__btn{
    font-size: .85rem;
}
.legacy-scope .article-author-date a{
    font-weight: bold;
    color: var(--primary-clr-1);
    text-decoration: none;
    transition: .2s ease-in-out;
}
.legacy-scope .article-author-date a:hover{
    text-decoration: underline;
    transition: .2s ease-in-out;
}
.legacy-scope .article-header__bottom-hr{
    width: 100%;
    opacity: 1;
    margin: 1.5rem auto 0 auto;
    border: 0px;
    height: 1px;
    background-color: var(--secondary-gray-30);
}
@media (max-width: 650px) {
    .legacy-scope .article-container .article-header{
        padding: 2rem 1.5rem 0 1.5rem;
    }
    .legacy-scope .article-container .article-body-grid{
        padding: 0rem 1.5rem 2rem 1.5rem;
    }
}
.legacy-scope .article-aside{
    height: 100%;
    padding: 1.5rem 1.75rem 0 0;
}
.legacy-scope .article-aside .sticky-top{
    position: sticky;
    top: 100px;
    z-index: 1000;
}
.legacy-scope .article-aside .social-icons-container a{
    display: inline-block;
}
.legacy-scope .social-icons{
    margin-bottom: 1rem;
    width: 30px;
}
.legacy-scope .social-icon{
    fill: var(--dark-50);
    transition: .2s ease-in-out;
}
.legacy-scope .social-icons:hover svg path,
.legacy-scope .social-icons:hover svg polygon{
    fill: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
@media (max-width: 650px) {
    .legacy-scope .article-aside .sticky-top{
        top: 0;
    }
    .legacy-scope .article-aside{
        padding: 1rem 1.75rem 0 0;
        border-bottom: 1px solid var(--secondary-gray-30);
    }
    .legacy-scope .article-aside .social-icons-container a{
        margin-right: .5rem;
    }
}
.legacy-scope .article-content{
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin: 0 auto;
    max-width: 750px;
}
.legacy-scope .article-content h2.article__title,
.legacy-scope .article__title,
.legacy-scope .article-content h2{
    font-size: 1.75rem;
    font-family: var(--header-font);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.legacy-scope .article-content h3.article__title,
.legacy-scope .article__title,
.legacy-scope .article-content h3{
    font-size: 1.55rem;
    font-family: var(--header-font);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.legacy-scope .article-content h4{
    font-size: 1.25rem;
    font-family: var(--header-font);
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.legacy-scope .article-content p,
.legacy-scope .article-content li{
    font-size: 1rem;
}
.legacy-scope .article-content p{
    margin-bottom: 1rem;
}
.legacy-scope .article__image_full_width{
    width: 100%;
}
.legacy-scope .article-content figure{
    margin: 0 0 1.5rem 0;
}
.legacy-scope .article__figure.float-left{
    max-width: 350px;
    display: inline-block;
    margin: 0 1rem .25rem 0;
    float: left;
}
.legacy-scope .article__figure.float-left{
    max-width: 350px;
    display: inline-block;
    margin: 0 1rem .25rem 0;
    float: left;
}
.legacy-scope .article-content figure>.fig-img-container{
    display: grid;
    align-items: center;
    width: 100%;
}
.legacy-scope .article-content figure .fig-img-container .fig-img{
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.legacy-scope .article-content figure .fig-img-container>img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.legacy-scope .article-content figure.floating-left .fig-img-container>img,
.legacy-scope .article-content figure.floating-right .fig-img-container>img{
    width: auto;
}
.legacy-scope .article-content figure .fig-img-container .fig-img .expand-overlay{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    padding: .25rem .35rem;
    line-height: 1;
    border-radius: .25rem;
    transition: .2s ease-in-out;
}
.legacy-scope .article-content figure .fig-img-container .fig-img:hover .expand-overlay{
    opacity: 1;
    transition: .2s ease-in-out;
}
.legacy-scope .article-content figure .fig-img-container .fig-img svg{
    width: 15px;
}
.legacy-scope .article-content figure .fig-img-container .fig-img svg path{
    fill: white;
}
.legacy-scope .article-content figure .fig-img-container .fig-img .expand-overlay p{
    margin: 0 0 0 .35rem;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .02rem;
    color: white;
    font-weight: 400;
}
.legacy-scope .article-content figure .fig-img-container .fig-img:hover .expand-overlay:hover svg path,
.legacy-scope .article-content figure .fig-img-container .fig-img:hover .expand-overlay:hover p{
    opacity: .75;
    transition: .2s ease-in-out;
}
.legacy-scope .article-content figure img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 1rem auto;
    border-radius: .35rem;
}
.legacy-scope .article-content figure img:last-child{
    margin: 0 auto 0 auto;
}
.legacy-scope .article-content figcaption,
.legacy-scope .figure__caption,
.legacy-scope .article__caption{
    font-size: .85rem;
    color: #757575;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #D5D5D5;
}
.legacy-scope .article-content figcaption p{
    font-size: .85rem;
    color: #757575;
    margin-bottom: 0;
}
.legacy-scope .article__callout{
    background-color: var(--bg-clr);
    border: 1px solid var(--secondary-clr-1-50);
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem 0;
    border-radius: .35rem;
}
.legacy-scope .article__callout.float-left{
    width: 300px;
    display: inline-block;
    margin: 0 1rem .25rem 0;
    float: left;
}
.legacy-scope .article__callout.float-right{
    width: 300px;
    display: inline-block;
    margin: 0 0 .25rem 1rem;
    float: right;
}
@media (max-width: 750px) {
    .legacy-scope .article__callout.float-left,
    .legacy-scope .article__callout.float-right,
    .legacy-scope .article__figure.float-left,
    .legacy-scope .article__figure.float-right{
        width: 100%;
        max-width: 100%;
        margin: 0 0 1rem 0;
    }
}
.legacy-scope .c-article__callout h2:first-child,
.legacy-scope .c-article__callout h3:first-child,
.legacy-scope .c-article__callout h4:first-child,
.legacy-scope .c-article__callout p:first-child,
.legacy-scope .c-article__callout ul:first-child{
    margin-top: 0;
}
.legacy-scope .article__callout h2:first-child,
.legacy-scope .article__callout h3:first-child,
.legacy-scope .article__callout h4:first-child,
.legacy-scope .article__callout p:first-child,
.legacy-scope .article__callout ul:first-child{
    margin-top: 0;
}
.legacy-scope .article__callout p:last-child,
.legacy-scope .article__callout li:last-child,
.legacy-scope .article__callout ul:last-child{
    margin-bottom: 0;
}
.legacy-scope .article__references__section h3{
    padding-top: 1.5rem;
    border-top: 1px solid #CCC;
    line-height: 1;
    margin-bottom: 1rem;
}
.legacy-scope .article__references li,
.legacy-scope .c-article__references li{
    word-wrap: break-word;
}
.legacy-scope .article__in-line-ad{
    display: inline-block;
    width: 100%;
    border-top: 1px solid var(--secondary-clr-1-50);
    border-bottom: 1px solid var(--secondary-clr-1-50);
    padding: .5rem 0 1rem 0;
    margin: 2rem 0;
}
.legacy-scope .article__in-line-promotion{
    display: inline-block;
    width: 100%;
    border-top: 1px solid var(--secondary-clr-1-50);
    margin: 0 0 1.5rem 0;
}
.legacy-scope .tag-text__left-rule{
    margin-left: .35rem;
    padding-left: .35rem;
    border-left: 1px solid var(--secondary-clr-1-50);
    line-height: 1.3;
}
.legacy-scope .article__in-line-promotion .card__teaser{
    font-size: .85rem;
    margin-bottom: 0;
}
.legacy-scope .article__related{
    display: flex;
    column-gap: .5rem;
    width: 100%;
    border-top: 1px solid var(--secondary-clr-1-50);
    border-bottom: 1px solid var(--secondary-clr-1-50);
    padding: 1rem 0;
    margin: 0 0 1.5rem 0;
}
.legacy-scope .article__related p{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .02rem;
    margin-bottom: 0;
}
.legacy-scope .article__related .article__related-title:last-child{
    margin-bottom: 0;
}
.legacy-scope .pvarticle .lity-content .lity-image img{
    height: 90vh;
    object-fit: contain;
}
.legacy-scope .article__author-card{
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
    min-height: 20px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: var(--bg-clr);
}
.legacy-scope .article__author-photo{
    width: 80px;
}
.legacy-scope .author-photo-container{
}
.legacy-scope .article-content .article__author-photo figure{
    margin: 0 0 0 0;
    width: 80px;
}
.legacy-scope .article-content .article__author-photo img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.legacy-scope .article__author-bio p{
    font-size: 1rem;
    line-height: 1.3;
}
@media (max-width: 650px) {
    .legacy-scope .article-content{
        padding: 0;
    }
}
@media (max-width: 435px) {
    .legacy-scope .article__author-card{
        flex-wrap: wrap;
    }
}
.legacy-scope .hscroll,
.legacy-scope .o-table-container{
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    overflow-x: auto;
    scrollbar-color: var(--dark) #fafafa;
    scrollbar-width: thin;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) calc(20px * 2)), radial-gradient(farthest-side at 0 0%, rgba(34, 34, 34, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) calc(20px * 2)), radial-gradient(farthest-side at 100% 50%, rgba(34, 34, 34, 0.15), rgba(255, 255, 255, 0)) 100%;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
    background-size: 100% 100%, 20px 200%, 100% 100%, 20px 200%;
}
.legacy-scope .article-content table caption{
    caption-side: initial;
}
.legacy-scope .article-pagination{
    margin-top: 2.5rem;
}
.legacy-scope .article-meta{
    border-top: 1px solid #CCC;
    padding: 0 0 1rem 0;
    margin-top: 1.5rem;
}
.legacy-scope .article-meta h4{
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .025rem;
    line-height: 1;
    color: #5B5B5B;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: left;
}
.legacy-scope .tags-container{
    display: flex;
    column-gap: .5rem;
}
.legacy-scope .article-tag{
    padding: .5rem 1rem;
    border: 1px solid #CCCCCC;
    border-radius: .25rem;
    text-decoration: none;
    color: #000000;
    font-size: .85rem;
    font-weight: 700;
    transition: .2s ease-in-out;
}
.legacy-scope .slick-slide{
    -webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.legacy-scope .slick-prev,
.legacy-scope .slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 64px;
    height: 64px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
}
.legacy-scope .slick-prev:hover,
.legacy-scope .slick-next:hover,
.legacy-scope .slick-prev:focus,
.legacy-scope .slick-next:focus,
.legacy-scope .slick-prev:hover,
.legacy-scope .slick-next:hover,
.legacy-scope .slick-prev,
.legacy-scope .slick-next{
    background: #000000;
    color: #000000;
}
.legacy-scope .slick-prev:before,
.legacy-scope .slick-next:before{
    display: none;
}
.legacy-scope .slick-prev{
    left: 10%;
}
.legacy-scope .slick-next{
    right: 11%;
}
.legacy-scope .slick-prev svg,
.legacy-scope .slick-next svg{
    fill: white;
    width: 64px;
    height: 64px;
}
.legacy-scope .slick-slide{
    transition: all 0.3s ease;
    opacity: 1;
    height: 90vh;
}
.legacy-scope .slick-center{
    opacity: 1;
    transform: scale(1);
}
.legacy-scope .height-60{
    height: 60vh;
}
.legacy-scope .max-width-auto{
    max-width: inherit !important;
}
.legacy-scope .modal-body--slick-slider{
    display: none;
}
.legacy-scope .modal-body--bg-transparent{
    background-color: transparent !important;
}
.legacy-scope .modal-backdrop.show{
    opacity: 0.8;
}
.legacy-scope .modal-backdrop{
    background-color: #000;
}
.legacy-scope .card__ee{
    transition: transform 0.3s, box-shadow 0.3s;
}
.legacy-scope .col-md-3-ee-tiles{
    max-width: 328px;
}
.legacy-scope .card__ee:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.legacy-scope .card__ee .x-hover-bg:hover{
    background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/fjxfbqf1/x-shape-hover.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 6px;
}
.legacy-scope .row__ee .card{
    height: 511px;
}
.legacy-scope .card-title--slick-slider{
    font-size: 1.5pc;
    line-height: 28px;
}
.legacy-scope .card-subtitle--slick-slider{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.legacy-scope .card-text--slick-slider,
.legacy-scope .card-text--slick-slider li{
    font-size: 1pc;
    line-height: 24px;
}
.legacy-scope .dxp-logo{
    width: 30%;
    height: auto;
    top: 65%;
    right: 135px;
    min-height: auto;
}
.legacy-scope .ems-bg{
    background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/v2wfthb1/ems-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.legacy-scope .prod-bg{
    background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/zqtj1neu/production-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.legacy-scope .lms-bg{
    background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/ee4ptky3/lms-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.legacy-scope .cms-bg{
    background-image: url("https://conexiant-solutions.useast01.umbraco.io/media/qavbrwdj/cms-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.legacy-scope .card-text--slick-slider,
.legacy-scope .card-text--slick-slider li,
.legacy-scope .card--slick p{
    font-size: 14px !important;
    line-height: 20px !important;
}
@media not all and (min-width: 968px) {
    .legacy-scope .card-text--slick-slider,
    .legacy-scope .card-text--slick-slider li{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .legacy-scope .card--slick p{
        display: none;
    }
}
@media not all and (min-width: 768px) {
    .legacy-scope .slick-prev svg,
    .legacy-scope .slick-next svg,
    .legacy-scope .slick-prev:hover,
    .legacy-scope .slick-next:hover,
    .legacy-scope .slick-prev,
    .legacy-scope .slick-next{
        display: none;
        background: initial;
    }
    .legacy-scope .card-text--slick-slider,
    .legacy-scope .card-text--slick-slider li{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .legacy-scope .card--slick p{
        display: none;
    }
}
@media not all and (max-width: 768px) {
    .legacy-scope .h-md-100{
        height: 100%;
    }
}
@media not all and (min-width: 480px) {
    .legacy-scope .slider{
        width: 100%;
    }
    .legacy-scope .dxp-logo{
        width: 100%;
        top: inherit;
        right: inherit;
    }
}
.legacy-scope .hero__subpage-alt{
    background: url("https://res.cloudinary.com/broadcastmed/image/fetch/q_auto,c_fill,g_faces:center,f_auto/https://conexiant-solutions.useast01.umbraco.io/media/g4shet0g/hero-bg-oursolutions.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-color: #0053af;
    position: relative;
    overflow: hidden;
}
.legacy-scope .hero__subpage-alt h1{
    font-weight: 300;
    letter-spacing: .2px;
    font-size: 2.5rem;
    color: white;
    margin-bottom: .5rem;
}
.legacy-scope .hero__inner-wrapper-alt{
    position: relative;
    display: flex;
    height: 100%;
}
.legacy-scope .hero__text-alt{
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.legacy-scope .hero__text-inner-alt{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    padding: 3rem 0;
}
@media not all and (min-width: 768px) {
    .legacy-scope .hero__subpage-alt{
        background-position: center;
    }
}
@media not all and (min-width: 992px) {
    .legacy-scope .bg-none{
        background: none !important;
    }
}
@media not all and (min-width: 480px) {
    .legacy-scope .hero__solutions-subpages p{
        font-size: 24px;
    }
    .legacy-scope .hero__solutions-subpages h1{
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .legacy-scope .hero__subpage-alt *{
        position: relative;
        z-index: 2;
    }
}
.legacy-scope .draggable-container{
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.legacy-scope .draggable-container::-webkit-scrollbar{
    display: none;
}
.legacy-scope .draggable-container .btn{
    flex: 0 0 auto;
    margin-right: 10px;
}
.legacy-scope .carousel-indicators_solutions [data-bs-target]{
    opacity: 1;
    background: var(--primary-blue-50) !important;
    border: solid medium var(--primary-blue-50);
}
.legacy-scope .carousel-indicators_solutions .active{
    opacity: 1;
    background: var(--primary-blue-100) !important;
}
.legacy-scope .carousel-indicators_solutions button:hover{
    border: solid medium var(--primary-blue-100);
}
.legacy-scope .carousel-indicators_solutions button.active:hover{
    border: solid medium var(--primary-blue-100);
}
@media (max-width: 1400px) {
    .legacy-scope .draggable-container{
        overflow-x: auto;
        cursor: grab;
    }
}
.legacy-scope .campaign-template{
    background: linear-gradient(270deg, #1B76BC 9.54%, #325AA9 50%, #1C4483 100%);
    position: relative;
    overflow: hidden;
}
.legacy-scope .mk-section{
    position: relative;
}
.legacy-scope .mk-section__grid{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 2rem;
}
.legacy-scope .mk-section__l-col .card{
    display: block;
    position: sticky;
    top: 1rem;
    height: auto;
    overflow: visible;
}
.legacy-scope .dropdown--filters{
    position: relative;
}
.legacy-scope .dropdown--filters .dropdown-toggle{
    display: inline-flex;
    gap: .5rem;
    align-items: center;
}
.legacy-scope .dropdown--filters .dropdown-toggle::after{
    display: none;
    margin-left: 0;
    top: 1px;
}
.legacy-scope .dropdown--filters .dropdown-menu{
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
    border: 0px solid transparent;
    padding: .5rem 0 0 0;
    position: relative !important;
}
.legacy-scope .filter-field{
    display: flex;
    gap: .5rem;
    align-items: center;
}
.legacy-scope .filter-field *{
    cursor: pointer;
}
.legacy-scope .filter-field .form-check-input[type="checkbox"]{
    margin-top: 0;
    border: 1px solid #E4E4E8;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}
.legacy-scope .mk-section__r-col{
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 1;
}
.legacy-scope .mk-card-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1rem;
}
.legacy-scope .mk-section__group-header{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
    align-items: center;
}
.legacy-scope .mk-section__group-header hr{
    background-color: var(--primary-clr-2);
}
.legacy-scope .card--mk{
    position: relative;
    bottom: 0;
    padding: 0;
    margin: 0;
    border: 0px solid transparent;
    border-radius: .35rem;
    overflow: hidden;
    box-shadow: 0px 3px 5px rgba(12, 52, 84, .125);
    transition: .2s ease-in-out;
}
.legacy-scope .card--thumb-top.card--mk:hover{
transform: scale(1.01);
box-shadow: 0px 3px 10px rgba(12, 52, 84, .1);
transition: .2s ease-in-out;
}
.legacy-scope .card--mk .card__thumbnail{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 215px;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background: linear-gradient(242deg, #69D467 0%, #075DB4 100%);
    overflow: hidden;
}
.legacy-scope .card--mk .card__thumbnail::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(34, 45, 51, 0.15) 0%, rgba(34, 45, 51, 0) 15%);
    z-index: 3;
}
.legacy-scope .card--mk .card__thumbnail-img{
    position: relative;
    z-index: 2;
    width: 100%;
    height: fit-content;
    max-width: 260px;
    max-height: 270px;
    object-fit: contain;
    object-position: top center;
    filter: drop-shadow(0px 3px 5px rgba(12, 52, 84, .5));
    transition: .2s ease-in-out;
}
.legacy-scope .card--mk .card__body{
    flex: 1 0 auto;
    text-align: left;
}
.legacy-scope .card--mk .btn{
    text-align: left;
}
.legacy-scope .modal--mk .modal-dialog{
    height: 100%;
    margin: auto;
    padding: 2rem;
}
.legacy-scope .modal--mk .modal-content{
    border-radius: .5rem;
    border: 0px solid transparent;
    overflow: hidden;
    min-height: 570px;
    max-height: 700px;
    flex-direction: row;
}
.legacy-scope .modal--mk .modal-body{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    transition: .2s ease-in-out;
}
.legacy-scope .modal--mk .btn-close{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 25px;
    height: 25px;
    opacity: 1;
    z-index: 4;
    background: transparent;
    transition: .2s ease-in-out;
}
.legacy-scope .modal--mk .btn-close:hover{
    color: var(--primary-clr-1);
    transition: .2s ease-in-out;
}
.legacy-scope .modal--mk .modal__thumbnail{
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
padding: 1.5rem;
overflow: hidden;
}
.legacy-scope .modal--mk .modal__thumbnail-img{
    position: relative;
    z-index: 2;
    width: 100%;
    height: fit-content;
    max-width: 450px;
    max-height: 450px;
    object-fit: contain;
    object-position: top center;
    filter: drop-shadow(0px 3px 10px rgba(12, 52, 84, .125));
    transition: .2s ease-in-out;
}
.legacy-scope .modal-body__copy{
display: flex;
height: 100%;
position: relative;
overflow-y: scroll;
}
.legacy-scope .modal-body__copy .overflow-y-scroll{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
}
.legacy-scope .modal-body__copy::before,
.legacy-scope .modal-body__copy::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3rem;
    z-index: 3;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.legacy-scope .modal-body__copy::before{
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
}
.legacy-scope .modal-body__copy::after{
    top: auto;
    bottom: 0;
}
.legacy-scope .modal-body__copy .section-heading{
    font-weight: 300;
    font-size: 2.5rem;
    text-wrap: balance;
}
.legacy-scope .mk-hbspt-form .hs-form-iframe{
    min-height: 200px !important;
    overflow: visible !important;
}
.legacy-scope .mk-hbspt-form .hbspt-form{
    padding: 0;
    border: 0px solid transparent;
}
.legacy-scope .mk-hbspt-form .hs-form-field{
    margin-bottom: .5rem;
}
.legacy-scope .mk-hbspt-form .hs-form-field>label{
    font-size: .8rem;
}
.legacy-scope .mk-hbspt-form fieldset .hs-input{
    width: 100% !important;
}
.legacy-scope .mk-hbspt-form input,
.legacy-scope .mk-hbspt-form input[type="text"],
.legacy-scope .mk-hbspt-form select,
.legacy-scope .mk-hbspt-form textarea{
    margin-bottom: 0;
}
.legacy-scope .mk-hbspt-form input[type="submit"]{
    display: inline-flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: .5rem .75rem;
    min-width: 33px;
    min-height: 33px;
    font-family: var(--body-font);
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: none;
    color: var(--dark);
    background-color: var(--primary-clr-2);
    border: 1px solid var(--primary-clr-2);
    border-radius: .35rem;
    transition: .2s ease-in-out;
}
.legacy-scope .mk-hbspt-form input[type="submit"]:hover{
    background-color: var(--primary-clr-1);
    border: 1px solid var(--primary-clr-1);
    color: white;
}
.legacy-scope .mk-hbspt-form .hs-form-required{
    color: #e51520 !important;
}
.legacy-scope .mk-hbspt-form .hs-form-field .hs-error-msgs{
    list-style-type: none;
    padding: 0;
    margin: 0 0 4px 0;
}
.legacy-scope .mk-hbspt-form .hs-error-msgs li{
    padding: 0;
    margin: 0;
}
.legacy-scope .mk-hbspt-form .input .error{
    border-color: #e51520 !important;
}
.legacy-scope .mk-hbspt-form label.hs-error-msg{
    font-size: 13px;
    color: #e51520;
    font-weight: 400;
}
.legacy-scope .mk-hbspt-form .submitted-message{
    background-color: rgba(166, 206, 60, .4);
    border: 1px solid #A6CE3C;
    padding: 1.5rem;
    border-radius: .35rem;
}
.legacy-scope .mk-hbspt-form .submitted-message p{
    margin-bottom: 0;
    font-weight: 600;
}
.legacy-scope .mk-hbspt-form .grecaptcha-badge{
    transform: scale(0.75) translateX(-16%) !important;
}
@media all and (max-width: 900px) {
    .legacy-scope .modal--mk .modal-content{
        max-height: 100%;
height: auto;
}
.legacy-scope .modal--mk .modal-dialog{
    height: auto;
    padding: 2rem;
}
.legacy-scope .modal--mk .modal-body{
    grid-template-rows: 30vh auto;
    grid-template-columns: 1fr;
    transition: .2s ease-in-out;
}
.legacy-scope .modal--mk .modal__thumbnail{
    align-items: flex-start;
}
.legacy-scope .modal--mk .modal__thumbnail::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(34, 45, 51, 0.15) 0%, rgba(34, 45, 51, 0) 15%);
    z-index: 3;
}
.legacy-scope .modal--mk .modal__thumbnail-img{
    max-width: 280px;
    max-height: 280px;
}
.legacy-scope .modal-body__copy{
    overflow-y: hidden;
}
}
@media all and (max-width: 835px) {
    .legacy-scope .mk-section__grid{
        grid-template-columns: 1fr;
    }
    .legacy-scope .mk-section__l-col{
        position: relative;
        z-index: 3;
    }
    .legacy-scope .mk-section__r-col{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .legacy-scope .dropdown--filters{
        position: sticky;
        top: 0;
        z-index: 3;
    }
    .legacy-scope .dropdown--filters .dropdown-toggle{
        cursor: pointer;
    }
    .legacy-scope .dropdown--filters .dropdown-toggle::after{
        display: inline-block;
    }
    .legacy-scope .dropdown--filters .dropdown-menu{
        display: none;
        position: absolute !important;
        inset: 100% -1.5rem auto -1.5rem !important;
        padding: .5rem 1.5rem 1rem 1.5rem;
        background-color: white;
        border-radius: .35rem;
        box-shadow: 0px 3px 5px rgba(12, 52, 84, .125);
    }
    .legacy-scope .dropdown--filters .dropdown-menu.show{
        display: block;
    }
}
@media (min-width: 576px) {
    .legacy-scope .modal--mk .modal-dialog{
        max-width: 1200px;
    }
}
.legacy-scope #specialty-hero{
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  --hero-enter: 650ms;
  --hero-exit:  500ms;
  --hero-ease: cubic-bezier(.2,.8,.2,1);
}
.legacy-scope #specialty-hero .container-fluid{
  margin-top: 3rem;
}
.legacy-scope #specialty-hero .area--header,
.legacy-scope #specialty-hero .area--desc{
  position: relative;
  z-index: 2;
  will-change: opacity, transform, clip-path;
  max-width: 700px;
  clip-path: inset(0 0 0 0);
}
.legacy-scope #specialty-hero.is-entering .area--header,
.legacy-scope #specialty-hero.is-entering .area--desc{
  animation: heroTextWipeIn var(--hero-enter) var(--hero-ease) both;
}
@keyframes heroTextWipeIn {
  0% {
    opacity: 0;
    transform: translateX(-10px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
.legacy-scope #specialty-hero.is-entering .area--header{ animation-delay: 0ms; }
.legacy-scope #specialty-hero.is-entering .area--desc{ animation-delay: 90ms; }
.legacy-scope #specialty-hero.is-exiting .area--header,
.legacy-scope #specialty-hero.is-exiting .area--desc{
  animation: heroTextOutUp var(--hero-exit) var(--hero-ease) both;
}
@keyframes heroTextOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 0;
    transform: translateY(-14px);
    clip-path: inset(0 0 0 0);
  }
}
.legacy-scope #specialty-hero.is-entering.is-exiting .area--header,
.legacy-scope #specialty-hero.is-entering.is-exiting .area--desc{
  animation: heroTextOutUp var(--hero-exit) var(--hero-ease) both !important;
  animation-delay: 0ms !important;
}
.legacy-scope #specialty-hero .hero__image-desktop,
.legacy-scope #specialty-hero .hero__image-mobile{
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .legacy-scope #specialty-hero *{
    transition: none !important;
    animation: none !important;
  }
}
.legacy-scope #specialty-hero.theme--dark .section-heading,
.legacy-scope #specialty-hero.theme--dark p{
    color: var(--dark);
}
.legacy-scope #specialty-hero p{
    font-size: 1rem;
    font-family: 'Poppins';
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 34px;
    letter-spacing: -0.09px;
    margin-bottom: 0;
}
.legacy-scope #specialty-hero h2{
    font-family: 'Poppins';
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
    max-width: 545px;
}
.legacy-scope #specialty-hero .col-12:last-child img{
    height: 100%;
}
.legacy-scope #content-area1{
    background-color: #1B75BC;
}
.legacy-scope #content-area3 .col-12:first-child div{
    top: 96px;
}
.legacy-scope .content-area h3{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.legacy-scope .content-area h4{
    font-family: var(--header-font);
    font-weight: 600;
    font-size: 2rem;
    color: var(--dark);
line-height: 1.3;
max-width: 756px;
padding-bottom: 24px;
margin-bottom: 24px;
position: relative;
}
.legacy-scope .content-area h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    border-bottom: solid 2px #A5CE3B;
}
.legacy-scope .content-area h5{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}
.legacy-scope .content-area p{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 12px;
}
.legacy-scope .content-area .btn{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    background: white;
    border-color: #1B75BC !important;
    color: #1B75BC !important;
    margin: 0px 0 12px 0;
}
.legacy-scope .content-area .btn:hover{
    background: white;
    border-color: #1B75BC !important;
    color: #1B75BC !important;
}
.legacy-scope .contact-section__form .hbspt-form{
    border: none;
}
.legacy-scope .specialty-template .col--r>*{
    max-width: 560px;
    width: 100%;
border-radius: .35rem;
overflow: hidden;
height: auto !important;
}
.legacy-scope .specialty-template .col--r iframe{
    aspect-ratio: 16/9;
}
@media screen and (max-width: 992px) {
    .legacy-scope #specialty-hero h2,
    .legacy-scope #specialty-hero p{
        max-width: 100%;
    }
    .legacy-scope #specialty-hero h2{
        font-size: 40px;
    }
    .legacy-scope #specialty-hero .col-12:last-child img{
        height: auto;
        width: 100%;
        max-width: 450px;
    }
}
@media screen and (max-width: 567px) {
    .legacy-scope .specialty-template h2,
    .legacy-scope h3,
    .legacy-scope .specialty-template.content-area h3,
    .legacy-scope #specialty-hero.specialty-template h2{
        font-size: 28px;
    }
    .legacy-scope .specialty-template h4{
        font-size: 24px;
    }
    .legacy-scope .specialty-template h5{
        font-size: 20px;
    }
    .legacy-scope .specialty-template p,
    .legacy-scope #specialty-hero.specialty-template p{
        font-size: 16px;
    }
}
.legacy-scope .hero__subpage-eu{
    display: flex;
    padding: 3rem 0;
    min-height: 500px;
    background-image: url(https://conexiant-solutions.useast01.umbraco.io/media/31hkxpqx/hero-homepage.jpg);
    background-position: center;
    background-size: cover;
    background-color: #0053af;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.legacy-scope #specialty-hero-eu-homepage h2{
    font-size: 4.5rem;
    font-weight: 300;
    max-width: 15ch;
    margin: 0 auto 1.5rem auto;
    text-align: center;
}
.legacy-scope #specialty-hero-eu-homepage p{
    max-width: inherit;
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    max-width: 45ch;
    margin: 0 auto;
}
.legacy-scope #specialty-hero-eu h2{
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 110%;
    max-width: 850px;
    margin: 0 auto;
}
.legacy-scope #specialty-hero-eu p{
    font-size: 1.25rem;
    max-width: 850px;
    margin: 0 auto;
    font-weight: 200;
}
.legacy-scope .hero__subpage-eu-alt{
    display: flex;
    align-items: center;
    min-height: 300px;
    background: url(https://res.cloudinary.com/broadcastmed/image/fetch/q_auto,c_fill,g_faces:center,f_auto/https://conexiant-solutions.useast01.umbraco.io/media/ck0dzxv0/hero-bg-reversed.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-color: #0053af;
    position: relative;
    overflow: hidden;
}
.legacy-scope #eu-homepage-subhero{
    background: linear-gradient(180deg, #1B75BC 0%, #015392 100%);
    padding: 64px 0;
    color: #ffffff;
    position: relative;
    border-radius: 1rem
}
.legacy-scope #eu-homepage-subhero{
    padding: 64px 0;
    color: #ffffff;
}
.legacy-scope #eu-homepage-subhero h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px var(--Brand-Primary-Blue-50, #759BCB) solid;
}
.legacy-scope #eu-homepage-subhero h4{
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    text-wrap: balanced;
}
.legacy-scope #eu-homepage-subhero .max-width{
    max-width: 1336px;
    margin: 0 auto;
}
.legacy-scope .hero-stat-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 2.5rem .5rem;
}
.legacy-scope .hero-stat-col{
    max-width: 243px;
}
.legacy-scope .eu-homepage-body h4{
    font-size: 2rem;
    font-weight: 300;
    text-wrap: balance;
}
.legacy-scope .homepage-eu-products{
    display: grid;
    grid-row-gap: 1.5rem;
    font-size: 1rem;
}
.legacy-scope .homepage-eu-products a{
    display: block;
    font-size: 20px;
}
.legacy-scope .homepage-eu-products a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.48517 1.09931C0.520004 1.06438 0.561386 1.03668 0.606945 1.01777C0.652504 0.998867 0.701345 0.989136 0.75067 0.989136C0.799996 0.989136 0.848837 0.998867 0.894396 1.01777C0.939954 1.03668 0.981336 1.06438 1.01617 1.09931L5.51617 5.59931C5.55109 5.63414 5.5788 5.67552 5.5977 5.72108C5.61661 5.76664 5.62634 5.81548 5.62634 5.86481C5.62634 5.91413 5.61661 5.96297 5.5977 6.00853C5.5788 6.05409 5.55109 6.09547 5.51617 6.13031L1.01617 10.6303C0.945755 10.7007 0.850252 10.7403 0.75067 10.7403C0.651088 10.7403 0.555585 10.7007 0.48517 10.6303C0.414755 10.5599 0.375196 10.4644 0.375196 10.3648C0.375196 10.2652 0.414755 10.1697 0.48517 10.0993L4.72042 5.86481L0.48517 1.63031C0.450248 1.59547 0.42254 1.55409 0.403636 1.50853C0.384731 1.46297 0.375 1.41413 0.375 1.36481C0.375 1.31548 0.384731 1.26664 0.403636 1.22108C0.42254 1.17552 0.450248 1.13414 0.48517 1.09931Z' fill='%231B75BC'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.5rem;
}
.legacy-scope .homepage-eu-products h4,
.legacy-scope .solutions-eu-products h4{
    color: #222D33;
    font-size: 28px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    text-wrap: balanced;
}
.legacy-scope .homepage-eu-products h4::after,
.legacy-scope .solutions-eu-products h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: none;
}
.legacy-scope .homepage-eu-products p{
    color: #222D33;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30.60px;
    word-wrap: break-word;
}
.legacy-scope .homepage-eu-products_heading{
    display: grid;
    grid-row-gap: 8px;
}
.legacy-scope .products-subhead{
    color: #747577;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 400;
    line-height: 32px;
}
.legacy-scope .products-subhead div{
    display: inline-block;
    width: fit-content;
    margin-right: 2rem;
}
.legacy-scope .products-subhead div::after{
    content: '';
    position: relative;
    right: -1rem;
    border-right: solid 2px #D8D9DA;
}
.legacy-scope .products-subhead div:last-child::after{
    content: '';
    border-right: none;
}
.legacy-scope .products-thumbnail{
    height: -webkit-fill-available;
    width: 100%;
}
.legacy-scope .homepage-testimonial-container{
    display: flex;
    grid-column-gap: 3rem;
}
.legacy-scope .homepage-testimonial-tile{
    display: grid;
    grid-row-gap: 1rem;
    width: 31.33%;
}
.legacy-scope .homepage-testimonial p{
    color: var(--text-primary, rgba(0, 0, 0, 0.87));
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 200%;
}
.legacy-scope .client-label p{
    font-size: 18px;
    line-height: 24px;
}
.legacy-scope p.client-label_title{
    font-size: 14px;
    line-height: 18px;
}
.legacy-scope .section-nav-parent{
    position: sticky;
    top: 96px;
    z-index: 100;
}
.legacy-scope .section-nav{
    padding: .25rem;
border-radius: .25rem;
}
.legacy-scope .section-nav-parent .section-nav{
    background-color: #F2F5F9;
}
.legacy-scope .section-nav ul{
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
column-gap: .25rem;
}
.legacy-scope .section-nav ul li{
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
text-align: center;
border-radius: .25rem;
}
.legacy-scope .section-nav ul li .btn{
    display: block;
width: 100%;
background-color: inherit;
border: none;
color: #222D33;
text-align: center;
line-height: 1.4;
}
.legacy-scope .section-nav ul li .btn.nav-active{
    background-color: var(--primary-clr-1);
    border-color: var(--primary-clr-1);
    color: #ffffff;
}
.legacy-scope .section-nav ul li .btn:hover{
    background-color: var(--primary-clr-1);
    border-color: var(--primary-clr-1);
    color: #ffffff;
}
.legacy-scope .dropdown-toggle-nav{
    background-color: #F2F5F9;
    border: none;
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #222D33;
}
.legacy-scope .dropdown-toggle-nav .caret{
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.legacy-scope .dropdown-toggle-nav[aria-expanded="true"] .caret{
    transform: rotate(180deg);
}
.legacy-scope .dropdown-menu-nav{
    display: none;
    background-color: #F2F5F9;
    border-radius: .25rem;
    margin-top: 0.5rem;
}
.legacy-scope .dropdown-menu-nav.show{
    display: block;
}
.legacy-scope .dropdown-btn{
    display: block;
    background-color: var(--primary-clr-1);
    color: white;
    font-size: 1rem;
    border-radius: .25rem;
}
.legacy-scope .dropdown-btn.dropdown-toggle::after{
    display: inline-block;
    margin-left: .5em;
    vertical-align: .5em;
    font-family: 'Material Icons';
    font-size: 2rem;
    content: "\e5cf";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: 0;
    position: relative;
    top: 50%;
    opacity: .5;
    transition: all 0.25s ease-in-out;
}
.legacy-scope .current-section-label{
    font-size: 1.1rem;
    font-weight: 300;
}
.legacy-scope .section-nav .dropdown-menu{
    position: absolute;
    inset: -2px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 44px, 0px);
    width: fit-content;
    border-radius: 0px;
    border: none;
}
.legacy-scope .section-nav .dropdown-menu li{
    display: grid;
    justify-content: end;
    margin: 0;
    padding: .5rem 0;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.legacy-scope .section-nav .dropdown-menu li:hover{
    background-color: var(--primary-clr-1);
}
.legacy-scope .section-nav .dropdown-menu li:hover a{
    color: white;
}
.legacy-scope .section-nav .dropdown-menu{
    display: none;
    position: absolute;
    inset: -2px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 44px, 0px);
    width: fit-content;
    border-radius: 0px;
    border: none;
}
.legacy-scope .section-nav .dropdown-menu.show{
    display: block;
}
.legacy-scope li:has(a.dropdown-item.nav-active){
    display: none;
    ;
}
.legacy-scope .eu-specialties-sections section{
    display: grid;
    justify-content: center;
}
.legacy-scope .solutions-thumbnail{
    width: 100%;
    border-radius: .5rem;
}
@media screen and (min-width: 576px) {
    .legacy-scope .hero-stat-col{
        width: auto;
    }
    .legacy-scope .row-gap-md-6{
        grid-row-gap: 5rem !important;
    }
}
@media screen and (max-width: 992px) {
    .legacy-scope .rounded-none{
        border-radius: 0rem !important;
    }
    .legacy-scope #specialty-hero-eu-homepage h2{
        font-size: 3rem;
    }
    .legacy-scope #specialty-hero-eu-homepage p{
        font-size: 1rem;
    }
    .legacy-scope .x-bg h4{
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
    }
    .legacy-scope .hero-stat-col{
        max-width: inherit;
    }
    .legacy-scope .hero__subpage-eu{
        padding: 5rem 0;
    }
    .legacy-scope .solutions-body h4{
        font-size: 2rem;
        font-weight: 300;
        text-wrap: balance;
    }
    .legacy-scope .solutions-body h5{
        font-size: 1.5rem;
        font-weight: 300;
    }
    .legacy-scope #specialty-hero-eu h2{
        max-width: inherit;
        font-size: 2.5rem;
        text-align: left;
        font-weight: normal;
        line-height: 120%;
        max-width: 850px;
        margin: 0 0 1.5rem 0;
    }
    .legacy-scope #specialty-hero-eu p{
        max-width: inherit;
        font-size: 1.5rem;
        text-align: left;
        font-weight: 200;
        line-height: 120%;
        max-width: 850px;
        margin: 0 auto .5rem auto;
    }
    .legacy-scope .section-nav ul li .btn{
        background-color: inherit;
        border-color: #F2F5F9;
        color: #222D33;
        justify-content: start;
    }
    .legacy-scope .section-nav-parent{
        top: 134px;
    }
    .legacy-scope .section-nav{
        width: 100%;
        padding: 0;
        border-radius: 0;
    }
    .legacy-scope .section-nav ul{
        width: 100%;
    }
    .legacy-scope .eu-specialties-sections section{
        height: inherit;
    }
    .legacy-scope .products-thumbnail{
        height: auto;
    }
}
@media screen and (max-width: 1400px) {
    .legacy-scope .homepage-testimonial-container{
        display: grid;
        grid-row-gap: 1rem;
    }
    .legacy-scope .homepage-testimonial-tile{
        width: 100%;
    }
}
.legacy-scope #specialty-hero.hero__home{
    display: grid;
}
.legacy-scope #specialty-hero .hero__image{
  opacity: 0;
  transition: opacity 280ms linear;
  will-change: opacity;
  z-index: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.legacy-scope #specialty-hero .hero__image.is-active{
  opacity: 1;
}
.legacy-scope #specialty-hero .hero__image-mobile{
  z-index: 1;
}
.legacy-scope #specialty-hero.hero__home .container-fluid{
    position: relative;
    display: grid;
    margin: 2rem 0;
}
.legacy-scope #specialty-hero.hero__home h2{
    font-size: 2.5rem;
}
.legacy-scope .hero__home .hero__grid{
    position: initial;
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    padding: .5rem 3rem .5rem 3rem;
    grid-gap: 0 3rem;
    max-width: 1340px;
}
.legacy-scope .hero__home .hero__grid-area{
    position: initial;
    display: flex;
    flex-direction: column;
    gap: 1.125em;
    transition: opacity 200ms ease;
}
.legacy-scope .campaign-template .hero__grid-area{
    display: flex;
    flex-direction: column;
    gap: 1.125em;
}
.legacy-scope .hero__grid.is-switching .hero__grid-area{
  opacity: 0.15;
}
.legacy-scope .hero__image{ margin: 0 auto; position: relative; }
.legacy-scope .hero__image-desktop{ display: none; }
.legacy-scope .hero__image-mobile{ display: none; }
.legacy-scope .hero__controller{
    position: relative;
    margin: auto 3rem 0rem 3rem;
    display: flex;
    gap: 1.25rem;
    z-index: 2;
}
.legacy-scope .hero__controller-tab{
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0px 2px;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 100px;
    border: 1px solid #F2F5F9;
    background: linear-gradient(180deg, rgba(228, 234, 243, 0.75) 0%, rgba(242, 245, 249, 0.75) 100%);
}
.legacy-scope .hero__controller-controls{ display: flex; gap: 12px; align-items: center; }
.legacy-scope .hero__controller-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  aspect-ratio: 1/1;
  border-radius: 100px;
  border: 1.5px solid #F2F5F9;
  background: linear-gradient(180deg, rgba(228, 234, 243, 0.75) 0%, rgba(242, 245, 249, 0.75) 100%);
  box-shadow: 0 2px 8px 0 rgba(12, 52, 84, 0.25);
}
.legacy-scope .hero__controller-button .btn{
    aspect-ratio: 1/1;
}
.legacy-scope .hero__controller-button--prev,
.legacy-scope .hero__controller-button--next{
  display: none;
}
.legacy-scope .controller-button--pause{ display: block; }
.legacy-scope .controller-button--play{ display: none; }
.legacy-scope .controller-button--pause .btn:hover{
    border: 1px solid #F2F5F9;
    background: linear-gradient(0deg, var(--Brand-White, #FFF) 0%, var(--Brand-White, #FFF) 100%), linear-gradient(180deg, #E4EAF3 0%, #F2F5F9 100%);
    box-shadow: 0 2px 8px 0 rgba(12, 52, 84, 0.25);
    transition: all .3s ease-in-out;
}
.legacy-scope .area--header{ grid-area: header; }
.legacy-scope .area--desc{ grid-area: desc; gap: 1rem; align-items: flex-start; }
.legacy-scope .area--img{ grid-area: img; }
.legacy-scope #specialty-hero .section-heading{
  max-width: 55ch;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.legacy-scope #specialty-hero .hbspt-form{ margin-top: 1.5rem; }
@media (min-width: 990px) {
    .legacy-scope #specialty-hero.hero__home{
        display: grid;
        height: 725px;
    }
  .legacy-scope .hero__home .hero__grid{
    grid-template-columns: 8fr 9fr;
    max-height: 718px;
    grid-template-areas:
        "header  img"
        "desc    img";
    transition: all .2s ease-in-out;
  }
  .legacy-scope .hero__home .hero__image.hero__image-desktop{
    position: absolute;
    top: -3rem;
    bottom: -3rem;
    left: auto;
    right: -80%;
    width: auto;
    height: calc(100% + 3rem + 3rem);
    object-fit: contain;
    object-position: center;
    z-index: 0;
    display: block;
    pointer-events: none;
    transition: all .2s ease-in-out;
  }
}
@media (min-width: 1150px) {
    .legacy-scope #specialty-hero.hero__home{
        display: grid;
        height: 550px;
    }
    .legacy-scope .hero__home .hero__grid{
        grid-template-columns: 11fr 8fr;
        transition: all .2s ease-in-out;
    }
    .legacy-scope #specialty-hero .hero__image.hero__image-desktop{
        left: -400px;
        right: auto;
        transition: all .2s ease-in-out;
    }
}
@media (min-width: 719px) and (max-width: 990px) {
    .legacy-scope #specialty-hero.hero__home{
        display: grid;
        height: calc(85svw - 80px);
        min-height: 670px;
        max-height: calc(90svh - 80px);
    }
    .legacy-scope #specialty-hero.hero__home .container-fluid{
        margin: 1rem 0;
    }
    .legacy-scope .hero__home .hero__grid{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "desc"
            "img";
        justify-content: center;
        align-content: flex-start;
        padding: 0 2rem 2rem 2rem;
        grid-gap: 0 2rem;
        max-height: 718px;
    }
    .legacy-scope #specialty-hero.hero__home h2{
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    .legacy-scope #specialty-hero.hero__home p{
        font-size: 16px;
    }
    .legacy-scope #specialty-hero #heroVidDesktop.hero__image-desktop{ display: none; }
    .legacy-scope .hero__image-desktop{ display: none; }
    .legacy-scope .hero__home .hero__image-mobile{
        position: absolute;
        z-index: 0;
        display: block;
        top: auto;
        right: -1rem;
        bottom: -1.25rem;
        left: -1rem;
        width: calc(100% + 1rem + 1rem);
        object-fit: none;
        object-position: bottom;
   }
   .legacy-scope .hero__controller{
        margin: auto 2rem 1rem 2rem;
        justify-content: flex-end;
    }
    .legacy-scope .hero__controller-tab{ display: none; }
    .legacy-scope .hero__controller-button--playpause{ order: 2; }
    .legacy-scope .hero__controller-button--prev,
    .legacy-scope .hero__controller-button--next{
        display: flex;
    }
    .legacy-scope .hero__controller-button{
        width: 32px !important;
        height: 32px !important;
        min-width: 32px;
        min-height: 32px;
        padding: 0 !important;
        aspect-ratio: auto !important;
        align-self: auto !important;
        flex: 0 0 32px;
    }
    .legacy-scope .hero__controller-button > button,
    .legacy-scope .hero__controller-button .btn{
        width: 32px;
        height: 32px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .legacy-scope .hero__controller-button svg{
        width: 14px;
        height: 14px;
    }
    .legacy-scope #specialty-hero .section-heading,  .legacy-scope #specialty-hero p{
        max-width: 720px;
    }
}
@media (max-width: 718px) {
    .legacy-scope #specialty-hero.hero__home{
        height: calc(130svw - 80px);
        min-height: 80svh;
        max-height: 550px;
        transition: all .25s ease-in-out;
    }
    .legacy-scope #specialty-hero.hero__home .container-fluid{
        margin: .75rem 0;
    }
    .legacy-scope #specialty-hero.hero__home h2{
        font-size: 1.875rem;
    }
    .legacy-scope #specialty-hero.hero__home p{
        font-size: 15px;
        line-height: 1.9;
    }
    .legacy-scope #specialty-hero .container-fluid{ margin-top: 1rem; }
    .legacy-scope .hero__home .hero__grid{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "desc"
            "img";
        justify-content: center;
        align-content: flex-start;
        padding: 0rem 1rem 3rem 1rem;
        grid-gap: 0rem 1rem;
        max-height: 718px;
    }
    .legacy-scope .hero__home #heroVidDesktop.hero__image-desktop{ display: none; }
    .legacy-scope .hero__home .hero__image-desktop{ display: none; }
    .legacy-scope .hero__home .hero__image-mobile{
        position: absolute;
        z-index: 0;
        top: 0;
        right: -1rem;
        bottom: -2rem;
        left: -1rem;
        display: block;
        width: calc(100% + 1rem + 1rem);
        height: calc(100% + .75rem + .75rem);
        object-fit: cover;
        object-position: bottom;
    }
    .legacy-scope .hero__controller{
        margin: auto 1rem 0rem 1rem;
        justify-content: flex-end;
    }
    .legacy-scope .hero__controller-tab{ display: none; }
    .legacy-scope .hero__controller-button--playpause{ order: 2; }
    .legacy-scope .hero__controller-button--prev,
    .legacy-scope .hero__controller-button--next{
        display: flex;
    }
    .legacy-scope .hero__controller-button{
        width: 32px !important;
        height: 32px !important;
        min-width: 32px;
        min-height: 32px;
        padding: 0 !important;
        aspect-ratio: auto !important;
        align-self: auto !important;
        flex: 0 0 32px;
    }
    .legacy-scope .hero__controller-button > button,
    .legacy-scope .hero__controller-button .btn{
        width: 32px;
        height: 32px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .legacy-scope .hero__controller-button svg{
        width: 14px;
        height: 14px;
    }
    .legacy-scope #specialty-hero h2{ font-size: 36px; }
}
.legacy-scope .hero.campaign-template:first-of-type{
    background: linear-gradient(270deg, #1B76BC 9.54%, #325AA9 50%, #1C4483 100%);
}
.legacy-scope section.landing-page-section:nth-of-type(2n){
    background: white;
}
.legacy-scope section.landing-page-section:nth-of-type(2n) .card{
    background: var(--bg-clr);
    border: transparent;
}
.legacy-scope section.landing-page-section:nth-of-type(2n+1):not(:first-of-type){
    background: var(--bg-clr);
}
.legacy-scope section.landing-page-section:nth-of-type(2n+1):not(:first-of-type) .card{
    background: white;
    border: transparent;
}
.legacy-scope .campaign-header,  .legacy-scope .campaign-subHeader{
    font-weight: 400;
    text-wrap: pretty;
}
.legacy-scope .hero__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "header  header"
        "desc    img";
    padding: 3rem 3rem;
    grid-gap: 0 3rem;
}
.legacy-scope .hero__grid-area{
    display: flex;
    flex-direction: column;
    gap: 1.125em;
}
.legacy-scope .hero__image{
    margin: 0 auto;
    position: relative;
}
.legacy-scope .hero__image-desktop{
    display: block;
}
.legacy-scope .hero__image-mobile{
    display: none;
}
.legacy-scope .area--header{
    grid-area: header;
}
.legacy-scope .area--desc{
    grid-area: desc;
}
.legacy-scope .area--img{
    grid-area: img;
}
.legacy-scope .campaign-template p{
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: 200;
    line-height: 1.5;
    max-width: 545px;
}
.legacy-scope .campaign-template p:first-child{
    margin-bottom: 8px;
}
.legacy-scope .campaign-template h2{
    font-family: 'Poppins';
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
    max-width: 545px;
}
.legacy-scope .campaign-template .col-12:last-child img{
    height: 100%;
}
.legacy-scope .campaign-template .section-heading{
    max-width: 55ch;
    filter: drop-shadow(0 0 4px rgba(12, 52, 84, .75));
}
.legacy-scope .campaign-template li{
    font-weight: 200;
}
.legacy-scope .campaign-template li::marker,  .legacy-scope #valueProp_video li::marker,  .legacy-scope #valueProp_stats li::marker{
    color: var(--primary-clr-2);
}
@media (max-width: 768px) {
    .legacy-scope .campaign-template .hero__grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "desc";
        position: relative;
        padding: 3rem 3rem;
    }
    .legacy-scope .campaign-template .area--img{
        grid-area: unset;
        position: absolute;
        top: 50%;
        right: -10%;
        left: 0;
        bottom: 0;
        transform: translateY(-50%);
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    .legacy-scope .campaign-template .area--img::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(270deg, rgba(27, 118, 188, 0.40) 9.54%, #325AA9 50%, #1C4483 100%);
        width: 100%;
        height: 100%;
    }
    .legacy-scope .campaign-template .hero__image-desktop{
        display: none;
    }
    .legacy-scope .campaign-template .hero__image-mobile{
        display: block;
        position: absolute;
        top: 5%;
        left: 35%;
        right: 0;
        bottom: 0;
        z-index: 0;
        object-fit: cover;
    }
}
@media (max-width: 575px) {
    .legacy-scope .hero__grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "desc";
        position: relative;
        padding: 3rem 1rem;
    }
}
.legacy-scope .valueProp-video{
    background-color: #F6F6F8;
}
.legacy-scope .valueProp-video__flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    align-items: center;
}
.legacy-scope .campaign-grid__wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    align-items: center;
}
.legacy-scope .campaign-grid__column{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.legacy-scope .campaign-grid__column-content{
    max-width: 676px;
}
.legacy-scope .campaign-grid__column--left-extended:first-child{
    grid-column: span 2;
    display: flex;
    justify-content: flex-start;
}
.legacy-scope .campaign-grid__column--right-extended:last-child{
    grid-column: span 2;
    display: flex;
    justify-content: flex-end;
}
.legacy-scope .valueProp-video__grid-stats{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.legacy-scope .campaign-flex{
    display: flex;
    gap: 1.5rem 3rem;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}
.legacy-scope .campaign-flex__col{
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.legacy-scope .campaign-flex__col-xs{
    flex: 1 1 282px;
}
.legacy-scope .campaign-flex__col-sm{
    flex: 1 1 380px;
}
.legacy-scope .campaign-flex__col-md{
    flex: 1 1 500px;
}
.legacy-scope .campaign-flex__col-lg{
    flex: 1 1 700px;
}
.legacy-scope .valueProp-video__grid-stats--tiled{
    grid-template-columns: repeat(2, 1fr);
}
.legacy-scope .valueProp-video__stat{
    display: grid;
    grid-gap: 0.6875rem;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.legacy-scope .valueProp-video__number{
    font-size: 3rem;
    color: var(--primary-clr-2);
    line-height: .9;
    margin-bottom: 0;
    letter-spacing: 0;
}
.legacy-scope .valueProp-video__stat p{
font-size: 1.75rem;
font-weight: 600;
line-height: 1.75rem;
margin-bottom: 0;
}
.legacy-scope .valueProp-video__stat svg{
    width: 5rem;
    height: 5rem;
    aspect-ratio: 1/1;
}
.legacy-scope .valueProp-video__card{
    display: flex;
    width: 100%;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    align-self: stretch;
    border-radius: 0.3125rem;
    border: 1px solid transparent;
}
.legacy-scope .valueProp-video__card--stat{
    align-items: flex-start;
    text-align: left;
    padding: 2rem 2rem;
    gap: 0.25rem;
    flex: 1 1 350px;
}
.legacy-scope .valueProp-video__card--checklist{
    align-items: flex-start;
    text-align: left;
    padding: 2rem;
    gap: 1rem;
    max-width: 100%;
    max-height: none;
}
.legacy-scope .valueProp-video__card--checklist ul{
    width: 100%;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 2;
    column-width: 250px;
    column-gap: 1.5rem;
}
.legacy-scope .valueProp-video__card--checklist h3{
    font-weight: 500;
}
.legacy-scope .valueProp-video__card--checklist li{
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    break-inside: avoid;
}
.legacy-scope .valueProp-video__card--split{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    max-width: 100%;
}
.legacy-scope .valueProp-video__card--split .column{
    flex: 1;
}
.legacy-scope .valueProp-video__card--metrics{
    align-items: flex-start;
    text-align: left;
    padding: 1.5rem 2rem;
    gap: 1rem;
}
.legacy-scope .valueProp-video__card h3,  .legacy-scope .valueProp-video__card p{
    text-align: center;
}
.legacy-scope .valueProp-video__card--header{
    color: #A6CE3C;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
    height: 5rem;
}
.legacy-scope .valueProp-video__card--subheader{
    font-size: 1.563rem;
    font-weight: 600;
    line-height: 120%;
    text-align: start;
    margin-bottom: 0;
}
.legacy-scope .valueProp-video__card .valueProp-video__card--number{
    color: #A6CE3C;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 120%;
    text-align: start;
    margin-bottom: 0;
}
.legacy-scope .valueProp-video__card .valueProp-video__card--meta{
    color: var(--dark);
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 150%;
    text-align: start;
    margin-bottom: 0;
}
.legacy-scope .stats-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    width: 100%;
}
.legacy-scope .stats-meta__flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 350px;
    align-items: baseline;
    gap: 0.5rem;
}
@media (max-width: 1230px) {
    .legacy-scope .campaign-grid__wrapper{
        grid-template-columns: 1fr;
    }
    .legacy-scope .valueProp-video__grid-stats{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1167px) {
    .legacy-scope .campaign-grid__column--right-extended{
        grid-column: span 1;
    }
    .legacy-scope .valueProp-video__grid-stats{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .legacy-scope .campaign-grid__wrapper{
        grid-template-columns: 1fr;
    }
    .legacy-scope .valueProp-video__grid-stats{
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
    .legacy-scope .valueProp-video__card{
        max-width: 100%;
    }
    .legacy-scope #valueProp_video .campaign-flex{
        flex-direction: column-reverse;
    }
    .legacy-scope .campaign-flex__col-md{
        flex: 1 1 auto;
    }
    .legacy-scope .campaign-grid__column--right-extended{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        grid-column: auto;
    }
    .legacy-scope .campaign-grid__column--left-extended{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        grid-column: auto;
    }
    .legacy-scope .stats-meta__flex{
        flex-direction: row;
        align-items: baseline;
        gap: 0.5rem;
    }
}
@media (max-width: 480px) {
    .legacy-scope .valueProp-video__card .valueProp-video__card--meta{
        font-size: .9rem;
    }
    .legacy-scope .stats-meta__flex{
        flex-direction: column;
        align-items: center;
    }
}
.legacy-scope .contact-sales{
    background-color: white;
}
.legacy-scope .contact-sales__flex{
    display: flex;
    grid-gap: 1.75rem;
    transition: .2s ease-in-out;
    flex-wrap: wrap;
    justify-content: center;
}
.legacy-scope .contact-sales__item{
    display: flex;
    flex-direction: row;
    gap: 1rem 1.5rem;
    align-items: stretch;
    width: 100%;
    transition: .2s ease-in-out;
    overflow: hidden;
    padding: .75rem 1.5rem;
    border-radius: 0.625rem;
    background: #F6F6F8;
    flex: 1 1 500px;
    max-width: 638px;
}
.legacy-scope .contact-sales__thumb{
    flex: 1 1 200px;
    position: relative;
    border-radius: .35rem;
    aspect-ratio: 1 / 1;
    transition: .2s ease-in-out;
}
.legacy-scope .contact-sales__item-copy{
    display: flex;
    flex: 1 1 374px;
    padding: 1rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
}
.legacy-scope .contact-sales__item-copy-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
}
.legacy-scope .contact-sales__item-title{
    font-size: 1.35rem;
    margin-bottom: 0;
}
.legacy-scope .contact-sales__cta{
    display: flex;
    align-items: flex-start;
    gap: .5rem 1rem;
    align-self: stretch;
    flex-wrap: wrap;
}
@media (min-width: 1100px) {
    .legacy-scope .contact-sales__item{
        flex: 1 1 490px;
    }
}
@media (max-width: 680px) {
    .legacy-scope .contact-sales__grid{
        grid-template-columns: 1fr;
        transition: .2s ease-in-out;
    }
    .legacy-scope .contact-sales__item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .legacy-scope .contact-sales__thumb{
        flex: 0;
        margin-top: 1rem;
        width: 100%;
        max-width: 150px;
    }
    .legacy-scope .contact-sales__item-copy{
        flex: 0;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        width: 100%;
    }
    .legacy-scope .contact-sales__item-copy-wrapper{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .legacy-scope .contact-sales__item-copy-wrapper p{
        text-align: center;
    }
    .legacy-scope .contact-sales__cta{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .75rem;
        align-self: stretch;
    }
}
.legacy-scope #specialty-hero .hbspt-form{
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: var(--body-font);
    width: 100%;
    max-width: none;
    margin: 1.5rem auto 0 auto;
}
.legacy-scope #specialty-hero .hs-input{
    width: 100%;
}
.legacy-scope #specialty-hero .hs-form-field{
    margin-bottom: .75rem;
}
.legacy-scope #specialty-hero .hs_firstname .input{
    margin-right: 1rem;
}
.legacy-scope #specialty-hero .hs-form-field>label{
    width: auto;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .25rem;
}
.legacy-scope #specialty-hero .hs-submit{
    margin-top: .5rem;
}
@media (max-width: 1024px) {
    .legacy-scope #specialty-hero fieldset{
        max-width: none;
    }
}
@media (max-width: 480px) {
    .legacy-scope #specialty-hero .hs_firstname .input{
        margin-right: 8px;
    }
}
.legacy-scope .umb-embed-holder.hero--banner{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: calc(100% + (100vw - 100%));
}
.legacy-scope #pardot-form-iframe{
    margin-top: 1.5rem;
    display: block;
    width: 100%;
    min-height: 260px;
    transition: height 0.25s ease;
    border: 0;
}
@media (max-width: 768px) {
    .legacy-scope #pardot-form-iframe{
        min-height: 336px;
    }
}
.legacy-scope #pardot-form-iframe--modal{
  display:block;
  width:100%;
  height: 100px;
  max-height: 80vh;
  border:0;
}