/* NAVIGATION ------------------------------------- */
.TopSpace {
    margin-top: 50px;
}

/* Nav styles */
header {
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 55px 15px rgba(0, 0, 0, 0.01), 0px 35px 14px rgba(0, 0, 0, 0.05), 0px 20px 12px rgba(0, 0, 0, 0.17), 0px 9px 9px rgba(0, 0, 0, 0.29), 0px 2px 5px rgba(0, 0, 0, 0.34);
}

header .navbar-brand {
    padding: 10px 0;
}

header .navbar-brand img {
    max-width: 150px;
    width: 100%;
}

header .nav-item .dropdown__item {
    padding: 16px;
    cursor: pointer;
    border-bottom: 1px solid var(--bs-transparent);
}


header .nav__link,
header .nav-link {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--bs-white);
}

header .nav-item .dropdown__item:hover,
header .nav-item .dropdown__item.active,
header .nav-item .dropdown__item.show {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transition: all 0.3s ease-out;
}

header .nav-item .dropdown__item:hover .nav-link,
header .nav-item .dropdown__item.active .nav-link,
header .nav-item .dropdown__item.show .nav-link {
    color: var(--bs-primary);
    transition: all 0.3s ease-out;
}

header .navbar--down-arrow {
    height: max(1rem, 0.833vw);
    width: max(1rem, 0.833vw);
}

header .dropdown__item .navbar--down-arrow .down--arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(75deg) brightness(103%) contrast(102%);
}

header .dropdown__item.show .navbar--down-arrow .down--arrow {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(92%) sepia(80%) saturate(1989%) hue-rotate(15deg) brightness(101%) contrast(88%);
}

header .nav-item .dropdown__item:hover .down--arrow,
header .nav-item .dropdown__item.active .down--arrow {
    filter: brightness(0) saturate(100%) invert(92%) sepia(80%) saturate(1989%) hue-rotate(15deg) brightness(101%) contrast(88%);
}

header .btn-search {
    transition: all 0.3s ease;
    min-width: max(32px, 1.666vw);
    width: max(32px, 1.666vw);
    height: max(32px, 1.666vw);
}

header .btn-search img {
    min-width: max(24px, 1.25vw);
    width: max(24px, 1.25vw);
    height: max(24px, 1.25vw);
}

header .btn-search:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(80%) saturate(1989%) hue-rotate(15deg) brightness(101%) contrast(88%);
    transition: all 0.3s ease;
}

@media (min-width:992px) {
    header .nav-item .dropdown__item {
        padding: max(4px, 0.208vw);
    }

    header .navbar-brand {
        padding: 1rem 0;
    }

    .TopSpace {
        margin-top: max(81.14px, 4.224vw);
    }

    header {
        height: max(81.14px, 4.224vw);
    }
}

@media (min-width:1400px) {
    header .navbar-brand {
        padding: max(1.5rem, 1.249vw) 0;
    }

    header .navbar-brand img {
        max-width: max(200px, 7.031vw);
        width: 100%;
        height: max(33px, 1.718vw);
    }

    header .nav__link,
    header .nav-link {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: max(20px, 1.041vw);
        line-height: max(20px, 1.041vw);
        color: var(--bs-white);
    }
}

/* Nav hamburger */
header .navbar-toggler {
    height: 42px;
    width: 42px;
    min-width: 42px;
    background: var(--transparent);
    transform: translateY(0);
    z-index: 1047;
}

header .navbar-toggler .hamburger {
    height: 2px;
    width: 28px;
    margin: 0px auto;
    display: block;
    transition: all 0.3s ease-out;
    background-color: var(--bs-white);
    left: 7px;
}

header .navbar-toggler .hamburger:first-of-type {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 16px;
    top: 5px;
}

header .navbar-toggler .hamburger:nth-child(2) {
    display: none;
}

header .navbar-toggler .hamburger:last-of-type {
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
    top: 25px;
}

header .navbar-toggler.collapsed .hamburger {
    transition: all 0.3s ease-out;
    transform: rotate(0);
}

header .navbar-toggler.collapsed .hamburger:first-of-type {
    top: 18px;
    margin-top: 10px;
}

header .navbar-toggler.collapsed .hamburger:nth-child(2) {
    display: block;
    top: 20px;
}

header .navbar-toggler.collapsed .hamburger:last-of-type {
    margin-top: -10px;
    top: 22px;
}

/* Search box */
.search--box {
    position: fixed;
    top: -500px;
    right: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s ease;
    height: 0;
}

.search--box input {
    background: var(--bs-charcoal) !important;
    font-size: 2rem;
    font-weight: 400;
    color: var(--bs-dark);
}

.search--box input::-webkit-input-placeholder {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 2rem;
    line-height: 5rem;
    color: var(--bs-dark);
}

.search--box input::-moz-placeholder {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 2rem;
    line-height: 5rem;
    color: var(--bs-dark);
}

.search--box input:-ms-input-placeholder {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 2rem;
    line-height: 5rem;
    color: var(--bs-dark);
}

.search--box input:-moz-placeholder {
    font-family: "Kantumruy Pro", sans-serif;
    font-size: 2rem;
    line-height: 5rem;
    color: var(--bs-dark);
}

.search--box input:focus {
    box-shadow: none;
    background: none;
    color: var(--bs-dark);
}

.searchTggleShow {
    overflow: hidden;
}

.searchTggleShow .search--box {
    background: var(--bs-dark);
    top: max(50px, 2.604vw);
    padding: 100px 0;
    min-height: calc(100dvh - max(50px, 2.604vw));
}

/* Dropdown */
.dropdown__menu {
    background-color: var(--bs-dark-90);
    padding: max(24px, 1.249vw);
    border-radius: 0;
}

.dropdown__menu .dropdown--item {
    color: var(--bs-white);
    font-size: max(18px, 0.937vw);
    line-height: max(26px, 1.353vw);
    padding: 0 max(16px, 0.833vw);
    margin-top: max(16px, 0.833vw);
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}

.dropdown__menu li:first-child .dropdown--item {
    margin-top: 0;
}

.dropdown__menu .dropdown--item::before {
    content: "";
    background: var(--bs-dark);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.dropdown__menu .dropdown--item.active::before,
.dropdown__menu .dropdown--item:hover::before,
.dropdown__menu .dropdown--item:focus::before {
    background: var(--bs-primary);
    transition: all 0.3s ease;
    width: 4px;
}

.dropdown--item:hover,
.dropdown--item:focus,
.dropdown--item.active,
.dropdown--item:active {
    background-color: var(--bs-dark);
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

@media (max-width:991.9px) {
    header .navbar--down-arrow {
        position: absolute;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 24px;
    }

    .collapse-border {
        background: var(--bs-gray-light);
        height: 0.125rem;
    }

    #navbarScroll {
        background-color: var(--bs-dark);
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        max-height: calc(100vh - 50px);
        min-height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1048;
    }
}

@media (min-width:992px) {
    #navbarScroll {
        background-image: none !important;
    }

    .dropdown__menu {
        padding: max(16px, 0.833vw);
        max-height: calc(100dvh - max(81px, 4.217vw));
        overflow-y: auto;
        overflow-x: hidden;
        /* box-shadow: 0px 8px 34px 4px rgba(188, 241, 36, 0.5); */
    }

    .searchTggleShow .search--box {
        padding: max(200px, 10.411vw) 0;
    }
}

/* HEADER & BANNER ------------------------------------- */

/* #banner {
    min-height: calc(100dvh - 50px);
}

.banner-min-height {
    min-height: calc(100dvh - 103px);
} */

.banner-content {
    margin-bottom: 40px;
}

.banner-content p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    max-width: max(645px, 33.576vw);
}

.slide-item {
    padding: 1px;
}

.image--border-box {
    margin: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px var(--bs-primary);
    border-radius: 0 32px 0 16px;
}

.image--border-box img {
    border-radius: 0 32px 0 16px;
}

.image--border--box-hover {
    margin: 12px;
}

.image--border--box-hover::after {
    background: linear-gradient(145.01deg, rgba(188, 241, 36, 0) 20.59%, #BCF124 88.93%);
    border-radius: 0px 32px 0px 16px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    transition: all 0.3s ease;
}

.image--border--box-none::after {
    display: none;

}

.image--border-box.activet .image--border--box-hover::after {
    opacity: 1;
    transition: all 0.3s ease;
}

@media (min-width:992px) {
    #banner {
        min-height: calc(100dvh - max(82px, 4.269vw));
    }

    .banner-min-height {
        min-height: calc(100dvh - 134px);
    }

    .banner-content {
        margin-bottom: max(52px, 2.707vw);
    }

}

@media (min-width:1200px) {

    .banner-min-height {
        min-height: calc(100dvh - 174px);
    }

}

@media (min-width:1400px) {
    .banner-content p {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
        padding-top: max(28px, 1.458vw);
    }

    .banner-min-height {
        min-height: calc(100dvh - max(178px, 9.266vw));
    }

}

/* Description and title Spacing */
.description p,
.image--border-content p {
    max-width: max(616px, 32.067vw);
    font-weight: 400;
    font-size: max(18px, 0.937vw);
    line-height: max(26px, 1.353vw);
    margin-top: max(20px, 1.041vw);
}

.image--border-content p {
    margin-top: max(12px, 0.625vw);
    margin-bottom: max(20px, 1.041vw);
}

/* Advantage Section */
.video-container {
    min-height: 100dvh;
}

.advantage--video {
    max-width: 470px;
    width: 100%;
    top: 20%;
    transform: translateY(0px);
    will-change: transform;
}

.advantage--box-list .icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.advantage--box-list {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 4px solid var(--bs-primary);
}

.advantage--box-list p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 16px;
    transition: all 0.3s ease;
}

.advantage--box {
    padding: 18px 24px;
    border-radius: 0px max(2rem, 1.666vw) 0px max(1rem, 0.833vw);
}

.advantage--box p {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.advantage--box.active p {
    font-weight: 700;
    transition: all 0.3s ease;
}

.advantage--top {
    max-width: 300px;
}

@media (min-width:768px) {
    .advantage--video {
        max-width: 280px;
    }

    .advantage--box-list.active .icon {
        min-width: 48px;
        width: 48px;
        height: 48px;
        transition: all 0.3s ease;
    }

    .advantage--box-list p {
        font-size: 24px;
        line-height: 35px;
        margin-left: 24px;
        transition: all 0.3s ease;
    }

    .advantage--box-list.active p {
        font-size: 28px;
        line-height: 39px;
        transition: all 0.3s ease;
    }

    .advantage--box p {
        font-size: 20px;
    }
}

@media (min-width:992px) {
    .advantage--video {
        top: 0;
        max-width: 400px;
    }

    .advantage--top {
        max-width: 400px;
    }
}

@media (min-width:1200px) {
    .advantage--video {
        right: max(41px, 2.083vw);
        max-width: 470px;
    }

    .advantage--box-list .icon {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }

    .advantage--box-list.active .icon {
        min-width: 64px;
        width: 64px;
        height: 64px;
    }

    .advantage--box-list p {
        font-size: 32px;
        line-height: 41px;
        margin-left: max(24px, 1.25vw);
    }

    .advantage--box-list.active p {
        font-size: 38px;
        line-height: 49px;
    }

    .advantage--box-list {
        padding-top: max(52px, 2.707vw);
        padding-bottom: max(52px, 2.707vw);
        border-bottom: max(6px, 0.312vw) solid var(--bs-primary);
    }

    .advantage--box {
        padding: max(22px, 1.145vw) max(32px, 1.666vw);
    }

    .advantage--box p {
        font-size: max(28px, 1.458vw);
        line-height: max(35px, 1.822vw);
    }

    .advantage--top {
        max-width: max(595px, 31.005vw);
    }

    .advantage--box-list {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (min-width:1400px) {
    .advantage--video {
        max-width: 700px;
    }

    .advantage--box-list .icon {
        min-width: max(48px, 2.499vw);
        width: max(48px, 2.499vw);
        height: max(48px, 2.499vw);
        transition: all 0.3s ease;
    }

    .advantage--box-list.active .icon {
        min-width: max(72px, 3.748vw);
        width: max(72px, 3.748vw);
        height: max(72px, 3.748vw);
        transition: all 0.3s ease;
    }

    .advantage--box-list p {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 35px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 0;
        margin-left: max(24px, 1.25vw);
        transition: all 0.3s ease;
    }

    .advantage--box-list.active p {
        font-size: max(44px, 2.29vw);
        line-height: max(55px, 2.863vw);
        transition: all 0.3s ease;
    }
}

@media (min-width:1800px) {
    .advantage--video {
        max-width: max(850px, 44.248vw);
    }
}

/* Complex Devices */
.ideal--box-list .bg--icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 0px max(12px, 0.625vw) 0px max(0.312vw, 0.312vw);
    margin-right: max(20px, 1.041vw);
}

.ideal--box-list .bg--icon img {
    min-width: 60px;
    width: 60px;
    height: 60px;
}

@media (min-width:1400px) {
    .ideal--box-list .bg--icon {
        min-width: max(128px, 6.663vw);
        width: max(128px, 6.663vw);
        height: max(128px, 6.663vw);
        padding: max(24px, 1.249vw);
    }

    .ideal--box-list .bg--icon img {
        min-width: max(80px, 4.164vw);
        width: max(80px, 4.164vw);
        height: max(80px, 4.164vw);
    }

    .col-xxl {
        flex: 1 0 0;
    }
}

/* About Section */
.about--clordisys {
    filter: drop-shadow(0px 373px 105px rgba(0, 0, 0, 0.02)) drop-shadow(0px 239px 96px rgba(0, 0, 0, 0.13)) drop-shadow(0px 134px 81px rgba(0, 0, 0, 0.44)) drop-shadow(0px 60px 60px rgba(0, 0, 0, 0.75)) drop-shadow(0px 15px 33px rgba(0, 0, 0, 0.87));
    /* border-radius: 0px 52px 0px 32px; */
}

.about--video-max {
    /* max-width: 533px;
    transition: all .8s; */
    max-height: 90dvh;
}

/* .about--video-max.active {
    max-width: 100%;
    transition: all .8s;
} */

/* Case Studies Section */
.case--study {
    position: relative;
}

.case--study-shape {
    max-width: 100%;
    max-height: 470px;
    min-height: 260px;
    border-top-left-radius: 80px;
    height: 100%;
}

.case--study--shape-image {
    top: 0;
    width: 320px;
    height: 100%;
    background-position: center;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.case--study-content h3 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.case--study-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 34px;
}

.case--study-content.profile--details p {
    margin-top: 0px !important;
    margin-bottom: max(28px, 1.458vw);
}

.case--study-content.profile--details p:last-child {
    margin-bottom: 0;
}

.case--study-content a {
    color: var(--bs-primary-900);
    text-decoration: underline !important;
}

.case--study-content .btn,
.case--study-content a:hover {
    text-decoration: unset !important;
    color: var(--bs-primary);
}

@media (min-width:480px) {
    .case--study-shape {
        min-height: 330px;
    }

    .case--study--shape-image {
        width: 450px;
        top: 40px;
    }
}

@media (min-width:768px) {
    .case--study-shape {
        max-height: 315px;
    }

    .case--study--shape-image {
        width: 100%;
        top: -2%;
        left: unset;
        transform: translateX(0);
        background-size: 120%;
    }
}

@media (min-width:992px) {
    .case--study {
        position: unset;
    }

    .case--study-shape {
        top: 70px;
        bottom: 70px;
        border-top-left-radius: 100px;
        max-width: 49%;
        max-height: 370px;
        position: absolute;
        right: 0;
    }

    .case--study--shape-image {
        right: 40px;
        max-height: none;
        max-width: 530px;
        background-size: 115%;
    }

    .case--study-content {
        max-width: max(636px, 33.076vw);
    }


    .case--study-content h3 {
        margin-top: max(36px, 1.874vw);
        margin-bottom: max(36px, 1.874vw);
        max-width: max(585px, 30.453vw);
    }

    .case--study-content p {
        margin-top: max(36px, 1.874vw);
        margin-bottom: 36px;
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }

    .case--study-content-full,
    .case--study-content h3 {
        max-width: unset;
    }
}

@media (min-width:1200px) {
    .case--study-shape {
        top: 100px;
        bottom: 100px;
        max-height: 330px;
    }

    .case--study--shape-image {
        max-width: 580px;
    }
}

@media (min-width:1400px) {
    .case--study-shape {
        max-width: 44%;
        border-top-left-radius: max(152px, 7.913vw);
        top: max(152px, 7.913vw);
        bottom: max(152px, 7.913vw);
        max-height: max(500px, 26.028vw);
    }

    .case--study--shape-image {
        top: 10%;
        transform: unset;
        max-width: 740px;
    }

    .case--study-content p {
        margin-bottom: max(52px, 2.707vw);
    }
}

@media (min-width:1800px) {
    .case--study--shape-image {
        right: max(80px, 4.164vw);
        max-height: max(884px, 46.018vw);
        max-width: max(910px, 47.371vw);
    }
}

/* Icon color adjustments */
.ic--dark {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7484%) hue-rotate(164deg) brightness(102%) contrast(98%);
}

.ic--white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(48deg) brightness(113%) contrast(107%);
}

.ic--primary {
    filter: brightness(0) saturate(100%) invert(88%) sepia(77%) saturate(603%) hue-rotate(17deg) brightness(104%) contrast(89%);
}

.ic--primary-900 {
    filter: brightness(0) saturate(100%) invert(70%) sepia(26%) saturate(3148%) hue-rotate(33deg) brightness(99%) contrast(101%);
}

.ic--w16 {
    width: max(16px, 0.833vw);
    min-width: max(16px, 0.833vw);
    height: max(16px, 0.833vw);
}

.ic--w24 {
    width: max(24px, 1.249vw);
    min-width: max(24px, 1.249vw);
    height: max(24px, 1.249vw);
}

.ic--w48 {
    width: max(48px, 2.499vw);
    min-width: max(48px, 2.499vw);
    height: max(48px, 2.499vw);
}

.ic--w48 {
    width: max(48px, 2.499vw);
    min-width: max(48px, 2.499vw);
    height: max(48px, 2.499vw);
}

.ic--w72 {
    width: 44px;
    min-width: 44px;
    height: 44px;
}

@media (min-width:992px) {
    .ic--w72 {
        width: 54px;
        min-width: 54px;
        height: 54px;
    }
}

@media (min-width:1400px) {
    .ic--w72 {
        width: max(72px, 3.748vw);
        min-width: max(72px, 3.748vw);
        height: max(72px, 3.748vw);
    }
}

.content-right-space {
    padding-right: max(5px, 0.26vw);
}

/* Inner Pages */
.sub--hero-video {
    inset: 0;
    z-index: 0;
    filter: grayscale(100%);
}

.banner--inners,
.sub--hero-video,
.sub--hero-overlay {
    min-height: calc(100dvh - 50px);
}

@media (min-width: 992px) {

    .banner--inners,
    .sub--hero-video,
    .sub--hero-overlay {
        min-height: calc(100dvh - max(82px, 4.269vw));
    }
}

.flip-horizontal {
    transform: scaleX(-1);
}

.sub--hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2rem;
}

.sub--banner-content {
    padding-bottom: 10px;
}

.sub--banner-content h1 {
    margin-bottom: 24px;
}

.sub--banner-content-min {
    max-width: max(600px, 31.234vw);
}

.sub--banner-content p,
.outline-box p,
.content-p1-light p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.outline-box {
    border-radius: 0 max(32px, 1.666vw) 0 max(0.833vw);
    padding: 16px;
}

.outline-box p {
    margin-bottom: 0;
    font-weight: 400;
}

.outline-box p span {
    font-weight: 700;
}

.outline-box .border-line {
    margin-top: max(12px, 0.625vw);
    margin-bottom: max(12px, 0.625vw);
    height: max(4px, 0.208vw);
    width: max(52px, 2.707vw);
}

.outline-box .outline-box-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-p1-light p {
    font-weight: 400;
    max-width: max(450px, 23.425vw);
    padding-top: max(12px, 0.625vw);
}

.max-unset,
.max-unset p {
    max-width: unset !important;
}

@media (min-width:1280px) {
    .sub--banner-content {
        max-width: max(800px, 41.645vw);
        padding-bottom: max(18px, 0.833vw);
    }

    .sub--banner-content p,
    .outline-box p,
    .content-p1-light p {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
        margin-bottom: max(28px, 1.458vw);
    }

    .outline-box .outline-box-paragraph p {
        margin-bottom: max(24px, 1.249vw);
    }

    .outline-box .outline-box-paragraph p:last-child {
        margin-bottom: 0;
    }

    .content-p1-light p {
        margin-bottom: max(32px, 1.666vw);
    }

    .sub--banner-content h1 {
        margin-bottom: max(28px, 1.458vw);
    }

    .outline-box {
        padding: max(24px, 1.249vw);
    }
}

/* pages */
.comparisons--table {
    border-collapse: separate;
    border-spacing: 0 10px;
    min-width: 900px;
}

.comparisons--table thead tr th,
.comparisons--table tbody tr th,
.comparisons--table tbody tr td {
    padding: 12px;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-align: left;
    font-family: "Space Grotesk", sans-serif;
}

.comparisons--table tbody tr th,
.comparisons--table thead tr th:first-child {
    color: var(--bs-white);
    background-color: var(--bs-dark);
    border-bottom-left-radius: max(12px, 0.625vw);
    border-top: max(2px, 0.104vw) solid var(--bs-dark);
    border-left: max(2px, 0.104vw) solid var(--bs-dark);
    border-bottom: max(2px, 0.104vw) solid var(--bs-dark);
}

.comparisons--table thead tr th,
.comparisons--table tbody tr td {
    background-color: var(--bs-primary);
    border-top: max(2px, 0.104vw) solid var(--bs-dark);
    border-left: max(2px, 0.104vw) solid var(--bs-dark);
    border-bottom: max(2px, 0.104vw) solid var(--bs-dark);
}

.comparisons--table thead tr th:last-child,
.comparisons--table tbody tr td:last-child {
    background-color: var(--bs-white) !important;
    border-right: max(2px, 0.104vw) solid var(--bs-dark) !important;
    border-left: unset !important;
}

.comparisons--table.three-column thead tr th:nth-last-child(-n+2),
.comparisons--table.three-column tbody tr td:nth-last-child(-n+2) {
    background-color: var(--bs-white);
    border-right: max(2px, 0.104vw) solid var(--bs-dark);
}

.comparisons--table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-dark);
    border-top: max(2px, 0.104vw) solid var(--bs-dark);
    border-left: max(2px, 0.104vw) solid var(--bs-dark);
    border-bottom: max(2px, 0.104vw) solid var(--bs-dark);
    font-family: "Inter", sans-serif;
}

@media (min-width:1400px) {
    .comparisons--table {
        border-spacing: 0 max(18px, 0.937vw);
    }

    .comparisons--table thead tr th,
    .comparisons--table tbody tr th,
    .comparisons--table tbody tr td {
        padding: max(18px, 0.937vw);
        font-size: max(28px, 1.458vw);
        line-height: max(35px, 1.822vw);
    }

    .comparisons--table tbody tr td {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }
}

/* Slick Slider */
.slick-list .slick-track {
    display: flex;
}

.slick-list .slick-track .slick-slide {
    height: unset;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-arrow {
    position: absolute;
    bottom: -80px;
    transform: translateY(0);
    z-index: 10;
    background: var(--bs-transparent);
    border: var(--bs-transparent);
    filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(188%) hue-rotate(191deg) brightness(95%) contrast(91%);
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    filter: brightness(0) saturate(100%) invert(88%) sepia(77%) saturate(603%) hue-rotate(17deg) brightness(104%) contrast(89%);
}

.slick-disabled,
.slick-disabled:hover,
.slick-disabled:focus,
.slick-disabled:active {
    filter: brightness(0) saturate(100%) invert(35%) sepia(11%) saturate(188%) hue-rotate(191deg) brightness(95%) contrast(91%);
}

.slick-prev {
    left: auto;
    right: 280px;
}

.slick-next {
    right: 200px;
}

.slick-list .slick-track .custom-card {
    margin-right: 16px;
    margin-left: 16px;
}

@media (max-width: 991.98px) {
    .slick-next {
        right: -20px;
    }

    .slick-arrow {
        bottom: -60px;
        font-size: 30px;
    }

    .slick-prev {
        right: 80px;
    }

    .slick-next {
        right: 0;
    }
}

@media (min-width:1800px) {
    .slick-list .slick-track .custom-card {
        margin-right: max(20px, 1.041vw);
        margin-left: max(20px, 1.041vw);
    }
}

/* Accordion */
.accordion--tabs .accordion-item .accordion-header {
    color: var(--bs-charcoal);
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion--tabs .accordion-item .accordion-header.collapsed~.accordion--header-line {
    background: var(--bs-charcoal);
    height: max(2px, 0.104vw);
    transition: all 0.3s ease;
}

.accordion--tabs .accordion-item .accordion-header:not(.collapsed)~.accordion--header-line {
    background: var(--bs-primary);
    height: max(4px, 0.208vw);
    transition: all 0.3s ease;
}

.accordion--tabs .accordion-item .accordion-header.accordion--autoplay:not(.collapsed)~.accordion--header-line {
    background: var(--bs-primary-900);
}

.accordion--tabs .accordion-item .accordion-header::after {
    content: "";
    background-image: url(../img/ic_plus.svg);
    background-repeat: no-repeat;
    background-size: max(48px, 2.499vw);
    width: max(48px, 2.499vw);
    height: max(48px, 2.499vw);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(3073%) hue-rotate(192deg) brightness(80%) contrast(95%);
}

.accordion--tabs .accordion-item .accordion-header:not(.collapsed) {
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.accordion--tabs .accordion-item .accordion-header.accordion--autoplay:not(.collapsed) {
    color: var(--bs-primary-900);
}

.accordion--tabs .accordion-item .accordion-header:not(.collapsed)::after {
    background-image: url(../img/ic_minus.svg);
    filter: brightness(0) saturate(100%) invert(80%) sepia(87%) saturate(465%) hue-rotate(17deg) brightness(101%) contrast(89%);
}

.accordion--tabs .accordion-item .accordion-collapse {
    transition: all 0.3s ease;
    border-radius: 0;
}

.accordion--tabs .accordion-item .accordion-collapse p {
    font-size: 16px;
    line-height: 24px;
}

.accordion--tabs .accordion-item .accordion-collapse p {
    display: flex;
}

.accordion--tabs .accordion-item .accordion-collapse p span {
    font-weight: bold;
    margin-right: max(10px, 0.521vw);
}

.accordion--tabs .accordion-item .accordion-collapse p:last-child span {
    color: var(--bs-primary);
}

.accordion--tabs .accordion-item .accordion-header.accordion--autoplay::after {
    display: none;
}

.image-box>div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-box>div.active {
    display: block;
    opacity: 1;
}

.image-box img {
    background: linear-gradient(284.85deg, rgba(255, 255, 255, 0) 9.13%, #FFFFFF 109.48%), linear-gradient(0deg, #000000, #000000);
    box-shadow: 0px 305px 122px rgba(0, 0, 0, 0.01),
        0px 172px 103px rgba(0, 0, 0, 0.05),
        0px 76px 76px rgba(0, 0, 0, 0.09),
        0px 19px 42px rgba(0, 0, 0, 0.1);
    border-radius: 0px 32px 0px 16px;
    transition: opacity 0.3s ease-in-out;
}

@media (min-width:992px) {
    .accordion--tabs .accordion-item .accordion-collapse p {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }

    .FAqs--left-box {
        max-width: max(300px, 15.617vw);
    }
}


@media (min-width:768px) {
    .translate-middle-imageY {
        top: 50%;
        position: absolute;
        transform: translateY(-50%) !important;
    }
}

@media (min-width:1200px) {
    .translate-middle-imageY {
        right: max(-24px, -1.249vw);
    }
}

/* Tasbs */
.underlines--tab {
    border: none;
}

.underlines--tab.nav-tabs .nav-item {
    margin-right: 16px;
}

.underlines--tab.nav-tabs .nav-link {
    font-size: 18px;
    line-height: 22px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    border: none;
    color: var(--bs-charcoal);
    border-bottom: 2px solid var(--bs-charcoal);
    padding-left: 0;
    padding-right: 0;
}

.underlines--tab.nav-tabs .nav-link.active {
    border-color: var(--bs-primary-900);
    color: var(--bs-primary-900);
}

@media (min-width:1200px) {
    .underlines--tab.nav-tabs .nav-item {
        margin-right: max(32px, 1.666vw);
    }

    .underlines--tab.nav-tabs .nav-link {
        font-size: max(22px, 1.145vw);
        line-height: max(28px, 1.458vw);
    }
}

.CardColumns .slick-prev {
    right: 60px;
}

.CardColumns .slick-next {
    right: 0;
}

/* About */
@media (min-width:768px) {
    .CardColumns {
        margin-left: max(-8px, -0.416vw);
        margin-right: max(-8px, -0.416vw);
    }

    .CardColumns .colgap {
        margin: 0 max(8px, 0.416vw);
    }

}

.sub--content--text p,
.sub--content--text h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sub--content--text h5 {
    font-weight: 700;
}

.sub--content--text .address h6,
.sub--content--text .number h6,
.sub--content--text .emails h6 {
    font-size: 20px;
    line-height: 25px;
}

.sub--content--text .address p,
.sub--content--text .address a,
.sub--content--text .number p,
.sub--content--text .number a,
.sub--content--text .emails p,
.sub--content--text .emails a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.sub--content--text .address a:hover,
.sub--content--text .number a:hover,
.sub--content--text .emails a:hover {
    color: var(--bs-primary);
}

@media (min-width:992px) {

    .sub--content--text p,
    .sub--content--text h5 {
        font-size: max(28px, 1.458vw);
        line-height: max(35px, 1.822vw);
        margin-bottom: max(28px, 1.458vw);
    }

    .sub--content--text p {
        max-width: max(630px, 32.795vw);
    }

    .sub--content--text .address h6,
    .sub--content--text .number h6,
    .sub--content--text .emails h6 {
        font-size: max(22px, 1.145vw);
        line-height: max(28px, 1.458vw);
    }

    .sub--content--text .address p,
    .sub--content--text .address a,
    .sub--content--text .number p,
    .sub--content--text .number a,
    .sub--content--text .emails p,
    .sub--content--text .emails a {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }
}

/* Forms */
.form-control,
.form-control:focus,
.form-control:active,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: var(--bs-white) !important;
    box-shadow: unset !important;
    -webkit-text-fill-color: var(--bs-white) !important;
    transition: background-color 5000s ease-in-out 0s;
    font-weight: 400 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--bs-primary) !important;
    font-size: max(20px, 1.041vw);
}

.form-select {
    box-shadow: unset !important;
    -webkit-text-fill-color: var(--bs-white) !important;
    transition: background-color 5000s ease-in-out 0s;
    font-weight: 400 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--bs-primary) !important;
}

.form-control,
.form-select {
    padding: max(16px, 0.833vw);
    background: none !important;
}

.form-label {
    padding: 0 max(16px, 0.833vw);
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--bs-white);
}

.form-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-feilds {
    margin-bottom: 24px;
}

textarea {
    resize: none;
}

@media (min-width:992px) {

    .form-control::-webkit-input-placeholder,
    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }

    .form-label {
        font-size: max(22px, 1.145vw);
        line-height: 1.458vw;
        margin-bottom: max(16px, 0.833vw);
    }

    .form-feilds {
        margin-bottom: max(28px, 1.458vw);
    }
}

/* WIDGET ------------------------------------- */
#backToTopBtn {
    background: var(--bs-white-100);
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
}

#backToTopBtn img {
    width: max(32px, 1.666vw);
}


/* Site Map */

.sitemap--list ul {
    padding-left: 0;
    list-style: none;
}

.sitemap--list ul li,
.sitemap--list ul li a {
    font-size: max(16px, 0.833vw);
    line-height: 129%;
    font-weight: 500;
    color: var(--bs-charcoal);
    letter-spacing: 0.15px;
    transition: all 0.3s ease;
}

.sitemap--list ul li {
    padding: max(8px, 0.416vw) 0;
    color: var(--bs-charcoal);
}

.sitemap--list ul li a {
    text-decoration: underline !important;
}

.sitemap--list ul li a span {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.sitemap--list ul li a img {
    width: max(18px, 0.937vw);
}

.sitemap--list ul li a:hover {
    text-decoration: unset !important;
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.sitemap--list ul li a:hover span {
    margin-left: max(22px, 1.145vw) !important;
    transition: all 0.3s ease;
}

.sitemap--list ul ul {
    padding-left: max(16px, 0.833vw);
    margin-bottom: max(16px, 0.833vw);
}

.sitemap--list ul ul:last-child {
    margin-bottom: 0;
}

.searchbox,
.searchbox:focus,
.searchbox:active,
.searchbox:focus-visible {
    border-color: var(--bs-primary-900) !important;
    border-radius: 0 !important;
    outline: none;
    font-size: max(16px, 0.833vw);
}

input.searchbox:-webkit-autofill {
    color: var(--bs-dark) !important;
    box-shadow: unset !important;
    -webkit-text-fill-color: var(--bs-dark) !important;
    transition: background-color 5000s ease-in-out 0s;
    font-weight: 400 !important;
    border-radius: 0 !important;
    border: none !important;
    border: 1px solid var(--bs-primary) !important;
    font-size: max(16px, 0.833vw);
}


/* Pagination */
.pagination .btn-resources-filter.active {
    background-color: var(--bs-primary);
    color: white;
    pointer-events: none;

}

.pagination li {
    padding: 0;
    margin: 0;
}

.pagination .btn-resources-filter {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .btn-resources-filter img {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.pagination li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.pagination li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.pagination li.active {
    font-weight: 700;
    color: var(--bs-primary)
}

.about--video-max {
    min-height: 40dvh;
    max-width: 100%;
    transition: all 0.3s ease-out;
}

.about--clordisys {
    min-height: 40dvh;
}

@media (min-width:576px) {
    .about--video-max {
        min-height: 60dvh;
        max-width: 500px;
    }

    .about--clordisys {
        min-height: 60dvh;
    }

    .about--video-max.active {
        max-width: 100%;
        transition: all 0.3s ease-out;
    }
}

@media (min-width:992px) {
    .about--video-max {
        min-height: 100dvh;
        max-width: 768px;
    }

    .about--clordisys {
        min-height: 100dvh;
    }
}

.legal-page p {
    font-size: max(16px, 0.833vw);
    line-height: max(21px, 1.093vw);
}

.legal-page ul, .legal-page ol {
    padding-left: max(24px, 1.249vw);
}
.legal-page ul li, .legal-page ol li {
    font-size: max(16px, 0.833vw);
    line-height: max(21px, 1.093vw);
    margin-bottom: max(8px, 0.416vw)
}