body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: objektiv-mk3, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: objektiv-mk1, sans-serif;
    color: #000;
    font-size: 68px;
    line-height: 88px;
    font-weight: 700;
    letter-spacing: -3px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: objektiv-mk1, sans-serif;
    color: #000;
    font-size: 68px;
    line-height: 96px;
    font-weight: 700;
    letter-spacing: -3px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: objektiv-mk1, sans-serif;
    color: #e80000;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -1px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: objektiv-mk1, sans-serif;
    color: #c0cdda;
    font-size: 24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: objektiv-mk1, sans-serif;
    color: #c0cdda;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    font-family: objektiv-mk3, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

a {
    padding-bottom: 5px;
    -webkit-transition: box-shadow 200ms ease, color 200ms ease;
    transition: box-shadow 200ms ease, color 200ms ease;
    font-family: objektiv-mk1, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
}

    a:hover {
        color: #8186ac;
        text-decoration: none;
    }

li {
    margin-bottom: 8px;
}

img {
    display: inline-block;
    max-width: 100%;
}

strong {
    font-weight: 700;
    letter-spacing: 0px;
}

figure {
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1500px;
    max-width: 90vw;
    min-height: 60vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapper-home {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.wrapper.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

        .wrapper.center.mini {
            min-height: 50vh;
            margin-right: auto;
            margin-left: auto;
        }

    .wrapper.footer1 {
        position: static;
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: hsla(0, 0%, 100%, 0);
    }

    .wrapper.wrapper--short {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.wrappercontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .wrappercontent.wrappercontent--vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px none #e4e4e4;
    }

    .wrappercontent.hero-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        border-bottom: 1px none #e4e4e4;
    }

    .wrappercontent.wrappercontent--howwedoit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .wrappercontent.serviceswrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wrappercontent.wrappercontent--work {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrappercontent.wrappercontent--work {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrappercontent.wrappercareers {
        padding-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.wrapcolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: normal;
}

    .wrapcolumn.services {
        position: -webkit-sticky;
        position: sticky;
        top: 5vh;
    }

    .wrapcolumn.contact-hero {
        width: 60vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.navbar {
    z-index: 90;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1500px;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px none #000;
    box-shadow: none;
}

    .brand:hover {
        border-bottom-style: none;
        box-shadow: none;
    }

    .brand.w--current {
        box-shadow: none;
    }

        .brand.w--current:hover {
            box-shadow: none;
        }

.link-nav {
    margin-right: 26px;
    margin-left: 26px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-shadow: inset 0 -1px 0 0 #e80000;
    -webkit-transition: color 200ms ease, box-shadow 200ms ease;
    transition: color 200ms ease, box-shadow 200ms ease;
    font-family: objektiv-mk1, sans-serif;
    color: #000;
    font-size: 11px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

    .link-nav:hover {
        box-shadow: inset 0 -1px 0 0 rgba(232, 0, 0, 0);
        color: #e80000;
    }

    .link-nav.w--current {
        box-shadow: none;
        color: rgba(129, 134, 172, 0.47);
    }

    .link-nav.link-nav--right {
        margin-right: 0px;
        font-family: objektiv-mk1, sans-serif;
        color: #e80000;
        font-weight: 800;
    }

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 15px;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.arrow {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    height: 20px;
    margin-top: -2px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

    .arrow.back {
        padding-right: 10px;
        padding-left: 0px;
    }

.arrow-2 {
    margin-bottom: 1px;
    margin-left: 8px;
}

.heroo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wrapperdivider__divider {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c0cdda;
    color: #b1b5d3;
}

    .wrapperdivider__divider.stack {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #b1b5d3;
        color: #8186ac;
    }

.wrapperdivider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.wrapperdivider__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.micro-text {
    font-family: objektiv-mk1, sans-serif;
    color: #c0cdda;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.wrapper-list {
    margin-bottom: 100px;
    padding-right: 80px;
}

    .wrapper-list.last {
        margin-bottom: 0px;
    }

.red {
    color: #e80000;
}

.footer {
    margin-top: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #282931;
}

.footer-left {
    width: 30%;
    margin-right: 60px;
}

.footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.footer-p {
    margin-top: 10px;
    font-family: objektiv-mk3, sans-serif;
    color: rgba(209, 213, 240, 0.4);
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    text-decoration: none;
}

    .footer-p:hover {
        text-decoration: none;
    }

    .footer-p.links:hover {
        color: #e80000;
    }

    .footer-p.links.email {
        font-family: objektiv-mk1, sans-serif;
        color: #e80000;
    }

    .footer-p.footerp--alignright {
        text-align: right;
    }

.footer-title {
    margin-bottom: 5px;
    font-family: objektiv-mk1, sans-serif;
    color: #c0cdda;
    font-weight: 700;
}

.wrapper-footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.wrap-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    white-space: normal;
    cursor: pointer;
}

    .wrap-tabs:hover {
        opacity: 1;
        color: rgba(110, 127, 253, 0.4);
    }

.tabs {
    display: inline;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #000;
    font-size: 42px;
    letter-spacing: -1px;
}

    .tabs:hover {
        color: #c0cdda;
    }

.divier-tabs {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 14px;
    background-color: #c0cdda;
    color: rgba(110, 127, 253, 0.4);
}

.invisible-separator {
    display: block;
    width: 100%;
    height: 10px;
    color: rgba(110, 127, 253, 0.4);
}

.tab-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-button {
    height: 55px;
    padding-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.link-with-arrow {
    display: flex;
    padding-top: 4px;
    padding-right: 25px;
    padding-bottom: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e80000;
}

    .link-with-arrow:hover {
        border-color: #8186ac;
    }

.linkarrow__text {
    display: inline-block;
    font-family: objektiv-mk1, sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
}

    .linkarrow__text:hover {
        color: #8186ac;
    }

.contactcolumn {
    width: 30%;
    margin-right: 30px;
}

    .contactcolumn.wide {
        margin-right: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.wrappercontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-31 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading-7 {
    margin-top: 0px;
}

.logo-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 100px;
    margin-bottom: 53px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #c0cdda;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
}

    .logo-partners:hover {
        color: #000;
    }

.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div-block-32 {
    padding-top: 23px;
    padding-bottom: 19px;
}

.stack {
    display: inline;
    padding-right: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.logo-stroke {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    white-space: normal;
}

.mov {
    color: #c0cdda;
}

.home-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    /*height: 100vh;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonials__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

.testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider {
    height: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

    .divider._15 {
        height: 15px;
    }

.testimonials__title {
    color: #e80000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.testimonial__bkg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 675px;
    padding: 129px 210px 30px 210px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f4f7fa;
    text-align: left;
}

.testimonials__text {
    font-family: objektiv-mk3, sans-serif;
    color: #92a3b4;
    font-size: 26px;
    line-height: 43px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -1px;
}

.howwedoit__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.howwedoit__elementwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 450px;
    padding-top: 80px;
    padding-right: 55px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

    .howwedoit__elementwrapper.element--33 {
        width: 33%;
        margin-right: 5px;
        margin-left: 5px;
        padding-top: 0px;
        padding-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
        background-color: #f4f7fa;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .howwedoit__elementwrapper.element--33:hover {
            -webkit-transform: translate(0px, -5px);
            -ms-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
        }

.hireussection__text {
    background-color: #22232b;
    color: #fff;
}

.hireussection__heading {
    color: #fff;
}

.div-block-34 {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-bett;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.award__text {
    display: inline-block;
    font-family: objektiv-mk3, sans-serif;
    color: #8196aa;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.award__img {
    width: 22px;
    margin-right: 15px;
}

.awarditem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 22px;
    padding: 10px 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 2px;
    border-color: #c0cdda;
    border-radius: 80px;
    background-color: #ebf1f7;
}

.awarditem:last-of-type {
    margin-right: 0;
}

.buttonmain {
    padding: 16px 24px 20px;
    background-color: #e80000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .buttonmain:hover {
        background-color: #ff3d3d;
        color: #fff;
    }

.wrapcolumn--w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: normal;
    -o-object-fit: contain;
    object-fit: contain;
}

.interactive-logo {
    display: block;
    width: 800px;
    height: 800px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrapperwork {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 650px;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.workvideo {
    width: 100%;
    height: 100%;
}

.contactlink {
    color: #e80000;
    font-size: 50px;
    font-weight: 700;
    text-decoration: underline;
}

.wrappervideo100__roundedcorners {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 800px;
    height: 550px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 10px;
}

    .wrappervideo100__roundedcorners.wrappervideo800--mobile {
        width: 290px;
    }

.worktitle {
    font-family: objektiv-mk1, sans-serif;
    color: #000;
    font-size: 60px;
    line-height: 71px;
}

.div-block-35 {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: auto;
    z-index: -1;
    width: 50vw;
    height: 80vh;
}

.featuresicons {
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.jobwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    min-height: 330px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 55px 35px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eeeff5;
}

.job__title {
    font-family: objektiv-mk1, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -1px;
}

.text-block-3 {
    margin-top: 14px;
    color: #8186ac;
}

.howwedoit__text {
    color: #000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.logopartners__caption {
    font-family: objektiv-mk1, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.logopartners__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: contain;
    object-fit: contain;
}

.logostack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 120px;
    margin-bottom: 53px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #c0cdda;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
}

    .logostack:hover {
        color: #000;
    }

.tabs__plussign {
    width: 36px;
    font-size: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.work__description {
    width: auto;
    max-width: 50%;
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
}

.workvideowrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.work-header {
    font-size: 120px;
}

.workbackgroundholder {
    position: relative;
    z-index: -1;
}

.workbackground {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #e7ebf0;
}

    .workbackground._1 {
        background-color: rgba(72, 72, 255, 0.175);
    }

    .workbackground._2 {
        background-color: rgba(245, 145, 0, 0.175);
    }

    .workbackground._3 {
        background-color: #e1fbf2;
    }

    .workbackground._4 {
        background-color: #e6e9ff;
    }

    .workbackground._5 {
        background-color: #e4f8ff;
    }

    .workbackground._6 {
        background-color: #ffeaea;
    }

    .workbackground._7 {
        background-color: rgba(72, 72, 255, 0.175);
    }

.workcontentwrapper {
    /*height: 100vh;*/
}

.work-text {
    margin-bottom: 8px;
    color: #8186ac;
}

.lottie-animation {
    margin-left: 60px;
}

.howwedoit__element {
    width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.term--text {
    width: 1100px;
}

.image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.modal-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: block;
}

.modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 90;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #25282c;
}

.wrapcolumn--mobile {
    display: none;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: normal;
    -o-object-fit: contain;
    object-fit: contain;
}

.numbers-text {
    font-family: objektiv-mk1, sans-serif;
    color: #c0cdda;
    font-size: 24px;
    font-weight: 700;
}

html.w-mod-js *[data-ix="load-up"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 67px;
        letter-spacing: -2px;
    }

    h2 {
        font-size: 38px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 29px;
    }

    a {
        margin-bottom: 20px;
    }

    .wrapper {
        width: 90vw;
        max-width: none;
        min-height: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

        .wrapper.center {
            position: relative;
            min-height: auto;
        }

    .wrappercontent {
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .wrappercontent.hero-area {
            width: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .wrappercontent.wrappercontent--work {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .wrapcolumn {
        width: 100%;
    }

    .navbar {
        width: 100%;
        max-width: none;
        padding-right: 25px;
        padding-left: 25px;
    }

    .arrow {
        height: 16px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .wrapperdivider {
        width: 100%;
        height: 31px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .wrapperdivider__text {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .micro-text {
        font-size: 12px;
    }

    .wrapper-list {
        margin-bottom: 100px;
        padding-right: 0px;
    }

    .footer-left {
        width: 30%;
    }

    .footer-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer-p.links {
        margin-bottom: 0px;
    }

    .wrapper-footer-column {
        width: 45%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .wrap-tabs {
        width: 100%;
    }

    .tabs {
        font-size: 34px;
    }

    .tab-title {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tabs-button {
        padding-left: 20px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .plus {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .link-with-arrow.link--jobs {
        margin-bottom: 0px;
    }

    .linkarrow__text {
        font-size: 18px;
    }

    .contactcolumn {
        width: 20%;
    }

    .logo-partners {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        margin-bottom: 28px;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logos {
        width: auto;
    }

    .div-block-32 {
        padding-bottom: 12px;
    }

    .stack {
        padding-right: 14px;
        font-size: 20px;
    }

    .logo-stroke {
        width: 100%;
        padding-bottom: 10px;
    }

    .home-hero {
        height: auto;
    }

    .testimonial {
        margin-bottom: 60px;
    }

    .testimonial__bkg {
        min-height: 500px;
        padding: 22px 68px;
    }

    .testimonials__text {
        font-size: 22px;
        line-height: 34px;
    }

    .howwedoit__wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .howwedoit__elementwrapper {
        width: 50%;
        height: auto;
        padding-top: 10px;
        padding-right: 12px;
        padding-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .howwedoit__elementwrapper.element--33 {
            width: 31%;
            margin-right: 2px;
            margin-left: 2px;
            padding: 10px;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .award__text {
        font-size: 10px;
        line-height: 12px;
    }

    .award__img {
        width: 14px;
        margin-right: 6px;
    }

    .buttonmain {
        font-size: 16px;
    }

    .wrapcolumn--w {
        width: 100%;
    }

    .wrapperwork {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .contactlink {
        font-size: 35px;
    }

    .wrappervideo100__roundedcorners {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .div-block-35 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 90vw;
        height: 40vh;
        margin-right: auto;
        margin-left: auto;
        padding-right: 62px;
        padding-left: 62px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .featuresicons {
        width: 70%;
    }

    .jobwrapper {
        width: 49%;
        margin-right: 0px;
        padding: 40px 20px 20px;
    }

    .howwedoit__text {
        font-size: 23px;
        line-height: 28px;
    }

    .logostack {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        margin-bottom: 28px;
        padding-right: 10px;
    }

    .tabs__plussign {
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .work__description {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }

    .workvideowrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work-header {
        font-size: 90px;
    }

    .workcontentwrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lottie-animation {
        margin-left: 0px;
        padding-right: 112px;
        padding-left: 112px;
    }

    .howwedoit__element {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .term--text {
        width: auto;
    }

    .wrapcolumn--mobile {
        width: 100%;
    }

    .interactive-logo {
        width: auto;
        height: auto;
    }

    .no-reverse {
        flex-direction: column !important;
    }
    
    .mob-m-b-sm {
        margin-bottom: 8px;
    }

    .mobi-center {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 40px;
        line-height: 49px;
    }

    h3 {
        font-size: 18px;
        line-height: 25px;
    }

    p {
        font-size: 15px;
        line-height: 27px;
    }

    .wrapper {
        width: auto;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrapper.footer1 {
            padding-top: 0px;
        }

    .wrappercontent {
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrappercontent.hero-area {
            padding-top: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .wrappercontent.serviceswrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .wrapcolumn.services {
        position: static;
    }

    .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .brand {
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .link-nav.link-nav--right {
        margin-right: 26px;
    }

    .nav-menu {
        min-height: 100px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        background-color: #fff;
    }

    .arrow {
        height: 14px;
    }

    .wrapperdivider__divider {
        height: 2px;
    }

    .wrapperdivider {
        height: 27px;
    }

    .micro-text {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .wrapper-list {
        margin-bottom: 60px;
    }

    .footer-left {
        width: 40%;
        margin-right: 50px;
    }

    .footer-right {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-p {
        margin-top: 5px;
    }

        .footer-p.links {
            margin-top: 5px;
        }

        .footer-p.footerp--alignright {
            text-align: left;
        }

    .footer-title {
        margin-top: 0px;
    }

    .wrapper-footer-column {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tabs {
        font-size: 32px;
    }

    .tab-title {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tabs-button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .linkarrow__text {
        font-size: 15px;
        letter-spacing: 0.6px;
    }

    .contactcolumn {
        width: 100%;
        margin-right: 0px;
    }

    .wrappercontact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .logo-partners {
        width: 33%;
    }

    .logos {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .div-block-32 {
        padding-bottom: 0px;
    }

    .stack {
        font-size: 14px;
    }

    .home-hero {
        height: auto;
        min-height: 48vh;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .divider {
        height: 10px;
    }

    .testimonial__bkg {
        min-height: 500px;
        padding: 20px;
    }

    .testimonials__text {
        color: #92a3b4;
        font-size: 18px;
        line-height: 28px;
    }

    .howwedoit__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .howwedoit__elementwrapper {
        width: 45%;
        height: auto;
        margin-bottom: 42px;
    }

        .howwedoit__elementwrapper.element--33 {
            width: 48%;
            padding-top: 20px;
            padding-left: 20px;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

    .award__text {
        line-height: 14px;
    }

    .buttonmain {
        font-size: 15px;
    }

    .wrapcolumn--w {
        display: none;
        padding-right: 0px;
    }

    .contactlink {
        font-size: 30px;
    }

    .wrappervideo100__roundedcorners {
        height: 50vw;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .div-block-35 {
        display: none;
    }

    .featuresicons {
        width: auto;
        height: 100px;
    }

    .menu-button {
        color: #5c5050;
    }

        .menu-button.w--open {
            background-color: transparent;
            color: #000;
        }

    .howwedoit__text {
        font-size: 18px;
        line-height: 25px;
    }

    .logopartners__caption {
        margin-top: 8px;
        font-size: 10px;
        line-height: 16px;
    }

    .logostack {
        width: 33%;
    }

    .workcontentwrapper {
        height: auto;
    }

    .lottie-animation {
        padding-right: 1px;
        padding-left: 1px;
    }

    .wrapcolumn--mobile {
        display: none;
    }

    .numbers-text {
        font-size: 20px;
    }

    .div-block-34 {
        margin: 30px 0 30px 0;
    }

    .work__description {
        max-width: 100%;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 41px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.3px;
    }

    .wrapper {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .wrapper.center.mini {
            padding-right: 20px;
            padding-left: 20px;
        }

        .wrapper.footer1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .wrappercontent {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrappercontent.wrappercontent--vertical {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .wrappercontent.hero-area {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .wrappercontent.wrappercareers {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .wrapcolumn {
        width: auto;
    }

    .navbar {
        padding-top: 2vh;
        padding-right: 0px;
        padding-left: 15px;
        text-align: center;
    }

    .brand {
        width: 100%;
        padding-left: 0px;
        float: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .brand.w--current {
            padding-left: 0px;
            float: none;
        }

    .nav-menu {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .arrow {
        height: 13px;
        padding-left: 5px;
    }

    .wrapperdivider {
        height: 22px;
    }

    .micro-text {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-left {
        width: auto;
        margin-right: 0px;
        margin-bottom: 31px;
    }

    .footer-right {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrap-tabs {
        width: auto;
    }

    .tabs {
        font-size: 18px;
        line-height: 26px;
    }

    .tabs-button {
        padding-left: 15px;
    }

    .link-with-arrow {
        padding-right: 0px;
        font-size: 16px;
    }

    .logo-partners {
        width: 50%;
        height: 100px;
    }

    .logos {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .stack {
        padding-right: 10px;
        font-size: 12px;
    }

    .logo-stroke {
        width: auto;
        padding-bottom: 0px;
    }

    .testimonials__name {
        font-size: 18px;
    }

    .divider {
        height: 10px;
    }

        .divider._15 {
            height: 20px;
        }

    .testimonials__text {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }

    .howwedoit__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .howwedoit__elementwrapper {
        width: 100%;
        margin-bottom: 20px;
    }

        .howwedoit__elementwrapper.element--33 {
            width: 100%;
            margin-bottom: 16px;
            padding: 18px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .div-block-34 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .awarditem {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 15px;
    }

    .buttonmain {
        font-size: 14px;
    }

    .wrapcolumn--w {
        width: auto;
    }

    .interactive-logo {
        display: none;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .contactlink {
        font-size: 15px;
    }

    .worktitle {
        font-size: 22px;
        line-height: 25px;
    }

    .featuresicons {
        width: 60px;
        height: auto;
        margin-right: 21px;
    }

    .jobwrapper {
        width: auto;
    }

    .howwedoit__text {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .logostack {
        width: 50%;
        height: 100px;
    }

    .tabs__plussign {
        height: 20px;
    }

    .work-header {
        font-size: 50px;
    }

    .lottie-animation {
        padding-right: 0px;
        padding-left: 0px;
    }

    .howwedoit__element {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrapcolumn--mobile {
        width: auto;
    }
  
    .p-t-none {
        padding-top: 0 !important;
    }
    .div-block-34 {
        width: auto !important;
        justify-content: space-between;
        margin: 5px 0 20px 0;
    }
    .m-l-none {
        margin-left: 0;
    }

    .p-t-none {
        padding-top: none;
    }

    .no-min-h {
        min-height: auto;
    }
    .left {
        padding-top: 0 !important;
    }
}


/* Custom CSS */

.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1500px;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 50px;
}

.center-contact-hero {
    max-width: 1500px;
    margin: auto;
    /* display: flex; */
    justify-items: center;
}

.max-w-600 {
    max-width: 600px;
}

@media screen and (min-width: 991px) {
    .work-longtext {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*width: 650px;*/
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        font-family: objektiv-mk3, sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    .m-t-xl {
        margin-top: 30px;
    }
}

.testimonial-container {
    width: 90vw;
    max-width: 1500px;
    margin: auto auto 100px auto;
}

.testimonial-slider .wrapper.center.mini {
    padding-left: 0;
    padding-right: 0;
}


/*Slick slider overrides */
.slick-next, .slick-prev {
    z-index: 1 !important;
    width: 50px !important;
    height: 43px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    color:#e80000 !important;
}

.slick-prev {
    left: 25px !important;
}

.slick-next {
    right: 25px !important;
}

.p-l-none {
    padding-left: 0;
}

.p-t-none {
    padding-top: 0;
}

.p-b-none {
    padding-bottom: 0;
}

.flex-column {
    flex-direction: column !important;
}

@media screen and (max-width: 1249px) {
    .jobwrapper {
        width: 48%;
    }
}

@media screen and (max-width: 576px) {
    .jobwrapper {
        width: 100%;
    }
}

@media screen and (min-width: 479px) and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 0px;
    }
}