@charset "UTF-8";
/* wp-content/themes/Engagis/tailwind.css */
/* then import the Tailwind layers */
/* @tailwind base;
@tailwind components;
@tailwind utilities; */
/* .section--container .vc_column_container{
    max-width: 1290px;
    margin: 0 auto;
    background-color: red;
    }  */
:root {
  --color-brand: 17 34 51;
  --border-radius-15: 15px;
  --accent-color: #00c8a6;
  --accent-color-light-1: #dff2f1;
  --accent-color-light-2: #e2dae8;
  --accent-color-light-2: #eeeeee;
  --gray-dark: #1a1a1a;
  --puerto-rico-50: #eefffa;
  --puerto-rico-100: #c6fff1;
  --puerto-rico-200: #8effe4;
  --puerto-rico-300: #4dfbd6;
  --puerto-rico-400: #19e8c2;
  --puerto-rico-500: #00c8a6;
  --puerto-rico-600: #00a28f;
  --puerto-rico-700: #00726a;
  --puerto-rico-800: #005454;
  --puerto-rico-900: #0c554c;
  --puerto-rico-950: #003430;
  --space-40: 2.222rem;
  --mcg-block-transition: transform .4s ease;
  --slider-btn-size-sm: 30px;
  --slider-btn-size: 40px;
  --menu-spacing: 1.76rem;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .ht-promo,
.theme-main-menu .ht-phone,
.theme-main-menu .ht-email {
  color: #104042;
  font-size: 18px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-promo {
  font-family: "Radio Canada Big", serif;
}
.theme-main-menu .ht-promo span {
  color: rgba(0, 0, 0, 0.6);
}
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  clip-path: polygon(5% 26%, 50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%);
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: #00cccc;
  color: #ffffff;
}
@media only screen and (max-width: 991.98px) {
  .theme-main-menu .hamburger-menu {
    width: 36px;
    height: 38px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 14px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 11px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 14px;
  }
}

.header-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #104042;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.header-social a:hover {
  color: #104042;
  background: #00cccc;
}

.sub-menu__title {
  margin-bottom: 1.7rem;
}

ul.menu-list {
  display: block;
}

.main-menu {
  position: static;
  z-index: 11;
}
.main-menu ul.menu-list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.3rem;
}
.main-menu ul.menu-list.sub-menu__child {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: column;
  gap: var(--bs-gap, 1.5rem);
  row-gap: 0;
}
.main-menu ul.menu-list.sub-menu__child > li {
  grid-column: auto/span 6;
}
.main-menu ul.menu-list > li {
  list-style: none;
  position: static;
  z-index: 1;
  display: inline-block;
  margin: 0 16px;
  padding: var(--menu-spacing) 0;
}
@media only screen and (min-width: 992px) {
  .main-menu ul.menu-list > li {
    margin: 0 18px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu ul.menu-list > li {
    margin: 0 25px 0 0;
  }
}
.main-menu ul.menu-list > li:last-child {
  margin-right: 0;
}
.main-menu ul.menu-list > li:last-child a {
  margin-right: 0;
}
.main-menu ul.menu-list > li.active {
  color: var(--gray-dark);
}
.main-menu ul.menu-list > li.active a {
  color: var(--gray-dark);
}
.main-menu ul.menu-list > li > a {
  color: var(--gray-dark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul.menu-list > li > a::after {
  display: none;
}
.main-menu ul.menu-list > li > a:hover {
  color: #00cccc;
}
.main-menu ul.menu-list > li > a i {
  font-size: 10px;
}
@media only screen and (min-width: 992px) {
  .main-menu ul.menu-list > li > a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .main-menu ul.menu-list > li > a {
    font-size: 1rem;
  }
}
.main-menu ul.menu-list > li:hover > a {
  color: var(--bs-teal);
}

header.theme-main-menu.theme-menu-five {
  display: block;
  width: 100%;
  position: relative;
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1000;
}

header.theme-main-menu.sticky-menu {
  position: fixed;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.theme-menu-one {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-one .header-top {
  padding-top: 18px;
  padding-bottom: 17px;
  position: relative;
  z-index: 1010;
}
.theme-menu-one .main-header-area {
  padding: 20px 30px;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
}
.theme-menu-one .sticky-menu {
  padding: 10px 85px;
}
@media (max-width: 991.98px) {
  .theme-menu-one .sticky-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.theme-menu-one .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #00cccc;
  border-color: #00cccc;
}
.theme-menu-one .hamburger-menu:hover {
  background: #00cccc;
  border-color: #00cccc;
}
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-one .bs-btn {
  padding: 22px 40px;
  transform: translateY(6px);
}
.theme-menu-one .bs-btn::before {
  background: #104042;
}
@media only screen and (max-width: 1800px) {
  .theme-menu-one {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .logo-area img {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-one .logo-area img {
    width: 100%;
  }
}

.theme-menu-two {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 999;
}
.theme-menu-two .custom-container {
  max-width: 1720px;
}
.theme-menu-two .cart-menu .shopping-cart {
  color: var(--gray-dark);
  background: white;
  border: 1.5px solid var(--gray-dark);
}
.theme-menu-two .cart-menu .shopping-cart span {
  background: #104042;
}
.theme-menu-two .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #104042;
  border-color: #104042;
}
.theme-menu-two .hamburger-menu {
  background: #104042;
  border-color: #104042;
}
.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-two .bs-btn {
  color: #000000;
  background: #00cccc;
  font-size: 18px;
  padding: 20px 45px 20px 45px;
  border-width: 0;
  transform: translateY(5px);
}
.theme-menu-two .bs-btn::before {
  background: #104042;
}
.theme-menu-two .logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-two .sticky-logo {
  display: none;
  visibility: hidden;
}
.theme-menu-two .main-header-area {
  background: #ffffff;
  border: 2px solid var(--gray-dark);
  border-radius: 20px;
  padding: 15px 45px 15px 45px;
}
.theme-menu-two .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-two .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
}
.theme-menu-two .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-two .main-header-area.sticky-menu .cart-menu .shopping-cart {
  color: #ffffff;
  border: 1.5px solid #104042;
  background: #104042;
}
.theme-menu-two .main-menu ul li a {
  color: #2d2d2d;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .topbar,
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-three {
  max-width: 1720px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.theme-menu-three .cart-menu .shopping-cart {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.theme-menu-three .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #104042;
  background: #104042;
}
.theme-menu-three .cart-menu .shopping-cart span {
  background: #104042;
}
.theme-menu-three .bs-btn {
  color: #000000;
  background: #00cccc;
  font-size: 18px;
  padding: 20px 45px 20px 45px;
  border: 2px solid var(--gray-dark);
  transform: translateY(5px);
}
.theme-menu-three .bs-btn::before {
  background: #104042;
}
.theme-menu-three .logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-three .sticky-logo {
  display: none;
  visibility: hidden;
}
.theme-menu-three .main-header-area {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 50px;
}
.theme-menu-three .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}
.theme-menu-three .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
}
.theme-menu-three .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-three .main-menu ul li:hover > a {
  color: #104042;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .header-top,
  .theme-menu-three .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-four {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.theme-menu-four .header-top {
  background: #104042;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-four .ht-promo span {
  color: rgba(255, 255, 255, 0.6);
}
.theme-menu-four .ht-promo,
.theme-menu-four .ht-email,
.theme-menu-four .ht-phone {
  color: #ffffff;
}
.theme-menu-four .header-social a {
  color: #2d2d2d;
  background: #ffffff;
}
.theme-menu-four .main-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.theme-menu-four .main-header-area.sticky-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #104042;
}
.theme-menu-four .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-four .hamburger-menu {
  border-color: #ffffff;
  background: #ffffff;
}
.theme-menu-four .cart-menu .shopping-cart {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.theme-menu-four .cart-menu .shopping-cart span {
  background: #00cccc;
}
.theme-menu-four .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #00cccc;
  background: #00cccc;
}
.theme-menu-four .search-area .search-input {
  color: var(--gray-dark);
  background: #ffffff;
  border-color: #ffffff;
}
.theme-menu-four .search-area .search-input:hover {
  color: #ffffff;
  border-color: #00cccc;
  background: #00cccc;
}
.theme-menu-four .main-header-area,
.theme-menu-four .header-top {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-four .bs-btn {
  padding: 21px 43px 20px 43px;
  border-radius: 40px;
}
.theme-menu-four .bs-btn::before {
  background: #ffffff;
}
.theme-menu-four .bs-btn:hover {
  color: #2d2d2d;
  background: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-four .main-header-area,
  .theme-menu-four .header-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-four .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-five .logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-five .sticky-logo {
  display: none;
  visibility: hidden;
}
.theme-menu-five .cart-menu {
  display: inline-flex;
}
.theme-menu-five .cart-menu .shopping-cart {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
  background: #ffffff;
}
.theme-menu-five .cart-menu .shopping-cart span {
  background: #104042;
}
.theme-menu-five .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #104042;
}
.theme-menu-five .hamburger-menu {
  background: var(--puerto-rico-900);
  border-color: var(--puerto-rico-900);
}
.theme-menu-five .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-five .main-header-area {
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .theme-menu-five .main-header-area {
    padding: 1.76rem 0;
  }
}
.theme-menu-five .main-header-area .logo {
  display: inline-block;
}
.theme-menu-five .main-header-area .sticky-logo {
  display: none;
  visibility: hidden;
}
.theme-menu-five .main-header-area.sticky-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .main-header-area.sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .theme-menu-five .main-header-area.sticky-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.theme-menu-five .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-five .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu {
  background: #104042;
  border-color: #104042;
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-five .bs-btn {
  color: #2d2d2d;
  background: #00cccc;
  border-radius: 40px;
}
.theme-menu-five .bs-btn::before {
  background: #104042;
}
.theme-menu-five .bs-btn:hover {
  color: #ffffff;
  border-color: #104042;
}
.theme-menu-five .logo-area svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-five .header-top,
  .theme-menu-five .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-five .main-header-area .logo {
    display: none;
  }
  .theme-menu-five .main-header-area .sticky-logo {
    display: inline-block;
    visibility: visible;
  }
  .theme-menu-five .logo-area {
    max-width: 135px;
  }
  .theme-menu-five .logo-area img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .theme-menu-five .logo-area {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .theme-menu-five .logo-area {
    max-width: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .logo-area {
    max-width: 180px;
  }
  .theme-menu-five .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-six {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
}
.theme-menu-six .header-top {
  background: #104042;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-six .ht-promo,
.theme-menu-six .ht-email,
.theme-menu-six .ht-phone {
  color: #ffffff;
}
.theme-menu-six .ht-promo .hello,
.theme-menu-six .ht-email .hello,
.theme-menu-six .ht-phone .hello {
  color: rgba(255, 255, 255, 0.6);
}
.theme-menu-six .header-social a {
  color: #2d2d2d;
  background: #ffffff;
}
.theme-menu-six .cart-menu .shopping-cart {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
  background: #ffffff;
}
.theme-menu-six .cart-menu .shopping-cart span {
  background: #104042;
}
.theme-menu-six .cart-menu .shopping-cart:hover {
  color: #104042;
  background: #ffffff;
}
.theme-menu-six .hamburger-menu {
  background: #104042;
  border-color: #104042;
}
.theme-menu-six .hamburger-menu .bar-wrap .bar-1,
.theme-menu-six .hamburger-menu .bar-wrap .bar-2,
.theme-menu-six .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-six .main-header-area {
  padding-left: 85px;
  padding-right: 38px;
}
.theme-menu-six .main-header-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-menu-six .main-header-area .logo {
  display: inline-block;
}
.theme-menu-six .main-header-area .sticky-logo {
  display: none;
  visibility: hidden;
}
.theme-menu-six .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-six .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-six .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-six .bs-btn {
  color: #ffffff;
  padding: 23px 40px 22px 40px;
  background: #104042;
  border-radius: 40px;
}
.theme-menu-six .bs-btn::before {
  background: var(--gray-dark);
}
.theme-menu-six .bs-btn:hover {
  color: #ffffff;
}
.theme-menu-six .main-header-area,
.theme-menu-six .header-top {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-six .bs-btn {
  color: #2d2d2d;
  padding: 22px 43px 21px 43px;
  border-radius: 40px;
  background: #00cccc;
}
.theme-menu-six .bs-btn::before {
  background: #104042;
}
.theme-menu-six .bs-btn:hover {
  color: #ffffff;
  background: #104042;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-six .main-header-area,
  .theme-menu-six .header-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-six .logo-area img {
    max-width: 100%;
  }
}

.onepage-nav .main-menu ul li a::before {
  display: none;
}

.contact-btn {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.sub-menu {
  padding-left: 0;
  margin-top: 15px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .ht-btn--contact.btn-three {
    width: 48px;
    height: 48px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .ht-btn--contact.btn-three {
    width: auto;
    height: auto;
    padding: 14px 20px 14px 20px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .ht-btn--contact.btn-three {
    width: auto;
    height: auto;
    padding: 21px 33px 21px 33px;
    display: block;
  }
}
.ht-btn--contact.btn-three .icn {
  fill: var(--gray-dark);
  display: none;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 992px) {
  .ht-btn--contact.btn-three .icn {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .ht-btn--contact.btn-three .icn {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .ht-btn--contact.btn-three .txt {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .ht-btn--contact.btn-three .txt {
    display: block;
  }
}
.ht-btn--contact.btn-three:hover .icn {
  fill: #ffffff;
}

.btn-search {
  --bs-btn-search-size: 44px;
  --bs-btn-search-icn-size: 24px;
  --bs-btn-search-color: #000;
  --bs-btn-search-bg: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m22.96,24l-9.17-9.17c-.73.62-1.57,1.11-2.53,1.45-.95.34-1.91.51-2.87.51-2.34,0-4.33-.81-5.95-2.44-1.63-1.63-2.44-3.61-2.44-5.95S.81,4.07,2.44,2.44C4.07.81,6.05,0,8.39,0s4.33.81,5.95,2.44c1.63,1.63,2.44,3.61,2.44,5.95,0,1.02-.18,2-.54,2.95-.36.95-.83,1.77-1.42,2.44l9.17,9.17s-1.04,1.04-1.04,1.04Zm-14.57-8.68c1.94,0,3.58-.67,4.92-2.01,1.34-1.34,2.01-2.98,2.01-4.92s-.67-3.58-2.01-4.92c-1.34-1.34-2.98-2.01-4.92-2.01s-3.58.67-4.92,2.01c-1.34,1.34-2.01,2.98-2.01,4.92s.67,3.58,2.01,4.92c1.34,1.34,2.98,2.01,4.92,2.01Z' style='fill: %231f2020; stroke-width: 0px;'/%3E%3C/svg%3E");
  --bs-btn-search-opacity: 1;
  --bs-btn-search-hover-opacity: 1;
  box-sizing: content-box;
  width: var(--bs-btn-search-size);
  height: var(--bs-btn-search-size);
  padding: 0;
  color: var(--bs-btn-search-color);
  background: transparent var(--bs-btn-search-bg) center/var(--bs-btn-search-icn-size) auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-search-opacity);
  margin-right: 8px;
}
@media only screen and (min-width: 1200px) {
  .btn-search {
    margin-right: 16px;
  }
}
.btn-search[aria-expanded=true] {
  --bs-btn-search-bg: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M9.207 8.5l6.646 6.646-0.707 0.707-6.646-6.646-6.646 6.646-0.707-0.707 6.646-6.646-6.647-6.646 0.707-0.707 6.647 6.646 6.646-6.646 0.707 0.707-6.646 6.646z' fill='%23000000' /%3E%3C/svg%3E");
}
@media only screen and (min-width: 768px) {
  .btn-search.btn-input-search-icon {
    --bs-btn-search-bg: none;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn-search.btn-input-search-icon {
    text-indent: -9999px;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  }
}

body.menu-opened {
  position: fixed;
  width: 100%;
  height: 100%;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991.98px) {
  .ht-menu-wrapper .mobile-logo svg {
    max-width: 180px;
    max-height: 38px;
    width: 100%;
    height: 100%;
    min-width: 180px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ht-menu-wrapper .mobile-logo svg {
    max-width: 180px;
  }
}
.ht-menu-wrapper .mobile-menu-wrapper {
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .ht-menu-wrapper .mobile-menu-wrapper {
    display: none;
  }
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  width: 100%;
  max-width: 100%;
  background-color: var(--bs-gray-900);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 1200px) {
  .ht-menu-wrapper .ht-menu-area {
    padding: 1.76rem 0;
  }
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  position: relative;
  padding: 0;
  --btn-size:36px;
  width: var(--btn-size);
  height: calc(var(--btn-size) + 2px);
  line-height: calc(var(--btn-size) + 2px);
  font-size: 0px;
  z-index: 1;
  color: #ffffff;
  border-radius: 0%;
  --bs-btn-close-bg:url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512.481 421.906L850.682 84.621c25.023-24.964 65.545-24.917 90.51.105s24.917 65.545-.105 90.51L603.03 512.377 940.94 850c25.003 24.984 25.017 65.507.033 90.51s-65.507 25.017-90.51.033L512.397 602.764 174.215 940.03c-25.023 24.964-65.545 24.917-90.51-.105s-24.917-65.545.105-90.51l338.038-337.122L84.14 174.872c-25.003-24.984-25.017-65.507-.033-90.51s65.507-25.017 90.51-.033L512.48 421.906z'/%3E%3C/svg%3E");
  opacity: 0.4;
  margin-left: auto;
  background-color: #434343;
  /* background-position: 5px; */
  background-size: 14px auto;
  clip-path: polygon(5% 26%, 50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%);
  /* background-position: 5px; */
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.mob-menu {
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  display: block;
  width: 100%;
}
.mob-menu__nav {
  width: 100%;
  background: none;
  margin-top: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mob-menu__nav-list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block;
}
.mob-menu__nav-list > li {
  list-style-type: none;
  position: relative;
}
.mob-menu__nav-list > li > a {
  font-size: 1rem;
  display: block;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.mob-menu__nav-list > li.has-dropdown {
  position: relative;
}
.mob-menu__nav-list > li.has-dropdown::after {
  content: "";
  width: 45px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: 5px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.64 5.96'%3E%3Cpolygon points='5.32 5.96 0 .64 .64 0 5.32 4.68 10 0 10.64 .64 5.32 5.96' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  transform: rotate(270deg);
  transform-origin: center;
  transition: transform 100ms ease;
}
.mob-menu__nav-list > li.has-dropdown a {
  padding-right: 2rem;
}
.mob-menu__nav-list > li.has-dropdown.open::after {
  transform: rotate(0deg);
}
.mob-menu__submenu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: none;
  list-style: none;
}
.mob-menu__submenu .row {
  row-gap: 1.5rem;
}
.mob-menu__submenu.is-open {
  display: block;
}
.mob-menu__grand-child {
  width: 100%;
  padding-left: 0;
  list-style: outside;
  padding-left: 15px;
}
.mob-menu__grand-child a {
  font-size: 0.9rem;
  display: block;
  width: 100%;
  padding: 0.4em 0 0.4em 0;
  color: white;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 100%;
  padding: 0;
  visibility: visible;
  padding: 0.8em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.7;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 27px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  line-height: 1;
  border: none !important;
  line-height: 27px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}
.mean-container .mean-nav ul li a.mean-expand::before {
  content: "\f282";
  font-family: "bootstrap-icons";
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.section-product-header__title {
  margin-bottom: 2.4rem;
}
.section-product-header__title > * {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-product-header__title {
    margin-bottom: 3.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-product-header__title {
    margin-bottom: 4.4rem;
  }
}
.section-product-header__image {
  margin-bottom: 0px;
}
.section-product-header__image .vc_figure,
.section-product-header__image .vc_single_image-wrapper {
  display: block;
}
.section-product-header__image img {
  width: 100%;
  border-radius: var(--bs-border-radius-lg);
  aspect-ratio: 1390/800;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1200px) {
  .section-product-header__image-wrap .vc_column-inner {
    max-width: 100vw !important;
  }
}
@media only screen and (min-width: 1580px) {
  .section-product-header__image-wrap .vc_column-inner {
    max-width: 80vw !important;
  }
}
.section-product-header__content-section {
  padding: 2.3rem 0;
}
@media only screen and (min-width: 768px) {
  .section-product-header__content-section {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-product-header__content-section {
    padding: 4.7rem 0;
  }
}
.section-product-header__content-txt {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-product-header__content-txt {
    margin-bottom: 2.4rem;
  }
}
.section-product-header__content-txt > .wpb_wrapper {
  max-width: 850px;
}
.section-product-header__btm {
  padding: 0.5rem 0 3.2rem 0;
}
@media only screen and (min-width: 1200px) {
  .section-product-header__btm {
    padding: 0.5rem 0 5.2rem 0;
  }
}
.section-product-header__btm-content {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-product-header__btm-content {
    margin-top: 0rem;
  }
}
.section-product-header__btm-content .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section-product-header__btm-content .vc_column-inner {
    padding-left: 3rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .section-product-header__btm-content .vc_column-inner {
    padding-left: 4rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section-product-header__btm-content .vc_column-inner {
    padding-left: 4.5rem !important;
  }
}
.section-product-header__btm-content .vc_column-inner .wpb_wrapper {
  max-width: 550px;
}
.section-product-header__btm-title {
  margin-bottom: 1rem;
}
.section-product-header__btm-title > * {
  margin-bottom: 0;
}
.section-product-header__btm-txt {
  margin-bottom: 0;
}
.section-product-header__btm-image {
  margin-bottom: 0;
}

.section-card-grp {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-card-grp {
    padding-top: 4.333rem;
    padding-bottom: 2.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-card-grp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 5.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-card-grp {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

.section-sorting .vc_row {
  --spacing-20: 1.111rem;
  --spacing-20-neg: -1.111rem;
  margin-left: var(--spacing-20-neg);
  margin-right: var(--spacing-20-neg);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-sorting .vc_column_container {
  padding-left: var(--spacing-20);
  padding-right: var(--spacing-20);
}
@media only screen and (max-width: 767.98px) {
  .section-sorting__inner-content.vc_column_container {
    order: 2;
  }
}
.section-sorting__inner-content.vc_column_container > .vc_column-inner {
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .section-sorting__inner-image.vc_column_container {
    order: 1;
  }
}
.section-sorting__image .vc_figure {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .section-sorting__image .vc_figure {
    margin-bottom: 0;
  }
}
.section-sorting__image img {
  aspect-ratio: 625/540;
  border-radius: var(--bs-border-radius-lg);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section-sorting .wpb_content_element {
  margin-bottom: 0;
}
.section-sorting__title {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-sorting__title .vcmh-title {
  margin-bottom: 0;
}
.section-sorting .vcmh-subtitle {
  display: inline-block;
  background-color: var(--accent-color-light-1);
  font-size: 0.778rem;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 0;
}
.section-sorting__content.wpb_content_element {
  margin-bottom: 0;
}
.section-sorting__content.wpb_content_element + .section-sorting__btn {
  margin-top: 2rem;
}
.section-sorting__content ul {
  list-style: none;
  padding-left: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--bs-heading-color);
}
.section-sorting__content li {
  position: relative;
}
.section-sorting__content li::before {
  content: "";
  --size-18:18px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='m17.29,5.49c-.47-1.09-1.11-2.04-1.92-2.85-.81-.81-1.77-1.45-2.86-1.93-1.1-.47-2.27-.71-3.51-.71s-2.42.24-3.51.71c-1.1.48-2.05,1.12-2.86,1.93-.81.81-1.45,1.76-1.92,2.86-.47,1.09-.71,2.26-.71,3.51s.24,2.41.71,3.51c.47,1.09,1.11,2.04,1.92,2.85s1.77,1.45,2.86,1.93c1.1.47,2.27.7,3.51.7s2.42-.23,3.51-.7c1.1-.48,2.05-1.12,2.86-1.93s1.45-1.76,1.92-2.86c.47-1.09.71-2.26.71-3.51s-.24-2.41-.71-3.51Zm-13.29,3.86l.71-.7,2.85,2.85,5.69-5.69.71.71-6.4,6.39-3.56-3.56Z' style='fill: %231f1f1f; stroke-width: 0px;'/%3E%3C/svg%3E");
  background-size: var(--size-18) var(--size-18);
  width: var(--size-18);
  height: var(--size-18);
  display: block;
  position: absolute;
  left: -38px;
  top: 5px;
}
.section-sorting .vc_row .section-sorting__inner-image + .section-sorting__inner-content > .vc_column-inner {
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .section-sorting .vc_row .section-sorting__inner-image + .section-sorting__inner-content > .vc_column-inner {
    padding-left: 3.3rem;
    padding-right: 0;
  }
}
.section-sorting .vc_row:has(.section-sorting__inner-content:first-child) .section-sorting__inner-content > .vc_column-inner {
  padding-left: 0;
}
@media only screen and (min-width: 1200px) {
  .section-sorting .vc_row:has(.section-sorting__inner-content:first-child) .section-sorting__inner-content > .vc_column-inner {
    padding-right: 3.3rem;
    padding-left: 0;
  }
}
.section-card-grp .section-sorting:first-child .vcmh-subtitle {
  background-color: var(--accent-color-light-1);
}
.section-card-grp .section-sorting:last-child .vcmh-subtitle {
  background-color: var(--accent-color-light-2);
}

.section-capabilities {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-capabilities {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-capabilities {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-capabilities {
    padding-top: 5.5rem;
    padding-bottom: 4.3rem;
  }
}
.section-capabilities__wrap > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 1200px) {
  .section-capabilities__wrap > .vc_column-inner > .wpb_wrapper {
    gap: 3.8rem;
  }
}
.section-capabilities__top-head {
  margin-bottom: 1.2rem;
}
.section-capabilities__top-head .vcmh-title {
  margin-bottom: 0;
}
.section-capabilities__top-content {
  margin-bottom: 0;
  max-width: 870px;
}
.section-capabilities__btm-row {
  --space-row-md: 2rem;
  --space-row-neg-md: -2rem;
  --space-row-lg: 3rem;
  --space-row-neg-lg: -3rem;
  --space-row-xxl: 5rem;
  --space-row-neg-xxl: -5rem;
}
.section-capabilities__btm-row.vc_row {
  margin-left: var(--space-row-neg-md);
  margin-right: var(--space-row-neg-md);
}
@media only screen and (min-width: 1200px) {
  .section-capabilities__btm-row.vc_row {
    margin-left: var(--space-row-neg-lg);
    margin-right: var(--space-row-neg-lg);
  }
}
@media only screen and (min-width: 1580px) {
  .section-capabilities__btm-row.vc_row {
    margin-left: var(--space-row-neg-xxl);
    margin-right: var(--space-row-neg-xxl);
  }
}
.section-capabilities__btm-block {
  padding-left: var(--space-row-md);
  padding-right: var(--space-row-md);
  margin-top: 2.8rem;
}
@media only screen and (min-width: 1200px) {
  .section-capabilities__btm-block {
    padding-left: var(--space-row-lg);
    padding-right: var(--space-row-lg);
  }
}
@media only screen and (min-width: 1580px) {
  .section-capabilities__btm-block {
    padding-left: var(--space-row-xxl);
    padding-right: var(--space-row-xxl);
  }
}
.section-capabilities__btm-title {
  margin-bottom: 0.5rem;
}
.section-capabilities__btm-title .vcmh-title {
  margin-bottom: 0;
}
.section-capabilities__btm-para {
  margin-bottom: 0;
}
.section-capabilities__btm-para p {
  margin-bottom: 1.4rem;
}
.section-capabilities__btm-para p:last-child {
  margin-bottom: 0;
}
.section-capabilities__btm-para ul {
  list-style: outside;
  padding-left: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .section-capabilities__btm-para ul {
    margin-top: 2rem;
  }
}
.section-capabilities__btm-para h2 + *, .section-capabilities__btm-para h3 + *, .section-capabilities__btm-para h4 + *, .section-capabilities__btm-para h5 + *, .section-capabilities__btm-para h6 + * {
  margin-top: 0;
  margin-bottom: 2rem;
}
.section-capabilities__btm-btn {
  margin-bottom: 0;
  margin-top: 1.1rem;
}

.section-ads {
  color: white;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .section-ads {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-ads {
    padding-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-ads {
    padding-bottom: 5.5rem;
  }
}
.section-ads__row-bg {
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% auto !important;
  --space-60: 2rem;
  padding: var(--space-60);
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .section-ads__row-bg {
    --space-60: 3.3rem;
  }
}
.section-ads__row-bg.vc_row {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__row-bg.vc_row {
    --space-60: 2.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-ads__row-bg.vc_row {
    --space-60: 3.3rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-ads__row-bg.vc_row.section-data-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 2rem;
  --space-60: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__row-bg.vc_row.section-data-list {
    --space-60: 3.4rem 2.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-ads__row-bg.vc_row.section-data-list {
    --space-60: 4.4rem 3.3rem;
  }
}
.section-ads__row-bg.vc_row.section-data-list .section-data-list__block {
  float: none;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__row-bg.vc_row.section-data-list .section-data-list__block {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .section-ads__row-bg.vc_row.section-data-list .section-data-list__block {
    width: 25%;
  }
}
.section-ads__content {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__content {
    margin-bottom: 0rem;
    padding-right: 1.5rem;
  }
}
.section-ads__content .wpb_wrapper {
  max-width: 360px;
}
.section-ads__content .wpb_content_element {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__content .wpb_content_element {
    margin-bottom: 2rem;
  }
}
.section-ads__content .vc_do_btn {
  margin-bottom: 0;
}
.section-ads__list {
  list-style: outside;
}
@media only screen and (min-width: 768px) {
  .section-ads__list {
    padding-left: 1.5rem;
  }
}
.section-ads__list .wpb_content_element {
  margin-bottom: 0;
}
.section-ads__list ul {
  list-style: none;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .section-ads__list ul {
    padding-left: 2.2rem;
  }
}
.section-ads__list li {
  position: relative;
}
.section-ads__list li::before {
  content: "";
  --size-18: 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='m17.29,5.49c-.47-1.09-1.11-2.04-1.92-2.85-.81-.81-1.77-1.45-2.86-1.93-1.1-.47-2.27-.71-3.51-.71s-2.42.24-3.51.71c-1.1.48-2.05,1.12-2.86,1.93-.81.81-1.45,1.76-1.92,2.86-.47,1.09-.71,2.26-.71,3.51s.24,2.41.71,3.51c.47,1.09,1.11,2.04,1.92,2.85.81.81,1.77,1.45,2.86,1.93,1.1.47,2.27.7,3.51.7s2.42-.23,3.51-.7c1.1-.48,2.05-1.12,2.86-1.93.81-.81,1.45-1.76,1.92-2.86.47-1.09.71-2.26.71-3.51s-.24-2.41-.71-3.51Zm-9.73,7.42l-3.56-3.56.71-.7,2.85,2.85,5.69-5.69.71.71-6.4,6.39Z' style='fill: %23fff; opacity: .15; stroke-width: 0px;'/%3E%3Cpolygon points='13.96 6.52 7.56 12.91 4 9.35 4.71 8.65 7.56 11.5 13.25 5.81 13.96 6.52' style='fill: %23fff; stroke-width: 0px;'/%3E%3C/svg%3E");
  background-size: var(--size-18) var(--size-18);
  width: var(--size-18);
  height: var(--size-18);
  display: block;
  position: absolute;
  left: -32px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .section-ads__list li::before {
    --size-18: 18px;
    left: -38px;
  }
}

.wpb_wrapper .section-ads__row-bg {
  background-position: bottom !important;
}

/* ── Header row ── */
.vchc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3.7rem;
}
@media only screen and (min-width: 768px) {
  .vchc-header {
    margin-bottom: 2.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .vchc-header {
    margin-bottom: 3.7rem;
  }
}

.vchc-header__text {
  flex: 1 1 0;
  min-width: 0;
}
.team-block .vchc-header__text {
  max-width: 620px;
}

/* ── Heading ── */
.vchc-heading {
  margin-bottom: 1.2rem;
}

/* ── Body text ── */
.vchc-body {
  max-width: 824px;
  margin-bottom: 0;
}

/* ── CTA button ── */
.vchc-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #111;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.vchc-btn:hover {
  background: #111;
  color: #fff;
}

/* ── Carousel ── */
.vchc-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  cursor: grab;
  user-select: none;
}

.vchc-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  pointer-events: none;
}

.vchc-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.vchc-slide.is-prev {
  transform: translateX(-100%);
}

.vchc-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 1290/725;
}

/* ── Dots ── */
.vchc-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.vchc-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: white;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}

.vchc-dot.is-active {
  transform: scale(1.2);
}

.vchc-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* ── Progress bar (autoplay indicator) ── */
.vchc-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 11;
  transition: width linear;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .vchc-header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.section-article-1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-article-1 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-article-1 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-article-1 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.section-article-1.section-team-members {
  padding-top: 0;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-article-1.section-team-members {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-article-1.section-team-members {
    padding-top: 0;
    padding-bottom: 5.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-article-1.section-team-members {
    padding-top: 0;
    padding-bottom: 6.3rem;
  }
}
.section-article-1__content .wpb_wrapper {
  max-width: 824px;
}
.section-article-1__heading {
  margin-bottom: 1.2rem;
}
.section-article-1__heading .vcmh-title {
  margin-bottom: 0;
}
.section-article-1__btn {
  float: right;
}
.section-article-1__slider .vc_images_carousel .vc_carousel-inner {
  border-radius: var(--bs-border-radius-lg);
}
.section-article-1__slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item a > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius-15);
  aspect-ratio: 1290/725;
}
.section-article-1__slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius-15);
  aspect-ratio: 1290/725;
}
.section-article-1__slider .vc_images_carousel .vc_carousel-indicators li {
  background-color: white;
  border: 1px solid white;
  border-radius: 12px;
  height: 12px;
  margin: 0px 3px;
  width: 12px;
}
.section-article-1__slider .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
.section-article-1__slider .vc_images_carousel ol.vc_carousel-indicators {
  margin: 0 0 0 -30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-recommended.section-blog-related {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-recommended.section-blog-related {
    margin-top: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-recommended.section-blog-related {
    margin-top: 5.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-recommended.section-blog-related {
    margin-top: 6rem;
  }
}
.section-recommended__row {
  background-color: var(--bs-gray-200);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-recommended__row {
    padding-top: 4.333rem;
    padding-bottom: 4.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-recommended__row {
    padding-top: 5.333rem;
    padding-bottom: 5.333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-recommended__row {
    padding-top: 6.333rem;
    padding-bottom: 6.333rem;
  }
}
.section-recommended .vciig-header {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .section-recommended .vciig-header {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-recommended .vciig-header {
    margin-bottom: 5rem;
  }
}
.section-recommended .vciig-grid {
  --gap-45: 1.5rem;
  gap: var(--gap-45);
}
@media only screen and (min-width: 768px) {
  .section-recommended .vciig-grid {
    --gap-45: 2.5rem;
  }
}
.section-recommended .vciig-card__title {
  margin-bottom: 0.6rem;
}
.section-recommended .vciig-card__desc {
  margin-bottom: 0;
  max-width: 260px;
}
.section-recommended .vciig-card__footer {
  display: flex;
  justify-content: flex-end;
  /* margin-top: 1.5rem; */
  display: flex;
  justify-content: flex-end;
  transform: translate(0.8rem, 0.8rem);
  align-items: flex-end;
  align-self: end;
  margin-top: auto;
}

.section-benefits__row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-benefits__row {
    padding-top: 4.333rem;
    padding-bottom: 4.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-benefits__row {
    padding-top: 5.333rem;
    padding-bottom: 5.333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-benefits__row {
    padding-top: 6.333rem;
    padding-bottom: 6.333rem;
  }
}
.section-benefits .vciig-card--image .vciig-card__img-wrap {
  aspect-ratio: 400/160;
}
.section-benefits .vciig-card--image .vciig-card__img-wrap img {
  border-radius: var(--bs-border-radius-lg);
}
.section-benefits .vciig-section-title {
  margin-bottom: 1.1rem;
}
.section-benefits .vciig-card--icon .vciig-card__body,
.section-benefits .vciig-card--image .vciig-card__body {
  padding: 1.8rem 1.4rem 1.4rem 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .section-benefits .vciig-card--icon .vciig-card__body,
  .section-benefits .vciig-card--image .vciig-card__body {
    padding: 1.7rem 2.8rem;
  }
}
.section-benefits .vciig-section-subtitle {
  max-width: 640px;
  margin-bottom: 0;
}
.section-benefits .vciig-header {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .section-benefits .vciig-header {
    margin-bottom: 3.5rem;
  }
}
.section-benefits .vciig-grid {
  --gap-45: 1.5rem;
  gap: var(--gap-45);
}
@media only screen and (min-width: 1200px) {
  .section-benefits .vciig-grid {
    --gap-45: 2.5rem;
  }
}
.section-benefits .vciig-card__title {
  margin-bottom: 0.6rem;
}
.section-benefits .vciig-card__desc {
  margin-bottom: 0;
  max-width: 100%;
}
.section-benefits .vciig-card__footer {
  display: flex;
  justify-content: flex-end;
  transform: translate(0.4rem, 0.4rem);
}
@media only screen and (min-width: 1200px) {
  .section-benefits .vciig-card__footer {
    transform: translate(1.8rem, 0.8rem);
  }
}
.section-benefits .vciig-card__footer {
  /* margin-top: 1.5rem; */
}
.section-benefits.section-about-features .vciig-card--icon .vciig-card__body,
.section-benefits.section-about-features .vciig-card--image .vciig-card__body {
  padding: 1.8rem 1.4rem 1.4rem 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .section-benefits.section-about-features .vciig-card--icon .vciig-card__body,
  .section-benefits.section-about-features .vciig-card--image .vciig-card__body {
    padding: 2.7rem 2.8rem 2.9rem 2.8rem;
  }
}
.section-benefits.section-about-features .vciig-card__desc {
  max-width: 100%;
}

.section-tab-faq__row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-tab-faq__row {
    padding-top: 4.333rem;
    padding-bottom: 4.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-tab-faq__row {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-tab-faq__row {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.section-tab-faq__row .vc_tta-container {
  margin-bottom: 0;
}
.section-tab-faq__heading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-tab-faq__heading {
    padding-bottom: 2rem;
  }
}
.section-tab-faq__heading .vcmh-title {
  margin-bottom: 0.9rem;
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-panel-body, .section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 0;
}
.section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
  color: var(--bs-gray-900);
}
.section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
  color: var(--bs-gray-900);
}
.section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: var(--bs-gray-600);
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-tab {
  font-size: 1rem;
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-tab > a {
  padding: 1rem 2rem;
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-tabs-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-panels-container {
  padding-top: 0rem;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-panels-container {
    padding-top: 3.8rem;
    border-top: 1px #d8d8d8 solid;
    margin-top: -1px;
  }
}
.section-tab-faq__tabfaq.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  text-align: center;
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-tab > a {
  border: none;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
}
.section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a, .section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
  background-color: transparent;
}
.section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background-color: var(--accent-color-light-2);
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding-bottom: 0rem;
  }
}
.section-tab-faq__tabfaq.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a, .section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a, .section-tab-faq__tabfaq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover {
  background-color: transparent;
  border-bottom-color: var(--bs-teal);
}
.section-tab-faq__tabfaq.vc_tta.vc_general .vc_tta-panel-title {
  line-height: 1;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.tab-block__child .vc_tta-panel-heading {
  background-color: transparent;
  border-bottom: 1px #d8d8d8 solid;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.tab-block__child.vc_active .vc_tta-panel-heading {
  background-color: transparent;
  border-bottom-color: var(--bs-teal);
  border-bottom-width: 1.5px;
  margin-bottom: 1rem;
}

.faq-block__child {
  margin-bottom: 0;
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-white);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-gray-300);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius-lg);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-accordion-inner-border-radius: var(--bs-accordion-border-radius);
  --bs-accordion-btn-padding-x: 1.4rem;
  --bs-accordion-btn-padding-y: 1.2rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 2.667rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-white);
  border-radius: var(--bs-accordion-border-radius);
  padding: 0 var(--bs-accordion-btn-padding-x);
  overflow: hidden;
  background-color: var(--bs-accordion-bg);
  margin-bottom: 0.889rem;
}
@media only screen and (min-width: 768px) {
  .faq-block__child {
    --bs-accordion-btn-padding-x: 2.667rem;
    --bs-accordion-btn-padding-y: 1.56rem;
  }
}
.faq-block__child .vc_toggle_title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) 0;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.faq-block__child .vc_toggle_title > h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .faq-block__child .vc_toggle_title > h4 {
    font-size: calc(1rem + 0.3vw);
  }
}
.faq-block__child .vc_toggle_content {
  margin: 0;
  background-color: var(--bs-accordion-btn-bg);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  padding: var(--bs-accordion-body-padding-y) 0;
  border-top: 1px var(--bs-accordion-border-color) solid;
}
.faq-block__child .vc_toggle_content > p {
  margin-bottom: 0.4rem;
}
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: var(--bs-accordion-btn-padding-x);
  padding-left: 0;
}
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon {
  position: relative;
  margin-left: auto;
  background-color: transparent;
  border: none;
  left: auto;
  transform: none;
  top: auto;
}
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon::after,
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon::after {
  display: none;
}
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon::before,
.faq-block__child.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.64 5.96'%3E%3Cpolygon points='5.32 5.96 0 .64 .64 0 5.32 4.68 10 0 10.64 .64 5.32 5.96' style='fill: %231a1a1a; stroke-width: 0px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  background-color: transparent;
  border: none;
  background-size: contain;
  visibility: visible;
}
.faq-block__child.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  transform: rotate(180deg);
  transform-origin: center center;
}
.faq-block__child.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon::before {
  visibility: visible;
}

.tab-content--faq {
  margin-bottom: 0;
  padding-top: 5rem;
}

.faq-accordion--item {
  border: 0px;
  border-radius: var(--bs-border-radius-lg);
  padding: 0 var(--bs-accordion-btn-padding-x);
  margin-bottom: 0.889rem;
}
@media only screen and (min-width: 768px) {
  .faq-accordion--item {
    --bs-accordion-btn-padding-x: 2.667rem;
    --bs-accordion-btn-padding-y: 1.56rem;
  }
}
.faq-accordion--item:first-of-type, .faq-accordion--item:last-of-type {
  border-radius: var(--bs-border-radius-lg);
}
.faq-accordion--button {
  padding: var(--bs-accordion-btn-padding-y) 0;
  font-size: inherit;
  color: var(--bs-heading-color);
}
.faq-accordion--button:hover, .faq-accordion--button:focus, .faq-accordion--button:not(.collapsed) {
  color: var(--bs-gray-900);
  box-shadow: none;
}
.faq-accordion--body {
  margin: 0;
  background-color: var(--bs-accordion-btn-bg);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  padding: var(--bs-accordion-body-padding-y) 0;
  border-top: 1px var(--bs-accordion-border-color) solid;
}
.faq-accordion--body > p {
  margin-bottom: 0.4rem;
}

.section-card-slider__row {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .section-card-slider__row {
    padding-top: 4.333rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-card-slider__row {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-card-slider__row {
    padding-top: 5.6rem;
    padding-bottom: 3.6rem;
  }
}
.section-card-slider__row .vc_tta-container {
  margin-bottom: 0;
}
.section-card-slider__row:has(.vciig-grid) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-card-slider__row:has(.vciig-grid) {
    padding-top: 4.333rem;
    padding-bottom: 4.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-card-slider__row:has(.vciig-grid) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-card-slider__row:has(.vciig-grid) {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.section-card-slider__row .vciig-header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-header {
    margin-bottom: 5rem;
  }
}
.section-card-slider__row .vciig-grid {
  --gap-grid: 40px;
  display: grid;
  gap: var(--gap-grid);
  /* outline: 1px red solid; */
}
.section-card-slider__row {
  /* ── Card base ── */
}
.section-card-slider__row .vciig-card {
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.section-card-slider__row .vciig-card:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.section-card-slider__row .vciig-card--icon .vciig-card__body,
.section-card-slider__row .vciig-card--image .vciig-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.4rem 1.4rem;
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-card--icon .vciig-card__body,
  .section-card-slider__row .vciig-card--image .vciig-card__body {
    padding: 1.889rem 1.8rem 1.889rem;
  }
}
.section-card-slider__row {
  /* ── Icon circle ── */
}
.section-card-slider__row .vciig-icon-circle {
  --size-100: 4.556rem;
  width: var(--size-100);
  height: var(--size-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section-card-slider__row .vciig-icon-circle {
    --size-100: 5.556rem;
    margin-bottom: 2.2rem;
  }
}
.section-card-slider__row .vciig-icon-circle img {
  --size-50: 2.778rem;
  width: var(--size-50);
  height: var(--size-50);
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.section-card-slider__row {
  /* ── Image card ── */
}
.section-card-slider__row .vciig-card--image .vciig-card__img-wrap {
  width: 100%;
  aspect-ratio: 400/220;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
}
.section-card-slider__row .vciig-card--image .vciig-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.section-card-slider__row .vciig-card--image:hover .vciig-card__img-wrap img {
  transform: scale(1.04);
}
.section-card-slider__row {
  /* ── Badge ── */
}
.section-card-slider__row .vciig-card__badge {
  display: inline-block;
  background: #e8f4f1;
  font-size: 0.778rem;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  width: fit-content;
}
.section-card-slider__row {
  /* ── Arrow button ── */
}
.section-card-slider__row .vciig-card__footer {
  display: flex;
  justify-content: flex-end;
  transform: translate(0.4rem, 0.4rem);
  margin-top: auto;
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-card__badge {
    margin-bottom: 1.3rem;
  }
  .section-card-slider__row .vciig-card__footer {
    transform: translate(0.8rem, 0.8rem);
  }
}
.section-card-slider__row .vciig-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --size-btn: 50px;
  width: var(--size-btn);
  height: var(--size-btn);
  border-radius: var(--bs-border-radius-sm);
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.2s, background-color 0.2s;
}
@media (min-width: 1200px) {
  .section-card-slider__row .vciig-arrow {
    --size-btn: 60px;
  }
}
.section-card-slider__row .vciig-arrow svg {
  width: 23px;
  height: 12px;
  fill: #fff;
  display: block;
}
.section-card-slider__row .vciig-arrow:hover {
  transform: scale(1.08);
  background-color: var(--gray-dark, #1a1a1a);
}
.section-card-slider__row {
  /* ── Slider mode ── */
}
.section-card-slider__row .vciig-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-card-slider__row .vciig-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.section-card-slider__row .vciig-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
.section-card-slider__row .vciig-swiper .swiper-slide .vciig-card {
  width: 100%;
  height: 100%;
}
.section-card-slider__row {
  /* Slider footer */
}
.section-card-slider__row .vciig-slider-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-slider-footer {
    margin-top: 4rem;
  }
}
.section-card-slider__row {
  /* Pagination */
}
.section-card-slider__row .vciig-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.section-card-slider__row .vciig-swiper-pagination .swiper-pagination-bullet {
  width: var(--slider-btn-size-sm);
  height: var(--slider-btn-size-sm);
  min-width: 20px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.778rem;
  font-weight: 500;
  color: var(--bs-gray-600);
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-swiper-pagination .swiper-pagination-bullet {
    width: var(--slider-btn-size);
    height: var(--slider-btn-size);
  }
}
.section-card-slider__row .vciig-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-gray-900);
  color: #fff;
}
.section-card-slider__row {
  /* Prev / Next buttons */
}
.section-card-slider__row .vciig-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--slider-btn-size-sm);
  height: var(--slider-btn-size-sm);
  border-radius: 50%;
  border: 1.5px solid var(--bs-gray-600);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .section-card-slider__row .vciig-nav-btn {
    width: var(--slider-btn-size);
    height: var(--slider-btn-size);
  }
}
.section-card-slider__row .vciig-nav-btn svg {
  width: 15px;
  height: 9px;
  fill: var(--bs-gray-600);
  display: block;
  transition: fill 0.2s;
}
.section-card-slider__row .vciig-nav-btn:hover svg {
  fill: #fff;
}
.section-card-slider__row .vciig-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.section-card-slider__row {
  /* ── Responsive ── */
}
@media (max-width: 900px) {
  .section-card-slider__row .vciig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .section-card-slider__row .vciig-grid {
    grid-template-columns: 1fr;
  }
}
.section-card-slider__heading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
.section-card-slider__heading .vcmh-title {
  margin-bottom: 0.9rem;
}
.section-card-slider .vciig-card--image .vciig-card__img-wrap {
  aspect-ratio: 625/260;
}
.section-card-slider .vciig-card--image .vciig-card__img-wrap img {
  border-radius: var(--bs-border-radius-lg);
}
.section-card-slider .vciig-card__title {
  font-size: calc(1.2rem + 0.6vw);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .section-card-slider .vciig-card__title {
    margin-bottom: 1.2rem;
  }
}
.section-card-slider .vciig-card__desc {
  max-width: 370px;
}
.section-card-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.section-card-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.section-card-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

/* ── Section header ── */
.section-blog-list__row {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-blog-list__row {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog-list__row {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list__row {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
.section-blog-list__row .vc_tta-container {
  margin-bottom: 0;
}
.section-blog-list__heading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
.section-blog-list__heading .vcmh-title {
  margin-bottom: 0.9rem;
}
.section-blog-list__page-title.product {
  max-width: 1160px;
}
.section-blog-list__page-title .vcmh-subtitle {
  max-width: 630px;
}
.section-blog-list__page-title.testimonials .vcmh-subtitle {
  max-width: 770px;
}
.section-blog-list__page-title.faq-page .vcmh-subtitle {
  max-width: 700px;
}
.section-blog-list-block {
  margin-bottom: 0;
}
.section-blog-list-block__row {
  background-color: var(--bs-gray-200);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__row {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog-list-block__row {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block__row {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
  }
}
.section-blog-list-block__row.faq-page-row {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__row.faq-page-row {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog-list-block__row.faq-page-row {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block__row.faq-page-row {
    padding-bottom: 4.5rem;
  }
}
.section-blog-list-block__row.search-page-row {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__row.search-page-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog-list-block__row.search-page-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block__row.search-page-row {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.section-blog-list-block__row .vc_tta-container {
  margin-bottom: 0;
}
.section-blog-list-block .vc_grid .vc_pageable-load-more-btn,
.section-blog-list-block .vc_pageable-load-more-btn {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block .vc_grid .vc_pageable-load-more-btn,
  .section-blog-list-block .vc_pageable-load-more-btn {
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block .vc_grid .vc_pageable-load-more-btn,
  .section-blog-list-block .vc_pageable-load-more-btn {
    margin-top: 4rem;
  }
}
.section-blog-list-block .vc_pageable-slide-wrapper::before, .section-blog-list-block .vc_pageable-slide-wrapper::after {
  display: none;
}
.section-blog-list-block .vc_pageable-slide-wrapper {
  --bs-columns:1;
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 2.5rem);
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block .vc_pageable-slide-wrapper {
    --bs-columns: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block .vc_pageable-slide-wrapper {
    --bs-columns: 3;
  }
}
.section-blog-list-block.testimonials-block .vc_pageable-slide-wrapper {
  --bs-columns:1;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block.testimonials-block .vc_pageable-slide-wrapper {
    --bs-columns: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block.testimonials-block .vc_pageable-slide-wrapper {
    --bs-columns: 2;
  }
}
.section-blog-list-block.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .section-blog-list-block.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_col-sm-4.vc_visible-item, .section-blog-list-block.search-result-list-grid .vc_grid-item.vc_col-sm-4.vc_visible-item {
  display: block;
  width: 100%;
}
.section-blog-list-block .vc_grid-item-mini {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.section-blog-list-block .vc_grid-item-mini .vc_gitem-zone,
.section-blog-list-block .vc_grid-item-mini .vc_gitem-zone-mini,
.section-blog-list-block .vc_grid-item-mini .vc_gitem_row {
  height: 100%;
}
.section-blog-list-block .vc_grid-item-mini .vc_gitem_row::before, .section-blog-list-block .vc_grid-item-mini .vc_gitem_row::after {
  display: none;
}
.section-blog-list-block .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: 0;
}
.section-blog-list-block .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 0;
  padding-bottom: 0;
}
.section-blog-list-block__image {
  border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
  background-size: cover;
}
.section-blog-list-block__image.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9 .vc_gitem-zone-img {
  display: none;
}
.section-blog-list-block__image.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
  width: 100%;
  display: block;
  content: "";
  padding-top: 0;
  width: 100%;
  aspect-ratio: 400/220;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
}
.section-blog-list-block__image.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9.testimonials-img {
  border-radius: var(--bs-border-radius-lg);
}
.section-blog-list-block__image.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9.testimonials-img::before {
  aspect-ratio: 625/260;
  border-radius: var(--bs-border-radius-lg);
}
.section-blog-list-block__body {
  border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);
  height: 100%;
}
.vc_gitem_row .section-blog-list-block__body.vc_gitem-col {
  background-color: white;
  padding: 1.4rem 1.4rem 0rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .vc_gitem_row .section-blog-list-block__body.vc_gitem-col {
    padding: 1.889rem 1.8rem 0;
  }
}
.section-blog-list-block__body .vc_custom_tax_terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.3rem;
}
.section-blog-list-block__body .wpb_content_element {
  margin-bottom: 0 !important;
}
.section-blog-list-block__body .wpb_content_element .wpb_wrapper > p {
  display: none;
}
.section-blog-list-block__body span.vc_custom_tax_term {
  display: inline-block;
  background-color: var(--accent-color-light-1);
  font-size: 0.778rem;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 0;
  color: var(--bs-gray-900);
}
.section-blog-list-block__title.vc_gitem-post-data {
  margin-bottom: 0.5rem;
}
.section-blog-list-block__title.vc_gitem-post-data h3,
.section-blog-list-block__title.vc_gitem-post-data h4 {
  margin-bottom: 0;
  color: var(--bs-heading-color);
}
.section-blog-list-block__title.testimonials-title {
  margin-bottom: 1.2rem;
}
.section-blog-list-block__content {
  margin-bottom: 0;
  max-width: 260px;
  max-width: calc(100% - 4rem);
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__content {
    max-width: calc(100% - 3.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list-block__content {
    max-width: calc(100% - 3rem);
  }
}
.section-blog-list-block__content.testimonials-content {
  max-width: calc(100% - 4rem);
}
.section-blog-list-block__content p {
  margin-bottom: 0;
  display: none;
}
.section-blog-list-block__content p:first-child {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  /* Standard property for modern browsers */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-blog-list-block__btn {
  margin-bottom: 0;
}
.section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline {
  display: flex;
  justify-content: flex-end;
  transform: translate(0.4rem, -1rem);
  align-items: flex-end;
  align-self: end;
  margin-top: auto;
  /* margin-top: 1.5rem; */
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline {
    transform: translate(0.8rem, -1rem);
  }
}
.section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline.testimonials-btn {
  transform: translate(0.4rem, -1rem);
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline.testimonials-btn {
    transform: translate(0.4rem, -1rem);
  }
}
.section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline.search-list--btn {
  transform: translate(0.4rem, 0rem);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-blog-list-block__btn.vc_btn3-container.vc_btn3-inline.search-list--btn {
    transform: translate(0.8rem, 0rem);
    margin-bottom: 1rem;
  }
}
.section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise,
.section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  background-color: var(--bs-teal);
  color: white;
  padding: 0;
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --size-btn: 60px;
  width: var(--size-btn);
  height: var(--size-btn);
  border-radius: var(--bs-border-radius-sm);
  background: var(--puerto-rico-700);
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.2s, background-color 0.2s;
  text-align: center;
}
.section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise:hover, .section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise:focus,
.section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.section-blog-list-block__btn .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus {
  transform: scale(1.08);
  background-color: var(--gray-dark, #1a1a1a);
}
.section-blog-list-block__btn .vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}
.section-blog-list-block__btn .vc-material-arrow_forward::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 12.27' fill='%23fff'%3E%3Cpath d='m23,6.14l-6.59,6.13-1.03-1.1,4.62-4.29H.75C.34,6.88,0,6.55,0,6.13s.34-.75.75-.75h19.23L15.38,1.1,16.41,0l6.59,6.14Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 12px;
  display: block;
}
.section-blog-list-block .vc_grid-btn-load_more {
  margin-bottom: 0;
}
.section-blog-list-block .vc_btn3.vc_btn3-color-blue,
.section-blog-list-block .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  --bs-btn-padding-x: 1.86em;
  --bs-btn-padding-y: 0.835em;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.18;
  --bs-btn-color: var(--bs-gray-900);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: var(--bs-gray-900);
  --bs-btn-border-color: var(--bs-gray-900);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-gray-900);
  --bs-btn-hover-border-color: var(--bs-gray-900);
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.section-blog-list-block .vc_btn3.vc_btn3-color-blue:hover, .section-blog-list-block .vc_btn3.vc_btn3-color-blue:focus,
.section-blog-list-block .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.section-blog-list-block .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.section-blog-list-block.testimonials-block .vc_grid-item-mini {
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  background-color: white;
}
.section-blog-list .vc_grid-filter {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-blog-list .vc_grid-filter {
    flex-direction: row;
    gap: 2rem;
  }
}
.section-blog-list .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  font-size: 1rem;
  margin: 0;
  padding: 1rem 2rem;
  border-radius: 0px;
  color: var(--bs-gray-900);
  border-bottom: 2px transparent solid;
  border-color: #d8d8d8;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-blog-list .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    border-color: transparent;
    width: auto;
  }
}
.section-blog-list .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item.vc_active, .section-blog-list .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item:hover, .section-blog-list .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item:focus {
  background-color: transparent;
  border-color: var(--bs-teal);
  border-width: 2px;
}
.section-blog-list .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper {
  margin-bottom: 0;
  border-top: 1px #d8d8d8 solid;
  padding-top: 2.5rem;
  margin-top: -1.5px;
}
@media only screen and (min-width: 768px) {
  .section-blog-list .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper {
    padding-top: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-blog-list .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper {
    padding-top: 5rem;
  }
}
.section-blog-list .vc_grid-loading {
  position: absolute;
  left: 50%;
}

.blog-post-dtl__header {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .blog-post-dtl__header {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .blog-post-dtl__header {
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post-dtl__header {
    padding-top: 3.6rem;
    padding-bottom: 3.8rem;
  }
}
.blog-post-dtl__header-title {
  margin-bottom: 0;
  margin-bottom: 1.1rem;
  max-width: 860px;
}
.blog-post-dtl__header-author {
  outline: 1px;
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
  max-width: 630px;
}
.blog-post-dtl__header-avatar {
  --img-size: 48px;
  width: var(--img-size);
  height: var(--img-size);
  max-width: var(--img-size);
  min-width: var(--img-size);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.blog-post-dtl__header-avatar > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.blog-post-dtl__header-des {
  display: flex;
  flex-direction: column;
  margin-bottom: 0rem;
}
.blog-post-dtl__header-des-name {
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.blog-post-dtl__header-des-name.btm {
  font-weight: 500;
}
.blog-post-dtl__header-des-dtl {
  line-height: 1.34;
}
.blog-post-dtl__featured-img {
  left: 50%;
  /* right: -1rem; */
  position: relative;
  width: calc(100vw - var(--bs-gutter-x) * 3);
  transform: translateX(-50%);
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .blog-post-dtl__featured-img {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post-dtl__featured-img {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1580px) {
  .blog-post-dtl__featured-img {
    width: 75vw;
  }
}
.blog-post-dtl__featured-img img {
  width: 100%;
  border-radius: var(--bs-border-radius-lg);
  aspect-ratio: 1390/800;
  object-fit: cover;
  object-position: center;
  max-height: 800px;
}

.blog-post-dtl__content {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
.blog-post-dtl__content > :first-child {
  margin-top: 0;
}
.blog-post-dtl__content > :last-child {
  margin-bottom: 0;
}
.blog-post-dtl__content h2 {
  font-size: calc(1.2rem + 0.6vw);
}
@media only screen and (min-width: 1200px) {
  .blog-post-dtl__content h2 {
    font-size: 2rem;
  }
}
.blog-post-dtl__content h2, .blog-post-dtl__content h3 {
  margin-top: 1.6666667em;
  margin-bottom: 0.5em;
}
.blog-post-dtl__content h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.blog-post-dtl__content p,
.blog-post-dtl__content ul,
.blog-post-dtl__content ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .blog-post-dtl__content p,
  .blog-post-dtl__content ul,
  .blog-post-dtl__content ol {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.blog-post-dtl__content p > img {
  margin-bottom: 0;
  max-width: 100%;
}
.blog-post-dtl__content .is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
}
.blog-post-dtl__content .is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  --bs-aspect-ratio: 56.25%;
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.blog-post-dtl__content .is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-post-dtl__content .wp-block-image figure.aligncenter,
.blog-post-dtl__content .wp-block-image.size-large {
  height: auto;
  position: relative;
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
  --bs-aspect-ratio: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}
.blog-post-dtl__content .wp-block-image figure.aligncenter img,
.blog-post-dtl__content .wp-block-image.size-large img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.blog-post-dtl__content .superblockslider {
  --slider-height:500px;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .blog-post-dtl__content .superblockslider {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post-dtl__content .superblockslider {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.blog-post-dtl__content .superblockslider {
  max-height: var(--slider-height);
}
.blog-post-dtl__content .superblockslider__slide {
  border-radius: var(--bs-border-radius-lg);
}
.blog-post-dtl__content .superblockslider__button__navigation {
  opacity: 0;
  width: 30px;
}
.blog-post-dtl__content .superblockslider:hover .superblockslider__button__navigation {
  opacity: 1;
}
.blog-post-dtl__content .superblockslider__slide__bg {
  aspect-ratio: 952/500;
  content: "";
  display: block;
  border-radius: var(--bs-border-radius-lg);
  max-height: var(--slider-height);
  outline: 1px red solid;
}
.blog-post-dtl__content .superblockslider__slide__bg > img {
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 952/500;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  max-height: var(--slider-height);
  outline: 1px blue solid;
}
.blog-post-dtl__content .superblockslider__button {
  min-width: fit-content;
  opacity: 1;
  margin: 0 0.2rem;
}
.blog-post-dtl__content .superblockslider__button__icon::before {
  content: "";
  height: 12px;
  transition: all 0.5s;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  display: block;
}
.blog-post-dtl__content .superblockslider__button svg {
  width: 0px;
  height: 0px;
  visibility: hidden;
  display: none;
}
.blog-post-dtl__content .superblockslider__button--active .superblockslider__button__icon::before {
  height: 18px;
  width: 18px;
  background-color: var(--bs-teal);
}
.blog-post-dtl__content ul,
.blog-post-dtl__content ol {
  padding-inline-start: 0.9em;
}
.blog-post-dtl__content ul {
  list-style-type: disc;
}
.blog-post-dtl__content ol {
  list-style-type: decimal;
}
.blog-post-dtl__content ol > li::marker {
  color: var(--bs-gray-900);
}
.blog-post-dtl__content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.blog-post-dtl__content li:first-child {
  margin-top: 0;
}
.blog-post-dtl__content li:has(> p) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.blog-post-dtl__content li > p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.blog-post-dtl__content li > p:first-child {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--bs-gray-900);
}
.blog-post-dtl__content li > p:first-child ~ p {
  margin-top: 1em;
  margin-left: -0.9em;
}
.blog-post-dtl__content li > p:last-child {
  margin-bottom: 1em;
}
.blog-post-dtl__content ul ul,
.blog-post-dtl__content ul ol,
.blog-post-dtl__content ol ul,
.blog-post-dtl__content ol ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-post-dtl__content a {
  color: var(--bs-teal);
  text-decoration: none;
}
.blog-post-dtl__content a:hover {
  color: var(--bs-gray-900);
}
.blog-post-dtl__content strong {
  color: #111827;
  font-weight: 600;
}
.blog-post-dtl__content code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}
.blog-post-dtl__content code::before, .blog-post-dtl__content code::after {
  content: "`";
}
.blog-post-dtl__content h3 + *, .blog-post-dtl__content h4 + *, .blog-post-dtl__content h5 + * {
  margin-top: 0;
}
.blog-post-dtl__content h3 + .wp-block-image {
  margin-top: 1.6666667em;
}
.blog-post-dtl__content blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.1111111em;
  font-style: italic;
  border-inline-start: 0.25rem solid #e5e7eb;
  color: #374151;
  font-weight: 500;
}
.blog-post-dtl__content hr {
  margin-top: 4em;
  margin-bottom: 4em;
  border: 0;
  border-top: 1px solid #e5e7eb;
}
.blog-post-dtl__content > img {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
  display: block;
}
.blog-post-dtl__content table {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.blog-post-dtl__content thead {
  border-bottom: 1px solid #e5e7eb;
}
.blog-post-dtl__content thead th {
  color: #111827;
  font-weight: 600;
  padding: 0.5714286em 0.8571429em;
  text-align: start;
}
.blog-post-dtl__content tbody td {
  padding: 0.5714286em 0.8571429em;
  border-bottom: 1px solid #e5e7eb;
  text-align: start;
}
.blog-post-dtl__content.privacy-policy--content {
  padding-bottom: 6rem;
}

.blog-post-dtl__content--compact p,
.blog-post-dtl__content--compact ul,
.blog-post-dtl__content--compact ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-post-dtl__content--compact li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.blog-post-dtl__content--lg {
  font-size: 1.125rem;
  line-height: 1.8;
}
.blog-post-dtl__content--lg h2 {
  font-size: 1.75em;
}
.blog-post-dtl__content--lg h3 {
  font-size: 1.5em;
}

.blog-post-message {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .blog-post-message {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .blog-post-message {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post-message {
    padding-top: 5rem;
  }
}
.blog-post-message__bg {
  background: #000113 url("../img/bg-gradient.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .blog-post-message__author {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .blog-post-message__para {
    width: 68%;
  }
}
.blog-post-message__quote {
  height: auto;
  max-width: 100%;
}

/* ── Section header ── */
.vciig-header {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .vciig-header {
    margin-bottom: 5rem;
  }
}
/* ── Grid mode ── */
.vciig-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .vciig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .vciig-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── Card base ── */
.vciig-card {
  background: #ffffff;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vciig-card:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.vciig-card--icon .vciig-card__body,
.vciig-card--image .vciig-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.4rem 1.4rem;
}

@media (min-width: 768px) {
  .vciig-card--icon .vciig-card__body,
  .vciig-card--image .vciig-card__body {
    padding: 1.889rem 1.8rem 1.889rem;
  }
}
/* ── Icon circle ── */
.vciig-icon-circle {
  --size-100: 4.556rem;
  width: var(--size-100);
  height: var(--size-100);
  border-radius: 50%;
  background: #1a6b5c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .vciig-icon-circle {
    --size-100: 5.556rem;
    margin-bottom: 2.2rem;
  }
}
.vciig-icon-circle img {
  --size-50: 2.2rem;
  width: var(--size-50);
  height: var(--size-50);
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 768px) {
  .vciig-icon-circle img {
    --size-50: 2.778rem;
  }
}

/* ── Image card ── */
.vciig-card--image .vciig-card__img-wrap {
  width: 100%;
  aspect-ratio: 400/220;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
}

.vciig-card--image .vciig-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.vciig-card--image:hover .vciig-card__img-wrap img {
  transform: scale(1.04);
}

/* ── Badge ── */
.vciig-card__badge {
  display: inline-block;
  background: #e8f4f1;
  font-size: 0.778rem;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  width: fit-content;
}

/* ── Arrow button ── */
.vciig-card__footer {
  display: flex;
  justify-content: flex-end;
  transform: translate(0.4rem, 0.4rem);
}

@media (min-width: 768px) {
  .vciig-card__badge {
    margin-bottom: 1.3rem;
  }
  .vciig-card__footer {
    transform: translate(0.8rem, 0.8rem);
  }
}
.vciig-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --size-btn: 50px;
  width: var(--size-btn);
  height: var(--size-btn);
  border-radius: var(--bs-border-radius-sm);
  background: #1a6b5c;
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.2s, background-color 0.2s;
}

@media (min-width: 1200px) {
  .vciig-arrow {
    --size-btn: 60px;
  }
}
.vciig-arrow svg {
  width: 23px;
  height: 12px;
  fill: #fff;
  display: block;
}

.vciig-arrow:hover {
  transform: scale(1.08);
  background-color: var(--gray-dark, #1a1a1a);
}

/* ── Slider mode ── */
.vciig-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vciig-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.vciig-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}

.vciig-swiper .swiper-slide .vciig-card {
  width: 100%;
  height: 100%;
}

/* Slider footer */
.vciig-slider-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .vciig-slider-footer {
    margin-top: 4rem;
  }
}
/* Pagination */
.vciig-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vciig-swiper-pagination .swiper-pagination-bullet {
  width: var(--slider-btn-size-sm);
  height: var(--slider-btn-size-sm);
  min-width: 20px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.778rem;
  font-weight: 500;
  color: var(--bs-gray-600);
}

@media (min-width: 768px) {
  .vciig-swiper-pagination .swiper-pagination-bullet {
    width: var(--slider-btn-size);
    height: var(--slider-btn-size);
  }
}
.vciig-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-gray-900);
  color: #fff;
}

/* Prev / Next buttons */
.vciig-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--slider-btn-size-sm);
  height: var(--slider-btn-size-sm);
  border-radius: 50%;
  border: 1.5px solid var(--bs-gray-600);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .vciig-nav-btn {
    width: var(--slider-btn-size);
    height: var(--slider-btn-size);
  }
}
.vciig-nav-btn svg {
  width: 15px;
  height: 9px;
  fill: var(--bs-gray-600);
  display: block;
  transition: fill 0.2s;
}

.vciig-nav-btn:hover {
  border-color: #1a6b5c;
  background: #1a6b5c;
}

.vciig-nav-btn:hover svg {
  fill: #fff;
}

.vciig-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.tab-content--faq {
  margin-bottom: 0;
  padding-top: 5rem;
}

/* ── Header ── */
.vcsg-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .vcsg-header {
    margin-bottom: 3.4rem;
  }
}
.vcsg-heading {
  margin-bottom: 0.9rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* highlight span — colour is set inline per-instance */
.vcsg-heading__highlight {
  /* colour applied inline */
}

/* ── Grid ── */
.vcsg-grid {
  display: grid;
  gap: 0.833rem;
}

/* ── Card ── */
.vcsg-card {
  border-radius: var(--bs-border-radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media (min-width: 1024px) {
  .vcsg-card {
    padding: 2rem 1.75rem;
  }
}
/* ── Card top row: step label + icon ── */
.vcsg-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.vcsg-card__step-label {
  font-size: 1rem;
  font-weight: 400;
}

.vcsg-card__icon {
  --size-icn: 40px;
  width: var(--size-icn);
  height: var(--size-icn);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vcsg-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ── Card content ── */
.vcsg-card__title {
  margin-bottom: 0;
  max-width: 180px;
}

.vcsg-card__desc {
  margin: 0;
  max-width: 100%;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .vcsg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .vcsg-grid {
    grid-template-columns: 1fr;
  }
}
.section-video {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-video {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-video {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-video {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-video-player {
  position: relative;
  margin-bottom: 0;
}
.section-video-player.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
}

.section-data {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-data {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-data {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-data {
    padding-top: 5.9rem;
    padding-bottom: 7.2rem;
  }
}
.section-data__header {
  margin-bottom: 3.2rem;
}
.section-data__header .vcmh-title {
  margin-bottom: 1.2rem;
  max-width: 520px;
}
.section-data__header .vcmh-subtitle {
  max-width: 640px;
}
.section-data-list__items {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.8rem;
  margin-bottom: 0;
}
.section-data-list__items .wpb_singleimage_heading {
  font-weight: 400;
  color: white;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.56;
}
.section-data-list__items.wpb_single_image .vc_single_image-wrapper {
  background-color: var(--bs-teal);
  border-radius: 30px;
  width: 100px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-data-list__items.wpb_single_image .vc_single_image-wrapper > img {
  object-fit: contain;
  aspect-ratio: 31/24;
  max-width: 31px;
  max-height: 24px;
  object-position: center;
  width: 100%;
}

/* ── Grid ── */
.team-member .vctg-grid {
  display: grid;
  --gap-45: 1.5rem;
  gap: var(--gap-45);
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .team-member .vctg-grid {
    --gap-45: 2rem;
  }
}
.team-member {
  /* ── Card ── */
}
.team-member .vctg-card {
  position: relative;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: default;
  padding: 0.6rem;
  overflow: hidden;
}
.team-member {
  /* ── Photo ── */
}
.team-member .vctg-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
  border-radius: var(--bs-border-radius-lg-half);
}
.team-member .vctg-card__name {
  color: var(--bs-gray-900);
  text-align: center;
}
.team-member .vctg-card:hover {
  outline: 2px white solid;
}
.team-member .vctg-card:hover .vctg-card__photo {
  transform: scale(1.1);
}
.team-member {
  /* ── Overlay ── */
}
.team-member .vctg-card__overlay {
  opacity: 0;
  position: absolute;
  --stick-space: .8rem;
  bottom: var(--stick-space);
  left: var(--stick-space);
  right: var(--stick-space);
  padding: 1.25rem 1.4rem 1.4rem;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * 0);
  --tw-translate-y: 30%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
  scale: 90%;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-transition-duration: .15s;
  --tw-duration: .4s;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-duration: 0.4s;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.team-member .vctg-card:hover .vctg-card__overlay {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 1;
}
.team-member {
  /* Always-visible overlay for touch devices */
}
@media (hover: none) {
  .team-member .vctg-card__overlay {
    transform: translateY(0);
  }
}
.team-member {
  /* ── Name & Role ── */
}
.team-member .vctg-card__name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}
.team-member .vctg-card__role {
  font-size: 1rem;
  margin: 0;
  color: var(--bs-gray-600);
  text-align: center;
  line-height: 1.25;
}
.team-member {
  /* ── Divider ── */
}
.team-member .vctg-card__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 0 0.9rem;
}
.team-member {
  /* ── Social row ── */
}
.team-member .vctg-card__socials {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.team-member .vctg-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.team-member .vctg-social-link:hover {
  transform: translateY(-2px);
}
.team-member .vctg-social-link svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.team-member {
  /* ── Separator pipe between icons ── */
}
.team-member .vctg-social-sep {
  width: 1px;
  height: 0.9rem;
  background: var(--bs-gray-200);
  flex-shrink: 0;
}
.team-member {
  /* ── Responsive ── */
}
@media (max-width: 900px) {
  .team-member .vctg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .team-member .vctg-grid {
    grid-template-columns: 1fr;
  }
}

.contact-section {
  --spacing: .25rem;
}
.contact-section-card {
  background-color: white;
  border-radius: var(--bs-border-radius-lg);
  padding: calc(var(--spacing) * 11);
}
.contact-section__figure {
  width: calc(var(--spacing) * 10);
  height: calc(var(--spacing) * 10);
}

.vccic-wrap {
  --spacing: .25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  gap: calc(var(--spacing) * 8);
}

/* ── Card ── */
.vccic-card {
  --spacing: .25rem;
  position: relative;
  border-radius: var(--bs-border-radius-lg);
  padding: calc(var(--spacing) * 11);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

/* ── Gradient blob ── */
.vccic-blob {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

/* ── Icon ── */
.vccic-icon {
  position: relative;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.4rem;
}

.vccic-icon svg,
.vccic-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ── Text ── */
.vccic-label {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0;
  color: var(--bs-gray-900);
  line-height: 1.4;
}

.vccic-value {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  margin: 0;
  word-break: break-word;
  color: var(--bs-gray-600);
}
.vccic-value > .vc_general.vc_btn3 {
  margin-top: 0.5rem;
}

.vccic-value a {
  text-decoration: none;
  color: var(--bs-gray-600);
}

.vccic-value a:hover {
  text-decoration: underline;
  color: var(--bs-gray-900);
}

.gravity-form-section {
  --spacing: .25rem;
}
.gravity-form-section .wpb_wrapper {
  background-color: white;
  border-radius: var(--bs-border-radius-lg);
  padding: calc(var(--spacing) * 6);
}
@media only screen and (min-width: 768px) {
  .gravity-form-section .wpb_wrapper {
    padding: calc(var(--spacing) * 8);
  }
}
@media only screen and (min-width: 1200px) {
  .gravity-form-section .wpb_wrapper {
    padding: calc(var(--spacing) * 11);
  }
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield_label {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.gravity-form-section .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: calc(var(--spacing) * 8);
  grid-row-gap: 1.5rem;
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield_consent_label {
  font-size: 0.9rem;
  color: var(--bs-gray-900);
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield_consent_label + .gfield_required_text {
  padding-left: 0;
  font-style: italic;
  line-height: 1;
}
.gravity-form-section .gform_wrapper.gravity-theme input[type=color],
.gravity-form-section .gform_wrapper.gravity-theme input[type=date],
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime-local],
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime],
.gravity-form-section .gform_wrapper.gravity-theme input[type=email],
.gravity-form-section .gform_wrapper.gravity-theme input[type=month],
.gravity-form-section .gform_wrapper.gravity-theme input[type=number],
.gravity-form-section .gform_wrapper.gravity-theme input[type=password],
.gravity-form-section .gform_wrapper.gravity-theme input[type=search],
.gravity-form-section .gform_wrapper.gravity-theme input[type=tel],
.gravity-form-section .gform_wrapper.gravity-theme input[type=text],
.gravity-form-section .gform_wrapper.gravity-theme input[type=time],
.gravity-form-section .gform_wrapper.gravity-theme input[type=url],
.gravity-form-section .gform_wrapper.gravity-theme input[type=week],
.gravity-form-section .gform_wrapper.gravity-theme select,
.gravity-form-section .gform_wrapper.gravity-theme textarea {
  font-size: 0.9rem;
  border-radius: var(--bs-border-radius-lg-half);
  padding: 0.5rem 1.2rem;
  border-color: #dadada;
  border: 1.5px #dfdfdf solid;
}
.gravity-form-section .gform_wrapper.gravity-theme input[type=color]:focus, .gravity-form-section .gform_wrapper.gravity-theme input[type=color]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=date]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=date]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=email]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=email]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=month]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=month]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=number]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=number]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=password]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=password]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=search]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=search]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=tel]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=tel]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=text]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=text]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=time]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=time]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=url]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=url]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme input[type=week]:focus,
.gravity-form-section .gform_wrapper.gravity-theme input[type=week]:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme select:focus,
.gravity-form-section .gform_wrapper.gravity-theme select:focus-visible,
.gravity-form-section .gform_wrapper.gravity-theme textarea:focus,
.gravity-form-section .gform_wrapper.gravity-theme textarea:focus-visible {
  outline: none;
  border: 1.5px var(--bs-gray-900) solid;
}
.gravity-form-section .gform_wrapper.gravity-theme input[type=color]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=date]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=email]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=month]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=number]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=password]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=search]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=text]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=time]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=url]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme input[type=week]::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme select::placeholder,
.gravity-form-section .gform_wrapper.gravity-theme textarea::placeholder {
  color: var(--bs-gray-600);
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 130px;
}
.gravity-form-section .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  margin-top: 1rem;
  padding-bottom: 0;
}
.gravity-form-section .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
  width: 100%;
  --bs-btn-padding-x: 1.86em;
  --bs-btn-padding-y: 0.835em;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.18;
  --bs-btn-color: var(--bs-gray-900);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  --bs-btn-color: var(--bs-gray-900);
  --bs-btn-bg: var(--bs-primary-rgb);
  --bs-btn-border-color: var(--bs-primary-rgb);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-gray-900);
  --bs-btn-hover-border-color: var(--bs-gray-900);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-gray-900);
  --bs-btn-active-border-color: var(--bs-gray-900);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary-rgb);
  --bs-btn-disabled-border-color: var(--bs-primary-rgb);
}
.gravity-form-section .gform_wrapper.gravity-theme .gform_footer input:hover, .gravity-form-section .gform_wrapper.gravity-theme .gform_footer input:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield_description {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 0.7rem;
  color: var(--bs-danger);
}
.gravity-form-section .gform_wrapper .gfield_required {
  color: var(--bs-danger);
  font-size: 0.7rem;
  padding-left: 0;
}
.gravity-form-section .gform_wrapper .gfield_required .gfield_required_text {
  padding-left: 0.5rem;
}
.gravity-form-section .gform_wrapper .gform_validation_errors {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  padding-left: 48px;
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: none;
  box-shadow: none;
  border-radius: var(--bs-alert-border-radius);
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.gravity-form-section .gform_confirmation_message {
  text-align: center;
  font-size: 1.8rem;
  max-width: 100%;
  line-height: 1.3;
  margin: 0 auto;
  color: var(--bs-gray-900);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.gravity-form-section .gform_confirmation_message > br {
  display: none !important;
}
.gravity-form-section .gform_confirmation_message h3 {
  margin-bottom: 1.8rem;
}
.gravity-form-section .gform_confirmation_message h6 {
  margin-bottom: 0;
  color: var(--bs-gray-600);
}
.gravity-form-section .gform_confirmation_message::before {
  content: "";
  width: 100%;
  --icn-size-w:56px;
  --icn-size-h:70px;
  height: var(--icn-size-h);
  margin-bottom: 2rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 140'%3E%3Cpath d='m112,76.99c0,34.99-24.5,52.49-53.62,62.64-1.52.52-3.18.49-4.69-.07C24.5,129.48,0,111.98,0,76.99V28c0-3.87,3.13-7,7-7,14,0,31.5-8.4,43.68-19.04,3.06-2.62,7.58-2.62,10.64,0,12.25,10.71,29.68,19.04,43.68,19.04,3.87,0,7,3.13,7,7v48.99Z' style='fill: %2300c8a6; stroke-width: 0px;'/%3E%3Cg%3E%3Cpath d='m35.29,70l13.81,13.81,27.62-27.62' style='fill: %2300c8a6; stroke-width: 0px;'/%3E%3Cpath d='m49.1,89.64c-1.49,0-2.99-.57-4.12-1.71l-13.81-13.81c-2.28-2.28-2.28-5.97,0-8.25s5.97-2.28,8.25,0l9.68,9.68,23.49-23.49c2.28-2.28,5.97-2.28,8.25,0,2.28,2.28,2.28,5.97,0,8.25l-27.62,27.62c-1.14,1.14-2.63,1.71-4.12,1.71Z' style='fill: %23111; stroke-width: 0px;'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--icn-size-w) var(--icn-size-h);
}
.gravity-form-section .gform_wrapper.gravity-theme .gfield select.large,
.gravity-form-section .gravity-form-section .gform_wrapper.gravity-theme select {
  appearance: none;
  background: transparent;
  color: var(--bs-gray-900);
  padding-right: 2.5rem;
}
.gravity-form-section .ginput_container.ginput_container_select {
  position: relative;
  background-color: white;
}
.gravity-form-section .ginput_container.ginput_container_select::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='2' points='7.086 3.174 17.086 13.174 7.086 23.174' transform='scale(1 -1) rotate(-89 -1.32 0)'/%3E%3C/svg%3E");
  background-size: contain;
  pointer-events: none;
}

.form-row {
  --spacing: .25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: calc(var(--spacing) * 8);
}
.form-row:before, .form-row:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .form-row {
    flex-direction: row;
  }
}
.form-row .vc_col-sm-3 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .form-row .vc_col-sm-3 {
    width: 33%;
  }
}
.form-row .vc_col-sm-9 {
  width: 100%;
  background-color: white;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .form-row .vc_col-sm-9 {
    width: calc(67% - var(--spacing) * 8);
  }
}

.gravity-form-support {
  max-width: 760px;
  margin: 0 auto;
}

.ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  vertical-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .gravity-form-section .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: calc(var(--spacing) * 8);
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px 2%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.header-search-block {
  background-color: white;
  margin-bottom: 1.5rem;
  --bs-gutter-x: 2rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header-search-block {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.form-control--search {
  background-color: white;
  color: var(--bs-gray-900);
  border-color: var(--bs-gray-900);
  border-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
  padding: 0.375rem 1rem;
}
.form-control--search:focus {
  box-shadow: none;
  border-color: var(--bs-gray-900);
  color: var(--bs-gray-900);
  background-color: var(--bs-gray-200);
}

.testimonial-slider {
  /* display: flex;
          align-items: center; */
  gap: 3.3em;
  /* padding: 60px 0 80px; */
  position: relative;
  overflow: visible;
}

.testimonial-slider .vcts-left {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider .vcts-left {
    flex: 0 0 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-slider .vcts-left {
    flex: 0 0 360px;
  }
}

.testimonial-slider .vcts-title {
  /* font-size: clamp(28px, 3.5vw, 46px); */
  /* font-weight: 800; */
  /* color: #111; */
  /* line-height: 1.1; */
  margin: 0;
  /* line-height: 60px; */
}

.testimonial-slider .vcts-arrows {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .testimonial-slider .vcts-arrows {
    margin-bottom: 0;
  }
}

.testimonial-slider .vcts-arrow {
  --size-btn: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size-btn);
  height: var(--size-btn);
  border-radius: var(--bs-border-radius-sm);
  background-color: var(--bs-gray-200);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  color: #333;
}

.testimonial-slider .vcts-arrow.vcts-prev {
  transform: rotate(180deg);
}

.testimonial-slider .vcts-arrow:hover {
  background: var(--bs-gray-900);
  /* transform: scale(1.06); */
}

.testimonial-slider .vcts-arrow svg {
  width: 23px;
  height: 12px;
  fill: var(--bs-gray-900);
}

.testimonial-slider .vcts-arrow:hover svg {
  fill: var(--bs-white);
}

.testimonial-slider .vcts-right {
  flex: 1;
  position: relative;
  /* padding-top: 60px; */
  overflow: visible;
}

.testimonial-slider .vcts-track {
  position: relative;
  width: 100%;
}

.testimonial-slider .vcts-slide {
  display: none;
  position: relative;
}

.testimonial-slider .vcts-slide.is-active {
  display: block;
  animation: vcts-fadein 0.45s ease;
}

@keyframes vcts-fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial-slider .vcts-card {
  border-radius: var(--bs-border-radius-lg);
  background-color: transparent;
  background-image: url("<?php echo get_template_directory_uri(); ?>/assets/img/bg-testimonial.gif");
  background-repeat: repeat-x;
  padding: 2rem 20% 2rem 3rem;
  padding: 2rem 3rem 2rem 3rem;
  min-height: 346px;
  position: relative;
  /* overflow: hidden; */
  box-sizing: border-box;
}

/* .testimonial-slider .vcts-card::after {
          content: '';
          position: absolute;
          inset: 0;
          background-image: radial-gradient(circle, <?php echo $dot_color; ?>44 1.5px, transparent 1.5px);
          background-size: 18px 18px;
          pointer-events: none;
          border-radius: inherit;
      } */
.testimonial-slider .vcts-quote {
  /* font-size: 1.333rem; */
  color: #fff;
  /* line-height: 1.55; */
  margin: 0 0 2.4rem;
  /* font-style: 500; */
  position: relative;
  z-index: 2;
}

.testimonial-slider .vcts-attr {
  position: relative;
  z-index: 2;
}

.testimonial-slider .vcts-name {
  /* font-size: 15px; font-weight: 600; */
  /* color: #fff;  */
  margin: 0 0 2px;
  /* line-height: 1.3; */
}

.testimonial-slider .vcts-company {
  /* font-size: 14px; */
  /* color: rgba(255,255,255,0.75); */
  margin: 0;
}

.testimonial-slider .vcts-portrait {
  position: absolute;
  right: -2rem;
  bottom: 0;
  height: calc(100% + 8.8rem);
  width: 100%;
  max-width: 438px;
  object-fit: contain;
  object-position: bottom right;
  display: block;
  z-index: 3;
  pointer-events: none;
  /* border-radius: 0 24px 24px 0; */
}

.testimonial-slider .vcts-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: flex-start;
}

.testimonial-slider .vcts-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.testimonial-slider .vcts-dot.is-active {
  transform: scale(1.3);
}

@media only screen and (max-width: 991.98px) {
  .testimonial-slider {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
  }
  .testimonial-slider .vcts-left {
    flex: unset;
    width: 100%;
    gap: 2rem;
  }
  .testimonial-slider .vcts-right {
    width: 100%;
    padding-top: 0;
  }
  .testimonial-slider .vcts-card {
    padding: 36px 36px 36px 28px;
  }
  .testimonial-slider .vcts-arrow {
    --size-btn: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-slider .vcts-card {
    padding: 3rem 2rem 3rem 2rem;
    background-repeat: repeat;
  }
  .testimonial-slider .vcts-portrait {
    position: relative;
    right: auto;
    bottom: 0;
    height: calc(100% + 8.8rem);
    width: 100%;
    max-width: 240px;
    object-fit: contain;
    object-position: center;
    display: block;
    z-index: 3;
    pointer-events: none;
    /* border-radius: 0 24px 24px 0; */
    align-self: flex-end;
  }
  .testimonial-slider .vcts-quote {
    margin: 0 0 1.4rem;
  }
}
.section-delivered {
  /* ── Header ── */
}
.section-delivered .mcg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
.section-delivered {
  /* ── Rows ── */
}
.section-delivered .mcg-rows {
  display: flex;
  flex-direction: column;
  --space-40:2.222rem;
  gap: var(--space-40);
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-rows {
    --space-40:1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-rows {
    --space-40:2.222rem;
  }
}
.section-delivered .mcg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: var(--space-40);
}
.section-delivered {
  /* ── Card base ── */
}
.section-delivered .mcg-card {
  background: var(--bs-body-bg);
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.section-delivered .mcg-card:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.section-delivered {
  /* ── Tall card ── */
}
.section-delivered .mcg-card--tall {
  flex-direction: column;
  grid-column: 1;
  grid-row: 1/3;
}
.section-delivered .mcg-card--tall .mcg-body {
  padding: 1.8rem 2.6rem;
  flex: 1;
  gap: 1rem;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-card--tall .mcg-body {
    padding: 1.6rem 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-card--tall .mcg-body {
    padding: 1.8rem 2.6rem;
  }
}
.section-delivered {
  /* ── Horizontal card ── */
}
.section-delivered .mcg-card--horiz {
  flex-direction: row;
  grid-column: 2;
}
.section-delivered .mcg-card--horiz .mcg-img-wrap {
  --mcg-horizontal-img-width: 280px;
  width: var(--mcg-horizontal-img-width);
  min-width: var(--mcg-horizontal-img-width);
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-card--horiz .mcg-img-wrap {
    --mcg-horizontal-img-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-card--horiz .mcg-img-wrap {
    --mcg-horizontal-img-width: 280px;
  }
}
.section-delivered .mcg-card--horiz .mcg-body {
  padding: 1.6rem 1.8rem;
  flex: 1;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-card--horiz .mcg-body {
    padding: 1.3rem 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-card--horiz .mcg-body {
    padding: 1.6rem 1.8rem;
  }
}
.section-delivered {
  /* ── Image swap ── */
}
.section-delivered .mcg-card--tall .mcg-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 625/260;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--bs-border-radius-lg);
}
.section-delivered .mcg-card--horiz .mcg-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
}
.section-delivered .mcg-img--default {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--bs-border-radius-lg);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.section-delivered .mcg-card--tall .mcg-img--default {
  aspect-ratio: 625/260;
}
.section-delivered .mcg-card--horiz .mcg-img--default {
  aspect-ratio: 280/260;
}
.section-delivered .mcg-img--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--bs-border-radius-lg);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.section-delivered .mcg-card:hover .mcg-img--default.mcg-img--has-hover {
  opacity: 0;
}
.section-delivered .mcg-card:hover .mcg-img--hover {
  opacity: 1;
}
.section-delivered .mcg-card:hover .mcg-img--default:not(.mcg-img--has-hover) {
  transform: scale(1.04);
}
.section-delivered {
  /* ── Body content ── */
}
.section-delivered .mcg-tag,
.section-delivered .mcg-tag,
.section-delivered .section-sorting .vcmh-subtitle {
  display: inline-block;
  font-size: 0.778rem;
  font-weight: 400;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 1.3rem;
  width: fit-content;
}
.section-delivered .mcg-title {
  margin-bottom: 1.2rem;
}
.section-delivered .mcg-desc {
  flex: 1;
}
.section-delivered .mcg-card--tall .mcg-desc {
  max-width: 370px;
}
.section-delivered .mcg-card--horiz .mcg-desc {
  max-width: 187px;
}
.section-delivered {
  /* ── Arrow ── */
}
.section-delivered .mcg-footer {
  display: flex;
  justify-content: flex-end;
  transform: translate(28px, 14px);
}
.section-delivered .mcg-card--tall .mcg-footer {
  transform: translate(28px, 14px);
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-card--tall .mcg-footer {
    transform: translate(22px, 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-card--tall .mcg-footer {
    transform: translate(28px, 14px);
  }
}
.section-delivered .mcg-card--horiz .mcg-footer {
  transform: translate(14px, 10px);
}
@media only screen and (min-width: 992px) {
  .section-delivered .mcg-card--horiz .mcg-footer {
    transform: translate(14px, 14px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-delivered .mcg-card--horiz .mcg-footer {
    transform: translate(14px, 10px);
  }
}
.section-delivered .mcg-arrow {
  /* display:inline-flex; 
          align-items:center; 
          justify-content:center; */
  --size-btn: 60px;
  width: var(--size-btn);
  height: var(--size-btn);
  border-radius: var(--bs-border-radius-sm);
  color: var(--bs-white);
  flex-shrink: 0;
  transition: filter 0.2s, transform 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-delivered .mcg-arrow svg {
  width: 23px;
  height: 12px;
  fill: var(--bs-white);
  display: block;
}
.section-delivered .mcg-arrow:hover {
  /* filter: brightness(1.15); */
  transform: scale(1.08);
  background-color: var(--gray-dark);
}
.section-delivered .mcg-arrow:hover svg {
  fill: var(--bs-white);
}
.section-delivered {
  /*  .mcg-card:hover .mcg-arrow { filter:brightness(1.15); transform:scale(1.08); } */
  /* ── Responsive ── */
}
@media only screen and (max-width: 991.98px) {
  .section-delivered .mcg-header {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .section-delivered .mcg-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .section-delivered .mcg-card--tall,
  .section-delivered .mcg-card--horiz {
    grid-column: 1;
    grid-row: auto;
  }
  .section-delivered .mcg-card--tall .mcg-body,
  .section-delivered .mcg-card--horiz .mcg-body {
    padding: 1.4rem 1.4rem;
    gap: 1.5rem;
    min-height: auto;
    position: relative;
  }
  .section-delivered .mcg-card--horiz .mcg-img-wrap {
    width: 140px;
    min-width: 140px;
  }
  .section-delivered .mcg-card--tall .mcg-footer,
  .section-delivered .mcg-card--horiz .mcg-footer {
    transform: translate(10px, 10px);
  }
  .section-delivered .mcg-arrow {
    --size-btn: 50px;
  }
  .section-delivered .mcg-card--horiz .mcg-desc {
    max-width: 100%;
  }
  .section-delivered .mcg-tag,
  .section-delivered .mcg-title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-delivered .mcg-card--horiz {
    flex-direction: column;
  }
  .section-delivered .mcg-card--horiz .mcg-img-wrap {
    width: 100%;
    height: 180px;
  }
  .section-delivered .mcg-card--tall .mcg-footer,
  .section-delivered .mcg-card--horiz .mcg-footer {
    transform: translate(10px, 10px);
  }
  .section-delivered .mcg-arrow {
    position: relative;
  }
  .section-delivered .mcg-card--tall .mcg-body,
  .section-delivered .mcg-card--horiz .mcg-body {
    gap: 0.5rem;
  }
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .widget-title {
  color: #104042;
  font-size: 28px;
  font-weight: 600;
  font-family: "Radio Canada Big", serif;
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #104042;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  display: inline-block;
  margin-bottom: 15px;
}
.footer-widget ul li a:hover {
  color: #00cccc;
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

.ht-widget-contact .info-box {
  display: flex;
}
.ht-widget-contact .info-box-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #00cccc;
  line-height: 1;
  margin-top: 10px;
}
.ht-widget-contact .ht-content {
  font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
  color: #00cccc;
}
.ht-widget-contact .info-box-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.copyright-wrap {
  border-top: 1px solid #104042;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  --gap-list: .5rem;
  gap: var(--gap-list);
}
@media only screen and (min-width: 1200px) {
  .footer-menu {
    justify-content: flex-end;
  }
}
.footer-menu li {
  display: inline-block;
  border-right: 0.5px white solid;
  padding-right: var(--gap-list);
}
.footer-menu li:last-child {
  border-right: 0px red solid;
  padding-right: 0px;
}
.footer-menu li a {
  color: white;
}
.footer-menu li:last-child a {
  margin-right: 0;
}

.footer-one {
  position: relative;
  z-index: 1;
}
.footer-one .shape-1 {
  position: relative;
  z-index: 1;
  margin-left: -85px;
}
.footer-one .shape-1 .text-bg-shape {
  border-radius: 50%;
  animation: rotation infinite linear 55s;
}
.footer-one .shape-1 img.text-letter-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.footer-one .widget-title {
  color: #104042;
}
.footer-one p {
  color: #104042;
  font-size: 20px;
  line-height: 36px;
}
.footer-one .social-links a {
  color: #104042;
  border-color: #104042;
}
.footer-one .social-links a:hover {
  color: #000;
  background: #00cccc;
  border-color: #00cccc;
}
@media only screen and (max-width: 1200px) {
  .footer-one .shape-1 {
    margin-left: 0;
  }
}

.footer-two .copyright-wrap {
  padding-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.5);
}
.footer-two .footer-logo {
  margin-bottom: 26px;
}
.footer-two .widget-title {
  color: #ffffff;
}
.footer-two p {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
}
.footer-two .description-text {
  margin-bottom: 70px;
}
.footer-two .footer-widget ul li a {
  color: #ffffff;
}
.footer-two .footer-widget ul li a:hover {
  color: #00cccc;
}
.footer-two .social-links a {
  color: #ffffff;
  border-color: #ffffff;
}
.footer-two .social-links a:hover {
  color: #000;
  background: #00cccc;
  border-color: #00cccc;
}
.footer-two .footer-menu li a {
  color: #ffffff;
}
.footer-two .footer-menu li a:hover {
  color: #00cccc;
}
.footer-two .copyright-text {
  color: #ffffff;
}
.footer-two .copyright-text a {
  color: #ffffff;
}
.footer-two .copyright-text a:hover {
  color: #104042;
}

.footer-three .footer-border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-three .widget-title {
  margin-bottom: 40px;
}
.footer-three .description-text {
  font-size: 20px;
  line-height: 36px;
  max-width: 63%;
  margin-bottom: 48px;
}
.footer-three .footer-logo {
  margin-bottom: 43px;
}
.footer-three .footer-widget ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Radio Canada Big", serif;
}
.footer-three .footer-widget ul li a:hover {
  color: #00cccc;
}
.footer-three .footer-menu li a {
  color: #2d2d2d;
}
.footer-three .footer-menu li a:hover {
  color: #104042;
}
.footer-three .copyright-text a {
  color: #2d2d2d;
}
.footer-three .copyright-text a:hover {
  color: #104042;
}
.footer-three .social-links a:hover {
  color: #000;
  background: #00cccc;
  border-color: #00cccc;
}
.footer-three .copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-three .copyright-text a {
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
@media only screen and (max-width: 1200px) {
  .footer-three .description-text {
    max-width: 100%;
  }
}

.footer-four {
  position: relative;
  z-index: 1;
}
.footer-four .widget-title {
  color: #000000;
}
.footer-four p {
  color: #2d2d2d;
  font-size: 20px;
  line-height: 36px;
}
.footer-four .social-links a {
  color: #2d2d2d;
  border-color: #000;
}
.footer-four .social-links a:hover {
  color: #2d2d2d;
  background: #00cccc;
  border-color: #00cccc;
}
.footer-four .copyright-wrap {
  border-top: 1px solid #000;
}

.footer-five.footer-section {
  background-color: var(--bs-gray-900);
}
.footer-five.footer-section .footer-border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-five.footer-section .widget-title {
  color: #ffffff;
  margin-bottom: 40px;
}
.footer-five.footer-section .description-text {
  max-width: 410px;
  margin-bottom: 2rem;
}
.footer-five.footer-section .footer-logo {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991.98px) {
  .footer-five.footer-section .footer-logo {
    max-width: 220px;
    max-height: 76px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-five.footer-section .footer-logo svg {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-five.footer-section .footer-logo {
    max-width: 200px;
    max-height: 42px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-five.footer-section .footer-logo svg {
    width: 100%;
    height: 100%;
  }
}
.footer-five.footer-section .footer-widget ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Radio Canada Big", serif;
}
.footer-five.footer-section .footer-widget ul li a:hover {
  color: #00cccc;
}
@media only screen and (max-width: 1200px) {
  .footer-five.footer-section .footer-widget ul li a {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer-five.footer-section .footer-menu li a {
  color: #ffffff;
}
.footer-five.footer-section .footer-menu li a:hover {
  color: #00cccc;
}
.footer-five.footer-section .copyright-text a {
  color: #ffffff;
}
.footer-five.footer-section .copyright-text a:hover {
  color: #00cccc;
}
.footer-five.footer-section .social-links {
  gap: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .footer-five.footer-section .social-links {
    gap: 1.4rem;
  }
}
.footer-five.footer-section .social-links a svg {
  fill: var(--bs-white);
}
.footer-five.footer-section .social-links a:hover svg {
  fill: var(--bs-teal);
}
.footer-five.footer-section .copyright-wrap {
  border-top: 0.5px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1200px) {
  .footer-five.footer-section .description-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footer-links-list {
  gap: 3.5rem;
}

.footer-address-grid > div.col:nth-child(1),
.footer-address-contact__child > div.col:nth-child(1) {
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer-address-grid > div.col:nth-child(1),
  .footer-address-contact__child > div.col:nth-child(1) {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-address-grid > div.col:nth-child(1),
  .footer-address-contact__child > div.col:nth-child(1) {
    width: 40%;
  }
}
.footer-address-grid > div.col:nth-child(2),
.footer-address-contact__child > div.col:nth-child(2) {
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer-address-grid > div.col:nth-child(2),
  .footer-address-contact__child > div.col:nth-child(2) {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-address-grid > div.col:nth-child(2),
  .footer-address-contact__child > div.col:nth-child(2) {
    flex: 0 0 auto;
    width: 29%;
  }
}
.footer-address-grid > div.col:nth-child(3),
.footer-address-contact__child > div.col:nth-child(3) {
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer-address-grid > div.col:nth-child(3),
  .footer-address-contact__child > div.col:nth-child(3) {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-address-grid > div.col:nth-child(3),
  .footer-address-contact__child > div.col:nth-child(3) {
    flex: 0 0 auto;
    width: 31%;
  }
}

.footer-section a {
  color: var(--bs-white);
}
.footer-section a:hover {
  color: var(--bs-teal);
}
.footer-section__top {
  padding: 3rem 1rem 1.5rem 1rem;
}
@media only screen and (min-width: 992px) {
  .footer-section__top {
    padding: 5rem 0 1.5rem 0;
  }
}
.footer-section__btm .copyright-wrap {
  font-size: 0.889rem;
  padding: 1.4rem 0;
}
@media only screen and (min-width: 992px) {
  .footer-section__btm .copyright-wrap {
    padding: 1.82rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section-col--left {
    flex: 0 0 auto;
    width: 47%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-section-col--right {
    flex: 0 0 auto;
    width: 53%;
  }
}
.footer-section--certificate {
  max-width: 254px;
  width: 100%;
}

.footer-address-block {
  font-size: 0.889rem;
  line-height: 1.5;
}

html {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

.banner-slider {
  margin-bottom: 0px;
}
.banner-slider .vc_images_carousel .vc_carousel-inner {
  border-radius: var(--bs-border-radius-lg);
}
.banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  --slider-height: 70dvh;
}
.banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item a > img {
  width: 100%;
  height: var(--slider-height);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius-15);
}
@media only screen and (min-width: 576px) {
  .banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item a > img {
    --slider-height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item a > img {
    --slider-height: 84vh;
  }
}
.banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item img {
  width: 100%;
  height: var(--slider-height);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius-15);
}
@media only screen and (min-width: 576px) {
  .banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item img {
    --slider-height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-slider .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item img {
    --slider-height: 84vh;
  }
}
.banner-slider .vc_images_carousel .vc_carousel-indicators li {
  background-color: white;
  border: 1px solid white;
  border-radius: 12px;
  height: 12px;
  margin: 0px 3px;
  width: 12px;
}
.banner-slider .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
.banner-slider .vc_images_carousel ol.vc_carousel-indicators {
  margin: 0 0 0 -30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vc_section {
  --space-padding-25: 1rem;
  padding-left: var(--space-padding-25);
  padding-right: var(--space-padding-25);
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .vc_section {
    --space-padding-25: 1.389rem;
  }
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.section-banner {
  padding-left: 0;
  padding-right: 0;
}
.section-banner.vc_section > .vc_row > .vc_column_container > .vc_column-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_section,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  padding-top: 0;
}

.px-0 > .vc_row,
.vc_row {
  margin-left: 0;
  margin-right: 0;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_general.vc_btn3 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472D2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: var(--bs-gray-900);
  background-color: #FFFFFF;
}
.vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus {
  color: var(--bs-gray-900);
  background-color: var(--bs-teal);
}

.vc_btn3.vc_btn3-color-turquoise {
  background-color: var(--accent-color);
  color: var(--gray-dark);
}
.vc_btn3.vc_btn3-color-turquoise:hover {
  background-color: var(--gray-dark);
  color: var(--bs-white);
}
.vc_btn3.vc_btn3-color-turquoise:focus {
  background-color: var(--gray-dark);
  color: var(--bs-white);
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  background-color: var(--accent-color);
  color: var(--gray-dark);
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover {
  background-color: var(--gray-dark);
  color: var(--bs-white);
}
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus {
  background-color: var(--gray-dark);
  color: var(--bs-white);
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 15px;
}

.vc_btn3.vc_btn3-size-md,
.vc_general.vc_btn3.vc_btn3-style-outline {
  font-size: 1rem;
  padding: 0.835em 2.04em;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  border-color: var(--bs-heading-color);
  color: var(--bs-heading-color);
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus {
  background-color: var(--bs-heading-color);
  color: white;
}

@media screen and (min-width: 768px) {
  .banner-slider .vc_images_carousel .vc_carousel-indicators {
    bottom: 30px;
  }
}
.section-partners {
  padding: 3.2rem 0 2.2rem 0;
}
@media only screen and (min-width: 768px) {
  .section-partners {
    padding: 4.7rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-partners {
    padding: 4.7rem 0;
  }
}
.section-partners__header {
  margin-bottom: 2rem;
  max-width: 940px;
}
.section-partners__header .vcmh-title {
  margin-bottom: 0;
}
.section-partners__header .vcmh-title + .vcmh-subtitle {
  margin-bottom: 0;
  margin-top: 1rem;
}
.section-partners-ftr {
  padding-bottom: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .section-partners-ftr {
    padding-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-partners-ftr {
    padding-bottom: 4rem;
  }
}
.section-partners-ftr--header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 800px;
}

.section-guidance {
  padding: 7.7rem 0 7rem 0;
  position: relative;
  background-color: var(--bs-white);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section-guidance {
    padding: 5.7rem 0 5rem 0;
  }
}
.section-guidance::before, .section-guidance::after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-guidance::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 30px;
  width: clamp(160px, 23vw, 339px);
  height: clamp(172px, 24.5vw, 360px);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icn-ice-left@2x.png);
}
@media only screen and (min-width: 768px) {
  .section-guidance::before {
    top: -80px;
    left: 74px;
  }
}
@media only screen and (min-width: 992px) {
  .section-guidance::before {
    top: -130px;
    left: 74px;
  }
}
.section-guidance::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 30px;
  width: clamp(160px, 24vw, 351px);
  height: clamp(154px, 23.5vw, 341px);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icn-ice-right@2x.png);
}
@media only screen and (min-width: 768px) {
  .section-guidance::after {
    bottom: -80px;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-guidance::after {
    bottom: -130px;
    right: 20px;
  }
}
.section-guidance .wpb_wrapper {
  max-width: 270px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-guidance .wpb_wrapper {
    max-width: 100%;
  }
}
.section-guidance__header {
  margin-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-guidance__header .vcmh-title {
  display: block;
  margin-bottom: 0.8rem;
  max-width: 500px;
}
.section-guidance__header .vcmh-subtitle {
  max-width: 570px;
  margin-bottom: 0;
}
.section-guidance__content {
  max-width: 570px;
  margin: 0 auto;
}
.section-guidance__btn {
  margin-bottom: 0;
  margin-top: 2.1rem;
}

.section-feature .vc_do_custom_heading {
  margin-bottom: 1.1rem;
}
.section-feature__subtxt {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .section-feature__subtxt {
    margin-bottom: 2.3rem;
  }
}
.section-feature__subtxt h6 {
  font-weight: 400;
}
.section-feature__btn {
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 1200px) {
  .section-feature__btn {
    margin-bottom: 3rem;
  }
}
.section-feature__col-content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .section-feature__col-content {
    width: 70.666667%;
  }
}
.section-feature__col-image {
  width: 100%;
  margin-top: 3rem;
}
@media only screen and (min-width: 1200px) {
  .section-feature__col-image {
    width: 29.333333%;
    margin-top: 0;
  }
}

.feature--container {
  padding: 3rem 2rem 2.3rem 2rem;
  border-radius: var(--bs-border-radius-lg);
}
@media only screen and (min-width: 1200px) {
  .feature--container {
    padding: 5rem 3.2rem 3.3rem 3.2rem;
  }
}

.features-block {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 1200px) {
  .features-block {
    display: inline-flex;
    width: 100%;
    max-width: 290px;
    margin-bottom: 2.7rem;
  }
}
.features-block + .features-block {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .features-block + .features-block {
    margin-left: 12%;
  }
}
.features-block + .features-block + .features-block {
  margin-left: 0px;
  margin-bottom: 0;
}
.features-block p:has(img) {
  margin-bottom: 1rem;
}
.features-block h6 {
  margin-bottom: 0.3rem;
}
.features-block p {
  color: var(--bs-gray-600);
}

.featured-image img {
  height: auto;
  width: 100%;
  min-width: 100%;
  /* position: absolute; */
  object-fit: contain;
  margin-top: 0;
  margin-bottom: -8rem;
  transform: none;
}
@media only screen and (min-width: 768px) {
  .featured-image img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-image img {
    max-width: 100%;
    height: 995px;
    width: 458px;
    min-width: 458px;
    /* position: absolute; */
    object-fit: contain;
    margin-top: -9rem;
    margin-bottom: -8rem;
    transform: translateX(-20px);
  }
}

.section-services {
  margin-top: 6.5rem;
}
.section-services__row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-services__row {
    padding-top: 4.333rem;
    padding-bottom: 4.333rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-services__row {
    padding-top: 5.333rem;
    padding-bottom: 5.333rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-services__row {
    padding-top: 6.333rem;
    padding-bottom: 6.333rem;
  }
}

.card-btn-icn,
.cardgrid-card__btn {
  --btn-size: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: var(--bs-border-radius-sm);
  background-color: var(--puerto-rico-700);
  color: var(--bs-white);
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.card-btn-icn:hover,
.cardgrid-card__btn:hover {
  filter: brightness(1.15);
  transform: scale(1.08);
  background-color: var(--gray-dark);
}
.card-btn-icn svg,
.cardgrid-card__btn svg {
  width: 23px;
  height: 12px;
  fill: var(--bs-white);
  display: block;
}
@media only screen and (min-width: 1200px) {
  .card-btn-icn,
  .cardgrid-card__btn {
    --btn-size: 60px;
  }
}

.section-testimonials {
  --space-x: 3.4rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--space-x);
  padding-bottom: var(--space-x);
}
.section-testimonials .vcts-wrap .vcts-card {
  background-color: transparent;
  background-image: url(../img/bg-testimonial.gif);
  background-repeat: repeat-x;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-testimonials {
    --space-x: 4.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-testimonials {
    --space-x: 5.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-testimonials {
    --space-x: 6.4rem;
  }
}

.gs_logo_single {
  border-radius: 0;
  height: 100%;
  padding: 18px 16px;
}
@media only screen and (min-width: 768px) {
  .gs_logo_single {
    padding: 24px 16px;
  }
}
.gs_logo_single img {
  max-height: 50px;
  width: fit-content;
  object-fit: contain;
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .gs_logo_single img {
    max-height: 46px;
    max-width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .gs_logo_single img {
    max-height: 66px;
    max-width: 130px;
  }
}

.title-404 {
  font-size: clamp(4rem, 15vw, 12rem);
  line-height: 1;
}

/*# sourceMappingURL=main.css.map */
