﻿/*#region Reset default rules*/

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

a {
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
    }

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*#endregion */

/*#region Page base rules */

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #1175BA;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
}

/*#endregion */

/*#region Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .header {
        height: 58px;
    }

    .main {
        padding-top: 58px;
    }

    .header .navbar {
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        -o-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
    }

    .header .navbar-toggler {
        display: flex;
        height: 17px;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }

        .header .navbar-toggler .navbar-toggler-icon {
            background: url('../img/navbar-toggler.svg') no-repeat center;
            display: inline-block;
            height: 17px;
            width: 22px;
            vertical-align: middle;
            line-height: 17px;
        }

    .header .flex-container {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header.sticky {
        background: #fff;
    }

    .header .logo {
        width: 28px;
        height: 37px;
    }

    .header .navbar-toggler.collapse .navbar-toggler-icon {
        background: url('../img/navbar-toggler-close.svg') no-repeat center;
        height: 18px;
        width: 18px;
        line-height: 18px;
    }

    .header .navbar-collapse.collapse {
        display: flex;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 54px;
        left: 0;
        padding: 0 20px;
    }

        .header .navbar-collapse.collapse ul {
            padding: 8px 0;
            position: relative;
        }

            .header .navbar-collapse.collapse ul, .header .navbar-collapse.collapse ul li {
                width: 100%;
            }

                .header .navbar-collapse.collapse ul li {
                    display: flex;
                    -webkit-box-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    align-items: center;
                    position: relative;
                    text-decoration: none;
                    width: 100%;
                    box-sizing: border-box;
                    text-align: left;
                }

    .header .navbar-collapse ul li a {
        color: #297AB9;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header .navbar .navbar-collapse .nav-item .nav-list-item .chevron-right {
        background: url('../img/chevron-right-white.svg') no-repeat center;
    }

    .header .navbar .navbar-collapse .nav-item .nav-list-item {
        background-color: #297AB9;
        margin-left: 0;
    }

    .container {
        margin: auto;
        display: flex;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 1233px;
        width: 100%;
        padding: 0 20px;
    }

    .header.sticky .navbar-main, .main section.banner-first .banner-img {
        display: none;
    }

        .main section.banner-first .banner-img.banner-img-mobile {
            display: inline-block;
        }

    .main section.banner-first {
        height: 594px;
    }

        .main section.banner-first .oval {
            left: 0;
            right: 0;
            top: 55%;
            margin-left: auto;
            margin-right: auto;
            z-index: 1;
        }

        .main section.banner-first h2 {
            margin-top: 58px;
            width: 313px;
            font-size: 34px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.7894737px;
            max-width: 313px;
            -webkit-align-self: flex-start;
            -o-align-self: flex-start;
            align-self: flex-start;
        }

        .main section.banner-first .banner-img {
            position: absolute;
            margin: 0 auto;
            top: 10%;
            width: 479px;
            height: 465px;
        }

        .main section.banner-first .call-to-action {
            width: 345px;
        }

    .main .container {
        flex-direction: column;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        overflow: hidden;
    }

    .main section.banner-first .call-to-action {
        z-index: 2;
        margin-bottom: 5px;
    }

    .main section.banner-second h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -1.5789474px;
        -webkit-align-self: flex-start;
        -o-align-self: flex-start;
        align-self: flex-start;
        margin-top: 35px;
    }

    .main section.banner-second .items-wrapper {
        flex-direction: column;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .main section.banner-second .items-wrapper .item .item-logo {
        height: 200px;
        width: 137px;
    }
    .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
        margin-right: -30%;
        width: 80px;
    }

    .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
        margin-right: -27%;
        width: 77px;
    }

    .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
        margin-right: -21%;
        width: 60px;
    }

    .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
        margin-right: -28%;
        width: 85px;
    }
    .main section.banner-second {
        height: auto;
    }

        .main section.banner-second .items-wrapper .item {
            min-height: auto;
        }
.main section.banner-features .items-wrapper .item {
        min-width: 158px;
        height: 130px;
        margin-bottom: 10px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: 0px auto;
            width: 152px;
            font-size: 15px;
            line-height: 24px
        }
    .main section.banner-features .items-wrapper .item h3.large {
        width: 136px;
    }
	.main section.banner-features .container {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .main section.banner-third .container .banner-img {
        display: none;
    }

    .main section.banner-third {
        height: auto;
        margin: 50px 0;
    }

        .main section.banner-third .container-inner {
            height: auto;
            padding: 40px 0;
        }

        .main section.banner-third .container {
            overflow: initial;
        }

            .main section.banner-third .container .banner-img.mobile {
                display: block;
                position: absolute;
                top: -15px;
            }

            .main section.banner-third .container .description h2 {
                font-size: 30px;
                font-weight: 500;
                line-height: 32px;
                letter-spacing: -1.5789474px;
            }

            .main section.banner-third .container .description h3 {
                margin: 5px 0;
            }

    .main section.banner-fourth .container {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-fourth .description {
        height: auto;
        flex-direction: column-reverse;
        padding: 80px 10px 30px;
    }

        .main section.banner-fourth .description .banner-img {
            width: 100%;
        }

        .main section.banner-fourth .description .banner-butterfly {
            margin-left: 10px;
        }

        .main section.banner-fourth .description h2 {
            font-size: 30px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.5789474px;
            font-style: normal;
        }

    .main section.banner-fifth .container {
        padding: 40px 20px;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-fifth .items-wrapper {
        flex-direction: column;
    }

    .main section.banner-sixth .items-wrapper {
        display: none;
    }

        .main section.banner-sixth .items-wrapper.mobile {
            display: flex;
        }

        .main section.banner-sixth .items-wrapper.mobile {
            flex-direction: column;
        }

            .main section.banner-sixth .items-wrapper.mobile .item {
                width: auto;
                height: auto;
                padding-top: 25px;
                margin-top: 0;
                margin-bottom: 10px;
            }

                .main section.banner-sixth .items-wrapper.mobile .item h3 {
                    color: #116bb2;
                }

                .main section.banner-sixth .items-wrapper.mobile .item .item-description {
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    -webkit-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -o-justify-content: flex-start;
                    -webkit-justify-content: flex-start;
                    justify-content: flex-start;
                }

                    .main section.banner-sixth .items-wrapper.mobile .item .item-description img {
                        margin-left: 10%;
                    }

                        .main section.banner-sixth .items-wrapper.mobile .item .item-description img.first {
                            margin-left: 21%;
                        }

            .main section.banner-sixth .items-wrapper.mobile .call-to-action {
                margin-top: 10px;
                margin-bottom: 5px;
            }

                .main section.banner-sixth .items-wrapper.mobile .call-to-action h3 {
                    color: #fff;
                    font-size: 15px;
                    font-weight: 600;
                    margin: 0;
                    padding-right: 10px;
                    line-height: normal;
                }

    .banner-sixth .slider {
        display: none;
    }

    footer .banner .container .cross.left, footer .banner .container .cross.right {
        display: none;
    }

    footer .bottom-menu .container ul, footer .bottom-menu .container ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        footer .bottom-menu .container ul li {
            -o-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

    footer .banner {
        height: 78px;
    }

    footer .bottom-menu {
        padding: 0;
    }
}

/*#endregion */

/*#region Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .header {
        height: 74px;
    }

    .main {
        padding-top: 74px;
    }

        .main .container {
            overflow: hidden;
        }

        .header .navbar-toggler, .main section.banner-first .banner-img.banner-img-mobile {
            display: none;
        }

    .header.sticky .navbar-main {
        display: flex;
    }

    .header.sticky {
        background: #0f5f9e;
        -ms-transition: background-color 1s;
        -o-transition: background-color 1s;
        -webkit-transition: background-color 1s;
        transition: background-color 1s;
    }

    .main .container {
        padding: 20px;
        height: 100%;
        margin: auto;
        display: flex;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        -o-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        max-width: 1199px;
        width: 100%;
    }

    .header .flex-container {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }



    .header.sticky .logo {
        display: none;
    }

    .header.sticky .logo-white {
        display: inline-block;
    }

    .header.sticky .container {
        height: 77px;
        border-bottom: 3px solid #f6f8f4;
        padding: 0 20px;
    }

    .main section.banner-first {
        height: 602px;
    }

        .main section.banner-first .container {
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -o-justify-content: space-between;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        .main section.banner-first .call-to-action {
            right: 40px;
            bottom: 40px;
        }

        .main section.banner-first .oval {
            left: -168px;
            top: 19px;
        }

        .main section.banner-first h2 {
            font-size: 66px;
            font-weight: 500;
            line-height: 60px;
            letter-spacing: -3.4736843px;
            max-width: 472px;
        }


        .main section.banner-first .banner-img {
            width: 44%;
            height: auto;
            margin-top: -60px;
            margin-right: 20px;
        }

        .main section.banner-first .call-to-action {
            width: 395px;
            position: absolute;
        }
.main section.banner-features .items-wrapper .item h3 {
        width: 190px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
   
        .main section.banner-features .items-wrapper .item h3.large {
        width: 228px;
    }
    .main .banner-second .container {
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .main section.banner-second h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -1.5789474px;
        margin-top: 30px;
    }

    .main section.banner-second {
        height: auto;
    }

        .main section.banner-second .items-wrapper {
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            flex-wrap: wrap;
        }

            .main section.banner-second .items-wrapper .item {
                height: 353px;
                width: 258px;
                -webkit-flex: 50%;
                -ms-flex: 50%;
                -o-flex: 50%;
                flex: 50%
            }

                .main section.banner-second .items-wrapper .item h3.short {
                    max-width: initial;
                }

                .main section.banner-second .items-wrapper .item .item-logo {
                    height: 244px;
                    width: 220px;
                }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
                        margin-right: -30%;
                        width: 123px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
                        margin-right: -27%;
                        width: 124px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
                        margin-right: -28%;
                        width: 124px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
                        margin-right: -28%;
                        width: 132px;
                    }

                .main section.banner-second .items-wrapper .item h4 {
                    padding-right: 10px;
                }

    .main section.banner-third {
        height: 605px;
        padding-top: 30px;
    }


        .main section.banner-third .container-inner {
            height: 507px;
        }

        .main section.banner-third .container {
            height: 100%;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -o-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }

            .main section.banner-third .container .banner-img {
                display: block;
            }

                .main section.banner-third .container .banner-img.mobile {
                    display: none;
                }

            .main section.banner-third .container .banner-img {
                margin-top: -40px;
                margin-left: -28%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }


            .main section.banner-third .container .description {
                width: 380px;
                margin-left: 80px;
                position: relative;
                z-index: 2;
            }


                .main section.banner-third .container .description h2 {
                    font-size: 40px;
                    font-weight: 500;
                    line-height: 42px;
                    letter-spacing: -2.1052632px;
                }


                .main section.banner-third .container .description h3 {
                    font-size: 15px;
                    font-weight: 400;
                    line-height: 26px;
                }

    .main section.banner-fourth .description {
        height: 430px;
    }

        .main section.banner-fourth .description .col-right {
            margin-left: 20px;
        }

        .main section.banner-fourth .description .banner-img {
            width: 50%;
        }

        .main section.banner-fourth .description h2 {
            font-size: 44px;
            font-weight: 500;
            line-height: 46px;
            letter-spacing: -2.3157895px;
            font-style: normal;
            margin: 0 0 15px 0;
        }

        .main section.banner-fourth .description h3 {
            max-width: 370px;
        }

    .main section.banner-fifth .container {
        padding: 70px 20px 70px 20px;
        margin-top: -50px;
    }

    .main section.banner-fifth .items-wrapper {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .main section.banner-fifth .container h2 {
        font-size: 44px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2.3157895px;
    }

    .banner-sixth .container {
        padding: 0;
    }

    .main section.banner-sixth .slider .container {
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .banner-sixth .slider, .main section.banner-sixth .items-wrapper {
        display: flex;
    }

        .main section.banner-sixth .items-wrapper.mobile {
            display: none;
        }

    .main section.banner-sixth .slider .description {
        margin-left: 20px;
        max-width: 224px;
    }

    .main section.banner-sixth .items-wrapper .item {
        width: 339px;
    }

        .main section.banner-sixth .items-wrapper .item .item-description a {
            display: none;
        }

        .main section.banner-sixth .items-wrapper .item.first .item-description img {
            margin-right: 40px;
        }


    .main section.banner-sixth .item .butterfly-medium-white,
    .main section.banner-sixth .item.selected .butterfly-medium,
    .main section.banner-sixth .item .di-logo-white,
    .main section.banner-sixth .item.selected .di-logo {
        display: none;
    }

    .main section.banner-sixth .item.selected .butterfly-medium-white, .main section.banner-sixth .item.selected .di-logo-white {
        display: block;
    }

    footer .banner .container .cross.right {
        right: 0;
    }

    footer .banner .container .cross.left {
        left: 0;
    }

    footer .banner .container .cross.left, footer .banner .container .cross.right {
        display: block;
    }

    footer .banner {
        height: 155px;
    }

    footer .bottom-menu {
        padding: 20px 0;
    }
}

/*#endregion */

/*#region Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .main section.banner-third .container .banner-img {
        margin-left: -50%;
    }

    .main section.banner-fourth .description .col-right {
        margin-left: 0;
    }

    .main section.banner-fifth .items-wrapper .item {
        min-width: auto;
    }

    .main section.banner-sixth .items-wrapper .item {
        height: 200px;
        width: auto;
    }.main section.banner-features .items-wrapper .item {
        min-width: 355px;
        height: 99px;
        margin-bottom: 15px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: -15px auto;
        }
}

/*#endregion */

/*#region Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .main section.banner-fifth .items-wrapper .item {
        min-width: 300px;
    }

    .main section.banner-sixth .items-wrapper .item {
        height: 144px;
        width: 339px;
    }

        .main section.banner-sixth .items-wrapper .item.first .item-description img {
            margin-right: 80px;
        }
    .main section.banner-sixth .slider .description {
        margin-left: 80px;
        max-width: initial;
    }
    .main section.banner-third .container .banner-img {
        margin-left: -30%;
    }.main section.banner-features .items-wrapper .item {
        min-width: 301px;
        height: 99px;
        margin-bottom: 20px;
    }
}

/*#endregion */

/*#region Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .header.sticky .container {
        padding: 0;
    }

    .main .container {
        overflow: initial;
        padding: 0;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: auto;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-first {
        height: 846px;
    }

        .main section.banner-first .banner-img {
            width: 637px;
            height: 619px;
            margin-left: auto;
            margin-right: initial;
            margin-top: initial;
        }

        .main section.banner-first .call-to-action {
            right: 85px;
            bottom: -70px;
        }

        .main section.banner-first h2 {
            font-size: 76px;
            font-weight: 500;
            line-height: 70px;
            letter-spacing: -4px;
            max-width: 492px;
        }

    .main section.banner-second h2 {
        margin-top: 70px;
        font-size: 44px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2.3px;
    }

    .banner-second .container {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .main section.banner-second .items-wrapper .item {
        -webkit-flex: initial;
        -ms-flex: initial;
        -o-flex: initial;
        flex: initial;
    }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
            margin-right: -28%;
            width: 80px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
            margin-right: -25%;
            width: 77px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
            margin-right: -20%;
            width: 60px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
            margin-right: -27%;
            width: 85px;
        }

    .main section.banner-second {
        height: 550px;
    }

        .main section.banner-second .items-wrapper .item h3.short {
            max-width: 120px;
        }

        .main section.banner-second .items-wrapper .item .item-logo {
            height: 200px;
            width: 150px;
        }

        .main section.banner-second .items-wrapper .item h4 {
            padding-right: 0;
        }
.main section.banner-features .items-wrapper .item {
        min-width: 385px;
        height: 130px;
        margin-bottom: 20px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: auto;
        }
    .main section.banner-third {
        height: 670px;
        padding-top: 0;
    }

        .main section.banner-third .container .description h2 {
            font-size: 44px;
            font-weight: 500;
            line-height: 46px;
            letter-spacing: -2.3157895px;
        }

        .main section.banner-third .container .description {
            margin-left: 230px;
        }

        .main section.banner-third .container .banner-img {
            margin-left: -190px;
        }

    .main section.banner-fourth .description {
        height: 501px;
    }

        .main section.banner-fourth .description .col-right {
            margin-left: initial;
        }

        .main section.banner-fourth .description .banner-img {
            width: auto;
        }

    .main section.banner-fifth .container {
        padding: 80px 20px;
        margin-top: initial;
    }

        .main section.banner-fifth .container h2 {
            font-size: 30px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.5789474px;
        }

    .main section.banner-sixth .slider .description {
        margin-left: auto;
    }

    .main section.banner-sixth .items-wrapper .item .item-description a {
        display: block;
    }

    .main section.banner-sixth .items-wrapper .item {
        width: 395px;
    }

    footer .banner .container .cross.right {
        right: -100px;
    }

    footer .banner .container .cross.left {
        left: -100px;
    }
}

/*#endregion */

/*#region Common rules */

/*#region Header rules */

.header {
    padding: 0;
    color: #fff;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    z-index: 100;
}

    .header .logo-white, .header .navbar-main {
        display: none;
    }

    .header.sticky .flex-container {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header .navbar {
        padding-top: 8px;
        border-bottom: 10px;
        width: 100%;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .delimiter {
        background: #f6f8f4;
        height: 3px;
    }

    .header .navbar a {
        line-height: 22px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .header .navbar-main {
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .navbar .nav-item .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 26px;
        width: 26px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-left: 5px;
    }

        .header .navbar .nav-item .nav-list-item .chevron-right {
            background: url('../img/chevron-right.svg') no-repeat center;
            display: inline-block;
            height: 12px;
            width: 7px;
            vertical-align: middle;
            line-height: 12px;
        }

/*#endregion */

/*#region Content rules */

.navbar-toggler, .navbar-collapse {
    display: none;
}

.container {
    max-width: 1199px;
    margin: auto;
}

.main section {
    width: 100%;
}

.main .container {
    position: relative;
}

.flex-container {
    display: flex;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-gap {
    display: inline-flex;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
}

/*#region Banner First rules */

.main section.banner-first {
    background-color: #EBF3D8;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-first h2 {
        color: #1175ba;
        z-index: 2;
    }

    .main section.banner-first .oval {
        -ms-opacity: 0.6955915;
        opacity: 0.6955915;
        position: absolute;
        width: 526px;
        height: 632px;
        background: #ffffff;
        -webkit-background-blend-mode: normal;
        -moz-background-blend-mode: normal;
        -ms-background-blend-mode: normal;
        background-blend-mode: normal;
        -moz-filter: blur(50px);
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }

    .main section.banner-first .call-to-action {
        cursor: pointer;
        display: flex;
        height: 144px;
        border: 1px solid #648029;
        padding: 13px 10px;
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #648029;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .main section.banner-first .call-to-action:hover {
            cursor: pointer;
        }

        .main section.banner-first .call-to-action h3 {
            max-width: 220px;
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: -0.9px;
        }

    .main section.banner-first .nav-list-item .chevron-bottom {
        background: url('../img/chevron-bottom.svg') no-repeat center;
        display: inline-block;
        height: 7px;
        width: 12px;
        vertical-align: middle;
        line-height: 7px;
    }

    .main section.banner-first .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        width: 46px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

/*#endregion */

/*#region Banner Second rules */

.main section.banner-second {
    background-color: #fff;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-second h2 {
        color: #1175ba;
    }

    .main section.banner-second .items-wrapper {
        width: 100%;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .main section.banner-second .items-wrapper .item {
            min-width: 258px;
        }

            .main section.banner-second .items-wrapper .item .item-logo {
                background: #f6f8f4;
                text-align: right;
                display: inline-block;
            }

                .main section.banner-second .items-wrapper .item .item-logo img {
                    height: 100%;
                    vertical-align: middle;
                    display: inline-block;
                }

            .main section.banner-second .items-wrapper .item h3, .main section.banner-second .items-wrapper .item h4,
            .main section.banner-fourth .description h2, .main section.banner-fourth .description h3,
            .main section.banner-fifth h2, .main section.banner-fifth h3, .main section.banner-fifth h4 {
                color: #1175ba;
            }

        .main section.banner-second .items-wrapper .item {
            margin-top: 60px;
        }

            .main section.banner-second .items-wrapper .item .item-logo {
                -ms-border-bottom-right-radius: 20px;
                border-bottom-right-radius: 20px;
                -ms-border-top-left-radius: 20px;
                border-top-left-radius: 20px;
            }



            .main section.banner-second .items-wrapper .item h3 {
                font-size: 20px;
                font-weight: 600;
                line-height: 26px;
                letter-spacing: -0.41626817px;
                margin-top: 20px;
            }

            .main section.banner-second .items-wrapper .item h4 {
                font-size: 15px;
                font-weight: 400;
                line-height: 26px;
                margin-top: 10px;
            }

/*#endregion */

/*#region Banner Third rules */

.main section.banner-third {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-third .container-inner {
        background-color: #1175ba;
        width: 100%;
    }

    .main section.banner-third .container .description h2, .main section.banner-third .container .description h3 {
        color: #ffffff;
    }

    .main section.banner-third .container .description h3 {
        margin: 20px 0;
    }

    .main section.banner-third .call-to-action {
        display: flex;
        height: 40px;
        width: 187px;
        border: 1px solid #fff;
        padding: 13px 10px;
        -ms-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .main section.banner-third a.call-to-action:hover {
        cursor: pointer;
    }

    .main section.banner-third .description .call-to-action h3 {
        color: #648029;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

    .main section.banner-third .nav-list-item {
        background-color: #648029;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 26px;
        width: 26px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .main section.banner-third .chevron-bottom {
        background: url('../img/chevron-bottom-white.svg') no-repeat center;
        display: inline-block;
        height: 7px;
        width: 12px;
        vertical-align: middle;
        line-height: 7px;
    }

/*#endregion */

/*#region Banner Fourth rules */

.main section.banner-fourth {
    margin-bottom: 20px;
}

    .main section.banner-fourth .description {
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #f6f8f4;
        display: flex;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .main section.banner-fourth h2 {
        color: #576a43;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 0;
    }

    .main section.banner-fourth .description .col-right {
        margin-top: -40px;
    }

    .main section.banner-fourth .description h3 {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
    }

/*#endregion */

/*#region Banner Fifth rules */

.main section.banner-fifth h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2.3157895px;
}

.main section.banner-fifth .items-wrapper {
    width: 100%;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .main section.banner-fifth .items-wrapper .item {
        margin-top: 30px;
        margin-right: auto;
        height: 208px;
    }

.main section.banner-fifth .container h2 {
    margin-bottom: 20px;
}

.main section.banner-fifth .items-wrapper .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.41626817px;
    margin-top: 30px;
}

.main section.banner-fifth .items-wrapper .item h4, .main section.banner-fifth .items-wrapper .item h4 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.main section.banner-fifth .items-wrapper .item h4 {
    margin-top: 5px;
}

    .main section.banner-fifth .items-wrapper .item h4 a {
        color: #1175ba;
        text-decoration: underline;
        text-decoration-color: #98C13D;
    }

        .main section.banner-fifth .items-wrapper .item h4 a:hover {
            cursor: pointer;
        }

/*#endregion */

/*#region Banner Sixth rules */

.main section.banner-sixth .items-wrapper {
    width: 100%;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-sixth .items-wrapper .item {
        margin-top: 30px;
        background-color: #F6F8F4;
        padding: 40px 10px 10px 10px;
        -webkit-transition: background-color 500ms;
        -ms-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }

        .main section.banner-sixth .items-wrapper .item.first {
            -ms-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
        }

        .main section.banner-sixth .items-wrapper .item.selected {
            background-color: #0D548C;
        }

            .main section.banner-sixth .items-wrapper .item.selected h2, .main section.banner-sixth .items-wrapper .item.selected h3 {
                color: #fff;
            }

            .main section.banner-sixth .items-wrapper .item.selected .nav-list-item {
                background-color: #98C13D;
            }

                .main section.banner-sixth .items-wrapper .item.selected .nav-list-item .chevron-right {
                    background: url(../img/chevron-right-white.svg) no-repeat center;
                }

        .main section.banner-sixth .items-wrapper .item.last {
            -ms-border-bottom-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .main section.banner-sixth .items-wrapper .item h2, .main section.banner-sixth .items-wrapper .item h3 {
            color: #116bb2;
            -webkit-transition: color 500ms;
            -ms-transition: color 500ms;
            -o-transition: color 500ms;
            transition: color 500ms;
        }

        .main section.banner-sixth .items-wrapper .item h3 {
            font-size: 13px;
            font-weight: 400;
            line-height: 26px;
        }

        .main section.banner-sixth .items-wrapper .item h2 {
            font-size: 28px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: -0.9032258px;
        }

        .main section.banner-sixth .items-wrapper .item .item-description {
            display: flex;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -o-justify-content: space-between;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            margin-top: 10px;
        }

        .main section.banner-sixth .items-wrapper .item.first img {
            margin-right: 80px;
        }

        .main section.banner-sixth .items-wrapper .item.last img {
            margin-right: 50px;
        }

    .main section.banner-sixth .items-wrapper .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        width: 46px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background-color 500ms;
        -ms-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }

        .main section.banner-sixth .items-wrapper .nav-list-item .chevron-right {
            background: url(../img/chevron-right-blue.svg) no-repeat center;
            display: inline-block;
            width: 7px;
            height: 12px;
            vertical-align: middle;
            line-height: 7px;
            -webkit-transition: background 500ms;
            -ms-transition: background 500ms;
            -o-transition: background 500ms;
            transition: background 500ms;
        }

            .main section.banner-sixth .items-wrapper .nav-list-item .chevron-right:hover {
                background: url(../img/chevron-right-white.svg) no-repeat center;
            }

.main section.banner-sixth a.item:hover {
    cursor: pointer;
}

.main section.banner-sixth .slider {
    background: #f6f8f4;
    position: relative;
    height: 536px;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

    .main section.banner-sixth .slider .description {
        position: relative;
        z-index: 3;
    }

    .main section.banner-sixth .slider .slider-item {
        display: none;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: 100%;
    }

        .main section.banner-sixth .slider .slider-item.first {
            display: flex;
        }

        .main section.banner-sixth .slider .slider-item img {
            position: absolute;
            right: -210px;
            top: -90px;
            z-index: 2;
        }

        .main section.banner-sixth .slider .slider-item .oval-left {
            -ms-opacity: 0.6955915;
            opacity: 0.6955915;
            position: absolute;
            left: -165px;
            top: 220px;
            width: 526px;
            height: 401px;
            background: #d1ecff;
            -moz-filter: blur(50px);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: 1;
        }

        .main section.banner-sixth .slider .slider-item .oval-right {
            -ms-opacity: 0.6955915;
            opacity: 0.6955915;
            position: absolute;
            right: -270px;
            top: -60px;
            width: 335px;
            height: 255px;
            background: #d1ecff;
            -moz-filter: blur(50px);
            -webkit-filter: blur(50px);
            filter: blur(50px);
            z-index: 1;
        }

        .main section.banner-sixth .slider .slider-item.slider-2 img {
            right: -50px;
            top: 10px;
        }

        .main section.banner-sixth .slider .slider-item.slider-3 img {
            right: -50px;
            top: 10px;
        }

    .main section.banner-sixth .slider .container {
        height: 100%;
    }

    .main section.banner-sixth .slider .slider-item .description h2 {
        color: #1175ba;
        font-size: 44px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -2.3157895px;
    }

    .main section.banner-sixth .slider .slider-item .description h3 {
        color: #116bb2;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 0;
    }

.main section.banner-sixth .call-to-action {
    display: inline-flex;
    height: 40px;
    width: auto;
    border: 1px solid #648029;
    padding: 13px 10px;
    -ms-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -ms-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #648029;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main section.banner-sixth .slider-item .description .call-to-action h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-right: 10px;
    line-height: normal;
}

.main section.banner-sixth .call-to-action .nav-list-item {
    background-color: #fff;
    display: inline-flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 26px;
    width: 26px;
    vertical-align: middle;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.main section.banner-sixth .call-to-action .chevron-right {
    background: url(../img/chevron-right-green.svg) no-repeat center;
    display: inline-block;
    height: 12px;
    width: 7px;
    vertical-align: middle;
    line-height: 12px;
}

/*#endregion */

/*#endregion */

/*#region Footer rules */

footer .banner {
    margin-top: 4px;
    background-color: #e3f2fc;
}

footer .container {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
    display: flex;
    margin: auto;
}

footer .banner .container .cross.left, footer .banner .container .cross.right {
    position: absolute;
    bottom: -56px;
}

footer .bottom-menu .container {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

footer .bottom-menu li a, footer .bottom-menu li span {
    color: #8fa876;
    font-size: 14px;
    font-weight: 400;
    margin-right: 25px;
}

/*#endregion */

/*#endregion */

/*#region Banner Features rules */

.main section.banner-features {
    background-color: #fff;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-features .container {
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .main section.banner-features h2 {
        color: #576a43;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 0;
    }

    .main section.banner-features .items-wrapper {
        width: 100%;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

        .main section.banner-features .items-wrapper .item {
            -ms-border-radius: 8px;
            border-radius: 8px;
            background: #f6f8f4;
            -webkit-background-blend-mode: normal;
            -moz-background-blend-mode: normal;
            -ms-background-blend-mode: normal;
            background-blend-mode: normal;
        }

            .main section.banner-features .items-wrapper .item .item-logo {
                background: none;
                width: 42px;
                height: 40px;
                -ms-border-top-left-radius: 8px;
                border-top-left-radius: 8px;
                -ms-border-bottom-right-radius: 8px;
                border-bottom-right-radius: 8px;
                -webkit-background-blend-mode: normal;
                -moz-background-blend-mode: normal;
                -ms-background-blend-mode: normal;
                background-blend-mode: normal;
            }



            .main section.banner-features .items-wrapper .item h3 {
                color: #1175ba;
            }

        .main section.banner-features .items-wrapper .item {
            margin-top: 0;
        }

            .main section.banner-features .items-wrapper .item:hover {
                cursor: pointer;
            }

        .main section.banner-features .items-wrapper .item-1:hover {
            background: #fbfdf7;
        }

            .main section.banner-features .items-wrapper .item-1:hover .item-logo {
                background: #98c13d;
            }

        .main section.banner-features .items-wrapper .item-2:hover {
            background: #fff6f5;
        }

            .main section.banner-features .items-wrapper .item-2:hover .item-logo {
                background: #ff3a20;
            }

        .main section.banner-features .items-wrapper .item-3:hover {
            background: #f6fafe;
        }

            .main section.banner-features .items-wrapper .item-3:hover .item-logo {
                background: #116bb2;
            }

        .main section.banner-features .items-wrapper .item-4:hover {
            background: #fdf8f6;
        }

            .main section.banner-features .items-wrapper .item-4:hover .item-logo {
                background: #f5d3c8;
            }

        .main section.banner-features .items-wrapper .item-5:hover {
            background: #fbf9fa;
        }

            .main section.banner-features .items-wrapper .item-5:hover .item-logo {
                background: #734b5e;
            }

        .main section.banner-features .items-wrapper .item-6:hover {
            background: #fbfdf7;
        }

            .main section.banner-features .items-wrapper .item-6:hover .item-logo {
                background: #648029;
            }

        .main section.banner-features .items-wrapper .item-7:hover {
            background: #faf9fa;
        }

            .main section.banner-features .items-wrapper .item-7:hover .item-logo {
                background: #ada8b6;
            }

        .main section.banner-features .items-wrapper .item-8:hover {
            background: #f5fbfe;
        }

            .main section.banner-features .items-wrapper .item-8:hover .item-logo {
                background: #a2d6f9;
            }

        .main section.banner-features .items-wrapper .item-9:hover {
            background: #fcf7f8;
        }

            .main section.banner-features .items-wrapper .item-9:hover .item-logo {
                background: #561d25;
            }

        .main section.banner-features .items-wrapper .item h3 {
            font-weight: 600;
            letter-spacing: -0.37464136px;
            text-align: center;
            display: block;
        }

           
/*#endregion */
