/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(244,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(245,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(246,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(247,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(252,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(253,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(254,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(255,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(266,28): run-time error CSS1039: Token not allowed after unary operator: '-card-img-bg'
(283,28): run-time error CSS1039: Token not allowed after unary operator: '-card-bg'
(284,28): run-time error CSS1039: Token not allowed after unary operator: '-card-border-color'
(285,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-radius'
(287,17): run-time error CSS1039: Token not allowed after unary operator: '-card-color'
(299,17): run-time error CSS1039: Token not allowed after unary operator: '-card-title-color'
(312,28): run-time error CSS1039: Token not allowed after unary operator: '-card-bar-bg'
(332,24): run-time error CSS1039: Token not allowed after unary operator: '-card-hover-border-color'
(336,17): run-time error CSS1039: Token not allowed after unary operator: '-card-hover-title-color'
 */
@charset "UTF-8";

/*.bg-gradient-primary-to-secondary {
    background: #1e30f3;
    background: linear-gradient(135deg, #1e30f3 0%, #1e30f3 100%);
}*/

:root {
    --agent-primary-color: #2264D0;
    --agent-secondary-color: #FADD02;
}

.text-gradient {
    background-color: #f0b001;
    background-image: linear-gradient(45deg, #f0b001, #17335b);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


.banner-home > .jumbotron {
    height: 100%;
    min-height: calc(100vh - 56px);
}




/*.rounded-4 {
    border-radius: 1rem !important;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}

.profile {
    position: relative;
    height: 75vw;
    width: 75vw;
    border-radius: 5vw;
    margin-top: 5vw;
    max-height: 40rem;
    max-width: 40rem;
}

.profile .profile-img {
    height: 80vw;
    max-height: 45rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.profile .dots-1 {
    position: absolute;
    width: 3vw;
    right: 1.5vw;
    top: 4vw;
}

.profile .dots-1 svg {
    fill: #fff;
}

.profile .dots-2 {
    position: absolute;
    width: 3vw;
    right: -4vw;
    top: 6.05vw;
}

.profile .dots-2 svg {
    fill: #1e30f3;
}

.profile .dots-3 {
    position: absolute;
    width: 3vw;
    left: 1.5vw;
    bottom: 6.05vw;
}

.profile .dots-3 svg {
    fill: #fff;
}

.profile .dots-4 {
    position: absolute;
    width: 3vw;
    left: -4vw;
    bottom: 4vw;
}

.profile .dots-4 svg {
    fill: #1e30f3;
}

@media (min-width: 576px) {

    .profile {
        height: 60vw;
        width: 60vw;
    }

    .profile .profile-img {
        height: 65vw;
    }

    .profile .dots-1 {
        width: 3vw;
        right: 1.5vw;
    }

    .profile .dots-2 {
        width: 3vw;
        right: -4vw;
    }

    .profile .dots-3 {
        width: 3vw;
        left: 1.5vw;
    }

    .profile .dots-4 {
        width: 3vw;
        left: -4vw;
    }
}

@media (min-width: 768px) {

    .profile {
        height: 50vw;
        width: 50vw;
    }

    .profile .profile-img {
        height: 55vw;
    }

    .profile .dots-1 {
        width: 3vw;
        right: 1.5vw;
    }

    .profile .dots-2 {
        width: 3vw;
        right: -4vw;
    }

    .profile .dots-3 {
        width: 3vw;
        left: 1.5vw;
    }

    .profile .dots-4 {
        width: 3vw;
        left: -4vw;
    }
}

@media (min-width: 992px) {

    .profile {
        height: 40vw;
        width: 40vw;
    }

    .profile .profile-img {
        height: 45vw;
    }

    .profile .dots-1 {
        width: 1.5vw;
        right: 0.75vw;
    }

    .profile .dots-2 {
        width: 1.5vw;
        right: -2vw;
    }

    .profile .dots-3 {
        width: 1.5vw;
        left: 0.75vw;
    }

    .profile .dots-4 {
        width: 1.5vw;
        left: -2vw;
    }
}

@media (min-width: 1200px) {

    .profile {
        height: 35vw;
        width: 35vw;
    }

    .profile .profile-img {
        height: 40vw;
    }

    .profile .dots-1 {
        width: 1.5vw;
        right: 0.75vw;
    }

    .profile .dots-2 {
        width: 1.5vw;
        right: -2vw;
    }

    .profile .dots-3 {
        width: 1.5vw;
        left: 0.75vw;
    }

    .profile .dots-4 {
        width: 1.5vw;
        left: -2vw;
    }
}*/




/*
 *	Thumb Card (Feature)
==================================================== */

.thumb-card {
    --card-bg: var(--bs-body-bg);
    --card-color: #333;
    --card-img-bg: var(--ti-indigo);
    --card-border-color: var(--bs-border-color-translucent);
    /*--card-hover-border-color: var(--ti-sage);
        --card-title-color: var(--ti-indigo);
        --card-hover-title-color: var(--ti-purple);
        --card-bar-bg: var(--ti-sage);*/
    --card-hover-border-color: #FADD02;
    --card-title-color: #035DA6;
    --card-hover-title-color: #2264D1;
    --card-bar-bg: #FADD02;
    background-color: transparent;
    border: 0;
    font-size: .875rem;
    font-weight: normal;
    height: 100%;
    padding-top: 4.5rem;
    position: relative;
}

.thumb-card .card-img-circle {
    background-color: var(--card-img-bg);
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    color: #fff;
    font-size: 2.25rem;
    height: 2.5em;
    left: 50%;
    line-height: 2.5;
    margin-left: -1.25em;
    position: absolute;
    width: 2.5em;
    top: 0;
    transition: .2s ease;
    transform: translate3d(0,0,0);
    z-index: 2;
}

.thumb-card .card-body {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 1rem 1.5rem -.5rem rgba(0,0,0,.15), 0 .125rem .5rem -.125rem rgba(0,0,0,.15);
    color: var(--card-color);
    flex: 1 1 auto;
    padding: 2rem 1.25rem 1.25rem;
    position: relative;
    transition: .2s ease;
}

.thumb-card .card-body *:last-child {
    margin-bottom: 0;
}

.thumb-card .card-title {
    color: var(--card-title-color);
    font-size: 1.25rem;
    transition: color .2s ease;
}

.thumb-card .card-bar {
    background-color: transparent;
    display: block;
    height: 1px;
    margin: 1em auto;
}

.thumb-card .card-bar::before {
    background-color: var(--card-bar-bg);
    content: '';
    display: inline-block;
    height: 100%;
    transition: width .2s ease;
    vertical-align: top;
    width: 40%;
}

a.thumb-card,
.thumb-card a {
    text-decoration: none;
}

a.thumb-card:hover .card-img-circle {
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    transform: translate3d(0,5px,0);
}

a.thumb-card:hover .card-body {
    border-color: var(--card-hover-border-color);
}

a.thumb-card:hover .card-title {
    color: var(--card-hover-title-color);
}

a.thumb-card:hover .card-bar::before {
    width: 60%;
}

