.font-calisto {
  font-family: calist !important;
}

.slick-dots {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}

.slick-dots button {
  font-size: 0;
  background: none;
  cursor: pointer;
  background: var(--paletteColor5);
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 1000ms ease-out;
}

.slick-dots .slick-active button {
  background: var(--paletteColor4);
  opacity: 1;
}

.home-customer-row .vc_row.vc_inner.grid,
.about-rsg-row .vc_row.vc_inner.grid {
  gap: 0;
}

.home-customer-row .vc_row.vc_inner > div,
.about-partners-row .wpb_single_image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-partners-row .vc_row.vc_inner {
  position: relative;
  isolation: isolate;
}

.about-partners-row .vc_row.vc_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: -1;
  display: block !important;
  background: black;
  transition: all 1ms linear;
}

.about-partners-row .vc_row.vc_inner.slick-current::before {
  background: transparent;
  transition-delay: 900ms;
}

.about-partners-row .vc_row.vc_inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block !important;
  background: black;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.about-partners-row .slick-track {
  display: flex;
}

.about-partners-row .slick-track > div {
  height: auto;
}

.about-partners-row .slick-dots {
  margin-top: 35px;
}

.home-customer-row .vc_row.vc_inner .wpb_single_image,
.about-partners-row .vc_row.vc_inner .wpb_single_image {
  transition: all 250ms ease-out;
}

.home-customer-row .vc_row.vc_inner > div:not(:hover) .wpb_single_image,
.about-partners-row .vc_row.vc_inner .wpb_single_image:not(:hover) {
  filter: grayscale(1);
}

.span-inline-block span {
  display: inline-block;
}

.vc_tta.vc_general .vc_tta-panel {
  border-bottom: 1px solid var(--paletteColor5) !important;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  color: var(--paletteColor5) !important;
}

.vc_tta .vc_tta-controls-icon:after,
.vc_tta .vc_tta-controls-icon:before {
  border-color: var(--paletteColor5) !important;
}

.vc_tta.vc_general.text-white .vc_tta-panel,
.vc_tta.vc_general.text-white .vc_tta-controls-icon:after,
.vc_tta.vc_general.text-white .vc_tta-controls-icon:before {
  border-color: white !important;
}

.vc_tta.vc_general.text-white .vc_tta-panel-title > a {
  color: white !important;
}

.lh-header {
  line-height: 1.2;
}

.about-rsg-row .rsg-icon img {
  height: 60px;
  width: auto;
}

.home-rsg-row > .vc_col-has-fill.background-contain > div {
  background-size: 50% !important;
}

.bio-industry-row.grid {
  gap: 30px 0;
}

.bio-industry-row .wpb_single_image {
  mix-blend-mode: multiply;
}

.bio-industry-row .wpb_single_image img {
  height: 200px;
  object-fit: contain;
}

.strong-font-18 strong {
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}

.electronic-development-row .vc_row.vc_inner.grid {
  gap: 105px 110px;
}

.electronic-development-row .vc_row.vc_inner.grid > div:not(:last-child) {
  position: relative;
  isolation: isolate;
}

#header ul.menu ul.sub-menu > li > a {
  justify-content: center;
  text-align: center;
}

.home-range-row .vc_row.vc_inner .custom-button,
.home-range-row .vc_row.vc_inner .custom-button * {
  width: 100%;
}

.home-range-row .vc_row.vc_inner .custom-button .vc_general {
  font-size: 16px;
}

.home-range-row .vc_row.vc_inner.grid {
  gap: 15px 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.home-range-row ul.products li.product {
  margin-left: 15px;
  margin-right: 15px;
  padding: max(15px, 1.5vw);
}

.home-range-row .slick-track {
  display: flex;
}

.home-range-row .slick-track .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.home-range-row .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.home-entrust-row video {
    height: 313px;
    width: 100%;
    object-fit: cover;
}

.home-entrust-row .vc_row.vc_inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.slick-arrow.slick-prev {
  left: -15px;
  transform: translateX(-100%);
}

.slick-arrow.slick-next {
  right: -15px;
  transform: translateX(100%);
}

.custom-button.with-pdf-logo .vc_general::after {
  content: '';
  display: inline-block !important;
  background: center / contain no-repeat url(./images/pdf-icon.png);
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}

.custom-button.with-pdf-logo .vc_general:hover::after {
  filter: none;
}

@media screen and (min-width: 350px) {
  .span-inline-block span {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .desktop-mb-0 {
    margin-bottom: 0;
  }

  .home-rsg-row > .vc_col-has-fill > div {
    position: relative;
    isolation: isolate;
  }

  .home-rsg-row > .vc_col-has-fill > div::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    display: block !important;
    width: 30%;
    height: 100%;
  }

  .home-rsg-row > .vc_col-has-fill:first-child > div::before {
    right: 0;
    background: linear-gradient(to right, transparent, var(--background-color));
  }

  .home-rsg-row > .vc_col-has-fill:last-child > div::before {
    left: 0;
    background: linear-gradient(to left, transparent, var(--background-color));
  }

  .home-range-row .vc_row.vc_inner > div > div > div,
  .home-range-row .vc_row.vc_inner .custom-button,
  .home-range-row .vc_row.vc_inner .custom-button .vc_general {
    height: 100%;
  }
  .home-range-row .vc_row.vc_inner .custom-button .vc_general {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  #header [data-column='end'] [data-items*='primary'] .ct-header-text {
    flex: 1;
  }

  #header [data-column='end'] > div > .ct-header-text > div {
    justify-content: center;
    gap: 100px;
  }

  #header [data-column='end'] > div > .ct-header-text > div::after {
    display: none;
  }

  #header .ct-header-cta .ct-button {
    height: 100%;
  }

  #header ul[role='menubar'] {
    justify-content: flex-end;
  }

  #header ul[role='menubar'] > li:last-child > a {
    padding-right: 0;
  }

  #header [data-row='middle'] > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: calc(var(--row-spacing) + 15px) !important;
    padding-right: calc(var(--row-spacing) + 15px) !important;
    position: relative;
    isolation: isolate;
  }

  #header [data-row='middle'] > div::before,
  #header [data-row='middle'] > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(var(--row-spacing) + 15px);
    height: 46.69px;
    z-index: -1;
    display: block !important;
    background: var(--paletteColor5);
  }

  #header [data-row='middle'] > div::before {
    left: 0;
    clip-path: polygon(0 0, calc(100% - 36.69px) 0, 100% 100%, 0% 100%);
  }

  #header [data-row='middle'] > div::after {
    right: 0;
  }

  #header [data-column='end'] > div > nav {
    position: relative;
    isolation: isolate;
    margin-left: 0;
  }

  #header [data-column='end'] > div > nav::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 1px);
    width: 36.7px;
    background: white;
    display: block !important;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }

  #header [data-row='middle'] [data-column='start'] [data-items='primary'] {
    justify-content: center;
  }

  #header [data-id*='logo'] {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199.98px) {
  [data-id*='logo'] .site-title-container {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .home-customer-row .vc_row.vc_inner > div:nth-child(5) ~ * {
    border-top: 1px solid black;
  }

  .home-customer-row .vc_row.vc_inner > div:not(:nth-child(5n)) {
    border-right: 1px solid black;
  }

  .electronic-development-row .vc_row.vc_inner.grid > div:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -55px;
    top: calc(50% - 35px);
    z-index: -1;
    background: center / contain no-repeat url(./images/arrow.png);
    width: 50px;
    height: auto;
    aspect-ratio: 94 / 69;
    display: block !important;
    transform: translate(50%, -50%);
  }

  #nav_menu-3 ul.widget-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px var(--custom-list-gap, 10px);
    position: relative;
    isolation: isolate;
  }

  #nav_menu-3 ul.widget-menu::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    dipplay: block !important;
    background: black;
    transform: translateY(-50%);
  }

  #nav_menu-3 ul.widget-menu > li {
    position: relative;
    isolation: isolate;
  }

  #nav_menu-3 ul.widget-menu > li > a {
    padding: 5px 15px;
    display: inline-block;
  }

  #nav_menu-3 ul.widget-menu > li::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(var(--custom-list-gap, 10px) / -2);
    z-index: -1;
    display: block !important;
    background: black;
    width: 1px;
    height: 100%;
    transform: translateX(50%);
  }

  #nav_menu-3 ul.widget-menu > li:nth-child(4n)::before {
    display: none !important;
  }

  #nav_menu-3 ul.widget-menu > li,
  #nav_menu-3 ul.widget-menu > li > a {
    transition: all 250ms ease-out;
  }

  #nav_menu-3 ul.widget-menu > li[class*='current'],
  #nav_menu-3 ul.widget-menu > li:hover {
    background: var(--paletteColor1);
  }

  #nav_menu-3 ul.widget-menu > li[class*='current'] > a,
  #nav_menu-3 ul.widget-menu > li:hover > a {
    color: white;
  }
}

@media screen and (max-width: 1199.98px) {
  .home-customer-row .vc_row.vc_inner > div:nth-child(2) ~ * {
    border-top: 1px solid black;
  }

  .home-customer-row .vc_row.vc_inner > div:not(:nth-child(2n)) {
    border-right: 1px solid black;
  }

  .electronic-development-row .vc_row.vc_inner.grid > div:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    z-index: -1;
    background: center / contain no-repeat url(./images/arrow.png);
    width: 50px;
    height: auto;
    aspect-ratio: 94 / 69;
    display: block !important;
    transform: translateX(-50%) rotate(90deg);
  }

  #nav_menu-3 {
    position: relative;
  }

  #nav_menu-3 ul li a {
    display: block;
    padding: 15px 10px;
  }

  #nav_menu-3 li.menu-item-has-children {
    position: relative;
    isolation: isolate;
  }

  #nav_menu-3 li.menu-item-has-children > i {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: calc(var(--fontSize) * var(--lineHeight));
    height: auto;
    aspect-ratio: 1;
    transition: transform 250ms ease-out;
  }

  #nav_menu-3 li.menu-item-has-children.expand > i {
    transform: rotate(180deg);
  }

  /* if sidebar toggle with all devices */
  #nav_menu-3 li.menu-item-has-children:not(.expand) ul.sub-menu {
    height: 0;
    overflow: hidden;
  }

  #nav_menu-3 li.menu-item-has-children > a {
    padding-right: calc(var(--fontSize) * var(--lineHeight));
  }

  #nav_menu-3 .widget-title {
    position: relative;
  }

  #nav_menu-3 .widget-title i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    z-index: 1;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--p);
    transition: transform 250ms ease-out;
  }

  #nav_menu-3 .widget-title i {
    transform: rotate(180deg);
  }

  #nav_menu-3:not(.expand) > .widget-title + div {
    overflow: hidden;
    height: 0;
  }

  #nav_menu-3:not(.expand) > div:first-child .widget-menu {
    height: calc(var(--fontSize) * var(--lineHeight) + 30px);
    overflow: hidden;
  }

  #nav_menu-3 > div:first-child .widget-menu + i {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(var(--fontSize) * var(--lineHeight) + 30px);
    width: auto;
    aspect-ratio: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease-out;
    cursor: pointer;
  }

  #nav_menu-3.expand > div:first-child .widget-menu + i {
    transform: rotate(180deg);
  }

  #nav_menu-3 > div:first-child .widget-menu li > a {
    padding-right: calc(var(--fontSize) * var(--lineHeight) + 30px);
  }

  #nav_menu-3 > div:first-child .widget-menu {
    display: grid;
        border: 1px solid var(--grey-80);
  }

  #nav_menu-3 > div:first-child .widget-menu > li[class*='current'] {
    order: -1;
  }
  
  #nav_menu-3 > div:first-child .widget-menu > li:not([class*="current"]) {
      border-top: 1px solid var(--grey-80);
  }
  
  #nav_menu-3 > div:first-child .widget-menu > li[class*='current'] > a {
      font-weight: 600;
  }
  
  #nav_menu-3 > div:first-child .widget-menu > li:hover > a,
  #nav_menu-3 > div:first-child .widget-menu > li[class*='current'] > a{
      color: var(--paletteColor1);
  }
}

@media screen and (max-width: 767.98px) {
  .home-rsg-row.row-full-rp,
  .home-rsg-row.row-full-lp {
    padding-left: 0;
    padding-right: 0;
  }

  .home-rsg-row > .vc_col-has-fill {
    min-height: 250px;
  }

  .home-rsg-row > .vc_col-has-fill > div {
    position: relative;
    isolation: isolate;
  }

  .home-rsg-row > .vc_col-has-fill > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block !important;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, transparent, var(--background-color));
  }

  .home-rsg-row > :not(.vc_col-has-fill) > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .home-rsg-row.row-full-lp {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-range-row .woocommerce {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .home-entrust-row video {
      height: 210px;
  }
}
