@font-face{
    font-family: Agrandir;
    src: url('../fonts/Agrandir-TextBold.otf');
    font-weight: 600;
}

@font-face{
    font-family: Agrandir-regular;
    src: url('../fonts/Agrandir-Regular.otf');
    font-weight: 400;
}

@font-face{
    font-family: Agrandir-narrow;
    src: url('../fonts/Agrandir-Narrow.otf');
    font-weight: 400;
}

.global-intention h3 {
    font-family: "Agrandir";
    font-weight: 600 !important;
}

.global-intention p {
    font-family: "Agrandir-narrow";
    font-weight: 200 !important;
    font-size: 18px;
}

.global-intention ul li {
    font-family: "Agrandir-narrow";
    font-weight: 200 !important;
    font-size: 18px;
}

.global-intention a.btn-cb-ss {
    background: #232E78 !important;
    margin: 26px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
	border: 1px solid #232E78;
	font-weight: 300;
}

.global-intention ul li::before {
    content: "\* ";
}
.global-intention a.btn-cb-ss:hover { 
    background: #fff !important;
    color: #232E78 !important;
}