html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #21394e;
}

.containerised-view {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.fl {
    display: flex;
}

.g1 {
    flex-grow: 1;
    flex-basis: 0;
}

.g2 {
    flex-grow: 2;
    flex-basis: 0;
}

.fl-wrap {
    flex-wrap: wrap;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}

.col {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.jcr {
    justify-content: right;
}

.gap-5 {
    gap: 6px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}

.gap-60 {
    gap: 60px;
}

.p-10 {
    padding: 10px;
}

.p-md {
    padding: 20px;
}

.v-pd-10 {
    padding: 10px 0;
}

.page-header {
    background: #2A3845;
    position: sticky;
    top: 0;
    z-index: 50;
}

.page-header svg {
    height: 17px;
}

.page-header .img {
    height: 35px;
}

.page-header .intro {
    background: #F4FAFF;
    border: 1px solid #D0E3FF;
    border-radius: 8px;
    margin-right: 15px;
    transition: background-color 0.2s ease-in-out;
    overflow: hidden;
}

.page-header .intro:hover {
    background-color: #E7F4FF;
}

#menuPopOver .quick-links {
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    color: #797979;
}

#menuPopOver .quick-links span {
    font-size: 18px;
}

#menuPopOver .intro {
    background: #F4FAFF;
    border: 1px solid #D0E3FF;
    border-radius: 8px;
    padding: 5px 10px 5px 20px;
    margin-right: 15px;
}

#menuPopOver .intro .label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #1D1D1F;
}

#menuPopOver .intro .descr {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4A4A4A;
}

#menuPopOver .intro .action-secn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #5CBDFF;
}

#menuPopOver .intro .icon {
    font-size: large;
    color: #2F4050;
}

.page-header .actions {
    color: white;
}

.page-header .actions .action {
    padding: 15px 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    cursor: pointer;
    color: white;
}

.page-header .actions .action:hover {
    color: #5CBDFF;
    background-color: #374553;
}

.page-header .actions .icon {
    color: #2F4050;
}

.page-header .btn {
    margin-left: 10px;
}

.btn {
    background: #5CBDFF;
    width: 98px;
    height: 30px;
    border-radius: 6px;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: white;
    cursor: pointer;
}

.btn:hover {
    background: #83ceff;
}

.btn-2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000026;
    border: none;
    font-family: Poppins;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    color: #4A4A4A;
    border-radius: 33px;
    padding: 0 16px;
    text-align: center;
}

.zn-lean-md-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.zn-lean-md-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.zn-lean-md-scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}

.zn-lean-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.zn-lean-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.zn-lean-scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 54px;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 15px 0px #00000026;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 1060px;
    left: 420px;
}

.dropdown-content.small-width {
    left: unset;
    width: unset;
    overflow: hidden;
}

.page-header .actions .action:hover .dropdown-content {
    display: flex;
}

.dropdown-content .action-secn .action-icon {
    color: #5CBDFF;
    font-size: 18px;
}

.dropdown-content .spices-section .intro {
    margin-right: 0;
    width: 505px;
}

.dropdown-content .spices-section .spice-image-link.link-1 {
    width: 486px;
}

.dropdown-content .label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #1D1D1F;
    padding: 5px 10px 0 10px;
}

.dropdown-content .custom-intro .label {
    padding: 5px 0 0 0;
}

.dropdown-content .intro .descr {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4A4A4A;
    padding: 0px 10px;
}

.dropdown-content .intro .action-secn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #5CBDFF;
    padding: 5px 10px;
    background-color: #F4FAFF;
}

.dropdown-content .intro:hover .label {
    color: #5CBDFF;
}

.dropdown-content .quick-links .intro:hover .label {
    color: #797979;
}

.dropdown-content .quick-links .link{
    padding: 10px 0 17px 0;
}

.spice-link-header .action-secn {
    background: #F4FAFF;
    border-radius: 99px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2%;
    padding: 5px 10px;
    color: #5CBDFF;
}

.dropdown-content .quick-links .link:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
}

.spice-link-header {
    padding: 5px 0;
    text-decoration: none;
}

.spice-links {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #797979;
    background: #EBF4F8;
    border-radius: 4px;
}
 .spice-links .first-char {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #3E4868;
}

.spice-links .icon {
    font-size: 18px;
    color: #7F8FA0;
}

.dropdown-content .title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #3E4868;
}

.dropdown-content .descr {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #4A4A4A;
}

.dropdown-content .item {
    cursor: pointer;
    padding: 10px 20px;
}

.dropdown-content .item.active {
    background-color: #F9F9F9;
    padding-left: 15px;
}

.dropdown-content.small-width .item.active{
    padding: 10px 20px;
}

.dropdown-content .item.active .title {
    color: #5CBDFF;
}

.dropdown-content .details {
    background: #F9F9F9;
    padding: 20px 0;
    flex-basis: 550px;
}

.dropdown-content .details .intro {
    margin: 0 20px;
}

.dropdown-content .details .options {
    display: none;
}

.dropdown-content .details .options.active {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.dropdown-content .details .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.dropdown-content .details .item:hover {
    background-color: #F4F4F4;
}

.dropdown-content .main-section {
    padding: 20px 0 20px 20px;
    flex-grow: 0;
    flex-basis: 456px;
}

.dropdown-content .quick-links .item {
    padding: 5px 10px;
}

.dropdown-content .quick-links {
    padding: 20px;
    flex-basis: 180px;
}

.dropdown-content .quick-links .custom-intro .label {
    font-family: Poppins;
    text-align: left;
    color: #797979;
}

.dropdown-content .quick-links .title {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;
    color: #3E4868;
}

.dropdown-content .quick-links .title:hover {
    color: #5CBDFF;
}

.dropdown-content .link {
    color: #3186a1;
    font-size: 14px;
    gap: 5px;
}

.dropdown-content .spices-section {
    padding: 20px;
}

.dropdown-content .spice-image-link {
    border: 1px solid #D0E3FF;
    border-radius: 10px;
}

.dropdown-content .spice-image-link:hover {
    background: #F4F4F4;
}

.dropdown-content .spice-image-link .image {
    width: 138px;
}

.dropdown-content .spice-image-link .action-secn {
    background: #F4FAFF;
    color: #5CBDFF;
    font-family: Poppins;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2%;
    padding: 2px 10px;
    border-radius: 99px;
    width: fit-content;
}

.play-btn {
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 4px 15px 0px #00000026;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.06em;
    border: 0;
    color: #4A4A4A;
}

.play-btn .icon {
    fill: #4A4A4A;
}

.tabs {
    background-color: white;
    position: sticky;
    top: 55px;
    border: 1px solid #CBE0FF;
    padding: 6px;
    border-radius: 99px;
    z-index: 20;
    overflow: hidden;
}

.tabs .scroll-container {
    overflow-x: auto
}

.tabs .left-icon {
    position: sticky;
    left: 0;
    background-color: white;
    cursor: pointer;
    display: none;
}

.tabs .right-icon {
    position: sticky;
    right: 0;
    background-color: white;
    cursor: pointer;
    display: none;
}

.tabs .left-icon.show,
.tabs .right-icon.show {
    display: block;
    border-radius: 10px;
}

.scroll-container {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.tab {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    color: #3071A9;
    text-transform: uppercase;
    padding: 16px 10px;
    gap: 1px;
    min-width: 200px;
}

.tab.active {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #396CAA;
    border-radius: 99px;
    background-color: #DCEAFF;
}

.accordion {
    padding: 30px 20px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF66;
    border-radius: 10px;
    gap: 20px;
}

.accordion .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion.active .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #3071A9;
}

.accordion .descr {
    display: none;
}

.accordion.active .descr {
    display: flex;
}

.image {
    width: 100%;
    height: auto;
}

.title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #4A4A4A;
}

.header {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #3071A9;
}

.btn {
    border-radius: 24px;
    width: unset;
    padding: 7px 30px;
    background: #396CAA;
}

.link {
    display: flex;
    align-items: center;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.footer .link {
    color: #E2E2E2;
    font-size: 24px;
    font-weight: normal;
}

.section-8 .accordion {
    border: none;
    background: transparent;
    padding: 5px 5px 10px 5px;
    border-radius: 0;
}

.section-8 .accordion .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #E2E2E2;
}

.section-8 .company-address {
    display: flex;
    gap: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #E2E2E2;
    border-top: 1px solid #334F6B;
    padding-top: 20px;
}

.video {
    width: 141px;
    height: 30px;
    gap: 6px;
    border-radius: 33px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000026;
    cursor: pointer;
    padding: 2px;
    background: linear-gradient(to left, white 50%, #5CBDFF 50%) right;
    background-size: 200%;
    border: none;
    /* transition: .5s ease-out; */
}

.video-container {
    position: relative;
}

.video .label {
    font-size: 10px;
    font-weight: 600;
    line-height: 9px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4A4A4A;
    font-family: Poppins;
}

.video .icon {
    background-color: #5CBDFF;
    height: 100%;
    border-radius: 33px;
    width: 30px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 30px;
    padding: 10px;
    color: #bebebe;
    background: #c3c2c252;
    cursor: pointer;
}

.video:hover {
    width: 180px;
    background-position: left;
}

.video:hover .label {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: white;
}

.video:hover .icon {
    width: 48px;
    height: 48px;
    gap: 10px;
    border: 3px solid #A9DCFF;
    position: relative;
    left: -5px;
}

.section-8 {
    background: linear-gradient(180deg, #142D43 2%, #1D1D1F 100%);
    padding: 20px;
    color: white;
}

.section-8 .header {
    color: #E2E2E2;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

.section-8 .item {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #E2E2E2;
}

.section-8 .sub-header {
    color: #6B8C9B;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
}

.section-8 .item:hover,
.section-8 .sub-header:hover {
    text-decoration: underline;
}


.product-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #334F6B;
}

.scroll-btn {
    background: #4a4a4a38;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #7D91A3;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.connect .subHeader {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #C7C7C7;
}

.connect .header {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #E2E2E2;
}

.connect .item {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.connect .btn {
    background-color: #0071E3;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.002em;
    padding: 10px;
}

.connect .image {
    width: 50px;
}

.copyright {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.privacy {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #E2E2E2;
}

.section-8 .header .icon {
    display: none;
}

.section-8 .image {
    max-width: 60px;
}

.section-7 .header {
    color: #3E4868;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.section-7 .card {
    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: #F4FAFF;
    color: #3E4868;
    box-shadow: 0px 4px 15px 0px #00000026;
    position: relative;
}

.section-7 .carousel {
    flex-direction: row;
}

.blog img {
    border-radius: 10px;
    width: 100%;
}

.blog .header {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #3E4868;
}

.blog .action .material-symbols-rounded {
    background: #FFFFFF66;
    box-shadow: 0px 4px 15px 0px #CBE0FF26;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.carousel.btn {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #2F4050;
    width: 39px;
    padding: 0;
    height: 38px;
}

.blog-action {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #3E4868;
}

.carousel .icon.active {
    background: #333333;
}

.carousel .icon {
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background: #D9D9D9;
    cursor: pointer;
}

.section-7 {
    padding: 10px 0 20px 0;
}

.schedule {
    border-radius: 20px;
    background: linear-gradient(90deg, #DCEAFF 6.05%, #F4FAFF 101.49%);
    padding-left: 90px;
    gap: 40px;
}

.schedule .image {
    max-width: 320px;
}

.schedule-container {
    padding: 20px 0 40px 0;
}

.schedule .header {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.002em;
    text-align: center;
    color: #3E4868;
}

.schedule .btn {
    height: unset;
    width: fit-content;
    border-radius: 40px;
    padding: 20px;
    background: #5CBDFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.schedule .btn-1 {
    background: #FFFFFF;
    color: #3E4868;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
    padding: 10px 16px;
    text-transform: uppercase;
    border-radius: 40px;
    border: none;
}

.schedule .btn-2 {
    background: transparent;
    color: #3E4868;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
    padding: 10px 16px;
    text-transform: uppercase;
    border: 1px solid #3E4868;
    border-radius: 40px;
}

.dropdown-content {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.dropdown-content.already-shown {
    transform: translateY(0);
    transition: none;
    /* Disable animation for already shown dropdowns */
    animation: none;
}

.small-device {
    display: none;
}

.menu {
    background: transparent;
    border: none;
    color: white;
}

.menu-close-btn {
    background: transparent;
    border: none;
}

#menuPopOver {
    width: 100%;
    border: none;
}

#videoPopOver {
    width: 100%;
    height: 50%;
    border: none;
}

#menuPopOver .items {
    padding: 10px 20px;
}

#menuPopOver .items .item {
    color: #3E4868;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#menuPopOver .items .item .descr {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #4a4a4a;
}

#menuPopOver .items .item:not(:last-child) {
    border-bottom: 1px solid #CBE0FF;
}

#menuPopOver:popover-open {
    inset: unset;
    top: 50px;
    padding: 0;
}

#videoPopOver:popover-open {
    inset: unset;
    top: 50px;
    padding: 0;
}

.section-8 .items-list {
    gap: 14px;
}

.page-header .quick-links .custom-intro {
    background-color: unset;
    border: none;
    padding-left: 0;
}

.features .item .progress-bar {
    display: none;
}

.features.enableAnimation .item.active .progress-bar {
    display: block;
}

.features {
    scroll-margin-top: 170px;
}

/* .product-hero-section {
    background: linear-gradient(90deg, #5065CE 3.02%, #4A1B8B 86.28%);
} */

.product-hero-section {
  background: #E8F4FC;
}

/* .product-hero-section .header,
.product-hero-section .descr {
    color: white;
} */

.product-hero-section .header {
    font-weight: 600;
    font-size: 30px;
}

.product-overview-section {
    padding: 20px 0;
}

.product-overview-section .header {
    font-weight: 600;
    font-size: 30px;
    color: #396CAA;
}

.product-overview-section .descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
}

.product-overview-section .card {
    border: 1px solid #CBE0FF;
    border-radius: 16px;
    overflow: hidden;
}

.product-overview-section .card .header {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.002em;
    text-align: center;
    color: #3071A9;
}

.product-overview-section .card .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #4A4A4A;
}

.product-overview-section .card picture {
    max-height: 181px;
}

.product-capabilties-section .item .icon {
    background: #FAFAFA;
    border: 1px solid #D6E2EB;
    border-radius: 10px;
    padding: 10px;
    width: 59px;
}

.product-capabilties-tiered-section .tiers-container {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.product-capabilties-section .header,
.product-capabilties-tiered-section .header {
    font-weight: 600;
    font-size: 30px;
    color: #396CAA;
}

.product-capabilties-section .item .header {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3E4868;
}

.product-capabilties-section .item .descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
}

.product-capabilties-section .item:not(:last-child) {
    border-bottom: 1px solid #CBE0FF;
}

.product-capabilties-section .item-column:first-child {
    border-right: 1px solid #CBE0FF;
}

.product-capabilties-section .items {
    background: #ECF7FF;
    border: 1px solid #CBE0FF;
    box-shadow: 0px 4px 15px 0px #5CBDFF33;
    border-radius: 20px;
}

.product-capabilties-tiered-section {
    background: #F8F9FD;
    padding: 10px 0;
}

.product-capabilties-tiered-section .descr {
    text-align: center;
}

.product-capabilties-tiered-section .tiers {
    cursor: pointer;
    border: 1px solid #D6E2EB;
    border-radius: 20px;
    gap: 10px;
    padding: 10px;
}

.product-capabilties-tiered-section .tiers .header {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2%;
}

.product-capabilties-tiered-section .tiers .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #3E4868;
}

.product-capabilties-tiered-section .items .descr {
    text-align: left;
}

.product-capabilties-tiered-section .tiers.active .descr {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    color: #4a4a4a;
}

.product-capabilties-tiered-section .tiers .img-container {
    padding: 22px 18px;
    border-radius: 20px;
}

.product-capabilties-tiered-section .tiers .img-container .img {
    /* width: 41px; */
    height: 30px;
}

.product-capabilties-tiered-section .tiers.active {
    border: 1px solid #CBE0FF;
    box-shadow: 0px 4px 15px 0px #5CBDFF33;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.product-capabilties-tiered-section .tiers.active .details {
    padding: 10px 5px;
}

.product-capabilties-tiered-section .tiers.active .img-container {
    border-radius: unset;
}

.product-capabilties-tiered-section .tiers.active .img-container .img {
    /* width: 79px; */
    height: 58px;
}

.product-capabilties-tiered-section .tiered-items .item.scrollMargin {
    scroll-margin-top: 100px;
}

.product-capabilties-tiered-section .tiered-items .item .header {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #3e486887;
}

.product-capabilties-tiered-section .tiered-items .item.active {
    background-color: white;
}

.product-capabilties-tiered-section .tiered-items .item.active .header {
    color: #4A4A4A;
}

.product-capabilties-tiered-section .tiered-items .item .descr {
    display: none;
}

.product-capabilties-tiered-section .tiered-items .item.selected .descr {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #1D1D1FB2;
}

.product-capabilties-tiered-section .tiered-items .item {
    border: 1px solid #CBE0FF;
    background: #F4FAFF;
    cursor: pointer;
}

/* .product-capabilties-tiered-section .tiered-items .item.selected {
    background: #CEE1FC;
} */

.product-capabilties-tiered-section .tiered-items .item .icon {
    border-radius: 20px;
    border: 2px solid #5CBDFF;
    color: #5CBDFF;
    font-size: 16px;
}

.product-capabilties-tiered-section .tiered-items .item.selected .icon {
    border: 2px solid #A6AFB6;
    color: #A6AFB6;
    font-size: 16px;
}

.product-capabilties-pictorial-section .header {
    text-align: center;
}

.product-capabilties-pictorial-section .icon {
    background: #FAFAFA;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.product-capabilties-pictorial-section .item {
    background-color: #CEE1FC;
    border-radius: 10px;
    cursor: pointer;
}

.product-capabilties-pictorial-section .item.active .icon {
    background-color: white;
    height: 30px;
    width: 30px;
}

.product-capabilties-pictorial-section .item .action-icon {
    border-radius: 20px;
    border: 2px solid #5CBDFF;
    color: #5CBDFF;
    font-size: 16px;
}

.product-capabilties-pictorial-section .item.active .action-icon {
    border: 2px solid #A6AFB6;
    color: #A6AFB6;
    font-size: 16px;
}

.product-capabilties-pictorial-section .item .header {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #4a4a4a;
}

.product-capabilties-pictorial-section .item .descr {
    display: none;
}

.product-capabilties-pictorial-section .item.active {
    border: 1px solid #5CBDFF;
    box-shadow: 0px 4px 15px 0px #5CBDFF33;
    border-radius: 12px;
    border-left: 5px solid #5CBDFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    width: 100%;
}

.product-capabilties-pictorial-section .item.active .inner-div {
    gap: 0;
}

.product-capabilties-pictorial-section .item.active .header {
    line-height: 22px;
    color: #396CAA;
}

.product-capabilties-pictorial-section .item.active .descr {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    letter-spacing: 0%;
}

.features-capabilties-section {
    background: linear-gradient(180deg, #CBE0FF 0%, #FFFFFF 102.58%);
    padding: 10px 0;
}

.features-capabilties-section .header {
    font-weight: 600;
    font-size: 24px;
    color: #3E4868;
}

.features-capabilties-section .container {
    background: #FFFFFF66;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    width: 100%;
}

.features-capabilties-section .container .inner-container {
    border: 1px solid #CBE0FF;
    border-radius: 20px;
    overflow: hidden;
}

.features-capabilties-section .container .inner-container .show-border:not(:last-child) {
    border-bottom: 1px solid #CBE0FF;
}


.features-capabilties-section .feature .header {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #396CAA;
    padding: 10px;
    background-color: #ECF7FF;
    cursor: pointer;
}

.features-capabilties-section .feature .header .text {
    text-transform: uppercase;
}

.features-capabilties-section .feature .capabilities {
    background-color: white;
    padding: 16px;
}

.features-capabilties-section .feature .capabilities .header {
    background-color: white;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2%;
    text-align: center;
}

.features-capabilties-section .feature .header .icon {
    border-radius: 20px;
    border: 2px solid #5CBDFF;
    color: #5CBDFF;
    font-size: 16px;
}

.features-capabilties-section .feature.active .header .icon {
    border: 2px solid #A6AFB6;
    color: #A6AFB6;
    font-size: 16px;
}

.features-capabilties-section .feature .capabilities .descr {
    display: none;
}

.features-capabilties-section .feature.active .capabilities .descr {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4a4a4a;
}

.features-capabilties-section .feature .capabilities:not(:last-child) {
    border-right: 1px solid #CBE0FF
}

.summarised-capabilties .container {
    border-radius: 20px;
    overflow: hidden;
}

.summarised-capabilties .container .intro {
    background: #3E4868;
    max-width: 370px;
    box-sizing: border-box;
}

.summarised-capabilties .container .intro .header {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: white;
}

.summarised-capabilties .container .intro .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: white;
}

.summarised-capabilties .container .intro .icon {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
}

.summarised-capabilties .container .cards-list::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome/Safari */
}

.summarised-capabilties .container .cards-list {
    background: linear-gradient(90deg, #DFECFF 72.9%, #CEE1FC 100%);
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
}

.summarised-capabilties .container .cards-list .card {
    border: 1px solid #FFFFFF;
    min-width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.spice-link-items {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

@keyframes slideIn {
    from {
        transform: translateX(-15%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

.content {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Apply this class when an element is visible */
.visible {
    opacity: 1;
    transform: translateY(0);
}

.title-header {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: white;
}

.page-header .title-section {
    align-items: center;
}

.overlay {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    /* Hidden by default */
}

.overlay.show {
    display: block;
}

#video-player {
    padding-top: 10px;
}

.progress-bar {
    width: 100%;
    height: 2px;
    position: relative;
    background: linear-gradient(to right, #3498db 100%, transparent 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    animation: fillAnimation 6s forwards ease-in-out;
}

.mob-gap-20 {
    gap: 20px;
}

.mob-gap-40 {
    gap: 40px;
}

.mob-gap-10 {
    gap: 10px;
}

.mob-gap-15 {
    gap: 15px;
}

.next-page-card-list {
    padding: 20px 0;
}

.next-page-card {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
    transition: transform .2s;
}

.next-page-card .image {
    background: #F9F9F9;
}

.next-page-card .header {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #3E4868;
}

.next-page-card .descr {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #4A4A4A;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.next-page-card .link-button {
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    color: #2F4050;
    height: 20px;
    width: 20px;
    background-color: white;
}

.next-page-card .link-button .icon {
    font-size: larger;
}

.next-page-card .details {
    padding: 16px;
}

.next-page-card .details .data {
    min-width: 0;
    justify-content: end;
}

.next-page-card:hover,
.next-page-card.hover {
    transform: scale(1.05);
}

.next-page-card:hover .details,
.next-page-card.hover .details {
    background: #F4FAFF;
}

.next-page-card:hover .link-button,
.next-page-card.hover .link-button {
    box-shadow: 0px 4px 15px 0px #CBE0FF;
    transform: scale(1.1);
}

.image-action {
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    background: #FFFFFFCC;
    border: 2px solid #FFFFFF;
    padding: 10px 14px;
    border-radius: 99px;
    cursor: pointer;
}

.image-action .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #3071A9;
}

.image-action .action {
    box-shadow: 0px 4px 15px 0px #CBE0FF26;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 2px 5px;
}

.image-action .icon {
    color: #3071A9;
}

.image-action .action-icon {
    font-size: large;
    color: #3E4868;
}

.legend {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3E4868;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-top: 20px;
}

.legend:after,
.legend:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 0 10px;
}

.slideshow-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 5000;
}

.slideshow-container {
    position: relative;
    width: 60%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.prev,
.next,
.close {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.close {
    top: 10px;
    right: 10px;
}

@keyframes fillAnimation {
    from {
        background-size: 0% 100%;
    }

    to {
        background-size: 100% 100%;
    }
}

/* .image-container .videoElem {
    height: 498px;
} */
 
.image-container {
    position: relative;
}

.imageText {
    background-color: white;
    border-radius: 10px;
    color: #3e4868;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 90%;
    transform: translateX(-50%);
    border: 1px solid #eaeaea;
}

@media only screen and (max-width: 480px) {
    .imageText {
        padding: 5px 0;
        font-size: 12px;
    }

    .spice-link-header .title{
            font-family: Poppins;
            font-weight: 600;
            font-size: 16px;
        }

        #quick-link-intro {
            font-family: Poppins;
            font-weight: 600;
            font-size: 12px;
            color: #797979;
        }
    
    .mob-gap-10 {
        gap: 1px;
    }

    .mob-gap-15 {
        gap: 10px;
    }

    .mob-gap-20 {
        gap: 10px;
    }

    .mob-gap-40 {
        gap: 20px;
    }

    .page-header {
        padding: 6px 10px;
        height: unset;
    }

    .page-header .actions .action {
        display: none;
    }

    .title-header {
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: 0.02em;
    }

    .video {
        height: 30px;
        width: 145px;
    }

    .video .icon {
        width: 30px;
    }

    .video .label {
        font-size: 10px;
        line-height: 10px;
    }

    .section-7 {
        align-items: flex-start;
        overflow-x: auto;
    }

    .section-7 .items {
        gap: 10px;
        width: 100%;
    }

    .section-7 .card {
        display: flex;
        padding: 10px;
    }

    .section-7 .carousel {
        flex-direction: column;
        gap: 5px;
    }

    .product-list {
        padding: 0;
        flex-direction: column;
    }

    .scrollToTopBtn {
        display: flex;
        order: -1;
        flex-grow: 1;
        justify-content: right;
    }

    .section-8 .items-list {
        display: none;
    }

    .section-8 .header {
        border-bottom: 1px solid #334F6B;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
    }

    .section-8 .header .icon {
        display: flex;
    }

    .section-8 .items-list.active {
        display: flex;
    }

    .section-8 .product-list  {
        border: unset;
    }

    .section-7 .header {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

    .section-7 .blog .header {
        font-family: Inter;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.02em;
    }

    .section-7 .blog .descr {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .section-8 .connect .subHeader {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 0.002em;
    }

    .section-8 .connect .header {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
    }

    .section-8 .connect .item {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
    }

    .section-8 .company-address {
        border: unset;
        padding: 0;
    }

    .large-device {
        display: none;
    }

    .small-device {
        display: flex;
    }

    .small-device .text {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }

    .section-8 .header .icon {
        display: block;
    }

    .page-header .top-bottom {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }

    .page-header svg {
        height: 12px;
    }

    .top-bottom {
        flex-direction: column;
    }

    .bottom-top {
        flex-direction: column-reverse;
    }

    .page-header .btn {
        padding: 7px 16px;
    }

    .schedule {
        padding: 20px 0;
        gap: 10px;
    }

    .schedule-container {
        padding: 10px;
        width: unset;
    }

    .schedule .header {
        font-size: 20px;
        line-height: 26px;
    }

    .section-7 {
        padding: 10px 10px 20px;
        gap: 10px;
    }

    .scroll-btn {
        width: 30px;
        height: 30px;
    }

    .scroll-btn .icon {
        font-size: 18px;
    }

    #back-btn {
        color: #4A4A4A;
    }

    #video-player {
        height: 100vh;
        position: fixed;
        z-index: 1000;
        top: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .tabs {
        overflow-x: auto;
        /* top: 47px; */
        border-left: unset;
        border-right: unset;
        border-top: 1px solid #CBE0FF;
        border-bottom: 1px solid #CBE0FF;
        border-radius: 0;
    }

    .tab {
        font-size: 10px;
        line-height: 10px;
        white-space: nowrap;
        padding: 10px 14px;
        min-width: unset;
    }

    .tab.active {
        font-size: 10px;
        font-weight: 600;
        line-height: 10px;
    }

    .tabs .left-icon,
    .tabs .right-icon {
        display: block;
    }

    .features {
        scroll-margin-top: 130px;
    }

    .btn-2 {
        font-size: 10px;
        line-height: 10px;
    }

    .next-page-card {
        min-width: 302px;
        height: 240px;
        scroll-snap-align: none start;
        scroll-margin-inline-start: 20px;
    }

    .next-page-card-list {
        overflow-x: auto;
        padding: 20px 10px;
        scroll-snap-type: x mandatory;
    }

    .product-hero-section .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        vertical-align: middle;
    }

    .product-hero-section .header {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .product-hero-section .descr {
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

    .product-overview-section .header {
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 26px;
    }

    .product-overview-section .descr {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .product-overview-section .card {
        border: unset;
        border-radius: unset;
        overflow: unset;
    }

    .product-overview-section .card .header {
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }

    .product-overview-section .card .descr {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        text-align: center;
    }

    .product-capabilties-section .header,
    .product-capabilties-tiered-section .header {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .product-capabilties-section .descr,
    .product-capabilties-tiered-section .descr {
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

    .product-capabilties-section .item .header {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .product-capabilties-section .item .descr {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
    }

    .product-capabilties-tiered-section {
        padding: 10px;
    }

    .product-capabilties-tiered-section .tiers {
        border: 1px solid #CBE0FF;
        box-shadow: 0px 4px 15px 0px #5CBDFF33;
        background: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
    }

    .product-capabilties-tiered-section .tiers .img-container {
        border-radius: unset;
    }

    .product-capabilties-tiered-section .tiered-items .item .header {
        font-size: 12px;
        line-height: 18px;
    }

    .product-capabilties-tiered-section .tiered-items .item.selected .descr {
        font-size: 12px;
        line-height: 18px;
        color: #1D1D1FB2;
    }

    .product-capabilties-pictorial-section .header {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .product-capabilties-pictorial-section .descr {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .product-capabilties-pictorial-section .item {
        border-radius: unset;
    }

    .product-capabilties-pictorial-section .item .image-container {
        display: none;
    }

    .product-capabilties-pictorial-section .item.active {
        width: unset;
        border-radius: unset;
    }

    .product-capabilties-pictorial-section .item.active .image-container {
        display: block;
    }

    .features-capabilties-section .header {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .features-capabilties-section .feature .header {
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .features-capabilties-section .feature .capabilities .header {
        font-family: Inter;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        padding: 0;

    }

    .features-capabilties-section .feature.active .capabilities .descr {
        font-size: 12px;
        line-height: 18px;
    }

    .features-capabilties-section .feature .capabilities {
        padding: 16px 10px;
    }

    .features-capabilties-section .feature .capabilities:not(:last-child) {
        border-right: unset;
        border-bottom: 1px solid #CBE0FF;
    }

    .features-capabilties-section .container {
        padding: 0;
        border: unset;
        border-radius: unset;
        background-color: unset;
    }

    .features-capabilties-section .container .inner-container {
        border: unset;
        border-radius: unset;
    }

    .summarised-capabilties .container {
        border-radius: unset;
    }

    .summarised-capabilties .container .cards-list {
        scroll-snap-type: x mandatory;
    }

    .summarised-capabilties .container .cards-list .card {
        scroll-snap-align: none start;
        scroll-margin-inline-start: 10px;
    }

    .summarised-capabilties .container .intro {
        max-width: unset;
    }
}

.hide {
    display: none;
}

.order-reverse {
    order: -1;
}

.features .image {
    transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
}

/* Slide in from left to right */
.slide-in {
    /* transform: translateX(-100%); */
    opacity: 1;
    /* animation: slideIn 0.25s forwards ease-in-out; */
}

/* Slide out to the right */
.slide-out {
    /* transform: translateX(0); */
    opacity: 1;
    /* animation: slideOut 0.25s forwards ease-in-out; */
}

@keyframes slideIn {
    from {
        /*  transform: translateX(-15%); */
        opacity: 0;
    }

    to {
        /* transform: translateX(0); */
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        /* transform: translateX(0); */
        opacity: 1;
    }

    to {
        /* transform: translateX(15%); */
        opacity: 0;
    }
}