
html {
    font-size: 13px;
    line-height: 1.5em;
}
.sitecontent {
    background-color: #FFF;
    min-height: 200px;
    position: relative;
}
.sitefooter_content, .siteheader_content, .pagehero-column, .page-singlecolumn, .columns-inner, .frontpage-products {
    margin: auto;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.columns {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.columns-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* -------------------------------- pagehero -------------------------------- */

.pagehero-content {
    display: flex;
    min-height: 65vh;
    position: relative;
}

.pagehero-column.fullwidth {
    width: 100%;
}
.pagehero-text h1{
    line-height: 40px;
}
.pagehero-column.fullwidth .pagehero-text {
    max-width: 100%;
}
.pagehero-column {
    align-self: center;
    position: relative;
    z-index: 2;
    width: 100%;
}
.pagehero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
}
.pagehero-bg:before {
    background-image: linear-gradient(to right, rgba(8, 26, 48, 0.9), rgba(25, 88, 164, 0.1));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






/* --------------------------------- founded -------------------------------- */

.columns-header {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    width: 100%;
}

/* ----------------------------------- team ---------------------------------- */

.columns-header + .column {
    margin-top: 0 !important;
}
.o--stacked {
    display: flex;
    flex-direction: column;
}
.show--marker {
    position: relative;
}
.show--marker:before {
    background-color: #0036fa;
    display: inline-block;
    content: "";
    height: 3px;
    margin-bottom: 0.5em;
    width: 30px;
}
/* -------------------------------------------------------------------------- */
/*                                media queries                               */
/* -------------------------------------------------------------------------- */



/* ? -------------------------------------------------------------------------- */
/* ?                              media query 640px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 40em) {}


/* ? -------------------------------------------------------------------------- */
/* ?                              media query 768px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 48em) {
    .sitefooter_content, .siteheader_content, .pagehero-column, .page-singlecolumn, .columns-inner, .frontpage-products {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .columns[data-columns] .columns-inner {
        flex-direction: row;
    }
    
    /* -------------------------------- pagehero -------------------------------- */
    .pagehero-content {
        display: flex;
        min-height: 75vh;
    }
    .pagehero-text h1{
        line-height: 1.1em;
    }


/* -------------------------------- founded -------------------------------- */

/* ---------------------------------- team ---------------------------------- */

.columns[data-columns="3"] .column {
    max-width: calc(100%/3 - 1.5rem);
}






}
/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1024px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 64em) {}


/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1280px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 80em) {}



/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1440px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 90em ) {}



/* ? -------------------------------------------------------------------------- */
/* ?                             media query 1536px                             */
/* ? -------------------------------------------------------------------------- */
@media (min-width: 96em) {}