@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,800;1,400;1,500;1,800&display=swap');


/* Keyword values */
/*font-display: auto;*/
/*font-display: block;*/
/*font-display: swap;*/
/*font-display: fallback;*/
/*font-display: optional;*/

* {
    font-family: 'Roboto';
}

.h1-margin-bottom {
    margin-bottom: 40px !important;
}

h1.logo {
    font-weight: bolder;
    font-family: 'Roboto';
}
p, span, a, input{
    font-weight: normal;
}

img.logo {
    height: 70px;
}

.alert.alert-info {
    color: #0047bb;
    background-color: #317cf614;
    border-color: #307fff;
}

.full-width-wrapper {
    color: white;
}

.full-width-wrapper h1 {
    font-weight: bold;
    margin-bottom: 1em;
}

.full-width-wrapper .logo {
    height: 94px;
    margin-right: -30px;
    margin-top: 0px;
}


header h1 {
    font-size: 3rem;
}

p {
    line-height: 1.75rem;
    margin-bottom: 6px;
}

img {
    max-width: 100%;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

input {
}

.submit {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #7a73ff;
    color: white;
    border: none;
    vertical-align: center;
    padding-right: 34px;
}

.submit .fa {
    position: relative;
    right: -16px;
    top: 1px;
}

.purple-background {
    background: linear-gradient(179deg, white 1%, #EBEBFF 1%, #EBEBFF 98%, white 2%);
}

.purple-background-bottom {
    background: linear-gradient(361deg, #fff 2%, #ebebff 2%);
    padding-bottom: 40px;
}

.flow {
    background: linear-gradient(0deg, white 20%, #EBEBFF 40%);
    text-align: center;
}

.infographic img {
    width: 100%;
}

/*.submit:after {
    citb
}*/


input::placeholder {
    color: #0a2540;
}

.sign-up input {
    width: 100%;
    background-color: #FFF;
    padding: 10px 10px;
    border-radius: 6px;
    border: none;
    color: #0a2540;
}


.nav-item {
    width: 100px
}

.dropdown-title {
    position: relative;
}

.collapse:not(.show) {
    display: none;
}

.dropdown-list-faq {
    margin-left: 50px;
}

.dropdown-list-faq .dropdown-list-faq {
    margin-left: 0;
}

.dropdown-list-faq:hover, .dropdown-list-faq .dropdown-title:hover, .faq-heading:hover {
    cursor: pointer;
}

.dropdown-list-faq .dropdown-title {
    padding: 6px 0;
}

.faq-link {
    margin-bottom: 4px;
    color: #007bff;
}

.faq-link span {
    color: #007bff;
}

.faq-link span:hover {
    color: #0056b3;
    text-decoration: underline;
}

.faq-heading {
    margin-bottom: 0;
    margin-left: 20px;
    padding: 6px 0;
}

.faq-heading-wrapper {
    padding: 5px 17px;
    height: 80px;
    display: flex;
    align-items: center;
}

.copyright {
    margin-top: 2em;
}

.nav-item {
    cursor: pointer;
}

.content-top {
    margin-top: -80px;
}

.instruction-video {
    width: 100%;
    height: 220px;
}


#search .result, #search_2 .result {margin-top: 10px;background: #eff5ff;padding: 4px;border-radius: 5px;color: #0b2540;text-align: left;padding: 11px;}
#search .result {
    position: absolute;
    width: 270px;
}
#search_2 .result {
    position: relative;
    width: 100%;
}

.item-list h3 {
    font-size: 1.325rem;
    font-weight: 600;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /*background-color: #0b2450;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.icon-wrapper img {
    fill: #0b2540;
}

.search-2 {
    margin-top: 20px;
}

@media (min-width: 500px) {
    .instruction-video {
        width: 480px;
        height: 300px;
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        /*background-color: #0b2450;*/
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .instruction-video {
        width: 700px;
        height: 400px;
    }

    .purple-background-bottom {
        background: linear-gradient(361deg, #fff 6%, #ebebff 6%);
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .instruction-video {
        width: 860px;
        height: 440px;
    }

    .content-top {
        margin-top: 0;
    }

    .submit .fa {
        margin-left: 10px;
        margin-bottom: -1px;
        position: absolute;
        float: right;
        top: 14px;
        right: 27px;
    }

    .purple-background {
        background: linear-gradient(179deg, white 2%, #EBEBFF 2%, #EBEBFF 92%, white 8%);
    }
}

@media (min-width: 1200px) {
    .instruction-video {
        width: 1000px;
        height: 540px;
    }

    .purple-background {
        background: linear-gradient(179deg, white 3%, #EBEBFF 3%, #EBEBFF 90%, white 10%);
    }
}

#integrations .card-body a.integration-item {
    height: 130px;
    background-size: 62%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #F7F7F7;*/
    margin-bottom: 1em;
}

@media (min-width: 1024px) {
    #integrations .card-body a.integration-item {
        height: 180px;
    }
}

.bg-dark {
    background-color: #000!important;
}

.border-light {
    border-color: #6c757d!important;
}

.cursor-pointer {
    cursor: pointer;
}