body {
    font-family: Arial;
    font-size: 16px;
    color: #202124;
    margin: 64px 0 0 0;
    padding: 0 0 0 0;
}

h1 {
    word-break: break-word;
}

h2 {
    word-break: break-word;
}

h3 {
    word-break: break-word;
}

.header {
    font-size: 14px;
    position: fixed;
    height: 64px;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.header .content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.header .content .logo a {
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header .content .logo a:hover {
    color: #202124;
}

.header .content .logo a img {
    margin-right: 10px;
    border-radius: 20px;
}

.header .content .menu {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header .content .menu a {
    text-decoration: none;
    color: #202124;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .content .menu a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 700px) {
    .header {
        position: unset;
        height: unset;
        display: block;
    }

    .header .content {
        display: block;
    }

    .header .content .logo {
        padding: 20px 0 10px;
        margin-bottom: 20px;
    }

    .header .content .menu {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .header .content .menu a {
        padding: 5px 16px;
    }

    body {
        margin: 0;
    }
}

.container-grey {
    background-color: #f8f9fa;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
    body .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

.cta-container {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta-container-small {
    box-sizing: border-box;
}

.cta-image {
    background-image: url(/static/web_art.png);
    background-repeat: no-repeat;
    background-size: 350px 236px;
    background-position: right;
}

.data-cta-image {
    background-image: url(/static/DataGenerator.webp);
    background-repeat: no-repeat;
    background-size: 350px 236px;
    background-position: right;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .cta-image {
        background-image: url(/static/web_art@2x.png);
    }
}

@media only screen and (max-width: 950px) {
    body .cta-image {
        background: none;
    }
}

.cta-container .content {
    max-width: 500px;
}

.cta-container .content .title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.cta-container-small .content .title {
    font-size: 18px;
    padding-right: 10px;
}

.cta-container .content .description {
    font-size: 18px;
    line-height: 1.7;
    margin: 20px 0;
}

.cta-container-small .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

@media only screen and (max-width: 440px) {
    .cta-container-small .content .title {
        font-size: 16px;
    }

    .cta-container-small a.cta {
        padding: 10px;
    }
}

a.primary:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

a.primary {
    background-color: #448aff;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

a.cta {
    font-size: 18px;
    padding: 15px;
    display: inline-block;
}

.heading h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #80868B;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features .feature {
    max-width: 400px;
    padding: 0 40px 40px 0;
}

.features .feature .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.features .feature .description {
    font-size: 12px;
}

.footer {
    border-top: 1px solid #dadce0;
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer .section {
    margin-right: 60px;
    margin-bottom: 60px;
    line-height: 1.7;
}

.footer .logo {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    text-transform: none !important;
}

.footer .logo img {
    border-radius: 20px;
    margin-right: 5px;
}

.footer .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #202225;
}

.footer a {
    text-decoration: none;
    color: #202124;

}

.footer a:hover {
    text-decoration: underline;
}

a {
    color: #448aff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    font-size: 14px;
}

.pricing .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.pricing .pricing-card .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricing .pricing-card .price {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.pricing .pricing-card .items .item {
    padding: 0 0 10px;
}

.pricing .pricing-card .items .item.yes:before {
    content: "\2713";
    color: #448aff;
    margin-right: 10px;
    width: 12px;
    display: inline-block;
    text-align: center;
}

.pricing .pricing-card .items .item.no:before {
    content: "\0078";
    color: #aa2a2a;
    margin-right: 10px;
    width: 12px;
    display: inline-block;
    text-align: center;
}

.pricing .pricing-card .action {
    text-align: center;
    padding: 10px 0;
}

.pricing .pricing-card .action a {
    background-color: #448aff;
    outline: none;
    border: none;
    padding: 15px;
    border-radius: 5px;
    color: white;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.content-cta {
    margin: 0 0 40px;
    text-align: center;
    color: #80868B;
    font-size: 14px;
}

.content-cta .title {
    font-size: 16px;
    font-weight: bold;
}

.cta-container-small a.cta {
    font-size: 16px;
}

.feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.feedback-card {
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-card .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 24px;
}

.feedback-card .user .author {
    font-size: 12px;
    font-style: italic;
}

@font-face {
    font-family: 'DataMask_MaterialIcons';
    font-style: normal;
    font-weight: 400;
    src: url("/static/material.woff2") format('woff2');
}

.datamask_material-icons {
    font-family: 'DataMask_MaterialIcons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1 !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.rows {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.row {
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 30px;
}

.row .image {
    text-align: center;
    margin-right: 30px;
}

.row .content .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.row .image .datamask_material-icons {
    font-size: 32px;
}

.articles ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.articles ul li {
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.content-spacer {
    padding-bottom: 30px;
}

.secondcalltoaction {
    text-align: center;
    padding: 30px 0;
    margin: 0 -20px;
    background-color: #eaeaea;
}

.secondcalltoaction .title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #80868B;
}

.secondcalltoaction .action a {
    margin-top: 10px;
    border-radius: 8px;
    padding: 15px;
    background-color: #448aff;
    color: white;
    font-size: 18px;
    display: inline-block;
}

.container > .content {
    padding: 30px 0;
}