#horizontal-tabs {
    padding: 100px 0 100px 0;
    background-color: #F8F9FC;
}
.page-template-msp-cloud #horizontal-tabs {
  background-color: #fff;
  padding: 80px 0 0;
}
#horizontal-tabs-inner {
    max-width: 1120px;
    display: block;
    margin: 0 auto;
}

#tabs-title {
    font-weight: bold;
    font-size: 54px;
    line-height: 76px;
    text-align: center;
    color: #0A2144;
    margin: 0 0 100px 0;
}
.page-template-msp-cloud #tabs-title {
  font-size: 52px;
  line-height: 62px;
}

#tabs-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02rem;
    margin-top: 24px;
}

.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-tabs .tabs-nav-item {
    position: relative;
    width: 100%;
    height: 68px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.08rem;
    color: #98A6B2;
    text-align: center;
    /* border-bottom: 2px solid #EAEEF5; */
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

#ecommerce #horizontal-tabs .tabs-nav-item {
    max-width: 265px;
}

#horizontal-tabs .tabs-nav-item:hover {
    color: #728799;
    transition: all 0.25s ease-in-out;
}

#horizontal-tabs .tabs-nav-item.active {
    color: #2671FF;
    transition: all 0.25s ease-in-out;
}

#horizontal-tabs .tabs-nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EAEEF5;
}

#horizontal-tabs .tabs-nav-item:hover:after {
    height: 4px;
    background-color: #e4e7ed;
    transition: all 0.25s ease-in-out;
}

#horizontal-tabs .tabs-nav-item.active:after {
    height: 4px;
    background-color: #2671FF;
    transition: all 0.25s ease-in-out;
}

#horizontal-tabs .tab-pane-inner {
    padding: 25px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#horizontal-tabs .content-column {
    padding-top: 115px;
    max-width: 448px;
    align-self: flex-start;
}

#homepage-2022 #horizontal-tabs .content-column {
    padding-top: 55px;
}

.page-template-msp-cloud #horizontal-tabs .content-column {
  max-width: 500px;
}

#horizontal-tabs .image-column {
    max-width: 532px;
    padding-top: 75px;
}

.page-template-msp-cloud #horizontal-tabs .image-column {
  max-width: 615px;
}

#horizontal-tabs .image-column img {
    max-width: 100%;
    height: auto;
}

.home #horizontal-tabs .image-column {
    padding-top: 0;
}

#horizontal-tabs .image-on-left .content-column {
    order: 2;
}

#horizontal-tabs .image-on-left .image-column {
    order: 1;
    direction: rtl;
}

#horizontal-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;
}

.page-template-msp-cloud #horizontal-tabs .content-column .sup {
  display: none;
}

#horizontal-tabs .content-column .title {
    font-weight: bold;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}

#horizontal-tabs .content-column .text {
    font-size: 16px;
    line-height: 30px;
    color: #353D46;
    margin: 0 0 27px 0;
}

#horizontal-tabs .content-column .learn-more-wrapper {
    text-align: left;
}

#horizontal-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-tabs .mobile-image {
    display: none;
}

#horizontal-tabs .image-column {
    display: flex;
}

.home #horizontal-tabs #tabs-title {
    font-size: 72px;
    line-height: 110%;
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.home #horizontal-tabs #tabs {
    margin-top: 75px;
}

.home #horizontal-tabs .image-column {
    max-width: 634px;
}

.home #horizontal-tabs .image-column svg,
.home #horizontal-tabs .image-column img {
    max-width: 100%;
    height: auto;
}

.home #horizontal-tabs .tabs-nav-item {
    font-size: 16px;
    line-height: 32px;
    height: 55px;
    width: auto;
    flex: auto;
}

.home #horizontal-tabs .content-column .title {
    font-size: 52px;
    line-height: 120%;
}

.home #horizontal-tabs .content-column .learn-more-wrapper a {
    font-size: 16px;
    line-height: 140%;
}

.home #horizontal-tabs .tab-pane-inner {
    padding-top: 25px;
}

.home #horizontal-tabs .content-column .sup {
    display: none;
}

#horizontal-tab .tab-icon {
    margin-bottom: 10px;
}

#horizontal-tabs ul {
  font-size: 18px;
  line-height: 180%;
  padding-left: 0;
  list-style: none;
}

#horizontal-tabs li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
#horizontal-tabs li::before {
  content: "";
  background: url(../../img/checkmark-24.svg) no-repeat center scroll;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 1170px) {
    #horizontal-tabs-inner {
        padding: 0 25px;
        max-width: none;
    }
    #horizontal-tabs .tabs-nav-item {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
    #horizontal-tabs .content-column .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -0.04em;
        color: #0A2144;
    }
    #horizontal-tabs .content-column .text {
        font-size: 16px;
        line-height: 29px;
        color: #353D46;
        margin: 0 0 30px 0;
    }
    #horizontal-tabs .content-column {
        max-width: 40%;
        padding-top: 6%;
    }
    #horizontal-tabs .image-column {
        max-width: 56%;
        padding-top: 25px;
    }
    .home #horizontal-tabs .image-column {
        max-width: 56%;
        padding-top: 0;
    }
    #horizontal-tabs .content-column .learn-more-wrapper a {
        font-weight: bold;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.03em;
    }
    .home #horizontal-tabs .tabs-nav-item {
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        letter-spacing: 0.08rem;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    #horizontal-tabs-inner {
        padding: 0;
    }
    #horizontal-tabs {
        padding: 40px 0;
    }
    #horizontal-tabs .tabs-nav {
        display: none;
    }
    #tabs-title {
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.04em;
        color: #0A2144;
        text-align: left;
        margin: 0 0 32px 0;
        padding: 0 25px;
    }
    .page-template-msp-cloud #tabs-title {
      font-size: 28px;
      line-height: 33px;
      text-align: center;
    }
    .tab-pane-title {
        display: block;
        position: sticky;
        z-index: 2;
        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-tabs .tab-pane-inner {
        padding: 24px 25px 30px 25px;
    }
    .tabs-content .tab-pane {
        position: static;
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 1;
    }
    #horizontal-tabs .content-column {
        max-width: 100%;
        padding-top: 0;
    }
    #horizontal-tabs .image-column {
        display: none;
    }
    #horizontal-tabs .image-on-left .image-column {
        display: flex;
        margin-bottom: 16px;
    }
    #horizontal-tabs .image-on-left .image-column svg,
    #horizontal-tabs .image-on-left .image-column img {
        display: block;
        width: 100%;
        height: auto;
    }
    #horizontal-tabs .tab-pane-inner {
        flex-direction: column;
    }
    #horizontal-tabs .tabs-content {
        height: auto!important;
    }
    #horizontal-tabs .mobile-image {
        display: block;
    }
    #horizontal-tabs .image-column {
        display: none;
    }
    #horizontal-tabs .mobile-image img,
    #horizontal-tabs .mobile-image svg {
        display: block;
        width: 100%;
        height: auto;
    }
    #horizontal-tabs .image-column {
        max-width: 100%;
    }
    /* Home */
    .home #horizontal-tabs,
    .page-template-msp-cloud #horizontal-tabs {
        padding: 30px 0 60px;
    }
    #horizontal-tabs li br {
        display: none;
    }
    #homepage-2022 #horizontal-tabs .content-column {
        padding-top: 0;
    }
    .home #horizontal-tabs #tabs,
    .page-template-msp-cloud #horizontal-tabs #tabs {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .home #horizontal-tabs .tabs-nav,
    .page-template-msp-cloud #horizontal-tabs .tabs-nav {
        display: flex;
    }
    .home #horizontal-tabs .tabs-nav-item,
    .page-template-msp-cloud #horizontal-tabs .tabs-nav-item {
        text-indent: -999px;
        white-space: nowrap;
        flex: 0 0 40px;
        overflow: hidden;
        display: block;
        margin-left: 6px;
        height: auto;
    }
    .home #horizontal-tabs .tabs-nav-item:first-child,
    .page-template-msp-cloud #horizontal-tabs .tabs-nav-item:first-child {
        margin-left: 0;
    }
    .home #horizontal-tabs .tabs-nav-item:after,
    .page-template-msp-cloud #horizontal-tabs .tabs-nav-item:after {
        height: 4px;
        border-radius: 10px;
    }
    .home #tabs-title,
    .home #tabs-subtitle,
    .page-template-msp-cloud #tabs-titl,
    .page-template-msp-cloud #tabs-subtitle {
        display: none;
    }
    .home .tab-pane-title,
    .page-template-msp-cloud .tab-pane-title {
        display: none;
        position: static;
        height: 45px;
    }
    .home .tab-pane-title .inner,
    .page-template-msp-cloud .tab-pane-title .inner {
        line-height: 16.8px;
        letter-spacing: 0.2rem;
        height: 100%;
    }
    .home #horizontal-tabs .tab-pane-inner
    .page-template-msp-cloud #horizontal-tabs .tab-pane-inner {
        flex-direction: row;
        padding: 0 25px 15px;
    }
    .home .tabs-content .tab-pane,
    .page-template-msp-cloud .tabs-content .tab-pane {
        position: absolute;
        opacity: 0;
        z-index: -1;
        /* touch-action: none; */
    }
    .home #horizontal-tabs .content-column,
    .page-template-msp-cloud #horizontal-tabs .content-column {
        display: flex;
        flex-direction: column;
    }
    .home #horizontal-tabs .content-column .title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 15px;
    }
    .page-template-msp-cloud #horizontal-tabs .content-column .title {
      display: none;
    }
    .home #horizontal-tabs .content-column .text {
        display: none;
    }
    .page-template-msp-cloud #horizontal-tabs .content-column .text {
      margin-bottom: 0;
    }
    .home #horizontal-tabs .content-column .learn-more-wrapper,
    .page-template-msp-cloud #horizontal-tabs .content-column .learn-more-wrapper {
        order: 3
    }
    .home #horizontal-tabs .mobile-image,
    .page-template-msp-cloud #horizontal-tabs .mobile-image {
        order: 5;
    }
    #horizontal-tabs .tab-icon #horizontal-tabs .tab-icon img,
    #horizontal-tabs .tab-icon svg {
        width: 68px;
        height: auto;
    }
    .home #horizontal-tabs .tab-icon,
    .page-template-msp-cloud #horizontal-tabs .tab-icon {
        order: -10;
    }
    .home #horizontal-tabs .content-column .sup,
    .page-template-msp-cloud #horizontal-tabs .content-column .sup {
        display: block;
        text-transform: uppercase;
        color: #2671FF;
        margin-bottom: 16px;
    }
    .page-template-msp-cloud #horizontal-tabs .content-column .sup {
      margin-bottom: 0;
    }
    .page-template-telco #horizontal-tabs {
        background-color: #fff;
    }
}