.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: acumin-pro, sans-serif;
    color: #717b96;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}


::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: var(--light);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #d4d8e2;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #CCD2E0;
    cursor: pointer;
}


h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 62px;
    font-weight: 400;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

p {
    margin-bottom: 10px;
    line-height: 26px;
}

a {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #1a1b1f;
    text-decoration: underline;
}

    a:hover {
        color: #32343a;
    }

    a:active {
        color: #43464d;
    }

ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}

li {
    margin-bottom: 10px;
}

img {
    display: block;
}

label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 30px;
    border-left: 5px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
}

figure {
    margin-top: 25px;
    padding-bottom: 20px;
}

figcaption {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.divider {
    height: 1px;
    background-color: #eee;
}

.styleguide-content-wrap {
    text-align: center;
}

.section.cc-cta {
    display: none;
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
}

.section.grey {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #2c3447;
}

.section.green {
    padding-top: 18px;
    padding-bottom: 135px;
    background-color: #3bb552;
    color: #fff;
}

.section.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3b54a5;
}

.main_wrapper .section.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #040C22;
}


.main_wrapper .details-wrap {
    display: flex;
}

    .main_wrapper .details-wrap a {
        margin-right: 16px;
        transition: opacity .3s ease-in;
    }

    .main_wrapper .details-wrap a {
        margin-right: 16px;
    }

        .main_wrapper .logo-wrap a:hover,
        .main_wrapper .details-wrap a:hover {
            opacity: .8;
        }

.section.footer .logo-wrap {
    width: 200px;
}

.main_wrapper .section.footer .logo-wrap {
    display: flex;
    align-items: center;
    color: #FBF8F4;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.main_wrapper .slider_wrapper {
    position: relative;
    height: 100%;
}

.slider_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.slider_wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_wrapper .logo-wrap img,
.main_wrapper .logo-wrap a {
    color: #FBF8F4;
    text-decoration: none;
    margin: 0 6px;
}

.main_wrapper .logo-wrap a {
    transition: opacity .3s ease-in;
}



.styleguide-block {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    -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;
    text-align: left;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.info_section .container {
    max-width: 910px;
}

.container.solutions {
    margin-bottom: 120px;
}

.container.form {
    width: 40%;
}

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.paragraph-bigger {
    margin-bottom: 8px;
    opacity: 1;
    font-family: karmina, sans-serif;
    color: #3b54a5;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}

    .paragraph-bigger.cc-bigger-light {
        opacity: 0.6;
    }

    .paragraph-bigger.white {
        color: #fff;
    }

    .paragraph-bigger.problems {
        color: #717b96;
        text-align: center;
    }

.button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #3bb552;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.main_wrapper .button {
    padding: 10px 24px;
    border-radius: 4px;
    background-color: #28418D;
    color: #FBF8F4;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: unset;
    text-decoration: none;
    text-transform: unset;
}

.button:hover {
    background-color: #2b9b4b;
    color: #fff;
}

.main_wrapper .button:hover,
.main_wrapper .button:active {
    background-color: #28418D;
    color: #FBF8F4;
}

.button:active {
    background-color: #43464d;
}

.button.cc-jumbo-button {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 26px;
}

.button.cc-contact-us {
    position: relative;
    z-index: 5;
}

.contact_us_info .contact-us {
    margin-top: 70px;
}

.button.cc-white-button {
    padding: 16px 35px;
    background-color: #fff;
    color: #202020;
    font-size: 14px;
    line-height: 26px;
}

    .button.cc-white-button:hover {
        background-color: hsla(0, 0%, 100%, 0.8);
    }

    .button.cc-white-button:active {
        background-color: hsla(0, 0%, 100%, 0.9);
    }

.button.sign-in {
    margin-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-style: solid;
    border-width: 1px;
    border-color: #3b54a5;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #3b54a5;
}

.main_wrapper .button.sign-in {
    margin-left: unset;
    padding-top: unset;
    padding-bottom: unset;
    border: unset;
    background-color: unset;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #040C22;
    padding: 0;
}

    .main_wrapper .button.sign-in div {
        display: flex;
        align-items: center;
    }

    .main_wrapper .button.sign-in .icon {
        padding-right: 5px;
    }

        .main_wrapper .button.sign-in .icon:before {
            font-size: 18px;
        }

    .main_wrapper .button.sign-in:hover {
        color: #040C22;
    }

        .main_wrapper .button.sign-in i {
            display:inline-flex;
        }

        .button.sign-in:hover {
            border-color: #ccd2e0;
            color: #ccd2e0;
        }

.label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .label.cc-styleguide-label {
        margin-bottom: 25px;
    }

    .label.cc-light {
        opacity: 1;
    }

    .label.cc-blog-date {
        margin-top: 20px;
        opacity: 0.6;
    }

    .label.white {
        color: #fff;
    }

.heading-jumbo-tiny {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.rich-text {
    width: 70%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}

    .rich-text p {
        margin-top: 15px;
        margin-bottom: 25px;
        opacity: 0.6;
    }

.paragraph-light.white {
    color: #fff;
}

    .paragraph-light.white.right-margin {
        margin-right: 30px;
    }

.paragraph-light.light-grey {
    color: #a0aac0;
}

.heading-jumbo {
    font-size: 58px;
    line-height: 66px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 45px;
}


.main_wrapper .heading-jumbo {
    text-align: left;
    margin-bottom: 32px;
}

.main_wrapper .heading_title {
    font-weight: 700;
    font-size: 68px;
    line-height: 68px;
    color: #040C22;
    margin-top: 0;
    margin-bottom: 24px;
}

.main_wrapper .heading_info {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #28418D;
    margin-bottom: 24px;
}

.main_wrapper .heading_logos {
    height: 93px;
    display: flex;
    align-items: center;
}

    .main_wrapper .heading_logos img:first-child {
        margin-right: 24px;
    }

.heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: karmina, sans-serif;
    color: #3b54a5;
    font-size: 3.3rem;
    line-height: 52px;
    font-weight: 400;
    text-transform: none;
}

.info_section .info_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.info_section .info_wrapper {
    display: flex;
    height: 274px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}

.info_section .info_txt {
    margin-left: 40px;
}

    .info_section .info_txt p:first-child {
        margin-bottom: 40px;
    }

.heading-jumbo-small.no-bottom-padding {
    margin-bottom: 20px;
}

.heading-jumbo-small.white {
    color: #fff;
}

.styleguide-button-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.styleguide-header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 460px;
    padding: 30px;
    -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;
    background-color: #1a1b1f;
    color: #fff;
    text-align: center;
}

.paragraph-small {
    font-size: 14px;
    line-height: 26px;
}

.logo-link {
    z-index: 1;
}

    .logo-link:hover {
        opacity: 0.8;
    }

    .logo-link:active {
        opacity: 0.7;
    }

.menu {
    z-index: 0;
    display: block;
    -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;
}

.navigation-wrap {
    position: relative;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
}

    .navigation.old {
        display: none;
    }

.navigation-item {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color 400ms ease, opacity 200ms ease;
    transition: color 400ms ease, opacity 200ms ease;
    color: #3b54a5;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .navigation-item:hover {
        opacity: 0.9;
        color: #ccd2e0;
    }

    .navigation-item:active {
        opacity: 0.8;
    }

.consultant_link {
    opacity: 1;
    color: #3b54a5 !important;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 400ms ease, opacity 200ms ease;
    font-family: acumin-pro, sans-serif;
}

.main_wrapper .consultant_link {
    display: inline-block;
    margin-left: 32px;
    margin-right: 32px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #040C22 !important;
    text-transform: unset;
    letter-spacing: 0;
    padding: 8px 0 8px 0;
    position: relative;
}

    .main_wrapper .consultant_link:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #28418D;
        top: 0;
        right: 0;
    }

.consultant_link:hover {
    opacity: 0.8;
    color: #32343a !important;
}

.main_wrapper .consultant_link:hover {
    opacity: 1;
    color: #040C22 !important;
}


.navigation-item.w--current {
    opacity: 1;
    color: #1a1b1f;
    font-weight: 600;
}

    .navigation-item.w--current:hover {
        opacity: 0.8;
        color: #32343a;
    }

    .navigation-item.w--current:active {
        opacity: 0.7;
        color: #32343a;
    }

.logo-image {
    display: block;
}

.navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -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;
}

.webflow-link {
    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;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

    .webflow-link:hover {
        opacity: 1;
    }

    .webflow-link:active {
        opacity: 0.8;
    }

.webflow-logo-tiny {
    margin-top: -2px;
    margin-right: 8px;
}

.cta-text {
    margin-bottom: 35px;
}

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -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;
    text-align: center;
}

.intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 730px;
    margin-bottom: 100px;
    -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: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 20, 79, 0.65)), to(rgba(11, 20, 79, 0.65))), url('../images/529634746-web.jpg');
    background-image: linear-gradient(180deg, rgba(11, 20, 79, 0.65), rgba(11, 20, 79, 0.65)), url('../images/529634746-web.jpg');
    background-position: 0px 0px, 50% 75%;
    background-size: auto, cover;
    color: #fff;
}

.main_wrapper:not(.new_contact) .intro-header {
    min-height: 640px;
    background-color: rgba(81, 126, 192, 0.15);
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 80px 0;
    justify-content: center;
    align-items: center;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    color: #28418D;
}

.main_wrapper .info_section {
    min-height: 560px;
    background-color: #FBF8F4;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 94px 0;
    justify-content: center;
    align-items: center;
    color: #040C22;
}

.main_wrapper .streamlines_section {
    min-height: 750px;
    background-color: #FFFFFF;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 88px 0 78px;
    justify-content: center;
    align-items: center;
    color: #040C22;
}

/**/
.success_message_info .intro-headers .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 870px;
    height: calc(100vh - 220px);
}

.customer_info .contact-form-wrap {
    margin-bottom: 80px;
}

.customer_info .container.form {
    padding-bottom: 20px;
}

.main_wrapper .success_message_info ~ .section.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}


.main_wrapper.new_contact .success_message_info ~ .section.footer {
    position: static;
    width: 100%;
}


.success_message_info .heading_info {
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 32px;
    max-width: 450px;
}

.success_message_info .heading_title {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.success_message_info .intro-headers {
    background-color: #517EC026;
}

@media only screen and (max-width: 767px) {
    .success_message_info .intro-headers .container {
        flex-direction: column;
        justify-content: flex-start;
    }

    .main_wrapper .success_message_info .intro-image {
        padding: 15%;
        padding-top: 0;
        padding-bottom: 0;
        order: -1;
        margin-top: 0;
    }

    .main_wrapper .success_message_info .heading-jumbo {
        text-align: center;
    }

    .customer_info .contact-form-wrap {
        margin-bottom: 40px;
    }

}
/**/
.main_wrapper .platform_section {
    min-height: 1060px;
    background-color: #FBF8F4;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 88px 0;
    justify-content: center;
    align-items: flex-start;
    color: #040C22;
}

.streamlines_section .streamlines_info {
    display: flex;
    height: 552px;
    justify-content: space-between;
}

.main_wrapper .intro-header .container {
    display: flex;
    justify-content: space-between;
}

.main_wrapper .streamlines_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #28418D;
    margin-bottom: 48px;
}

.streamlines_info_txt ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

    .streamlines_info_txt ul li {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .streamlines_info_txt ul .icon {
        margin-right: 9px;
        color: #59BA55;
        font-size: 32px;
        display: inline-flex;
    }

.main_wrapper .benefits_section {
    min-height: 1320px;
    background-color: #28418D;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 88px 0;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.benefits_wrapper .benefits_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
}

.benefits_info .benefits_info_img {
    flex-shrink: 0;
}

.benefits_info:nth-child(odd) .benefits_info_img {
    margin-right: 70px;
}


.benefits_info:nth-child(even) .benefits_info_img {
    margin-left: 70px;
}

.benefits_wrapper .benefits_subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

.benefits_wrapper .benefits_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #FBF8F4;
    margin-top: 0;
    margin-bottom: 55px;
}

.benefits_info_txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

    .benefits_info_txt p:last-child {
        margin-top: 25px;
    }

.benefits_info_txt h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 16px;
    max-width: 455px;
}

.benefits_section .benefits_wrapper .hero-sign-up {
    justify-content: center;
}

.benefits_section .benefits_wrapper .button {
    background-color: #040C22;
}

.main_wrapper .section.footer .logo-wrap .c_right,
.main_wrapper .section.footer .logo-wrap .m_view,
.main_wrapper .section.footer .logo-wrap .main_number {
    display: flex;
}

.main_wrapper .section.footer .logo-wrap .contact-email-link {
    margin: 0 0;
}

.main_wrapper .section.footer .logo-wrap .m_view {
    margin: 0 4px;
}

.consultant-header {
    display: flex;
    height: 60vh;
    margin-bottom: 60px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(11, 20, 79, 0.6), rgba(11, 20, 79, 0.6)), url('../images/consultant_bg.jpg');
    background-position: 0px 0px, 50% 75%;
    background-size: auto, cover;
}

.intro-header.cc-subpage {
    height: 140px;
    margin-bottom: 50px;
    background-color: #3b54a5;
    background-image: url('../images/contact_hero_bg.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main_wrapper .intro-content.cc-homepage {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 520px;
}

.intro-header .intro-image {
    max-width: 500px;
}

.main_wrapper .intro-content_img {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 480px;
}

.main_wrapper .advantage_section {
    min-height: 870px;
    background-color: #FFFFFF;
    display: flex;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding: 88px 0;
    justify-content: center;
    align-items: flex-end;
    color: #040C22;
}

.advantage_wrapper .slider_wrapper {
    height: 260px;
    background-color: #EFF9EE;
}

    .advantage_wrapper .slider_wrapper .swiper-slide {
        background-color: #EFF9EE;
    }

.slider_wrapper .quotation_marks {
    position: relative;
    max-width: 820px;
    text-align: left;
    padding-left: 145px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}


    .slider_wrapper .quotation_marks:before {
        content: '';
        position: absolute;
        left: 0;
        height: 88px;
        width: 102px;
        background: url(../images/quotation_marks.png) center no-repeat;
    }

.advantage_wrapper .advantage_subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #040C22;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0;
}

.advantage_wrapper .advantage_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #28418D;
    margin-bottom: 30px;
}


.advantage_wrapper .info_advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    margin-bottom: 80px;
}

.info_advantages .advantages {
    width: 245px;
}

.advantages div {
    height: 33px;
}

.advantages p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #040C22;
    margin-top: 16px;
}

.consultant_title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    margin-top: 0;
}


.slider_wrapper .swiper-button-next, .slider_wrapper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,60px);
    left: auto;
}

    .slider_wrapper .swiper-button-next:after,
    .slider_wrapper .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 700;
    }

.slider_wrapper .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #517EC0;
    opacity: 1;
}

.slider_wrapper .swiper-pagination-bullet-active {
    background-color: #28418D;
}

.slider_wrapper .swiper-button-prev, .slider_wrapper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,60px);
    right: auto
}

.quotation_marks p:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #040C22;
}

.quotation_marks p:last-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #28418D;
}

.platform_wrapper .platform_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    color: #28418D;
    margin-top: 0;
    margin-bottom: 30px;
}

.platform_wrapper .platform_info {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
}

.platform_section .platform_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 90px;
    margin-bottom: 56px;
    min-height: 780px;
}
/*dropdowns*/
.platform_wrapper .panels.panel-default {
    padding: 0 15px;
}

.platform_wrapper .relative {
    position: relative;
}

.platform_wrapper .panels {
    padding-bottom: 0;
}

.platform_wrapper .panel-heading {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 66px;
    background-color: transparent;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 28px;
    background-color: transparent;
    font-weight: 500;
    font-size: 26px;
    color: #040C22;
    border-top: 1px solid #517EC0;
}

    .platform_wrapper .panel-heading.bottom_line {
        border-bottom: 1px solid #517EC0;
    }

        .platform_wrapper .panel-heading.bottom_line.change_icon.bottom_line {
            border-bottom: unset;
        }

.platform_wrapper .panel-title {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    margin-top: 0;
}

.platform_wrapper .panel-heading:after {
    content: "";
    color: rgb(0, 0, 0);
    top: calc(50% - 6px);
    right: 0;
    position: absolute;
    transition: all 0.3s ease;
    height: 12px;
    width: 20px;
    background: url(../images/up_icon.svg) center no-repeat;
    transform: rotate(180deg);
}

.hide_img {
    display: none
}

.platform_wrapper .panel-heading.change_icon::after {
    content: "";
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.platform_wrapper .panel-body__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    list-style-type: square;
    padding-bottom: 16px;
    padding-top: 8px;
}

    .platform_wrapper .panel-body__list.no_bullets {
        padding-left: 0;
        list-style-type: unset;
    }

    .platform_wrapper .panel-body__list li {
        position: relative;
        color: #040C22;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

        .platform_wrapper .panel-body__list li::marker {
            font-size: 13px;
        }

.platform_wrapper .panels .panel-collapse {
    position: relative;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.2s ease, margin-bottom 0.2s ease-in;
}

.platform_wrapper .panel-collapse.collapse {
    min-height: 1px;
    max-height: initial;
}

@media screen and (min-width: 769px) {

    .w_view div img,
    .w_view div img,
    .w_view div img,
    .main_wrapper .mobile-menu {
        display: none;
    }

    .main_wrapper .navigation-container .w-nav-menu .open-button {
        display: none;
    }

    .streamlines_section .streamlines_info_txt {
        flex-shrink: 0;
        margin-right: 50px;
    }

    .advantages p .br {
        display: grid;
    }
}


/*dropdowns*/

.consultant_txt {
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
    font-size: 3.3rem;
    line-height: 54px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    font-family: karmina, sans-serif;
}

.intro-content {
    width: 70%;
    max-width: 1140px;
    text-align: center;
}


.new_contact .intro-content.request-demo .heading-jumbo {
    text-align:center;
}

.intro-content.request-demo .heading-jumbo {
    margin-bottom: 0;
}


.consultant-content {
    max-width: 830px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.consultants_info {
    max-width: 830px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

    .consultants_info ul.info_txt {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

.consultant_txt .break {
    display: block;
}

.referral_title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: karmina, sans-serif;
    color: #3b54a5;
    font-size: 3.3rem;
    line-height: 52px;
    font-weight: 400;
    text-transform: none;
}

.btn_demo {
    margin-top: 28px;
    margin-bottom: 38px;
}

.consultants_info ul.info_txt li {
    margin-bottom: 0;
    position: relative;
    padding-left: 10px;
}

    .consultants_info ul.info_txt li:before {
        content: '';
        height: 3px;
        width: 3px;
        background-color: #717b96;
        position: absolute;
        top: 50%;
        left: 0;
    }

.intro-content.cc-homepage {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.consultants_info .info_txt {
    font-family: acumin-pro, sans-serif;
    color: #717b96;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.our-services-grid {
    margin-bottom: 40px;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-areas: ". . ."
        ". . .";
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
}

.section-heading-wrap {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}

    .section-heading-wrap.solutions {
        margin-bottom: 60px;
        text-align: left;
    }

.service-icon {
    margin-bottom: 20px;
    opacity: 1;
}

.status-message {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

    .status-message.cc-success-message {
        background-color: #12b878;
    }

    .status-message.cc-error-message {
        background-color: #db4b68;
    }

.contact-form-wrap {
    margin-bottom: 100px;
    padding: 45px 50px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
}



.get-in-touch-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;
}

.text-field {
    margin-bottom: 18px;
    padding: 21px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    font-size: 14px;
    line-height: 26px;
}

    .text-field:hover {
        border-color: #e3e6eb;
    }

    .text-field:active {
        border-color: #43464d;
    }

    .text-field:focus {
        border-color: #43464d;
    }

    .text-field::-webkit-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field:-ms-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field::-ms-input-placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field::placeholder {
        color: rgba(50, 52, 58, 0.4);
    }

    .text-field.cc-contact-field {
        margin-bottom: 25px;
    }

    .text-field.cc-textarea {
        height: 200px;
        padding-top: 12px;
    }

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-form-heading-wrap {
    margin-bottom: 40px;
}

.blog-detail-header-wrap {
    width: 70%;
    margin: 60px auto;
}

.detail-header-image {
    display: block;
    width: 100%;
    height: 620px;
    margin-bottom: 60px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: cover;
}

    .detail-header-image.w--current {
        margin-bottom: 60px;
    }

.contact_us_info .contact-phone-link,
.contact_us_info .contact-email-link {
    color: #717b96 !important;
    text-decoration: none;
    display: inline-block;
}

.contact-email-link {
    color: #ccd2e0;
}

    .contact-email-link:hover {
        opacity: 1;
        color: #f7f9fc;
    }

    .contact-email-link:active {
        opacity: 0.8;
    }

.protected-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;
}

.protected-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.protected-heading {
    margin-bottom: 30px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    -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;
    color: #fff;
    text-align: center;
}

._404-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    -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;
    background-color: #1a1b1f;
}

._404-content-wrap {
    margin-bottom: 20px;
}

.intro-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.main_wrapper .intro-text {
    width: 100%;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
}

.hero-sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_wrapper .hero-sign-up {
    display: flex;
    justify-content: flex-start;
}

    .main_wrapper .hero-sign-up .button {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        padding: 16px 40px;
    }

.intro-blue-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b54a5;
}

.problems-item {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    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;
}

    .nav-menu:hover {
        color: #ccd2e0;
    }

.our-services-grid-2 {
    margin-bottom: 120px;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-areas: ". . ."
        ". . .";
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 40px auto 40px auto;
    grid-template-rows: auto auto auto;
}

.div-block-3 {
    position: absolute;
    top: 1115px;
}

.problems-grid {
    margin-bottom: 100px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-areas: ". . ."
        ". . .";
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.paragraph-demo {
    margin-top: -20px;
    font-size: 18px;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-child-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .flex-child-50.solutions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .flex-child-50.solutions.right {
            position: relative;
            margin-left: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .flex-child-50.left {
        margin-right: 20px;
    }

.solution-item-div {
    margin-bottom: 40px;
}

.solution-image {
    position: absolute;
    bottom: 1184px;
    width: 100%;
}

.logo-icon {
    display: none;
}

.services-image-wrapper-div {
    position: relative;
    top: -80px;
    overflow: hidden;
    margin-bottom: -80px;
}

.main-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    background-color: #f7f9fc;
}

.navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-2 {
    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;
}

.div-block-5 {
    margin-bottom: 40px;
    text-align: center;
}

.div-block-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-3 {
    position: absolute;
}

.footer-container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.footer-phone-number a,
.footer-phone-number {
    color: #ccd2e0;
    text-decoration: none;
}

    .footer-phone-number a:hover {
        color: #f7f9fc;
    }



@media screen and (max-width: 991px) {
    .section.cc-cta {
        padding-right: 0px;
        padding-left: 0px;
    }

    .styleguide-block {
        text-align: center;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

        .container.form {
            width: 90%;
        }

    .button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .button.cc-contact-us {
            display: none;
        }

    .paragraph-light.white.right-margin {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .heading-jumbo {
        font-size: 56px;
        line-height: 70px;
    }

    .logo-link.w--current {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .menu-icon {
        display: block;
    }

    .menu {
        position: static;
        margin-left: 30px;
    }

    .navigation {
        padding: 25px 30px;
    }

    .navigation-item {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        text-align: center;
    }

        .navigation-item:hover {
            background-color: #f7f8f9;
        }

        .navigation-item:active {
            background-color: #eef0f3;
        }

    .menu-button {
        padding: 0px;
    }

        .menu-button.w--open {
            background-color: transparent;
        }

    .navigation-items {
        background-color: #fff;
    }

    .cta-text {
        width: auto;
    }

    .cta-wrap {
        width: auto;
        padding: 80px 50px 90px;
    }

    .intro-header {
        height: 90vh;
    }

        .intro-header.cc-subpage {
            height: 300px;
        }

    .our-services-grid {
        margin-right: auto;
        margin-left: auto;
        grid-template-areas: ". ."
            ". ."
            ". .";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        text-align: center;
    }

    .service-icon {
        display: inline-block;
    }

    .get-in-touch-form {
        text-align: left;
    }

    .blog-detail-header-wrap {
        width: 70%;
    }

    .detail-header-image {
        height: 460px;
    }

    .intro-text {
        width: auto;
    }

    .intro-blue-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .our-services-grid-2 {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        grid-template-areas: ". ."
            ". ."
            ". .";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        text-align: center;
    }

    .div-block-3 {
        position: static;
        top: 983px;
    }

    .problems-grid {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        grid-template-areas: ". ."
            ". ."
            ". .";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        text-align: center;
    }

    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-child-50.solutions.right {
        margin-left: 0px;
        -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;
    }

    .solution-image {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navigation-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .menu-button-3 {
        padding-right: 0px;
        color: #fff;
    }

        .menu-button-3.w--open {
            background-color: transparent;
        }

    .icon {
        font-size: 40px;
        line-height: 60px;
    }

    .image-3 {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .navigation-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .section.cc-cta {
        padding: 15px;
    }

    .section.grey {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section.green {
        padding-bottom: 80px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .main_wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container.solutions {
        text-align: left;
    }

    .container.footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container.form {
        width: 100%;
    }

    .paragraph-bigger {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .rich-text {
        width: 90%;
        max-width: 470px;
        text-align: left;
    }

    .heading-jumbo {
        font-size: 40px;
        line-height: 50px;
    }

    .heading-jumbo-small {
        font-size: 3rem;
        line-height: 52px;
    }

    .logo-link {
        padding-left: 0px;
    }

    .navigation {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-image {
        display: none;
    }

    .cta-wrap {
        padding: 40px 30px;
    }

    .intro-header {
        margin-bottom: 60px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .intro-header.cc-subpage {
            height: 120px;
        }

    .intro-content {
        width: 80%;
    }

        .intro-content.cc-homepage {
            width: 90%;
        }

    .our-services-grid {
        padding-right: 50px;
        padding-left: 50px;
        grid-row-gap: 25px;
        grid-template-areas: "."
            "."
            "."
            "."
            "."
            ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 25px auto 25px auto 25px auto 25px auto 25px auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .section-heading-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .section-heading-wrap.solutions {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .contact-form-wrap {
        padding: 30px;
        text-align: left;
    }

    .text-field.cc-contact-field {
        text-align: left;
    }

    .text-field.cc-textarea {
        text-align: left;
    }

    .blog-detail-header-wrap {
        width: 90%;
        max-width: 470px;
        text-align: left;
    }

    .utility-page-wrap {
        padding: 15px;
    }

    ._404-wrap {
        padding: 30px;
    }

    .intro-blue-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .our-services-grid-2 {
        padding-right: 49px;
        padding-left: 49px;
        grid-row-gap: 25px;
        grid-template-areas: "."
            "."
            "."
            "."
            "."
            ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 25px auto 25px auto 25px auto 25px auto 25px auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .problems-grid {
        width: 100%;
        margin-bottom: 0px;
        grid-row-gap: 60px;
        grid-template-areas: "."
            "."
            "."
            "."
            "."
            ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 60px auto 60px auto 60px auto;
        grid-template-rows: auto auto auto auto;
    }

    .flex-child-50.solutions.right {
        margin-left: 0px;
    }

    .flex-child-50.left {
        margin-right: 0px;
    }

    .logo-icon {
        display: block;
    }

    .navigation-container {
        text-align: center;
    }

    .logo-wrap {
        margin-bottom: 30px;
    }

    .consultant-header {
        height: 48vh;
        margin-bottom: 40px;
    }

    .consultant-content {
        max-width: 100%;
        padding: 0 35px;
        height: 100%;
        padding-top: 10px;
        justify-content: center;
    }

    .consultant_txt {
        font-size: 21px;
        line-height: 31px;
    }

    .consultants_info ul.info_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .consultants_info ul.info_txt li {
            display: flex;
        }

    .referral_title {
        font-size: 2.5rem;
        line-height: 39px;
    }

    .btn_free_demo {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .section.green {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

        .container.solutions {
            padding-right: 0px;
            padding-left: 0px;
        }

    .button {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }

        .button.sign-in {
            margin-left: 10px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .button.hidden-on-mobile {
            display: none;
        }

    .rich-text {
        width: 100%;
        max-width: none;
    }

    .heading-jumbo {
        font-size: 34px;
        line-height: 42px;
    }

    .menu {
        margin-left: 15px;
    }

    .navigation {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navigation-item {
        display: none;
        margin-right: -20px;
    }

    .menu-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .menu-button.w--open {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .cta-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }

    .intro-header {
        height: 100vh;
    }

    .intro-content.cc-homepage {
        width: 100%;
    }

    .our-services-grid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .contact-form-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .blog-detail-header-wrap {
        width: 100%;
        max-width: none;
    }

    .intro-blue-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .our-services-grid-2 {
        padding-right: 0px;
        padding-left: 0px;
        grid-row-gap: 30px;
    }

    .problems-grid {
        grid-row-gap: 30px;
    }

    .logo-icon {
        display: block;
        width: 35px;
    }

    .navigation-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .brand {
        padding-left: 0px;
    }

    .contact_us_info .contact-us {
        margin-top: 50px;
    }
}

@media screen and (max-width: 395px) {
    .consultant_txt {
        font-size: 20px;
        line-height: 30px;
    }
}



@media screen and (max-width: 380px) {
    .consultant_link {
        padding-left: 15px;
        padding-right: 10px;
    }

    .consultant_txt {
        font-size: 19px;
        line-height: 29px;
    }
}

#w-node-80b7b978da69-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-80b7b978da6f-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-80b7b978da75-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-80b7b978da7b-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332cce2-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332cce8-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332ccee-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332ccf4-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332ccfa-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-511ce332cd01-c57cd0e4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-61d591062217-c57cd0e4 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-61d59106221f-c57cd0e4 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#w-node-61d591062224-c57cd0e4 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-8b12ea902d79-c57cd0e4 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
    #w-node-80b7b978da75-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-80b7b978da7b-c57cd0e4 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-511ce332ccee-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-511ce332ccf4-c57cd0e4 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-511ce332ccfa-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 0;
        grid-row-end: 3;
    }

    #w-node-511ce332cd01-c57cd0e4 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 0;
        grid-row-end: 3;
    }

    #w-node-61d591062217-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-61d59106221f-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-61d591062224-c57cd0e4 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-8b12ea902d79-c57cd0e4 {
        -ms-grid-column-align: end;
        justify-self: end;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1140px) {
    .main_wrapper .section .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1000px) {
    .advantage_wrapper .info_advantages {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .main_wrapper .intro-content.cc-homepage {
        max-width:100%;
    }
}

@media screen and (max-width: 768px) {
    .platform_wrapper .title {
        font-size: 45px;
    }

    .main_wrapper .consultant_link {
        border-bottom: 1px solid #28418D;
    }

    .main_wrapper .heading_title {
        font-size: 50px;
        line-height: 54px;
    }

    .main_wrapper .section.footer .logo-wrap .m_view {
        display: none;
    }

    .main_wrapper .details-wrap a {
        margin-right: 28px;
    }

        .main_wrapper .details-wrap a:last-child {
            margin-right: 0;
        }

    .main_wrapper .logo-wrap img {
        margin-bottom: 15px;
    }

    .benefits_wrapper .benefits_info,
    .streamlines_section .streamlines_info,
    .info_section .info_wrapper,
    .main_wrapper .intro-header .container {
        flex-direction: column;
    }

    .platform_section .platform_wrapper,
    .advantage_wrapper .info_advantages {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantage_wrapper .advantage_title,
    .advantage_wrapper .advantage_subtitle,
    .advantages p {
        text-align: left;
    }

    .advantage_wrapper .advantage_title {
        margin-bottom: 24px;
    }

    .info_advantages .advantages {
        width: 100%;
    }

    .advantages p {
        margin-top: 10px;
    }

    .advantage_wrapper .info_advantages {
        grid-row-gap: 15px;
        margin-bottom: 60px;
    }

    .slider_wrapper .quotation_marks {
        padding-left: 0;
        max-width: 100%;
        padding: 60px 15px 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .quotation_marks p:first-child {
        margin-bottom: 25px;
        text-align: center;
    }

    .slider_wrapper .quotation_marks:before {
        top: 25px;
        left: 50%;
        transform: translate(-50%);
        top: -50px;
    }

    .advantage_wrapper .slider_wrapper {
        min-height: 410px;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,30px);
    }

    .quotation_marks p:last-child {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }

    .platform_wrapper_items.mobile_view,
    .slider_wrapper .swiper-button-next, .slider_wrapper .swiper-rtl .swiper-button-prev,
    .slider_wrapper .swiper-button-prev, .slider_wrapper .swiper-rtl .swiper-button-next {
        display: none;
    }

    .main_wrapper .section.footer .logo-wrap {
        flex-direction: column;
    }

    .main_wrapper .btn_free_demo {
        display: initial;
        margin-right: 70px;
    }

    .main_wrapper .navigation-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main_wrapper .heading_info {
        font-size: 21px;
        line-height: 28px;
    }

    .main_wrapper .hero-sign-up .button {
        width: 100%;
        text-align:center;
    }

    .main_wrapper .web_view {
        display: none;
    }

    .main_wrapper .intro-image {
        margin-top: 35px;
        margin: 35px auto 0;
    }

        .main_wrapper .intro-image img {
            padding: 16px 16px 0 16px;
        }

    .main_wrapper .platform_section,
    .main_wrapper .advantage_section,
    .main_wrapper .benefits_section,
    .main_wrapper .streamlines_section,
    .main_wrapper .info_section,
    .main_wrapper .intro-header {
        padding: 60px 0;
    }

    .platform_wrapper .panel-body__list li,
    .platform_wrapper .platform_info,
    .benefits_info_txt p,
    .benefits_wrapper .benefits_subtitle,
    .benefits_wrapper .benefits_title,
    .info_section .info_title {
        text-align: left;
    }

    .platform_wrapper .platform_title {
        font-size: 44px;
        line-height: 49px;
        text-align: left;
    }

    .platform_wrapper .panel-title {
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .platform_wrapper .panel-body__list li::marker {
        font-size: 11px;
    }

    .benefits_info:nth-child(even) .benefits_info_img {
        margin-left: 0;
        order: -1;
    }

    .benefits_info:nth-child(odd) .benefits_info_img {
        margin-right: 0;
    }

    .benefits_wrapper .benefits_info {
        margin-bottom: 45px;
    }

    .benefits_info_txt h2 {
        font-size: 44px;
        line-height: 48px;
        text-align: left;
        max-width: 100%;
    }

    .streamlines_section .streamlines_info,
    .info_section .info_wrapper {
        height: auto;
    }

    .main_wrapper .streamlines_title {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 22px;
    }

    .streamlines_info_txt ul {
        margin-bottom: 20px;
    }

    .streamlines_img {
        margin-top: 40px;
    }

    .streamlines_info_txt ul li {
        text-align: left;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .info_section .info_txt {
        margin-left: 0;
    }

        .info_section .info_txt p {
            text-align: left;
            line-height: 24px;
        }

            .info_section .info_txt p:first-child {
                margin-bottom: 25px;
                margin-top: 15px;
            }
    .advantages p .br {
        display: none;
    }
}

.main_wrapper .main-menu {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}

.main_wrapper .consultant_link:before {
    content: none;
}



.main_wrapper .main-menu a {
    width: 90vw;
    padding: 15px 10px !important;
    margin-left: 0;
    margin-right: 0;
}

.main_wrapper .main-menu__item .button .icon {
    font-size: initial;
    line-height: initial;
}

.main_wrapper .main-menu__item {
    margin-bottom: 0;
}
/***/
/* The Mobile Menu that appears on click */
.mobile-menu {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    min-height: 100%;
    height: 100%;
    background: #f2f2f2;
    margin: 0;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    overflow: scroll;
    /* The desktop menu styles */
    /* When button is clicked, open class is added to menu to show it */
}

    .mobile-menu.open {
        opacity: 1;
        pointer-events: all;
    }

.separator_line.web_view {
    height: 40px;
    width: 2px;
    background-color: #28418D;
    margin-right: 32px;
}

/* Main Navigation in header for desktop */
.main-menu {
    margin: 100px 0;
    padding: 0;
}

.main-menu__item {
    padding: 0;
    display: block;
    position: relative;
}

.main-menu__link {
    border-bottom: 0;
    color: white;
    font: bold 15px/15px Arial;
    display: block;
    padding: 20px;
    position: relative;
}


    .main-menu__link:hover, .main-menu__link:focus, .main-menu__link:active {
        border-bottom: 0;
        background: black;
        color: white;
    }

.open-button {
    width: 30px;
    height: 22px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: calc(50% - 11px);
    right: 15px;
    z-index: 9999;
    border-bottom: 0;
}

    .open-button:hover {
        border-bottom: 0;
    }

    .open-button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: black;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .open-button.open span {
        background: #040C22;
    }

    .open-button span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
    }

    .open-button span:nth-child(2) {
        top: 10px;
        transform-origin: left center;
    }

    .open-button span:nth-child(3) {
        top: 20px;
        transform-origin: left center;
    }

    .open-button.open span:nth-child(1) {
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    .open-button.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .open-button.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 19px;
        left: 8px;
    }
/***/
}

@media screen and (max-width: 767px) {
    #w-node-80b7b978da6f-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-80b7b978da75-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-80b7b978da7b-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }

    #w-node-511ce332cce8-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-511ce332ccee-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-511ce332ccf4-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
    }

    #w-node-511ce332ccfa-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }

    #w-node-511ce332cd01-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
    }

    #w-node-61d591062217-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-61d59106221f-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-61d591062224-c57cd0e4 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}

@media screen and (max-width: 479px) {
    #w-node-80b7b978da69-c57cd0e4 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}
