#horizontal-quotes-tabs {
    padding: 100px 0 100px 0;
    background-color: #F8F9FC;
}

#horizontal-quotes-tabs-inner {
    max-width: 1120px;
    display: block;
    margin: 0 auto;
}

#tabs-title {
    font-weight: bold;
    font-size: 72px;
    line-height: 79px;
    text-align: center;
    color: #0A2144;
    margin: 0 0 100px 0;
    letter-spacing: -0.04em;
}

.tabs-content {
    position: relative;
}

.tabs-content .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
}

.tab-pane {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in-out;
}

.tabs-content .tab-pane.active {
    opacity: 1;
    z-index: 1;
    position: static;
    transition: opacity 0.25s ease-in-out;
}

.tabs-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tabs-nav-item {
    width: 100%;
}

#horizontal-quotes-tabs .tabs-nav-item {
    position: relative;
    width: 100%;
    height: 54px;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #98A6B2;
    text-align: center;
    /* border-bottom: 2px solid #EAEEF5; */
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#ecommerce #horizontal-quotes-tabs .tabs-nav-item {
    max-width: 265px;
}

#horizontal-quotes-tabs .tabs-nav-item:hover {
    color: #98A6B2;
    transition: all 0.25s ease-in-out;
}

#horizontal-quotes-tabs .tabs-nav-item.active {
    color: #2671FF;
    transition: all 0.25s ease-in-out;
}

#horizontal-quotes-tabs .tabs-nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EAEEF5;
}

#horizontal-quotes-tabs .tabs-nav-item:hover:after {
    height: 4px;
    background-color: #E4E7ED;
    transition: all 0.25s ease-in-out;
}

#horizontal-quotes-tabs .tabs-nav-item.active:after {
    height: 4px;
    background-color: #2671FF;
    transition: all 0.25s ease-in-out;
}

#horizontal-quotes-tabs .tab-pane-inner {
    padding: 60px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#horizontal-quotes-tabs .content-column {
    max-width: 460px;
    margin: 110px 0 0 0;
}

#horizontal-quotes-tabs .image-column {
    max-width: 566px;
}

#horizontal-quotes-tabs .image-on-left .content-column {
    order: 2;
}

#horizontal-quotes-tabs .image-on-left .image-column {
    order: 1;
    direction: rtl;
}

#horizontal-quotes-tabs .image-column .images-wrapper {
    width: 633px;
    /* height: 693px; */
    position: relative;
    display: flex;
    flex-direction: column;
}

#horizontal-quotes-tabs .images-wrapper .image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 504px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}

#horizontal-quotes-tabs .images-wrapper .image img {
    max-width: 100%;
    height: auto;
    display: block;
}

#horizontal-quotes-tabs .images-wrapper .quote {
    position: relative;
    z-index: 2;
    direction: ltr;
    background-color: #0A182D;
    width: 390px;
    box-shadow: 10.6376px 31.9129px 57.4432px rgba(66, 94, 165, 0.12);
    border-radius: 20px;
    padding: 30px 40px;
    margin: 100px 0 0 0;
}

#horizontal-quotes-tabs .images-wrapper .quote .logo {
    height: 33px;
    margin: 0 0 24px 0;
}

#horizontal-quotes-tabs .images-wrapper .quote .logo img {
    display: block;
    height: 100%;
    width: auto;
}

#horizontal-quotes-tabs .images-wrapper .quote .text {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}

#horizontal-quotes-tabs .images-wrapper .quote .author {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}

#horizontal-quotes-tabs .images-wrapper .quote .occupation {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}

#horizontal-quotes-tabs .images-wrapper .graph {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -60px 0 0 0;
}

#horizontal-quotes-tabs .images-wrapper .graph img {
    max-width: 100%;
    height: auto;
    display: block;
}

#horizontal-quotes-tabs .content-column .sup {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    color: #0A2144;
    margin: 0 0 16px 0;
    display: none;
}

#horizontal-quotes-tabs .content-column .title {
    font-weight: bold;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}

#horizontal-quotes-tabs .content-column .text {
    font-size: 16px;
    line-height: 30px;
    color: #353D46;
    margin: 0 0 27px 0;
}

#horizontal-quotes-tabs .content-column .learn-more-wrapper {
    text-align: left;
}

#horizontal-quotes-tabs .content-column .learn-more-wrapper a {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #2671FF;
}

.tab-pane-title {
    display: none;
}

#horizontal-quotes-tabs .mobile-image {
    display: none;
}

#horizontal-quotes-tabs .image-column {
    display: flex;
}

@media (max-width: 1170px) {
    #horizontal-quotes-tabs-inner {
        padding: 0 25px;
        max-width: none;
    }
    #horizontal-quotes-tabs .tabs-nav-item {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
    #horizontal-quotes-tabs .content-column .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -0.04em;
        color: #0A2144;
    }
    #horizontal-quotes-tabs .content-column .text {
        font-size: 16px;
        line-height: 29px;
        color: #353D46;
        margin: 0 0 30px 0;
    }
    #horizontal-quotes-tabs .content-column {
        max-width: 40%;
    }
    #horizontal-quotes-tabs .image-column {
        max-width: 56%;
    }
    #horizontal-quotes-tabs .content-column .learn-more-wrapper a {
        font-weight: bold;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.03em;
    }
}

#horizontal-quotes-tabs .image-desktop {
    display: flex!important;
}

#horizontal-quotes-tabs .image-mobile {
    display: none!important;
}

@media (max-width: 768px) {
    #horizontal-quotes-tabs .image-desktop {
        display: none!important;
    }
    #horizontal-quotes-tabs .image-mobile {
        display: flex!important;
    }
    #horizontal-quotes-tabs-inner {
        padding: 0;
    }
    #horizontal-quotes-tabs {
        padding: 40px 0;
        background: transparent;
    }
    #horizontal-quotes-tabs .tabs-nav {
        display: none;
    }
    #tabs-title {
        font-weight: bold;
        font-size: 28px;
        line-height: 33px;
        letter-spacing: -0.04em;
        color: #0A2144;
        text-align: left;
        margin: 0 0 32px 0;
        padding: 0 25px;
    }
    .tab-pane-title {
        display: block;
        position: sticky;
        z-index: 9;
        top: 77px;
        left: 0;
        height: 64px;
        line-height: 64px;
        background-color: #fff;
        padding: 0 25px;
    }
    .tab-pane-title .inner {
        line-height: 64px;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #2671FF;
        border-bottom: 2px solid #2671FF;
    }
    #horizontal-quotes-tabs .tab-pane-inner {
        /* padding: 24px 25px 30px 25px; */
        padding: 25px 0 0 0;
        flex-direction: column;
    }
    #horizontal-quotes-tabs .tabs-content {
        height: auto!important;
    }
    .tabs-content .tab-pane {
        position: static;
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 1;
    }
    #horizontal-quotes-tabs .image-on-left .image-column {
        direction: ltr;
    }
    #horizontal-quotes-tabs .content-column {
        max-width: 100%;
        padding: 0 25px 30px 25px;
        margin: 0;
    }
    #horizontal-quotes-tabs .image-column {
        max-width: 100%;
    }
    #horizontal-quotes-tabs .image-column .images-wrapper {
        position: relative;
        padding: 195px 0 26px 0;
        width: 100%;
    }
    #horizontal-quotes-tabs .image-column .images-wrapper .image {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        height: 430px;
        display: flex;
        border-radius: 0;
        padding: 0;
    }
    #horizontal-quotes-tabs .image-column .images-wrapper .image img,
    #horizontal-quotes-tabs .image-column .images-wrapper .image svg {
        object-fit: fit;
    }
    #horizontal-quotes-tabs .images-wrapper .quote {
        margin: 0 24px;
        width: auto;
        max-width: none;
        padding: 25px 40px 25px 40px
    }
    #horizontal-quotes-tabs .images-wrapper .graph {
        position: static;
        margin: 0 auto 0 auto;
    }
    #horizontal-quotes-tabs .image-column .images-wrapper {}
    #horizontal-quotes-tabs .content-column .sup {
        display: none;
    }
    /* Mobile slider version */
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider #tabs {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-nav {
        display: none;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-nav-item {
        text-indent: -999px;
        white-space: nowrap;
        flex: 0 0 40px;
        overflow: hidden;
        display: block;
        margin-left: 6px;
        height: auto;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-nav-item:first-child {
        margin-left: 0;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-nav-item:after {
        height: 4px;
        border-radius: 10px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tab-pane-inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-content .tab-pane {
        position: absolute;
        opacity: 0;
        z-index: -1;
        /* touch-action: none; */
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tabs-content .tab-pane {
        opacity: 1;
        z-index: 1;
        position: static;
        transition: opacity 0.25s ease-in-out;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .content-column {
        display: flex;
        flex-direction: column;
        padding-bottom: 45px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .content-column .title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .content-column .text {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    #horizontal-quotes-tabs .content-column .learn-more-wrapper a {
        font-size: 16px;
        line-height: 22px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .content-column .learn-more-wrapper {
        order: 3
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .mobile-image {
        order: 5;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .image-column {
        margin-top: 10px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tab-pane-title {
        height: 48px;
        line-height: 50px;
        position: static;
        /* display: none; */
        padding: 0 25px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .tab-pane-title .inner {
        line-height: 48px;
    }
    #horizontal-quotes-tabs.horizontal-tabs--mobile-slider .image-column .images-wrapper {
        padding-bottom: 32px;
    }
}