html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
    font-size: clamp(12px, 1.19791vw, 21px);
}
body {
    --default-line-height: 1.56rem;
    min-height: 100vh;
    background-color: #f9f9f9;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    font-family: Hind, Roboto, Arial, sans-serif;
    align-items: center;
    color: rgba(56, 55, 56, 0.7);
    line-height: var(--default-line-height);
}
a {
    color: rgba(56, 55, 56, 0.7);
}
h1 {
    color: rgba(51,51,61,1);
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.47rem;
    text-align: center;
}
.subtitle {
    margin-top: 1.7708vw;
    text-align: center;
}
.content {
    background-color: #fff;
    width: 52.08%;
    max-width: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.08vmin 4.84375vmin;
    box-sizing: border-box;
    justify-self: center;
}
.content.fraud-content {
    padding-top: 5vmin;
}
.fraud-content .subtitle {
    margin-top: 16px;
}
h1.fraud {
    margin-top: 9px;
}
.main_image {
    margin-top: 4.364583vw;
    width: 31.11vmax;
    border-radius: 10px;
}
.content_footer {
    text-align: center;
}
element.style {
    --content: 'Develop.';
    --padding: 0.05em;
    --start-color: #007CF0;
    --end-color: #00DFD8;
}
a.button {
    margin-top: 2.08333vmax;j
    display: inline-block;
    background-color: #fc4f8e;
    color: #fff;
    padding: 1.3541vmax 3.0208vmax;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    font-size: 0.85714rem;
    line-height: 0.85714rem;
    text-transform: uppercase;
    border-radius: 100px;
}
.fraud {
    color: #FE8161;
    font-weight: bold;
}

@media (max-width: 420px) {
    .content {
        width: calc(100% - 16px);
        margin: 8px;
    }
}