/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

strong {    font-weight: 700;
}


.container-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    -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;
}

.container-flex.left-align {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.paragraph {
    max-width: 680px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #99a1ba;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.paragraph.left-align {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
}

.overline {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #813efb;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.services-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
    background-image: linear-gradient(180deg, #f9f9f9, #fff);
}

.services-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.services-grid-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px none transparent;
    border-radius: 200px;
    background-color: #6800ff;

    text-align: center;
    text-decoration: none;
    cursor: default;
}

.services-grid-block:hover {
    border: 1.5px none #813efb;
}

.service-title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.features-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 20px 3%;
    -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;
}

.content-h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #18183a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 600;
}

.feature-image-div {
    position: relative;
}

.feature-image {
    overflow: hidden;
}

.hero-h1 {
    color: #18183a;
    font-size: 50px;
    line-height: 1;
    text-align: left;
}

.hero-overline {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #813efb;
    font-size: 21px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hero-overline.green {
    color: #1df7e9;
}

.cta-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 60px 3%;
    -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;
}

.newsletter-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding: 105px 35px;
    -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;
    border-radius: 15px;
    background-color: #face55;
}

.content-cta {
    max-width: 640px;
    margin-bottom: 10px;
    font-size: 50px;
    text-align: center;
}

.feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 55px;
}

.feature-wrap.reverse-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.feature-column-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 250px;
    padding: 50px;
    -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;
}

.feature-column-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 250px;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.icon-2 {
    color: #1b2d45;
    font-size: 15px;
}

.arrow-right {
    left: auto;
    top: 0%;
    right: -25px;
    bottom: 0%;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    padding: 50px 60px;
    -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;
}

.slide-wrap.full {
    min-height: 400px;
    background-color: #edeef0;
}

.slide-wrap.full.right {
    padding-right: 0px;
    padding-left: 60px;
    background-color: #fff;
}


.slider {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin-top: 20px;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-left {
    left: -25px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.slide-nav {
    display: none;
}

.standard-paragraph {
    max-width: 992px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(86, 96, 115, 0.7);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
}

.standard-paragraph.white {
    color: #fff;
}

.mask {
    overflow: visible;
    background-color: transparent;
    box-shadow: 0 20px 50px 0 rgba(70, 137, 215, 0.2);
}

.slide {
    margin-right: 50px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(70, 137, 215, 0.2);
    border-radius: 10px;
    background-color: #fff;
}

.h2 {
    margin-bottom: 14px;
}

.h2.white {
    text-align: center;
    font-size: 42px !important;
}

.hero-grid-wrapper {
    margin-bottom: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 19px;
    -ms-grid-columns: 1.25fr 0.75fr;
    grid-template-columns: 1.25fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.badge {
    position: static;
    left: 0%;
    top: -50%;
    right: auto;
    bottom: auto;
    max-width: 70px;
    padding-bottom: 20px;
}

.image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 60px;
    margin-right: 0px;
}

.logo {
    max-width: 150px;
}

.section {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 20;
    height: 60px;
    border-bottom: 5px none #6927ca;
    background-color: #fff;
    box-shadow: 0 0 20px -11px rgba(21, 28, 52, 0.65);
}

.logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 10px 20px;
    -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;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.48);
    font-size: 14px;
}

.logo-container.logo-container-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: transparent;
}

.logo-container-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-2 {
    height: 35px;
    max-width: 100%;
}

.divider {
    width: 1px;
    background-color: #7b88a8;
}

.body {
    font-family: Montserrat, sans-serif;
    line-height: 1.5em;
    font-weight: 400;
}

.footer-2 {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}

.container-2 {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.text-block-2 {
    max-width: 60%;
}

.standard-paragraph-2 {
    color: rgba(86, 96, 115, 0.7);
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 991px) {
    .services-grid {
        grid-auto-flow: row;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .content-h2 {
        font-size: 38px;
    }

    .hero-h1 {
        margin-top: 300px;
        text-align: center;
    }

    .hero-overline {
        text-align: center;
    }

    .cta-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .newsletter-block {
        z-index: 5;
    }

    .feature-column-content {
        padding: 25px;
    }

    .feature-column-image {
        padding: 25px;
    }

    .arrow-right {
        right: -10px;
    }

    .arrow-left {
        left: -10px;
    }

    .h2 {
        font-size: 42px;
    }

    .h2.white {
        text-align: center;
    }

    .hero-grid-wrapper {
        grid-column-gap: 25px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-text-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
    }

    .logo-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .logo-container-container {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-top: 145px;
    }

    .features-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-h1 {
        margin-top: 230px;
    }

    .cta-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .newsletter-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-cta {
        font-size: 42px;
    }

    .feature-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .feature-column-content {
        width: 100%;
    }

    .feature-column-image {
        width: 100%;
    }

    .slide-wrap {
        padding: 90px 50px;
    }

    .hero-grid-wrapper {
        display: block;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-text-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        -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;
    }

    .section {
        height: 90px;
    }

    .logo-container {
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-container-container {
        width: 100%;
        margin-bottom: 10px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .text-block-2 {
        max-width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .services-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .features-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-h2 {
        font-size: 24px;
    }

    .ribbon {
        display: none;
    }

    .ribbon-2 {
        display: none;
    }

    .ribbon-3 {
        display: none;
        width: 90px;
    }

    .hero-h1 {
        margin-top: 125px;
        font-size: 28px;
    }

    .hero-overline {
        font-size: 18px;
    }

    .hero-overline.green {
        font-size: 14px;
    }

    .cta-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .newsletter-block {
        padding-right: 20px;
        padding-left: 20px;
    }

    .content-cta {
        font-size: 32px;
    }

    .feature-column-content {
        padding: 10px;
    }

    .feature-column-image {
        margin-top: 25px;
        padding: 10px;
    }

    .image {
        margin-top: 112px;
    }

    .section {
        height: 110px;
        text-align: center;
    }

    .text-block-2 {
        max-width: 90%;
    }
}
