.CUSTOMER-SUCCESS.PFA { background: #f6f6fb; }

.CUSTOMER-SUCCESS.PFA .content .logos {
    display: flex;
    margin: 0 -10px;
}

.CUSTOMER-SUCCESS.PFA .content .logos .logo {
    flex: 0 1 50%;
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
    max-height: 40px;
    display: flex;
    align-items: flex-end;
}

.CUSTOMER-SUCCESS.PFA .content .logos .logo:first-child img {
    height: auto;
    width: 100%;
}
.CUSTOMER-SUCCESS.PFA .content .logos .logo:last-child img {
    height: 100%;
    width: auto;
    margin-bottom: -6px;
}

.CUSTOMER-SUCCESS.PFA .content .logos .break {
    width: 2px;
    height: 25px;
    margin: 0 5px;
    background: #bbb;
    align-self: flex-end;
}

.CUSTOMER-SUCCESS.PFA .image {
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.CUSTOMER-SUCCESS.PFA .image.alt-no-image {
    padding-bottom: 100%;
    background-color: #eee;
}

.CUSTOMER-SUCCESS.PFA .content .b-button + .b-button { margin: 0 0 0 20px; }

.CUSTOMER-SUCCESS.PFA .content .video { padding-bottom: 0; }
.CUSTOMER-SUCCESS.PFA .content .video iframe { display: none; }

@media screen and (max-width: 900px) {
    .CUSTOMER-SUCCESS.PFA .content .b-button + .b-button { margin: 0 0 0 5px; }   
}

@media screen and (max-width: 350px) {
    .CUSTOMER-SUCCESS.PFA .content .b-button + .b-button { margin: 10px 0 0; }   
}





.CUSTOMER-SUCCESS.VIDEO-SPLIT { background: #f6f6fb; }
.CUSTOMER-SUCCESS.VIDEO-SPLIT.alt-first { display: none; }

.CUSTOMER-SUCCESS.VIDEO-SPLIT .content .author p { margin: 0; }

.CUSTOMER-SUCCESS.VIDEO-SPLIT .content .logo {
    position: relative;
    padding-bottom: 10%;
    max-width: 40%;
    margin: 10px 0 0;
    /* background: #eee; */
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .content .logo > img {
    position: absolute;
    top: 0;
    left: 0;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video {
    position: relative;
    padding-bottom: 56.25%;
    background: #eee;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video > .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video .thumbnail img {
	width: 100%;
	height: auto;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video .thumbnail .play {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	padding: 15px;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video input:checked,
.CUSTOMER-SUCCESS.VIDEO-SPLIT .video input:checked ~ .thumbnail,
.CUSTOMER-SUCCESS.VIDEO-SPLIT .video input:checked ~ .play { display: none; }

.CUSTOMER-SUCCESS.VIDEO-SPLIT .play:focus-visible .thumbnail{ display: none; }

.CUSTOMER-SUCCESS.VIDEO-SPLIT .video > .thumbnail > .play > svg {
	margin-right: -8px;
	transition: 0.2s;
}

@media screen and (min-width: 901px) {
    .CUSTOMER-SUCCESS.VIDEO-SPLIT.alt-first .b-frame { padding-top: 0; }
}




.CUSTOMER-SUCCESS.EVENTS  { background: #F6F6FB; }

.CUSTOMER-SUCCESS.EVENTS .card {
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 17px 33px 0 rgb(0 0 0 / 10%);
}

.CUSTOMER-SUCCESS.EVENTS .video {
    position: relative;
    background: #eee;
    box-sizing: border-box;
    padding-bottom: 56.25%;
    border-radius: 5px;
}

.CUSTOMER-SUCCESS.EVENTS .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CUSTOMER-SUCCESS.EVENTS .video > .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.CUSTOMER-SUCCESS.EVENTS .video > .thumbnail > img {
	width: auto;
	height: 100%;

}
.CUSTOMER-SUCCESS.EVENTS .card input:checked,
.CUSTOMER-SUCCESS.EVENTS .card input:checked ~ .thumbnail,
.CUSTOMER-SUCCESS.EVENTS .card input:checked ~ .play { display: none; }

.CUSTOMER-SUCCESS.EVENTS .card .video > .thumbnail > .play {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	padding: 15px;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.CUSTOMER-SUCCESS.EVENTS .video > .thumbnail > .play > svg {
	margin-right: -8px;
	transition: 0.2s;
}

.CUSTOMER-SUCCESS.EVENTS .category { opacity: 0.5; margin: 10px 0; }
.CUSTOMER-SUCCESS.EVENTS .category > * { margin: 0; }

.CUSTOMER-SUCCESS.EVENTS .content h3 { margin-top: 0; color: #252e80; }




 
.CUSTOMER-SUCCESS.REVIEWS .container {
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
}



.CUSTOMER-SUCCESS.REVIEWS .b-frame-head h1 { color: #252e80; }

.CUSTOMER-SUCCESS.REVIEWS .card {
    flex: 0 1 auto;
    height: 100%;
    box-shadow: 0 17px 33px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 30px 30px 95px;
    position: relative;
}

.CUSTOMER-SUCCESS.REVIEWS .card h3 {color: #252e80;}

.CUSTOMER-SUCCESS.REVIEWS .card .avatar {
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    position: absolute;
    background: #eee;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 20px auto -95px;
    overflow: hidden;
}

.CUSTOMER-SUCCESS.REVIEWS .card .avatar img {
    position: inherit;
    width: 100%; 
    height: 100%;
}

.CUSTOMER-SUCCESS.REVIEWS .author {
    border-top: 95px solid transparent;
    margin: auto auto 0;
    width: calc(100% - 90px);
}

.CUSTOMER-SUCCESS.REVIEWS .author p { margin: 0 }
.CUSTOMER-SUCCESS.REVIEWS .author p:first-child {
    font-size: 22px;
    font-weight: 700;
    color: #252e80;
}
.CUSTOMER-SUCCESS.REVIEWS .author p:nth-child(2) { line-height: 1.3; }

.CUSTOMER-SUCCESS.REVIEWS .logo {
    position: relative;
    left: auto;
    top: auto;
    padding-bottom: 0;
    margin: 20px auto;
    height: 80px;
}

.CUSTOMER-SUCCESS.REVIEWS .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}

@media screen and (min-width: 901px) {
    .CUSTOMER-SUCCESS.REVIEWS .b-column:nth-of-type(3n+1),
    .CUSTOMER-SUCCESS.REVIEWS .b-column:nth-of-type(3n){ margin-top: 100px; }
    .CUSTOMER-SUCCESS.REVIEWS .b-column:nth-of-type(3n+2) { margin-bottom: 100px; }
}





.CUSTOMER-SUCCESS.VIDEO-SPLIT {}
