body {
    background: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.navbar {
    background-color: #000 !important;
    opacity: 0.9;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 12px;
}

.navbar-nav .nav-link:hover {
    color: #1877da;
}

.brand-text {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-size: 19px;
}

.brand-logo {
    color: #1877da;
    font-size: 3rem;
    font-weight: 700;
    margin-right: 5px;
}

.contact-btn {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    padding: 6px 18px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #1877da;
    border-color: #1877da;
    color: #fff;
}

.hero {
    position: static;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 15px;
    overflow: hidden;
    padding-bottom: 10px;
    background-image: url('../images/banner_image.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100%;
    background-attachment: scroll;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #fff 0%, #1976d2 31%, #1877da 75%, #141414 100%);
    top: 100%;
}

.hero h1 {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.hero h1 .highlight {
    color: #1877da;
}

.hero p {
    color: #999;
    font-size: 2.6rem;
    margin-top: 40px;
}

.btn-hero {
    margin-top: 85px;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    background-color: #1877da;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.btn-hero:hover {
    background-color: #1877da;
}

.hero-bg {
    position: absolute;
    right: -17%;
    bottom: -2%;
    width: 51%;
    max-width: 1028px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 400;
    line-height: 110%;
    color: #1877da;
    text-align: left;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
}

.stat-text {
    font-size: 1rem;
    color: white;
}

.whyWeExist {
    padding-bottom: 35px;
}

.story-section {
    background-color: #061d42;
    border-radius: 15px;
    padding: 60px 30px;
    max-width: 700px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    padding-bottom: 46px;
}

.story-title {
    font-size: 2rem;
    font-weight: 600;
    color: #b8b8b8;
    margin-bottom: 25px;
}

.story-text {
    color: #1877da;
    margin-bottom: 15px;
}

.highlight {
    color: #ffffff;
    font-weight: 600;
}

.welcome {
    margin-top: 35px;
    color: #1877da;
}

.brand {
    font-weight: 800;
    color: #ffffff;
    font-size: 30px;
}

.underline {
    border-bottom: 3px solid #ffffff;
    width: 98%;
    margin-top: 5px;
    text-align: center;
    margin-left: 12px;
}

.flip-card {
    background-color: transparent;
    width: 362px;
    height: 390px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front {
    background-color: #001d3d;
    color: white;
}

.flip-card-back {
    background-color: #1877da;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.bot-card {
    background-color: #001d3d;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 100%;
}

.bot-title {
    font-size: 1.95rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.bot-image {
    width: 100%;
    border-radius: 10px;
    height: 239px;
}

.arrow {
    position: absolute;
    margin-top: -3rem;
    right: -9rem;
}

.sub-header {
    font-weight: 400;
    font-size: 35px;
    text-align: left;
    margin-left: 5px;
    margin-top: 45px;
    color: #1877da;
}

.subline {
    border-bottom: 2px solid #ffffff;
    width: 98%;
    margin-left: 3px;
}

.partners_logos-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 3.75rem;
    grid-template-columns: max-content max-content max-content max-content max-content 1fr;
    grid-auto-rows: 3.75rem;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.partner-link {
    background-color: #171515;
    border-radius: .5rem;
    width: 12.63rem;
    height: 3.75rem;
    overflow: hidden;
}

.img-100 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list-unstyled li {
    margin-top: 15px;
}

.learn-More {
    position: relative;
    z-index: 99999999999;
}

.btn-light {
    color: #1877da;
    font-weight: 600;
}

.padding-global {
    padding-bottom: 2.25rem;
}

.dividers_heading-wrapper {
    border-bottom: 3px solid white;
    margin-bottom: 3.75rem;
    padding-bottom: 0.75rem;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.38rem;
    font-weight: 400;
    line-height: 110%;
    color: #1877da;
    text-align: center;
    text-align: left;
}

.dividers_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.dividers-cell {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
    display: grid;
}

.divider.l {
    height: .38rem;
}

.gradient {
    background: linear-gradient(90deg, #fff 0%, #0cf 31%, #2a7fff 75%, #141414 100%);
}

.divider {
    background-color: var(--primary-colors--blue);
    width: 100%;
    height: 1px;
}

.dividers-cell h3 {
    color: white;
    font-weight: normal;
}

.s-light {
    color: white
}

.text-primary {
    color: #1877da !important
}

.bg-primary {
    background-color: #1877da !important;
}

.features {
    height: 122px;
}

.banner-market-dev {
    background-image: url('../images/banner-market-development.jpg') !important;
}

.bot-card-marketing {
    padding-top: 45%;
    padding-bottom: 45%;
    padding-left: 4px;
    padding-right: 4px;
}

.flip-card-front-market {
    background: linear-gradient(143deg, #0072ff 0%, #001537 100%) !important;
}

.key-strategies {
    font-size: 18px;
}

.bot-title-marketing {
    font-size: 2.25rem;
}

.rolldown-list {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.rolldown-list li {
    padding: 1.5em;
    display: block;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transform-origin: 50% 0;
    transform: rotateX(180deg) perspective(500px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-size: 24px;
    font-weight: 600;
}

.rolldown-list li:nth-child(2n) {
    background-color: #0060d9;
}

.rolldown-list li:nth-child(2n+1) {
    background-color: #1877da;
}

.rolldown-list.play li {
    -webkit-animation: rolldown .7s 1 forwards;
    animation: rolldown .7s 1 forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes rolldown {
    0% {
        opacity: 0;
        transform: rotateX(180deg) perspective(500px);
        visibility: hidden;
    }

    70% {
        opacity: 1;
        transform: rotateX(-20deg);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible;
    }
}

@-webkit-keyframes rolldown {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(180deg) perspective(500px);
        visibility: hidden;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateX(-20deg);
        visibility: visible;
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        visibility: visible;
    }
}

.section-numbers {
    color: white !important
}

.numbers_text-wrapper.consulting {
    width: 49.69rem;
}

.numbers_text-wrapper {
    text-align: center;
    width: 49.25rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.h2.s {
    font-size: 2rem;
    line-height: 120%;
}

.numbers-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.numbers-cell {
    border-top: 2px solid #1877da;
    padding-top: 2.5rem;
    padding-bottom: 1.06rem;
}

.text-num {
    margin-bottom: .5rem;
    font-size: 4.38rem;
    font-weight: 200;
    line-height: 110%;
}

.p.s {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    flex: 0 auto;
    font-size: 1rem;
    line-height: 140%;
    list-style-type: disc;
    display: flex;
}

#myList {
    margin-left: 1%;
}

.accordion-button::after {
    content: '+';
    font-size: 1.5rem;
    color: #fff;
    transform: none !important;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: '×';
    transform: none !important;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.accordion-body {
    border-top: 1px solid #333;
    padding-left: 0;
    padding-right: 0;
}

.dropdown-item:hover {
    background-color: black !important;
}

@media screen and (max-width: 992.98px) {
    #myList {
        width: 100%;
    }

    .numbers_text-wrapper {
        width: 100%;
        margin-bottom: 3.75rem;
    }

    .numbers_text-wrapper.consulting {
        width: 42.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-device-width: 768.98px) and (max-device-width: 992.98px) {
    .flip-card {
        width: 330px;
    }
}

@media screen and (max-width: 768.98px) {
    .hero::after {
        display: none;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.8rem;
    }

    .btn-hero {
        margin-top: 50px;
    }

    .hero {
        min-height: 65vh;
    }

    .story-section {
        font-size: 20px;
    }

    .whyWeExist {
        padding-bottom: 0px;
    }

    .flip-card {
        width: 100%;
    }

    .numbers_text-wrapper.consulting {
        width: 100%;
    }

    .h2.s {
        font-size: 2rem;
    }

    .section-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 400.98px) {
    .hero h1 {
        margin-top: 4rem;
    }
}