@charset "utf-8";
/* CSS Document */
.u-mw-912 {
    max-width: 912px !important;
}
#documentrequest .c-document__image img {
    border: 2px solid #0f4ac8;
    border-radius: 10px;
}
@media screen and (min-width: 640.02px) {
    #documents .c-document .c-document__image {
        flex-basis: calc(50% - 20px);
        margin-right: 40px;
    }
}
.c-mv--2column .c-mv__container {
	background: #d0e1fc;
}

@media screen and (max-width: 768px) {
	.u-tb-max-w-100p {
		max-width: 100%!important;
	}
	.u-tb-w-50p {
		width: 50%!important;
	}
}
.u-tf-ro-180 {
    transform: rotate(180deg);
}