

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
}

/* 2. NAVBAR */
.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
}
.header-scrolled .navbar-brand img {
    width: 80px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-scrolled .nav-link-number {
    display: none;
}

.header-scrolled a.button {
    min-height: 40px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-nav {
    align-items: center;
    margin-top: 0px;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand svg {
    cursor: pointer;
    fill: #25282a;
    width: 75px;
    height: 75px;
    margin-right: 20px;
}
.navbar-brand-menu {
    margin-right: 40px;
}
.menu-navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 1320px) {
    .nav-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (min-width: 991.98px) {
    .navbar-subnav {
        display: none;
    }
    .nav-item:hover .navbar-subnav,
    .nav-item *:hover .navbar-subnav {
        display: block;
        text-align: left;
        list-style: none;
        position: absolute;
        margin: 0;
        padding: 10px;
        background: white;
        transition: all ease-in-out 0.2s;
        border-radius: 10px;
        box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
        animation: drawer-appear 0.3s ease-in-out forwards;
    }
    .navbar-nav .navbar-subnav .nav-link {
        text-align: left;
    }
}
.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.nav-item .nav-link {
    text-align: center;
}
.nav-item .nav-link:hover .nav-link-number {
    color: rgb(63, 42, 86) !important;
}
.nav-item .nav-link:hover .nav-link-menu {
    color: rgb(63, 42, 86) !important;
}
.nav-link-number {
    font-weight: 200 !important;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 1.5px;
    line-height: 1;
}
.nav-link-menu {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 1;
    text-align: center;
}
.learn-more-btn {
    background-color: rgb(37, 40, 42);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 12px 40px !important;
    border-radius: 100px;
}
.learn-more-btn:hover {
    color: rgb(37, 40, 42);
    background-color: #fff;
}
.btn-invert {
    background-color: #fff;
    color: rgb(37, 40, 42);
}
.btn-invert:hover {
    background-color: rgb(37, 40, 42);
    color: #fff;
}
.navbar-toggler-icon {
    background-image: url("../images/marketing/menu.png");
}
@media screen and (max-width: 991.98px) {
    #navbarNav {
        overflow-y: scroll;
        max-height: calc(100vh - 100px);
        position: relative;
    }
    .navbar {
        background-color: #ffffff;
        -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
        box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
    }
    .navbar-brand img {
        width: 100px !important;
        padding: 10px 0;
    }
    .header-scrolled {
        height: inherit;
    }
    .navbar-subnav {
        display: none;
    }
    .nav-item:active .navbar-subnav,
    .nav-item:focus .navbar-subnav,
    .nav-item:hover .navbar-subnav,
    .nav-link:active + .navbar-subnav,
    .nav-link:hover + .navbar-subnav .nav-link:focus + .navbar-subnav {
        display: inline;
        text-align: left;
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        background: white;
        transition: all ease-in-out 0.2s;
        border-radius: 10px;
        box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
        animation: drawer-appear 0.3s ease-in-out forwards;
    }
    .navbar-nav .navbar-subnav .nav-link {
        text-align: left;
    }
}
@media screen and (max-width: 575.98px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu-navbar-nav {
        padding-bottom: 10px;
    }
    li.nav-item {
        margin: 2px 0;
    }
}

/* 3. HEADER */
.inner-wrapper .header {
    display: flex;
    width: 100%;
    padding: 85px 0 25px 0;
    justify-content: center;
    align-items: center;
}
.header-img-section svg {
    width: 100%;
}
.header-subtitle {
    color: #68488e;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
}
.header-container .header-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    padding-bottom: 25px;
    color: #25282a;
}
.header-container .header-title-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 15px;
}
.learn-more-btn-section {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
    .nav-item {
        margin-left: 8px;
        margin-right: 8px;
    }
    .menu-navbar-nav.nav-item {
        margin-left: 3px;
        margin-right: 3px;
    }
    .container {
        max-width: 1400px;
    }
    .fintech .TabLink {
        margin: 1px !important;
    }
}

@media screen and (max-width: 991.98px) {
    .header-container {
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .header-title-section {
        text-align: center;
        margin-top: 0px;
    }
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 1);
        color: #505050;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .navbar-collapse .nav-link-menu {
        color: #505050;
    }
    .nav-link-number {
        color: #fff;
        display: none;
    }
    .nav-link-menu {
        color: #fff;
    }
    .learn-more-btn-section {
        justify-content: center;
    }
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }