/*
Assortment Strategy template - SG
*/

.d-none {
    display: none !important;
}
@media (min-width: 992px) {
   .d-md-block {
      display: block !important;
   }

   .d-md-flex {
      display: flex !important;
   }

   .d-md-none {
      display: none !important;
   }

   .d-md-block {
      display: block !important;
   }

   .d-md-grid {
      display: grid !important;
   }
   .mobile:not(#wpadminbar) {
      display: none !important;
   }
}
@media (max-width: 991px) {
   .desktop {
      display: none !important;
   }
}



/*Top bar*/
.notification-top-bar {
    position: relative;
    color: white;
    display: flex;
    padding: 15px 50px !important;
    text-align: center !important;
    justify-content: center !important;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
 }
 
 .notification-top-bar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(267.29deg, rgba(9, 149, 227, 1) 0%, rgba(9, 107, 225, 1) 100%);
    opacity: .8;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
 }
 
 .notification-top-bar:hover::before {
    opacity: 1;
 }
 
 .notification-top-bar.active {
    visibility: visible;
    opacity: 1;
    top: 100px;
 }
 
 .notification-top-bar p,
 .notification-top-bar a {
    color: white;
 }
 
 .notification-top-bar .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    z-index: 2;
 }
 
 .notification-top-bar .text-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
 }
 
 
 .notification-top-bar a {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
 }
 
 .notification-top-bar img {
    width: auto !important;
 }
 
 .notification-top-bar a img {
    position: relative;
    transition: all 0.3s;
    margin-left: 10px;
    left: 0;
 }
 
 .notification-top-bar a:hover img {
    left: 12px;
 }
 
.notification-top-bar .close-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 5;
}

.top-bar-wrapper .close-wrapper:hover {
    opacity: .8;
}

body.top-bar-active .section-hero {
    padding-top: 240px;
}

.section-hero {
    transition: padding-top 0.5s ease-in-out !important;
}


@media (max-width: 991px) {
    body.top-bar-active .section-hero {
       padding-top: 210px;
    }
 
    .notification-top-bar p,
    .notification-top-bar a {
       font-size: 15px;
    }
 
    .notification-top-bar {
       padding: 15px 17px !important;
       text-align: left !important;
       justify-content: flex-start !important;
    }
 
    .notification-top-bar .inner {
       display: flex;
       gap: 6px;
       align-items: center;
       justify-content: space-between;
       width: 100%;
    }
 
    .notification-top-bar .text-wrapper {
       display: flex;
       gap: 6px;
       flex-direction: column;
       align-items: flex-start;
    }
 
    .notification-top-bar .close-wrapper {
       position: relative;
       right: 0;
    }
 
    .notification-top-bar.active {
       visibility: visible;
       opacity: 1;
       top: 80px;
    }
}
 
 
/*Navigation*/
/* #top-right.hybrid-menu {
    background: #000 !important;
} */

body {
    background-color: #fff;
}


img.scaled-image {
    border: 0 !important;
    margin: 0 !important;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}




/*General styles*/
html {
    scroll-behavior: smooth;
 }
 
 :root {
    scroll-behavior: smooth;
 }
 
 p,
 h1,
 h2,
 h3,
 h4,
 h5 {
    color: #000;
 }
 
 .swiper {
    overflow: hidden;
 }
 
 .swiper-pagination {
    left: 0;
    right: 0;
    padding-top: 33px;
 }
 
 .btn--primary.request-demo {
    transition: transform 0.4s ease 0s, background-color, border-color, background, color;
    width: max-content;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(267.29deg, #0995e3 0%, #096be1 100%) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.02em;
    text-align: center;
    white-space: normal;
    max-width: 100%;
    border: 0;
    font-size: 20px;
 }
 @media (max-width: 991px) {
    .btn--primary.request-demo {
       font-size: 16px;
    }
 }
 
 .btn--primary.request-demo:hover {
    transform: translateY(-3px);
 }
 
 .btn--primary.request-demo img {
    margin-left: 10px;
    max-width: 25px;
 }
 @media (min-width: 992px) { 
    .btn--primary.request-demo img {
       display: none;
    }
 }
 
 
 .btn--primary.btn-transparent.request-demo {
    background: transparent !important;
    border: 0px solid white;
    padding: 0px !important;
 }
 
 .btn--primary.btn-transparent.dark.request-demo {
    background: transparent !important;
    border: 0px solid white;
    padding: 0px !important;
    color: #000 !important;
 }
 
 
 .btn--primary.btn-transparent {
    transition: color 0.1s ease-in 0s, transform 0.25s ease-in-out 0s;
 }
 
 .btn--primary.btn-transparent svg {
    position: relative;
    left: 0;
    margin-left: 12px;
    transition: transform 0.5s ease;
 }
 
 .btn--primary.btn-transparent:hover {
    transform: translateX(3px);
    box-shadow: none;
 }
 
 .btn--primary.btn-transparent:hover svg {
    transform: translateX(12px);
 }
 
 
 .btn-arrow {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 26px;
    font-style: normal;
 }
 .btn-arrow svg, 
 .btn-arrow img {
    width: auto !important;
    position: relative;
    left: 0;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
 }
 .btn-arrow:hover {
    color: #fff;
 }
 .btn-arrow:hover svg,
 .btn-arrow:hover img {
    left: 10px;
 }
 
 a.learn-more-transparent {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #212F41;
    text-transform: uppercase;
    margin-top: 8px;
 }
 
 a.learn-more-transparent img {
    margin-left: 12px;
    position: relative;
    left: 0;
    transition: 300ms;
    width: 24px;
 }
 
 a.learn-more-transparent:hover img {
    left: 10px;
 }
 
 
 h1.general-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%; /* 48px */
    color: black;
    margin-top: 0px;
 }
 h1.general-title.smaller {
    font-size: 36px;
    line-height: 120%; /* 43.2px */
 }
 @media (max-width: 1400px) {
    h1.general-title {
       font-size: 36px;
    }
 }
 @media (max-width: 1200px) {
   h1.general-title.smaller {
       font-size: 34px;
    }
 }
 @media (max-width: 991px) {
   h1.general-title.smaller,
   h1.general-title {
      font-size: 32px;
    }
 }
 @media (max-width: 768px) {
   h1.general-title.smaller,
   h1.general-title {
       font-size: 28px;
    }
 }
 
 h2.general-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: black;
    margin-top: 0px;
    margin-bottom: 16px;
 }
 
 h2.general-title.smaller {
    font-size: 32px;
    line-height: 42px;
 }
 @media (max-width: 991px) {
    h2.general-title,
    h2.general-title.smaller {
       font-size: 28px;
       line-height: 140%; /* 33.6px */
    }
 }
 @media (max-width: 768px) {
    h2.general-title,
    h2.general-title.smaller {
       font-size: 24px;
       line-height: 140%; /* 33.6px */
    }
 }
 
 h3.general-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: black;
    margin-top: 0px;
 }
 
 p.above-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px; /* 160% */
    color: #096BE1;
    text-transform: uppercase;
    margin-bottom: 12px;
 }
 p.above-title.larger {
    font-size: 20px;
    font-weight: 400;
    color: #556171;
 }
 @media (max-width: 768px) {
    p.above-title {
       font-size: 14px;
    }
 }
 
 p.subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
 }
 
 p.larger {
    font-size: 18px;
    line-height: 28px;
 }
 
 section.dark p,
 section.dark h1,
 section.dark h2,
 section.dark h3,
 section.dark h4,
 section.dark h5 {
    color: white;
 }
 
 .col {
    padding-right: 15px;
    padding-left: 15px;
 }
 
 @media (min-width: 1201px) and (max-width: 1490px) {
    .container {
       padding-right: 30px;
       padding-left: 30px;
    }
 }
 
 @media (min-width: 1201px) and (max-width: 1550px) {
    .container {
       padding-left: 50px;
       padding-right: 50px;
    }
 }
 
 @media (min-width: 1200px) {
    .container {
       width: 100% !important;
       max-width: 1200px !important;
    }
 
    .container.container-small {
       width: 100% !important;
       max-width: 1025px !important;
       margin-left: auto;
       margin-right: auto;
    }
 }
 
 @media (min-width: 1130px) and (max-width: 1200px) {
    .container {
       width: 100% !important;
       max-width: 1100px !important;
    }
 }
 
 @media (max-width: 576px) {
    .container:not(.container-with-swiper) {
       width: 100% !important;
    }
 }
 
 .text-center {
    text-align: center;
 }
 body,
 .page-content-wrap {
   overflow-x: hidden;
   max-width: 100vw;
   width: 100%;
 }
 .page-content-wrap img {
    width: 100%;
 }
 
 .mb-0 {
    margin-bottom: 0px !important;
 }
 
 @media (max-width: 768px) {
    .general-title br,
    .text br {
       display: none;
    }
 }
 
 /******/




/* Section hero */
.section-hero {
   padding-top: 180px;
   padding-bottom: 80px;
   background-color: #000;
   position: relative;
   overflow: hidden;
   width: 100%;
   max-width: 100vw;
}
.section-hero::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 1866px;
    height: 1424px;
    border-radius: 1866px;
    background: #071525;
    filter: blur(190px);
    left: 50%;
    top: 0;
    transform: translate(-50%, -900px);
    z-index: 1;
}

.section-hero .container {
   position: relative;
   z-index: 2;
}

.section-hero .col-text {
   padding-top: 50px;
}
.section-hero p.above-title {
   color: #F4F3F1;
   transition-delay: 0.3s !important;
}
.section-hero h1.general-title {
   margin-bottom: 34px;
   margin-left: auto;
   margin-right: auto;
   transition-delay: 0.6s !important;
}
.section-hero h1.general-title span {
   display: inline-block;
   background: linear-gradient(47deg, #0995E3 52.32%, #096BE1 94.35%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.section-hero .checkmark-list {
   transition-delay: 0.9s !important;
}
.section-hero .icon-list-item {
   display: flex;
   align-items: baseline;
   gap: 12px;
   margin-bottom: 12px;
   font-size: 14px;
   font-weight: 400;
   line-height: 148%; /* 20.72px */
   max-width: 450px;
}
.section-hero .icon-list-item .icon {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   transform: translatey(2px);
}
.section-hero a.btn {
   margin-top: 24px;
   transition-delay: 1.2s !important;
}


.section-hero .animate p.above-title,
.section-hero .animate h1.general-title,
.section-hero .animate .checkmark-list,
.section-hero .animate .btn {
   opacity: 0;
   transform: translateY(-30px);
   transition: all .8s ease-out;
}

.section-hero .animate.animated p.above-title,
.section-hero .animate.animated h1.general-title,
.section-hero .animate.animated .checkmark-list,
.section-hero .animate.animated .btn  {
   opacity: 1;
   transform: translateY(0);
}

.section-hero .col-img {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.section-hero .col-img .img-1 {
   width: 332.5px;
   height: 495px;
   height: auto;
   position: relative;
   z-index: 2;
   margin-left: 50px;
   opacity: 0;
   transform: scale(.7);
   transition-delay: 1s !important;
   transition: all .6s ease-out;
}
.section-hero .col-img .img-2 {
   width: 350px;
   position: absolute;
   top: calc(50% + 10px);
   right: calc(50% + 140px);
   transform: translate(70%, -50%) scale(.7);
   z-index: 1;
   opacity: 0;
   transition-delay: 1.4s !important;
   transition: all .6s ease-out;
}
.section-hero .col-img .img-3 {
   width: 329px;
   position: absolute;
   top: calc(50% + 40px);
   left: calc(50% + 220px);
   transform: translate(-70%, -50%) scale(.7);
   z-index: 1;
   opacity: 0;
   transition-delay: 1.6s !important;
   transition: all .6s ease-out;
}

.section-hero .col-img.animate.animated .img-1 {
   opacity: 1;
   transform: scale(1);
}
.section-hero .col-img.animate.animated .img-2 {
   opacity: 1;
   transform: translate(50%, -50%) scale(1);
}
.section-hero .col-img.animate.animated .img-3 {
   opacity: 1;
   transform: translate(-50%, -50%) scale(1);
}

.section-hero .col-img .img-label {
   color: #FFF;
   text-align: center;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 148%; /* 20.72px */
   width: 190px;
   opacity: 0;
   transition: opacity .3s ease-out;
}
.section-hero .col-img .img-label span {
   opacity: .8;
}
.section-hero .col-img .img-label-1 {
   position: absolute;
   bottom: 93%;
   left: 88%;
   transition-delay: 1.7s !important;
}
.section-hero .col-img .img-label-1 svg {
   position: absolute;
   width: 60px;
   right: 102%;
   top: 100%;
}

.section-hero .col-img .img-label-2 {
   position: absolute;
   bottom: 9%;
   right: 80%;
   transition-delay: 1.8s !important;
}
.section-hero .col-img .img-label-2 svg {
   position: absolute;
   width: 45px;
   left: 100%;
   top: -30%;
}
.section-hero .col-img.animate.animated  .img-label {
   opacity: 1;
}


@media (max-width: 1400px) {
   .section-hero .col-img .img-label-1 {
      bottom: 100%;
      left: 75%;
   }
}
@media (max-width: 1200px) {
   .section-hero .col-img .img-label-1 {
      left: 70%;
   }
}
@media (max-width: 991px) {
   .section-hero {
      padding-top: 120px;
   }
   .section-hero::after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 792px;
      height: 766px;
      border-radius: 792px;
      opacity: 0.28;
      background: var(--Color-Blue-Gradient, linear-gradient(267deg, #0995E3 0%, #096BE1 100%));
      filter: blur(225px);
      left: 50%;
      top: 115%;
      transform: translate(-50%, -900px);
      z-index: 1;
   }

   .section-hero .icon-list-item {
      max-width: 100%;
   }
   .section-hero .col-text {
      padding-top: 0;
   }
   .section-hero .col-img {
      margin-top: 30px;
      padding-top: 30px;
   }

   
   .section-hero .col-img .img-1 {
      width: 213.5px;
      height: 307px;
      height: auto;
      position: relative;
      z-index: 2;
      margin-top: 50px; 
      margin-left: 0;
      margin-bottom: 80px;
      opacity: 0;
      transform: scale(.7);
      transition-delay: 0s !important;
      transition: all .6s ease-out;
   }
   .section-hero .col-img .img-2 {
      width: 255px;
      position: absolute;
      top: 10px;
      right: calc(50% + 110px);
      transform: translate(70%, 0%) scale(.7);
      z-index: 1;
      opacity: 0;
      transition-delay: .3s !important;
      transition: all .6s ease-out;
   }
   .section-hero .col-img .img-3 {
      width: 364.5px;
      position: absolute;
      top: auto;
      bottom: 10px;
      left: calc(50% + 100px);
      transform: translate(-70%, 0%) scale(.7);
      z-index: 3;
      opacity: 0;
      transition-delay: .6s !important;
      transition: all .6s ease-out;
   }
   .section-hero .col-img.animate.animated .img-2 {
      transform: translate(50%, 0%) scale(1);
   }
   .section-hero .col-img.animate.animated .img-3 {
      transform: translate(-50%, 0%) scale(1);
   }

   
   .section-hero .col-img .img-label {
      font-size: 12px;
      font-weight: 300;
      width: 150px;
      opacity: 0;
      transition: opacity .3s ease-out;
      z-index: 4;
   }
   .section-hero .col-img .img-label-1 {
      bottom: 88%;
      left: 54%;
      transition-delay: .6s !important;
   }
   .section-hero .col-img .img-label-1 svg {
      width: 40px;
      right: 50%;
      top: 122%;
   }

   .section-hero .col-img .img-label-2 {
      bottom: 9%;
      right: 60%;
      transition-delay: .9s !important;
   }
   .section-hero .col-img .img-label-2 svg {
      width: 40px;
      left: 50%;
      top: auto;
      bottom: 100%
   }
}

@media (max-width: 768px) {
   .section-hero {
      padding-top: 110px;
      padding-bottom: 60px;
   }
}





/* Section Slider */
.section-slider {
   padding-top: 120px;
   padding-bottom: 100px;
   overflow: hidden;
   width: 100%;
   max-width: 100vw;
}

.section-slider :is(h2, p) {
   text-align: center;
   margin-bottom: 24px;
}

.section-slider .col-text {
   margin-left: auto;
   margin-right: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 0;
}

.section-slider .slider-headings {
   display: flex;
   justify-content: space-between;
   color: #000;
   font-size: 20px;
   font-weight: 400;
   line-height: 140%; /* 28px */
}
.section-slider .slider {
   position: relative;
   height: 500px;
   margin-top: 60px;
   margin-bottom: 10px;
}
.section-slider .slider-side {
   position: absolute;
   top: 0;
   bottom: 0;
   overflow: hidden;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/slider-grid-bg.svg);
   background-repeat: repeat;
   background-size: 24px;
}
.section-slider .slider-left {
   left: 0;
   width: 50%;
   height: auto;
   z-index: 2;
   transition: width .1s ease-out;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/slider-grid-bg.svg), linear-gradient(to right, #fff, #f6faff);
   background-repeat: repeat, no-repeat;
   background-size: 24px, 100%;
}
.section-slider .slider-left::after {
   position: absolute;
   content: '';
   display: block;
   top: 0;
   bottom: 0;
   right: 0;
   width: 3px;
   background-image: linear-gradient(to bottom, hsla(213, 92%, 54%, 0), hsla(213, 92%, 54%, 1), hsla(213, 92%, 54%, 1), hsla(213, 92%, 54%, 0));
}
.section-slider .slider-left .img {
   position: absolute;
   top: 70px;
   left: 32px;
   width: 1107.5px;
   height: auto;
}
.section-slider .slider-right {
   right: 0;
   z-index: 1;
   width: 100%;
   transition: width .1s ease-out;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/slider-grid-bg.svg), linear-gradient(to right, #e1eeff , #e1eeff, #fff);
   background-repeat: repeat, no-repeat;
   background-size: 24px, 100%;
   
}
.section-slider .slider-right .img {
   position: absolute;
   top: 70px;
   right: 0;
   width: 1107.5px;
   height: auto;
}



.section-slider .slider-side .img { 
   transition: opacity 1.5s ease;
}
.section-slider .slider-side.inactive .img {
   opacity: .5;
}


.section-slider .slider-handle {
   position: absolute;
   -webkit-appearance: none;
   appearance: none;
   width: 100%;
   height: 100%;
   background: transparent;
   outline: none;
   margin: 0;
   z-index: 4;
   cursor: pointer;
   opacity: 0;
}
.section-slider .slider-handle::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 50px;
   height: 100%;
   background: transparent;
   cursor: grab;
}
.section-slider .slider-handle-button {
   width: 40px;
   height: 72px;
   border-radius: 20px;
   flex-shrink: 0;
   background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: flex;
   justify-content: center;
   align-items: center;
   transition: left .1s ease-out;
}

@media (max-width: 1550px) {
   .section-slider .slider-side .img {
      max-width: 1068px;
   }
}
@media (max-width: 1129px) {
   .section-slider .slider-side .img {
      max-width: 1038px;
   }
}

@media (max-width:991px) {
   .section-slider {
      padding-top: 80px;
      padding-bottom: 80px;
   }
   .section-slider .slider-wrapper { 
      margin-top: 40px
   }
   .section-slider .slider {
      height: auto;
      aspect-ratio: 1.40;
      margin-top: 15px;
      margin-bottom: 15px;
   }
   .section-slider .col-text {
      padding-left: 15px;
      padding-right: 15px;
   }
   .section-slider :is(h2, p) {
      text-align: left;
   }
   .section-slider .btn {
      text-align: center;
      justify-content: center;
      width: 100%;
   }
   .section-slider .slider-headings {
      font-size: 12px;
   }

   .section-slider .slider-handle {
      writing-mode: vertical-rl;
      -webkit-appearance: auto;
      appearance: auto;
   }
   
   .section-slider .slider-left {
      width: 100% !important;
      height: 50%;
      background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/slider-grid-bg.svg), linear-gradient(to bottom, #fff, #f6faff);
      background-repeat: repeat, no-repeat;
      background-size: 24px, 100%;
   }
   .section-slider .slider-right {
      background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/slider-grid-bg.svg), linear-gradient(to bottom, #e1eeff , #e1eeff, #fff);
      background-repeat: repeat, no-repeat;
      background-size: 24px, 100%;
   }
   .section-slider .slider-left::after {
      position: absolute;
      content: '';
      display: block;
      top: auto;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-image: linear-gradient(to left, hsla(213, 92%, 54%, 0), hsla(213, 92%, 54%, 1), hsla(213, 92%, 54%, 1), hsla(213, 92%, 54%, 0));
      z-index: 4;
   }

   .section-slider .slider-handle-button {
      width: 36px;
      height: 81px;
      border-radius: 20px;
      flex-shrink: 0;
      background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50% !important;
      transform: translate(-50%, -50%) rotate(90deg);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: left .1s ease-out;
   }

   .section-slider .slider-side .img.off {
      opacity: 1 !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
   }
   .section-slider .slider-side.active .img.off {
      opacity: 0 !important;
   }

   
   .section-slider .slider-side .img {
      width: 100%;
      max-width: 100%;
      position: relative;
      top: 0;
   }
   .section-slider .slider-left .img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
   }

}
@media (max-width:768px) {
   .section-slider {
      padding-top: 40px;
      padding-bottom: 40px;
   }
   .section-slider .slider {
      margin-left: -15px;
      margin-right: -15px;
   }
}

/* Section: tabs */

.section-tabs {
   padding-top: 120px;
   padding-bottom: 120px;
   background-color: #00060A;
}
.section-tabs .row {
   display: flex;
}
.section-tabs .col-text {
   padding-right: 60px;
   display: flex;
   flex-direction: column;
   width: 46%;
}

.section-tabs .col-text h2.general-title {
   margin-bottom: 24px;
}
.section-tabs .col-text p {
   margin-bottom: 32px;
}
.section-tabs .col-text .tabs-navigation {
   margin-top: auto;
   display: flex;
   gap: 30px;
   margin-top: auto;
}
.section-tabs .col-text .tabs-navigation > div {
   height: 72px;
   width: 72px;
   cursor: pointer;
   transition: opacity 0.3s ease;
}
.section-tabs .col-text .tabs-navigation > div.swiper-button-disabled {
   opacity: 0.4;
   cursor: default;
   pointer-events: none;
}

.section-tabs .col-tabs {
   padding-left: 3px;
   width: 54%;
   overflow: hidden;
}
.section-tabs .col-tabs h3.general-title {
   font-weight: 400;
}
.section-tabs .col-tabs > div {
   padding: 75px 40px 50px 40px;
   position: relative;
   overflow: hidden;
}
.section-tabs .swiper-tabs::after {
   content: '';
   position: absolute;
   display: block;
   width: 1841px;
   height: 1000px;
   z-index: 1;
   border-radius: 1841px;
   opacity: 0.2;
   background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
   filter: blur(225px);
   left: 50%;
   transform: translatex(-50%);
   bottom: -500px;
   pointer-events: none;
}
.section-tabs .swiper-wrapper {
   z-index: 2;
}
.section-tabs .swiper-slide {
   flex-direction: column;
   align-items: flex-start;
   gap: 20px;
}
.section-tabs .swiper-slide img {
   margin-bottom: 12px;
}
.section-tabs .swiper-slide :is(h3, p) {
   margin-bottom: 0;
}
.section-tabs .swiper-pagination {
   height: 4px;
   top: 40px;
   left: 40px;
   right: 40px;
   padding-top: 0;
   display: flex;
   gap: 20px;
   justify-content: space-between;
}
.section-tabs .swiper-pagination-bullet {
   border-radius: 0;
   height: 4px;
   background: #F8F7F7;
   position: relative;
   width: 100%;
   flex-grow: 1;
   opacity: 1;
   display: block;
}
.section-tabs .swiper-pagination-bullet-active {
   background: #F8F7F7;
}
.section-tabs .swiper-pagination-bullet::after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   background: #1F7EF6;
   transform-origin: left;
   transform: scalex(0);
}

.section-tabs .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active)::after {
   transform: scalex(1);
}
.section-tabs .swiper-pagination-bullet-active::after {
   animation: scaleX 9s linear forwards;
   transition: transform 0.5s ease;
}

@keyframes scaleX {
   from {
      transform: scaleX(0);
   }
   to {
      transform: scaleX(1);
   }
}

@media (max-width:1130px) { 
   .section-tabs .col-text, 
   .section-tabs .col-tabs {
      padding-left: 15px;
      padding-right: 15px;
   }
}

@media (max-width:991px) {
   .section-tabs {
      padding-top: 80px;
      padding-bottom: 80px;
   }
   .section-tabs .row {
      display: block;
   }
   .section-tabs .col-text {
      width: 100%;
   }
   .section-tabs .col-tabs {
      margin-top: 10px;
      width: 100%;
   }
}
@media (max-width:768px) {
   .section-tabs {
      padding-top: 40px;
      padding-bottom: 0;
   }
   .section-tabs .col-tabs {
      padding-left: 0;
      padding-right: 0;
   }
   .section-tabs .col-tabs > div {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
   }
   .section-tabs .swiper-pagination {
      left: 20px;
      right: 20px;
   }
   .section-tabs .swiper-slide h3.general-title {
      font-size: 20px;
      line-height: 140%; /* 28px */
   }
   .section-tabs .swiper-slide p {
      font-size: 14px;
      line-height: 148%; /* 20.72px */
   }
   .section-tabs .swiper-slide .btn {
      justify-content: center;
      text-align: center;
      width: 100%;
      margin-top: 12px;
   }
}



/* Section: banner cta */
.section-banner {
   background: #096BE1;
   background: linear-gradient(267.29deg, #096BE1 0%, #004AB9 100%);
   padding-top: 60px;
   padding-bottom: 60px;
   color: #fff;
}
.section-banner .general-title {
   color: #fff;
}
@media (max-width: 768px) {
   .section-banner {
       padding-top: 40px;
       padding-bottom: 40px;
   }
}



/* Section: boxes */
.section-boxes {
   padding-top: 120px;
   padding-bottom: 120px;
   overflow: hidden;
   max-width: 100vw;
   width: 100%;
}

.section-boxes .row-intro h2.general-title {
   margin-bottom: 24px;
}
.section-boxes .row-intro .text {
   padding-left: 20px;
   padding-right: 20px;
   margin-bottom: 32px;
}
.section-boxes .row-intro .btn {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.section-boxes .row-boxes .col {
   padding-left: 0;
   padding-right: 0;
}
.section-boxes .boxes {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: 1fr 1fr;
   gap: 130px 500px;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/boxes-bg.svg);
   background-size: 47%;
   background-repeat: no-repeat;
   background-position: center;
   padding-top: 50px;
   padding-bottom: 50px;
   position: relative;
}

.section-boxes .boxes::before {
   content: '';
   display: block;
   position: absolute;
   width: 200px;
   height: 200px;
   border-radius: 100px;
   z-index: 2;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   animation: pulseIcon 2s infinite;
   box-shadow: 0px 0px 10px rgba(31, 126, 246, 0.30);
}
.section-boxes .boxes::after {
   content: '';
   display: block;
   position: absolute;
   background-image: url(https://www.centricsoftware.com/wp-content/themes/centricSoftware/img/assortment-strategy/boxes-icon.svg);
   width: 200px;
   height: 200px;
   border-radius: 100px;
   z-index: 3;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@-webkit-keyframes pulseIcon {
   0% {
      transform: translate(-50%, -50%));
   }
   70% {
      transform: translate(-50%, -50%) scale(1);
      box-shadow: 0px 0px 80px rgba(31, 126, 246, 0.60);
   }
   100% {
      transform: translate(-50%, -50%);
      box-shadow: 0px 0px 10px rgba(31, 126, 246, 0.30);
   }
 }


.section-boxes .box {
   border: 1px solid rgba(0, 0, 0, 0.08);
   background: #F3F4F6;
   padding: 20px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px;
   height: auto;
}
.section-boxes .box h4.general-title {
   font-size: 16px;
   font-weight: 600;
   line-height: 140%; /* 22.4px */
   text-transform: uppercase;
   background: linear-gradient(267deg, #0995E3 0%, #096BE1 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 0;
}
.section-boxes .box p {
   color: #212F41;
   font-size: 14px;
   font-weight: 400;
   line-height: 148%; /* 20.72px */
   margin-bottom: 0;
}


.section-boxes .swiper-pagination {
   height: 4px;
   position: relative;
   padding-top: 0;
   display: flex;
   gap: 6px;
   justify-content: space-between;
   margin-top: 30px;
}
.section-boxes .swiper-pagination-bullet {
   border-radius: 0;
   height: 6px;
   border-radius: 6px;
   background: rgba(143, 168, 200, 0.40);
   position: relative;
   width: 100%;
   flex-grow: 1;
   opacity: 1;
   display: block;
   overflow: hidden;
}
.section-boxes .swiper-pagination-bullet-active {
   background: rgba(143, 168, 200, 0.40);
}
.section-boxes .swiper-pagination-bullet::after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   background: #1F7EF6;
   transform-origin: left;
   transform: scalex(0);
   transition: transform 0.3s ease;
}
.section-boxes .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active)::after,
.section-boxes .swiper-pagination-bullet-active::after {
   transform: scalex(1);
}


@media (max-width: 1130px) {
   .section-boxes .boxes {
      gap: 80px 350px;
      background-size: 40%;
   }
}

@media (max-width: 991px) {
   .section-boxes {
       padding-top: 80px;
       padding-bottom: 80px;
   }

   .section-boxes .row-intro .text-center {
      text-align: left;
   }
   .section-boxes .row-intro p.larger {
      font-size: 14px;
      line-height: 148%; /* 20.72px */
      padding: 0;
   }

   .section-boxes .row-boxes .col {
      padding-left: 15px;
      padding-right: 15px;
   }
   .swiper-boxes {
      overflow: visible;
   }
}
@media (max-width: 768px) {
   .section-boxes {
       padding-top: 40px;
       padding-bottom: 40px;
   }
}










































/*Section Planning resources / Posts*/
.planning-resources {
   padding-top: 100px;
   padding-bottom: 100px;
   background-color: #F1F2F5;
}
.planning-resources .container {
   max-width: 1182px !important;
}

.planning-resources .row-intro h2.general-title {
   font-size: 32px;
   line-height: 44px;
}

.planning-resources .row-main {
   margin-top: 70px;
   overflow: hidden;
}

.planning-resources .specific-posts .specific-posts-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   gap: 40px 36px;
}

.planning-resources .nav-wrapper {
   display: flex;
   justify-content: space-between;
}

.planning-resources .see-more {
   border-radius: 30px;
   border: 1px solid #FFF;
   color: #fff;
   display: flex;
   padding: 6px 20px;
   justify-content: center;
   align-items: center;
   gap: 10px;
}

.learn-more-post .dt-img {
   position: relative;
}
.learn-more-post .dt-img::after {
   content: '';
   background: linear-gradient(180deg, rgba(41, 41, 41, 0.00) 0%, rgba(0, 0, 0, .8) 100%);
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.learn-more-post .dt-img img {
   transition: transform 0.5s ease;
}

.learn-more-post:hover .dt-img img {
   transform: scale(1.1);
}

.learn-more-post p.tag {
   background: rgba(183, 187, 188, 0.24);
   /*backdrop-filter: blur(8px);*/
   color: white;
   width: max-content;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   padding: 4px 12px;
   border-radius: 20px;
   position: absolute;
   left: 4%;
   /* bottom: 8%; */
   margin-bottom: 0px;
}

.learn-more-post p.tag .blur {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-backdrop-filter: blur(8px);
   backdrop-filter: blur(8px);
   z-index: 1;
   border-radius: 20px;
}

.learn-more-post p.tag .title {
   position: relative;
   z-index: 10;
}

.learn-more-post p.title {
   font-weight: 400;
   font-size: 22px;
   line-height: 34px;
   color: #212F41;
   margin-top: 32px;
   margin-bottom: 0px;
}

.learn-more-post .read-more {
   margin-top: 26px;
   display: flex;
   align-items: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: .02em;
   text-transform: uppercase;
   color: #000;
   transition: color 0.1s ease-in 0s, transform 0.25s ease-in-out 0s;
}

.learn-more-post svg {
   position: relative;
   left: 0;
   margin-left: 12px;
   transition: transform 0.5s ease;
}

.learn-more-post .read-more:hover {
   transform: translateX(3px);
}

.learn-more-post .read-more:hover svg {
   transform: translateX(12px);
}

.learn-more-post svg path {
   transition: all 0.3s ease-in-out;
}

.specific-posts {
   display: none !important;
}

.specific-posts.active {
   display: block !important;
}

.specific-posts.active .specific-posts-wrapper {
   display: grid !important;
}

.load-more-wrapper {
   margin-top: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.load-more-wrapper .load-more-button {
   display: inline-block;
   padding: 6px 20px;
   border-radius: 30px;
   color: #ffffff;
   background: #212F41;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   font-weight: 400;
   cursor: pointer;
   transition: background .2s;
}

.load-more-button:hover {
   background: #000000;
}

.specific-posts.active .learn-more-post:nth-child(n+7) {
   display: none;
}

.specific-posts.active.show-more .learn-more-post:nth-child(n+7) {
   display: block;
}

.posts-navigation {
   display: flex;
   gap: 40px;
   margin-bottom: 50px;
   overflow-x: auto;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.posts-navigation .item-nav {
   cursor: pointer;
   transition: all 0.3s;
   min-width: max-content;
}

.posts-navigation .item-nav .nav-title {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   letter-spacing: 0.02em;
}

.posts-navigation .item-nav.active .nav-title {
   font-weight: 600;
   color: #000;
}

.posts-navigation .item-nav .border {
   display: block;
   width: 100%;
   height: 2px;
   background: #000;
   margin-top: 12px;
   transition: all 0.3s;
}

.posts-navigation .item-nav.active .border,
.posts-navigation .item-nav:hover .border {
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}


/*Resources component*/
.resources-component {
   padding-top: 40px;
   padding-bottom: 60px;
}

.resources-component .row-main {
   margin-top: 60px;
}

.resources-component .specific-posts .specific-posts-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   gap: 40px;
}


.learn-more-post .dt-img {
   position: relative;
}

.learn-more-post .dt-img::after {
   content: '';
   background: linear-gradient(180deg, rgba(41, 41, 41, 0.00) 0%, rgba(0, 0, 0, .8) 100%);
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.learn-more-post .dt-img img {
   transition: transform 0.5s ease;
}

.learn-more-post:hover .dt-img img {
   transform: scale(1.1);
}

.learn-more-post p.tag {
   background: rgba(183, 187, 188, 0.24);
   /*backdrop-filter: blur(8px);*/
   color: white;
   width: max-content;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   padding: 4px 12px;
   border-radius: 20px;
   position: absolute;
   left: 0;
   margin: 0px 32px;
   top: 28px;
   margin-bottom: 0px;
   z-index: 1;
}

.learn-more-post p.tag .blur {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-backdrop-filter: blur(8px);
   backdrop-filter: blur(8px);
   z-index: 1;
   border-radius: 20px;
}

.learn-more-post p.tag .title {
   position: relative;
   z-index: 10;
}

.learn-more-post p.title {
   font-weight: 600;
   font-size: 24px !important;
   line-height: 32px;
   color: #FFF;
   margin: 0px 32px;
   margin-bottom: 0px;
   position: absolute;
   bottom: 75px;
   z-index: 1;
}

.learn-more-post .read-more {
   position: absolute;
   bottom: 32px;
   left: 0;
   margin: 0px 32px;
   margin-top: 26px;
   display: flex;
   align-items: center;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: .02em;
   text-transform: uppercase;
   color: #FFF;
   transition: color 0.1s ease-in 0s,
      transform 0.25s ease-in-out 0s;
   z-index: 1;
}

.learn-more-post svg {
   position: relative;
   left: 0;
   margin-left: 12px;
   transition: transform 0.5s ease;
}

.learn-more-post .read-more:hover {
   transform: translateX(3px);
}

.learn-more-post .read-more:hover svg {
   transform: translateX(12px);
}

.learn-more-post svg path {
   transition: all 0.3s ease-in-out;
}

.specific-posts {
   display: none !important;
}

.specific-posts.active {
   display: block !important;
}

.specific-posts.active .specific-posts-wrapper {
   display: grid !important;
}

.load-more-wrapper {
   margin-top: 46px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.load-more-wrapper .load-more-button {
   display: inline-block;
   padding: 6px 20px;
   border-radius: 30px;
   color: #ffffff;
   background: #212F41;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   font-weight: 400;
   cursor: pointer;
   transition: background .2s;
}

.load-more-button:hover {
   background: #000000;
}

.specific-posts.active .learn-more-post:nth-child(n+7) {
   display: none;
}

.specific-posts.active.show-more .learn-more-post:nth-child(n+7) {
   display: block;
}

.posts-navigation:not(.disabled-navigation) {
   display: flex;
   gap: 40px;
   margin-bottom: 40px;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.posts-navigation::-webkit-scrollbar {
   display: none;
}

.posts-navigation .item-nav {
   cursor: pointer;
   transition: all 0.3s;
   min-width: 140px;
   text-align: center;
}

.posts-navigation .item-nav .nav-title {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   padding-left: 5px;
   padding-right: 5px;
}

section.dark .posts-navigation .item-nav .nav-title {
   color: white;
}

.posts-navigation .item-nav.active .nav-title {
   font-weight: 600;
   color: #000;
}

.posts-navigation .item-nav .border {
   display: block;
   width: 100%;
   height: 2px;
   background: #000;
   margin-top: 12px;
   transition: all 0.1s;
   opacity: 0.2;
}

@media (max-width: 768px) {
   .posts-navigation .item-nav .border {
      opacity: 1;
   }
}

.posts-navigation .item-nav.active .border,
.posts-navigation .item-nav:hover .border {
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
   opacity: 1;
}


.swiper-related-posts .swiper-pagination {
   display: none;
}

@media (max-width: 991px) {
   .planning-resources .row-main {
      margin-top: 30px;
   }

   .planning-resources .specific-posts .specific-posts-wrapper {
      gap: 17px;
   }

   .learn-more-post p.title {
      font-size: 18px;
      line-height: 28px;
      margin-top: 24px;
   }

   .learn-more-post .read-more {
      margin-top: 14px;
      font-size: 14px;
   }
   .swiper-related-posts .swiper-pagination {
      display: block;
   }
}
@media (max-width: 768px) {
   .planning-resources {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .planning-resources .row-intro h2.general-title {
      font-size: 24px;
      line-height: 32px;
   }

   .posts-navigation .item-nav {
      min-width: 0;
   }
   .posts-navigation .item-nav .nav-title {
      font-size: 14px;
      line-height: 24px;
   }

   .posts-navigation:not(.disabled-navigation) {
      display: flex;
      gap: 24px;
      margin-bottom: 30px;
   }

   .specific-posts.mobile.active {
      display: block !important;
   }

   .specific-posts.desktop,
   .specific-posts.desktop.active {
      display: none !important;
   }

   .learn-more-post {
      width: 100%;
   }

   .swiper-related-posts .swiper-pagination {
      padding-top: 13px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 8px;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet {
      background: #E8EDF9 !important;
      opacity: 1;
   }

   .swiper-related-posts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #0250BF !important;
   }

   .learn-more-post p.tag {
      font-size: 12px;
      padding: 2px 12px;
   }
   
}
@media (max-width: 549px) {
   
   .planning-resources .row-main {
      margin-right: -24px;
   }
   .planning-resources .swiper-related-posts .swiper-pagination {
      display: none;
   }
}
@media (max-width: 440px) {
   .planning-resources .learn-more-post p.title {
      font-size: 16px !important;
      line-height: 25px;
   }

   .learn-more-post p.tag {
      top: 10px;
   }

   .learn-more-post p.title {
      bottom: 54px;
   }

   .learn-more-post .read-more {
      bottom: 20px;
   }
}



/* Section: pardot form */
.section-form {
   padding-top: 120px;
   padding-bottom: 120px;
   background: #000;
   color: #fff;
   overflow: hidden;
   position: relative;
}
.section-form::before {
   content: '';
   display: block;
   width: 1866px;
   height: 1461px;
   border-radius: 1866px;
   background: #071525;
   filter: blur(190px);
   position: absolute;
   z-index: 1;
   left: 50%;
   top: 0;
   transform: translate(-50%, -70%);
}
.section-form .container {
   position: relative;
   z-index: 2;
}

.section-form :is(p, h2) {
   color: #fff;
   margin-bottom: 24px;
}

.section-form p.above-title {
   font-size: 14px;
}
.section-form p.text {
   font-size: 18px;
   line-height: 152%; /* 27.36px */
}

@media (min-width: 992px) {
   .section-form .col-text {
       padding-right: 50px;
   }
   .section-form .col-form {
       padding-left: 0px;
   }
}
@media (max-width: 991px) {
   .section-form {
       padding-top: 80px;
       padding-bottom: 80px;
   }
   .section-form .col-text {
       margin-bottom: 36px;
   }
   .section-form .col-form {
      padding: 0;
   }
}
@media (max-width: 768px) {
   .section-form {
       padding-top: 40px;
       padding-bottom: 40px;
   }
   
   .section-form p.above-title {
      font-weight: 400;
   }
   .section-form p.text {
      font-size: 16px;
   }

   .section-form h2 {
      font-size: 20px;
   }
}