/* BLOCK: Boxed Quote */

.block-boxed-quote .boxed-quote {
    padding: 50px;
    border-radius: 4px;
    background: #1B285F;
    color: #ffffff;
}

.block-boxed-quote .wrap.narrow > .boxed-quote {
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}

.block-boxed-quote .boxed-quote--dark-blue {
    background: #1B285F;
    color: #ffffff;
}

.block-boxed-quote .boxed-quote--light-grey {
    background: #F3F4F7;
    color: #15245A;
}

.block-boxed-quote .boxed-quote--white {
    background: #ffffff;
    color: #15245A;
}

.block-boxed-quote .boxed-quote__mark {
    display: block;
    margin-bottom: 1.5rem;
    color: #00AEEA;
    font-size: 4rem;
    font-weight: 700;
    line-height: 0.7;
    letter-spacing: -0.08rem;
	margin-bottom:40px;
}

.block-boxed-quote .boxed-quote__quote {
    margin: 0;
font-size: 32px;
font-weight: 600;
line-height: 110%; /* 35.2px */
letter-spacing: -0.64px;
}

.block-boxed-quote .boxed-quote__quote > *:first-child {
    margin-top: 0;
}

.block-boxed-quote .boxed-quote__quote > *:last-child {
    margin-bottom: 0;
}

.block-boxed-quote .boxed-quote__quote p {
    margin-bottom: 1rem;
}

.block-boxed-quote .boxed-quote__quote p:last-child::after {
    content: '”';
    color: #00AEEA;
}

.block-boxed-quote .boxed-quote__citation {
    margin-top: 40px;
    color: #00AEEA;
    font-size: 1rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.01rem;
}

.block-boxed-quote .boxed-quote--large .boxed-quote__quote {
font-size: 56px;
font-weight: 700;
line-height: 110%;
letter-spacing: -1.12px;
}

@media screen and (max-width: 920px) {
    .block-boxed-quote .boxed-quote {
        padding: 2.5rem 2rem;
    }

    .block-boxed-quote .boxed-quote__quote,
    .block-boxed-quote .boxed-quote--large .boxed-quote__quote {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
}

@media screen and (max-width: 640px) {
    .block-boxed-quote .boxed-quote {
        padding: 2rem 1.5rem;
    }

    .block-boxed-quote .boxed-quote__mark {
        margin-bottom: 1.25rem;
        font-size: 3.5rem;
    }
	
	.block-boxed-quote .boxed-quote__mark svg{
		max-width:31px;
	}

    .block-boxed-quote .boxed-quote__quote{
		font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 110%;
letter-spacing: -0.48px;
	}
    .block-boxed-quote .boxed-quote--large .boxed-quote__quote {
        font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 110%;
letter-spacing: -0.72px;
    }

    .block-boxed-quote .boxed-quote__citation {
        margin-top: 1.5rem;
    }
}