/* 1. General */
/* 1.1. Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    outline: 0;
    color: #ff6200;
}
p {
    margin-bottom: 1em
}
.text-center {
    text-align: center !important;
}
.grey-row {
    background: #f0f0f0;
}
h2, .title {
    font-size: 24px;
    margin: 30px 0;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'ing_me_bold';
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* 1.2. fonts */
@font-face {
    font-family: ing_me_bold;
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot);
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot) format("embedded-opentype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2) format("woff2"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff) format("woff"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf) format("truetype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* 1.3. Keyframes */
@keyframes reveal {
    from {
        clip-path: inset(0 100% 0 0);
        margin-left: -80px
    }

    to {
        clip-path: inset(0 0 0 0);
        margin-left: 0
    }
}

@keyframes revealIE {
    from {
        margin-left: -80px;
        opacity: 0
    }

    to {
        margin-left: 0;
        opacity: 1;
    }
}
@keyframes conseal {
    from {
        clip-path: inset(0 0 0 0);
        margin-left: 0
    }

    to {
        clip-path: inset(0 100% 0 0);
        margin-left: -80px;
    }
}

@keyframes consealIE {
    from {
        margin-left: 0;
        opacity: 1;
    }

    to {
        margin-left: -80px;
        opacity: 0;
    }
}


/* 1. Layout */
.layout {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .layout {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .layout {
        max-width:745px
    }
}

@media (min-width: 992px) {
    .layout {
        max-width:990px
    }
}

@media (min-width: 1230px) {
    .layout {
        max-width:1230px
    }
}

.layout-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}


/* 2. Logo section */
.custom_logo-container img {
    width: auto;
    height: 32px;
    margin: 24px 0;
}


/* 3. HEADING BARS */
.heading-bars {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .heading-bars {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .heading-bars {
        max-width:745px
    }
}

@media (min-width: 992px) {
    .heading-bars {
        max-width:1050px
    }
}

@media (min-width: 1230px) {
    .heading-bars {
        max-width:1310px
    }
}

.heading-bars .heading-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 400px
}

.heading-bars .heading-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1
}

@media (min-width: 576px) {
    .heading-bars .heading-container {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .heading-bars .heading-container {
        max-width:745px
    }
}

@media (min-width: 992px) {
    .heading-bars .heading-container {
        max-width:990px
    }
}

@media (min-width: 1230px) {
    .heading-bars .heading-container {
        max-width:1230px
    }
}

.heading-bars h1 span {
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    background-color: #ff6200;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px 16px 4px;
    margin-bottom: 8px
}

.heading-bars .headingbar-button,.heading-bars .headingbar-headline {
    position: relative;
    z-index: 2
}

.heading-bars .headingbar-headline {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0
}

.heading-bars .headingbar-picture img {
    height: 100%;
    width: auto
}

.heading-bars .headingbar-button {
    position: relative
}

.heading-bars .headingbar-button .hero-link {
    position: static;
    margin: 0;
    background-color: #525199;
    color: #fff;
    border-radius: 8px;
    font-family: ing_me_bold;
    padding: 10px 15px;
    top: 0;
    min-width: 140px;
    text-align: center;
    display: inline-block;
}

.heading-bars .headingbar-button .hero-link:before {
    display: none
}

@media (max-width: 1229.98px) {
    .heading-bars .heading-wrapper {
        min-height:320px
    }

    .heading-bars h1 span {
        font-size: 28px;
        line-height: 36px
    }

    .heading-bars .headingbar-headline .headingbar-slot {
        margin-bottom: 4px
    }
}

@media (max-width: 767.98px) {
    .heading-bars {
        padding-right:0;
        padding-left: 0
    }

    .heading-bars .heading-container {
        display: flex;
        flex-direction: column
    }

    .heading-bars .headingbar-headline {
        margin-top: -22px;
        margin-bottom: 28px
    }

    .heading-bars .headingbar-button,.heading-bars .headingbar-headline {
        order: 2
    }

    .heading-bars .headingbar-picture {
        border-radius: 0 0 16px 16px;
        overflow: hidden;
        height: 232px;
        order: 1;
        position: relative;
        width: auto;
        margin: 0 -16px
    }
}

@media (min-width: 576px) {
    .heading-bars .heading-wrapper {
        background-color:#f0f0f0;
        border-radius: 0 0 16px 16px;
        padding-top: 48px
    }

    .heading-bars .headingbar-button .hero-link,.heading-bars .headingbar-headline .headingbar-slot {
        animation-duration: .4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
        clip-path: inset(0 100% 0 0);
        display: inline-block;
        position: relative;
        animation-name: reveal
    }

    .heading-bars .headingbar-headline .headingbar-slot:nth-child(1) {
        animation-delay: .65s
    }

    .heading-bars .headingbar-headline .headingbar-slot:nth-child(2) {
        animation-delay: .75s;
        left: 140px
    }

    .heading-bars .headingbar-headline .headingbar-slot:nth-child(3) {
        animation-delay: .9s;
        left: 83px
    }

    .heading-bars .headingbar-button .hero-link {
        animation-delay: 1.1s
    }

    .heading-bars .headingbar-picture {
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        transition: transform .42s ease-in 0s
    }

    .heading-bars.animate .headingbar-picture {
        transform: translateY(0)
    }

    .heading-bars .headingbar-picture.zoom img {
        transform: scale(1.08);
        transition: transform 11s ease-in 0s
    }
}

@media (max-width: 767.98px) {
    .heading-bars h1 span {
        font-size:22px;
        line-height: 32px
    }

    .heading-bars .hero-link {
        font-size: 16px;
        height: auto;
        line-height: 1
    }

    .heading-bars .headingbar-picture img {
        transform-origin: center center
    }
}


/* 4. Custom full title bar */
.custom_title-bar h3 {
    background-color: #ff6200;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin: 30px 0;
    font-family: 'ing_me_bold';
}

/* 5. Iconed Description */
.custom_iconed-description {
    position: relative;
    padding-left: 160px;
    margin-bottom: 30px;
}
.custom_icon-description {
    position: absolute;
    left: 30px;
}


/* 6. Business Item */
.custom_item {
    max-width: 930px;
    margin: 60px auto;
    padding: 0 15px;
}
.custom_item-visual-separator img {
    display: block;
    margin: 0 auto;
}
.custom_item-visual-separator img:last-child {
    margin-top: 30px;
    margin-bottom: 15px;
}
.custom_item-title {
    text-align: center;
}
.custom_item-title h3 {
    color: #ff6200;
    margin-bottom: 0.5rem;
}
.custom_item-video {
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 15px 15px 0;
    margin-bottom: 20px;
}
.custom_iframe-container {
    position: relative;
    padding-bottom: 60%;
}
.custom_iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%
}
.custom_item-video-desc {
    color: #ff6200;
    padding: 20px 60px 20px 0;
    font-family: 'ing_me_bold', Helvetica;
}
.custom_item-desc {
    font-style: italic;
    font-size: 14px;
    text-align: center;
    color: #777777;
}


@media(max-width: 768px) {
    .custom_iconed-description {
        padding-left: 15px;
    }
    .custom_icon-description {
        position: static;
        display: block;
        margin: 0 auto 20px;
    }
}