/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. 
html {
    overflow-y: scroll;
    color: #000;
    font: 400 62.5%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 1.3rem;
    background: #fff;
    color: #000;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #2498e3;
    background-color: transparent;
}
a:active,
a:hover {
    text-decoration: underline;
    color: #188dd9;
    outline: 0;
}
h1,
h2 {
    margin: 0 0 0.5rem;
    color: #444;
    font-weight: 400;
    line-height: 1;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 3.6rem; }
.error-code {
    color: #f47755;
    font-size: 8rem;
    line-height: 1;
}
p { margin: 1.2rem 0; }
p.lead {
    font-size: 1.6rem;
    color: #4f5a64;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.page:before {
    display: block;
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 1 474px;
    flex: 0 1 474px;
    background: #38444f url(server.svg) 50% 6em no-repeat;
    background-size: 44% auto;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    box-sizing: border-box;
    padding: 10rem 5rem 5rem;
    min-height: 100vh;
}
.error-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.help-actions a {
    display: inline-block;
    border: 2px solid #23a7de;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.help-actions a:hover {
    text-decoration: none;
    background: #23a7de;
    color: #fff;
}
@media (max-width:959px) {
    .page:before {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        background-position: 50% 4rem;
    }
    .main { padding: 5rem; }
}
@media (max-width: 769px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page:before {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        background-position: 5rem -4.8rem;
        background-size: 166px auto;
    }
    .main {  /* for IE 11 
        min-height: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
@media (max-width: 479px) {
    h2 { font-size: 3rem; }
    .main { padding: 3rem; }
}*/

*,::after,::before{box-sizing:border-box}body,html{font-family:"Barlow", Arial, sans-serif;margin:0;padding:0;line-height:1.2}h1,h2,h3,p{margin:0;font-weight:400}a{text-decoration:none;color:#fff}.coverPage{display:flex;align-items:center;justify-content:center;height:100svh;width:100vw;background-image:url(/assets/img/background.jpg);background-repeat:no-repeat;background-size:cover}.coverPage::before{content:"";display:block;position:absolute;background:#000;opacity:.9;width:100%;height:100%;top:0}.__coverPage-content{display:flex;justify-content:center;flex-direction:column;color:#fff;height:100%;width:50%;text-align:center;opacity:.9;padding:1em}.__coverPage-content h1{font-size:4.2rem;font-weight: 700 !important; color:#006cb7 !important;opacity:.8}.__coverPage-content h2{font-size:2em;margin-bottom:1.5em}.__coverPage-content h3{font-size:1.1em;margin-bottom:.8em;text-transform:uppercase;opacity:.7}.__coverPage-content p{font-size:.95em;line-height:1.5;opacity:.7}.socialMedia{margin-top:1em}.socialIcon{margin-right:10px;opacity:.7}.socialIcon i{display:inline-flex;justify-content:center;align-items:center;font-size:20px;border:2px solid #fff;border-radius:50%;padding:15px;height:25px;width:25px;transition:all .3s}.socialIcon i:hover{color:#006cb7 !important;border-color:#006cb7 !important}.projectsListTitle{margin-top:2em;margin-bottom:.5em;font-size:1.3rem!important;text-transform:capitalize}.projectsList{display:flex;justify-content:center;width:100%;column-gap:1em}.btn-projects{background-color:#fff;color:#333;font-weight:700;padding:1em;width:250px!important;transition:all .3s;border:2px solid transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.btn-projects:hover{background-color:#f9a825;color:#fff;border-color:#1b1b1b}@media only screen and (max-width:1023px){.__coverPage-content{width:100%}.__coverPage-content h1{font-size:2.8rem}.__coverPage-content h2{font-size:2rem}.projectsList{flex-direction:column;row-gap:1em}.btn-projects{text-align:center;width:100%!important}}@media only screen and (max-width:1023px) and (orientation:landscape){.__coverPage-content h1{font-size:1.7rem}.__coverPage-content p{font-size:.8rem}.__coverPage-content h2{font-size:1.2rem;margin-bottom:1em}.__coverPage-content h3{font-size:.9rem}.__coverPage-content a{font-size:.8rem}.socialIcon i{font-size:15px}.projectsList{flex-direction:row;column-gap:1em}.projectsListTitle{margin-top:1.5em!important;margin-bottom:.1em;font-size:1.2rem!important}}