/*********color************/
:root {
    --bs-light: #f7faff;
    --bs-dark: #21325b;
    --bs-primary-rgb: 55,125,255;
    --bs-secondary-rgb: 113,134,157;
    --bs-success-rgb: 0, 201, 167;
    --bs-info-rgb: 9, 165, 190;
    --bs-warning-rgb: 255, 190, 60;
    --bs-danger-rgb: 237, 76, 120;
    --bs-light-rgb: 247, 250, 255;
    --bs-dark-rgb: 33, 50, 91;
    --bs-body-rgb: 96, 102, 116;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Inter, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #677788;
    --bs-body-bg: #fff;
}

body {
    word-spacing: -.1em;
    color: rgb(var(--bs-body-rgb));
    font-family: var(--bs-body-font-family)
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #002d71;
}

hr.short {
    width: 4.78571429em;
    border-color: #377dff;
    margin: 0 0 15px;
}

    hr.short.center {
        margin: 0 auto 15px;
        clear: both;
    }


.navbar-expand-lg .navbar-nav > li > .nav-link {
    font-size: 1em;
    font-weight: bold;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}


.navbar .navbar-nav .nav-link {
    padding: 0.5rem;
    font-size: 0.9em
}


.gradient-y-overlay-sm-dark:before {
    background-image: linear-gradient(to bottom, rgba(33, 50, 91, 0.4) 0%, rgba(33, 50, 91, 0.25) 100%);
    background-repeat: repeat-x;
}

.display-5 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.text-navy {
    color: #002d71
}

.text-default {
    color: rgb(123, 130, 146)
}

.gradient-y-overlay-sm-dark-narrow::before {
    background-image: linear-gradient(to top, rgba(0, 46, 114, 0.90) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    height: 30%;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 0.8;
    transition: 0.3s ease;
}

.gradient-y-overlay-sm-dark-narrow:hover::before {
    background-image: linear-gradient(to top, rgba(50, 30, 0, 1) 0%, rgba(135, 100, 30, 0) 100%);
    background-repeat: repeat-x;
    height: 30%;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 1;
}

article.gradient-y-overlay-sm-dark-bottom:hover::before {
    background: linear-gradient(to top, transparent, rgba(50, 30, 0, 0.8));
}

article.gradient-y-overlay-sm-dark-bottom-narrow:hover::before {
    background: linear-gradient(to top, transparent, rgba(50, 30, 0, 0.8));
}


.gradient-y-overlay-sm-dark-bottom::before {
    background: rgb(50,30,0);
    background: linear-gradient(180deg, rgba(50,30,0,1) 0%, rgba(50,30,0,0.35) 45%, rgba(255,255,255,0) 100%);
    height: 250px;
}

.gradient-y-overlay-sm-dark-bottom-narrow::before {
    background: rgb(50,30,0);
    background: linear-gradient(180deg, rgba(50,30,0,1) 0%, rgba(50,30,0,0.35) 45%, rgba(255,255,255,0) 100%);
    height: 250px;
}

.help-block-error {
    color: red;
}


.navbar-brand, .navbar-brand > img {
    width: 13rem;
}

#dropdownWithHref {
    width: 197px;
    overflow: hidden;
}

.shape:not([class*=shape-blur]) > * {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    transform-origin: top center;
}

.card-zoom {
    overflow: hidden !important;
    border-radius: inherit;
}

.card:hover > .card-zoom > [class*=card-img] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.card-zoom > [class*=card-img] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.card-body, .card-footer, .card-img, .card-img-left, .card-img-right, .card-img-top, .card-meta {
    position: relative;
    min-height: 1px;
}

.video-player-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8rem;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.3s;
    background: none;
}

footer .brand {
    width: 100%;
    max-width: 13.5rem;
}

.divider-img {
    z-index: 1;
    transform: rotate( 180deg );
    top: -5px;
    right: -1px;
    left: -1px;
}

#input-assigned-0 {
    display: none;
}


#FirstPageIntro h2 {
    font-size: 4em;
    color: #d3ae6d;
    font-weight: bold;
    letter-spacing: -2px;
    word-spacing: -5px;
    line-height: .9em;
}

#FirstPageIntro h3 {
    color: #87601d;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    word-spacing: -4px;
}

#FirstPageIntro .card h3 {
    color: #87601d;
    font-size: 2em;
    font-weight: bold;
    line-height: 0.9em
}

#FirstpageCollection h2 {
    font-size: 3em;
    color: #87601d;
    font-weight: bold;
    letter-spacing: -1px;
    word-spacing: -4px;
    line-height: .9em;
}

#FirstpageCollection h3 {
    color: #d3ae6d;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    word-spacing: -4px;
}


.color-primary {
    color: #87601d;
}

.color-secondary {
    color: #d3ae6d;
}

.color-dark {
    color: #382400;
}

.color-light {
    color: rgba(55, 125, 255, 0.51);
}


.nav .nav-link:not(.active):hover {
    color: #377dff;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
}

.contact-Newsletter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.9em;
}

.contact-Newsletter::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.9em;
}

.contact-Newsletter:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.9em;
}

.contact-Newsletter:-moz-placeholder { /* Firefox 18- */
    font-size: 0.9em;
}

.nav-segment {
    background-color: rgba(55, 125, 255, 0.16);
}

.tour i {
    bottom: 30px;
    left: 30px;
    opacity: 0.85;
}

.tour span {
    bottom: 35px;
    right: 70px;
}


#TopSearch label.screen-reader-text {
    display: none;
}

#TopSearch input[type="text"] {
    width: 70%;
}


#TopSearch input[type="text"] {
    display: inline-block;
    width: 88%;
    height: calc(1.6em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#TopSearch #topSearchBtn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
    background-color: #002d71;
    border-color: #002d71;
}

.btn-search {
    color: #fff;
}

.header-bg-transparent-lg .btn-outline-navy {
    color: #fff;
    border-color: #fff;
}

.header-bg-transparent-lg .logo-light {
    display: block;
}

.header-bg-transparent-lg .logo-dark, .logo-light {
    display: none;
}

.header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section .btn-outline-navy {
    color: #002d71;
    border-color: #002d71;
}

.header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section .btn-search {
    color: #002d71;
}

.header-bg-transparent-lg.js-header-fix-moment .header-section .btn-search {
    color: #002d71;
}

.header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section .nav-link {
    color: #1e2022;
}

.media.img-bg figure {
    width: 94px;
    height: 94px;
    line-height: 0;
    text-align: center;
}

    .media.img-bg figure img {
        width: 94px;
        height: 94px;
        object-fit: cover;
        object-position: 50% top
    }

a:hover .media.img-bg::before {
    background-color: rgb(123, 130, 146)
}

a:hover .media.img-bg .media-body p {
    color: #21325b
}

.media.img-bg .media-body p {
    color: #000
}

.media.img-bg::before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #377dff;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 4px;
    height: 100%;
}

.cover-desc .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    padding: 20px 15px 35px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.cover-desc .line {
    height: 1px;
    width: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    display: block;
    transition: all .3s ease-in-out;
}

.cover-desc:hover .line {
    width: 60%;
}

.cover-desc:hover .desc {
    bottom: 10px;
}

a.pill {
    border-radius: 30px;
    background: #f1f1f1;
    padding: 10px;
    color: #808080;
    display: block;
    text-align: center;
    line-height: 1.3em;
    text-decoration: none;
}

    a.pill:hover {
        border-radius: 30px;
        background: #ececec;
        padding: 10px;
        color: #4f4f4f;
        display: block;
        text-align: center;
        line-height: 1.3em;
        text-decoration: none;
    }

    a.pill span {
        display: block;
        font-size: .75em
    }




@media (max-width: 768px) {
    #FirstPageIntro h2 {
        font-size: 2.7em;
    }

    .mb-n1, .my-n1 {
        margin-bottom: -0.4rem !important;
    }

    .divider-img {
        top: -6px;
    }

    #FirstpageCollection h2 {
        font-size: 1.5em;
    }

    #FirstpageCollection h3 {
        font-size: 1.1em;
    }

    .tour {
        margin-bottom: 1em;
    }

        .tour i {
            bottom: 7px;
            right: 23px;
        }

        .tour span {
            bottom: 14px;
            right: 63px;
        }

    .about h2 {
        font-size: 1.3em;
    }

    .card-footer {
        padding: 1rem 1rem;
    }

        .card-footer h3 {
            font-size: 1em;
        }

    #contactsSection .font-size-4 {
        font-size: 2rem;
    }
}

.pattern-bg-dark {
    background: url('../images/svg/pattern-dark.svg');
    background-size: 128px !important
}

.pattern-bg-light {
    background: url('../images/svg/pattern-light-2.svg');
    background-size: 128px !important
}

footer.bg-dark {
}

.slider-logo {
    background: url('../images/logo-large-light.png') no-repeat center;
    background-size: contain;
    width: 860px;
    height: 400px;
    position: absolute;
    right: calc(50% - 430px);
    bottom: calc(50% - 200px);
}



.list--news a {
    color: rgba(50, 30, 0, 1);
}

    .list--news a:hover {
        color: #377dff;
    }


.btn-market {
    display: inline-block;
    padding: 0.375rem 1rem;
    padding-right: 3rem;
    border-radius: 1rem;
    background-position: center right 0.75rem;
    background-color: #37384e;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    white-space: nowrap;
}

    .btn-market .btn-market-title {
        display: block;
        color: #fff;
        font-size: 1.125rem;
    }

    .btn-market .btn-market-subtitle {
        display: block;
        margin-bottom: -0.125rem;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.75rem;
    }

    .btn-market:hover {
        text-decoration: none;
    }

    .btn-market.btn-outline {
        transition: background-color 0.25s ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-color: transparent;
    }

        .btn-market.btn-outline:hover {
            background-color: rgba(255, 255, 255, 0.08);
        }

.btn-apple {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.btn-google {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}



@media (max-width: 768px) {
    .slider-logo {
        background: url('../images/logo-large-light.png') no-repeat center;
        background-size: contain;
        width: 460px;
        height: 200px;
        position: absolute;
        right: calc(50% - 230px);
        bottom: calc(50% - 100px);
    }
}

#post-detail article.body {
    margin-top: 50px;
}

    #post-detail article.body p {
        font-size: 1.1em;
        margin-bottom: 1em;
        text-align: justify;
    }
