@font-face {
    font-family: 'PPObjectSans-Regular';
    src: url('webFonts/PPObjectSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'PPObjectSans-Heavy';
    src: url('webFonts/PP-ObjectSans-Heavy/PPObjectSans-Heavy.woff2') format('woff2'), url('webFonts/PP-ObjectSans-Heavy/PPObjectSans-Heavy.woff') format('woff');
}
@font-face {
    font-family: 'PPObjectSans-Bold';
    src: url('webFonts/PP-ObjectSans-Heavy/PPObjectSans-Bold.woff2') format('woff2'), url('webFonts/PP-ObjectSans/PPObjectSans-Bold.woff') format('woff');
}

body {
    font-family: 'PPObjectSans-Regular';
}

.link {
    color: #07DD87 !important;
    text-decoration: underline;
}

.title {
    font-family: 'PPObjectSans-Heavy';
    font-size: 36px;
    line-height: 36px;
    color: #151515;
    letter-spacing: -0.5px;
}

.title span {
    color: #05C46B;
}

.lead {
    font-family: 'PPObjectSans-Regular';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.card {
    border: 0;
    background-color: #F1F0EE;
    border-radius: 16px;
}

.title-card {
    font-family: 'PPObjectSans-Heavy';
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
}

.text-footer {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: 'PPObjectSans-Regular';
}

img {
    height: 50px;
}

.btn {
    padding: 0.5625rem 2rem !important;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PPObjectSans-Bold';
    border-radius: 50px;
    border: 0;
}

.bg-liberty {
    background-color: #FF6000;
}
.bg-liberty:hover {
    background-color: #FF6000;
    filter: brightness(0.8);
}

.bg-frontier {
    background-color: #FF0037;
}
.bg-frontier:hover {
    background-color: #FF0037;
    filter: brightness(0.8);
}

.bg-cw {
    background-color: #0085CA;
}
.bg-cw:hover {
    background-color: #0085CA;
    filter: brightness(0.8);
}

.bg-brava {
    background-color: #3433F7;
}
.bg-brava:hover {
    background-color: #3433F7;
    filter: brightness(0.8);
}

.bg-flow {
    background-color: #0085CA;
}
.bg-flow:hover {
    background-color: #0085CA;
    filter: brightness(0.8);
}

.bg-calix {
    background-color: #0B38DB;
}
.bg-calix:hover {
    background-color: #0B38DB;
    filter: brightness(0.8);
}

.bg-templet {
    background-color: #07DD87;
}
.bg-templet:hover {
    background-color: #07DD87;
    filter: brightness(0.8);
}

.bg-wireframes {
    background-color: #7B7B7B;
}
.bg-wireframes:hover {
    background-color: #7B7B7B;
    filter: brightness(0.8);
}

.point {
    color: #07DD87 !important;
}

@media (max-width: 575px) {
    .title {
        font-size: 40px;
        line-height: 48px;
    }
}