h1, h2, h3, h4, h5, h6 {
  font-family: "Bai Jamjuree", sans-serif;
}

body,
html {
  background: #F9F9FA;
}

a {
  color: inherit;
}
a:hover, a:focus {
  color: inherit;
}

[data-elementor-type=single-post] a,
[data-elementor-type=wp-page] a {
  text-decoration: underline;
}

a:not(.elementor-button):hover,
a:not(.elementor-button):focus {
  text-decoration: underline;
}

a.elementor-button {
  text-decoration: none;
}

.elementor-heading-title a,
.elementor-post__title a,
.cat-item a {
  text-decoration: none;
}

[id] {
  scroll-margin-top: 160px;
}

body.ensorcell-bg-gradient {
  position: relative;
  background: none !important;
}
body.ensorcell-bg-gradient .ensorcell-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0 at 50% 50%, #f9f9fa 0deg, #215c80 0.04deg, #8a229d 78.75deg, #f498fa 187.5deg, #59b2a9 268.13deg, #9fe7f0 360deg);
  opacity: 0.2;
  animation: spin 12s linear infinite;
  background-size: 200%;
  filter: blur(200px);
}
body.ensorcell-bg-gradient .ensorcell-bg span {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  display: block;
  backdrop-filter: blur(500px);
}

.custom-underline span {
  position: relative;
}
.custom-underline span::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 5px;
  background-image: url("/wp-content/themes/ensorcell/assets/underline.svg");
  background-size: cover;
}

@keyframes spin {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.ensorcell-scroll-to-top {
  bottom: 10%;
  right: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.ensorcell-scroll-to-top.visible {
  opacity: 1;
  pointer-events: initial;
}
@media all and (max-width: 768px) {
  .ensorcell-scroll-to-top.visible {
    display: none;
  }
}
.ensorcell-scroll-to-top a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px;
  width: 61px;
  height: 61px;
  background: #343434;
  border-radius: 30px 30px 0 0;
  transform: rotate(-90deg);
  position: relative;
}
.ensorcell-scroll-to-top a::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: 0;
  border-radius: 31px 31px 0 0;
  padding: 3px;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}
.ensorcell-scroll-to-top svg {
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  body:has(.sticky-page-nav) [id] {
    scroll-margin-top: 300px;
  }
}
.elementor-button-outline a {
  position: relative;
  background-color: transparent;
  font-family: "Bai Jamjuree", Sans-serif;
  font-weight: 500;
  color: #343434;
  border-style: solid;
  border-width: 2px;
  border-color: #949495;
  border-radius: 8px;
}
.elementor-button-outline a span {
  color: #343434;
}
.elementor-button-outline a:hover, .elementor-button-outline a:focus-within {
  box-shadow: 0 4px 4px 0 rgba(159, 231, 240, 0.25);
}
.elementor-button-outline a:hover::before, .elementor-button-outline a:focus-within::before {
  opacity: 1;
}
.elementor-button-outline a:hover span, .elementor-button-outline a:focus-within span {
  color: #fff;
  z-index: 1;
}
.elementor-button-outline a::before {
  opacity: 0;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  transition: all 0.2s ease-in-out;
}

.elementor-button-outline-white a {
  position: relative;
  background-color: transparent;
  font-family: "Bai Jamjuree", Sans-serif;
  font-weight: 500;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
}
.elementor-button-outline-white a span {
  color: #fff;
  z-index: 1;
}
.elementor-button-outline-white a:hover, .elementor-button-outline-white a:focus-within {
  box-shadow: 0 4px 4px 0 rgba(159, 231, 240, 0.25);
}
.elementor-button-outline-white a:hover::before, .elementor-button-outline-white a:focus-within::before {
  opacity: 1;
}
.elementor-button-outline-white a::before {
  opacity: 0;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}

.elementor-button-solid a,
.e-loop__load-more a {
  position: relative;
  background-color: transparent;
  font-family: "Bai Jamjuree", Sans-serif;
  font-weight: 500;
  background: #343434;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #949495;
  border-radius: 8px;
}
.elementor-button-solid a span,
.e-loop__load-more a span {
  color: #fff;
  z-index: 1;
}
.elementor-button-solid a:hover, .elementor-button-solid a:focus-within,
.e-loop__load-more a:hover,
.e-loop__load-more a:focus-within {
  box-shadow: 0 4px 4px 0 rgba(159, 231, 240, 0.25);
}
.elementor-button-solid a:hover::before, .elementor-button-solid a:focus-within::before,
.e-loop__load-more a:hover::before,
.e-loop__load-more a:focus-within::before {
  opacity: 1;
}
.elementor-button-solid a::before,
.e-loop__load-more a::before {
  opacity: 0;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}

.elementor-button-arrow-link a {
  position: relative;
  font-family: "Bai Jamjuree", Sans-serif;
  font-weight: 500;
  background: transparent;
  color: #343434;
  border: none;
  border-radius: 0;
  padding: 0 0 5px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.elementor-button-arrow-link a span {
  color: #343434;
}
.elementor-button-arrow-link a .elementor-button-content-wrapper {
  display: inline;
}
.elementor-button-arrow-link a:hover, .elementor-button-arrow-link a:focus-within {
  border-bottom-color: #59B2A9;
}
.elementor-button-arrow-link a::after {
  content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(52,52,52)"/></svg>');
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  margin-left: 4px;
}

.ec-spacing-xs {
  --padding-top: 16px;
  --padding-bottom: 16px;
}

.ec-spacing-sm {
  --padding-top: 32px;
  --padding-bottom: 32px;
}

.ec-spacing-md {
  --padding-top: 48px;
  --padding-bottom: 48px;
}

.ec-spacing-lg {
  --padding-top: 64px;
  --padding-bottom: 64px;
}

.ec-spacing-xl {
  --padding-top: 80px;
  --padding-bottom: 80px;
}

.ec-spacing-xxl {
  --padding-top: 96px;
  --padding-bottom: 96px;
}

.ensorcell-card {
  background: rgba(148, 148, 149, 0.1019607843);
}
.ensorcell-card::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 1s ease;
  background: linear-gradient(339.75deg, #59B2A9 32.32%, #215C80 77.92%);
}
.ensorcell-card.ensorcell-card-wide::before {
  background: linear-gradient(281.83deg, #59B2A9 17.34%, #215C80 67.07%);
}
.ensorcell-card .card-button {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ensorcell-card:hover *, .ensorcell-card:focus-within * {
  color: #fff !important;
}
.ensorcell-card:hover::before, .ensorcell-card:focus-within::before {
  opacity: 1;
}
.ensorcell-card:hover .elementor-widget-html svg, .ensorcell-card:focus-within .elementor-widget-html svg {
  fill: #ffffff;
}
.ensorcell-card:hover .card-button, .ensorcell-card:focus-within .card-button {
  visibility: visible;
  opacity: 1;
}
@media all and (max-width: 768px) {
  .ensorcell-card .card-button {
    opacity: 1;
    visibility: visible;
  }
  .ensorcell-card .card-button a.elementor-button {
    background: #343434;
    border-color: #343434;
  }
  .ensorcell-card .premaerix-card-image img {
    scale: 1.2 !important;
  }
}

.product-card {
  background: #343434;
  position: relative;
}
.product-card:hover, .product-card:focus-within {
  text-decoration: none !important;
}
.product-card:hover *, .product-card:focus-within * {
  text-decoration: none !important;
}
.product-card::before {
  opacity: 0;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(330.06deg, #215C80 11.24%, #59B2A9 75.91%);
  transition: all 0.3s ease-in-out;
}
.product-card:hover::before, .product-card:focus-within::before {
  opacity: 1;
}

.blue-purple-gradient-border, .team-member-card .e-off-canvas__content {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
}
.blue-purple-gradient-border::before, .team-member-card .e-off-canvas__content::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  border-radius: 16px;
  padding: 4px;
  background: linear-gradient(89.58deg, #63ACB7 0.38%, #7183B2 50.02%, #8A229D 99.66%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}

.mission-card {
  background: #ffffff;
  border: 2px solid white;
  border-radius: 8px;
}
.mission-card::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(132.14deg, #215C80 34.68%, #59B2A9 128.91%);
  border-radius: 8px;
}
.mission-card:hover, .mission-card:focus-within {
  border-color: transparent;
}
.mission-card:hover *, .mission-card:focus-within * {
  color: #fff !important;
}
.mission-card:hover::before, .mission-card:focus-within::before {
  opacity: 1;
}

.team-member-card .e-off-canvas__content {
  padding: 24px;
}
.team-member-card .e-off-canvas__content .elementor-icon-list-item a {
  color: #343434;
}

.hero-gradient {
  background-color: #215C80;
}
.hero-gradient::before {
  background: linear-gradient(93.38deg, rgb(159, 231, 240) 0.01%, rgb(89, 178, 169) 25.01%, rgb(33, 92, 128) 50.97%, rgb(138, 34, 157) 81.25%, rgb(225, 162, 255) 100%);
}

.product-hero {
  position: relative;
  overflow: hidden;
}
.product-hero::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
  right: -20vw;
  top: -20vh;
  left: initial;
  filter: blur(250px);
  background: conic-gradient(from -68.62deg at 50% 50%, #F9F9FA 0deg, #215C80 0.04deg, #59B2A9 78.75deg, #59B2A9 187.5deg, #9FE7F0 268.13deg, #E1A2FF 360deg);
  transform: rotate(-104.37deg);
  opacity: 0.4;
  z-index: 1;
}
.product-hero .e-con-inner {
  z-index: 1;
}
@media all and (max-width: 768px) {
  .product-hero::before {
    height: 100%;
    width: 100%;
    right: -20vw;
    top: 20vh;
    left: initial;
    filter: blur(140px);
    transform: translate3d(0, 0, 0);
  }
}

.post-hero {
  background-color: #215C80;
}
.post-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265.64deg, rgba(159, 231, 240, 0.45) 11.29%, rgba(89, 178, 169, 0.45) 33.41%, rgba(33, 92, 128, 0.45) 56.38%, rgba(138, 34, 157, 0.45) 83.18%, rgba(190, 126, 221, 0.45) 99.77%);
  z-index: 0;
}
.post-hero .e-con-inner {
  position: relative;
  z-index: 1;
}

.post-hero-light {
  background-color: #215C80;
}
.post-hero-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.46deg, rgba(159, 231, 240, 0.65) -44.73%, rgba(89, 178, 169, 0.65) 5.08%, rgba(33, 92, 128, 0.65) 71.21%, rgba(138, 34, 157, 0.65) 100.85%);
  z-index: 0;
}
.post-hero-light .e-con-inner {
  position: relative;
  z-index: 1;
}

.post-hero-dark {
  background-color: #215C80;
}
.post-hero-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(74.61deg, #59B2A9 -2.54%, #215C80 46.08%, rgba(81, 127, 156, 0.783202) 67.06%, rgba(255, 255, 255, 0) 90.48%);
  z-index: 0;
}
.post-hero-dark::before {
  width: 60%;
  right: 0;
  left: initial;
}
.post-hero-dark .e-con-inner {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .post-hero-dark::before {
    width: 100%;
  }
  .post-hero-dark::after {
    background: linear-gradient(37.13deg, #59B2A9 13.43%, rgba(33, 92, 128, 0.9) 47.48%, rgba(33, 92, 128, 0.3) 67.35%, rgba(255, 255, 255, 0.25) 77.08%);
  }
}

.frm_forms .frm_left_container {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 1rem 1rem;
}
.frm_forms .frm_left_container input, .frm_forms .frm_left_container textarea {
  border: 0;
}
.frm_forms .frm_left_container label.frm_primary_label {
  padding: 8px;
  font-size: 16px;
}
.frm_forms .frm_submit button.frm_button_submit {
  position: relative;
  font-family: "Bai Jamjuree", Sans-serif;
  font-weight: 500;
  background: #555555;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #555555;
  border-radius: 8px;
}
.frm_forms .frm_submit button.frm_button_submit span {
  color: #fff;
  z-index: 1;
  position: relative;
}
.frm_forms .frm_submit button.frm_button_submit:hover, .frm_forms .frm_submit button.frm_button_submit:focus-within, .frm_forms .frm_submit button.frm_button_submit:active {
  box-shadow: 0 4px 4px 0 rgba(159, 231, 240, 0.25);
  background: #555555 !important;
  color: #fff !important;
}
.frm_forms .frm_submit button.frm_button_submit:hover::before, .frm_forms .frm_submit button.frm_button_submit:focus-within::before, .frm_forms .frm_submit button.frm_button_submit:active::before {
  opacity: 1;
}
.frm_forms .frm_submit button.frm_button_submit:disabled {
  opacity: 0.5 !important;
}
.frm_forms .frm_submit button.frm_button_submit::before {
  opacity: 0;
  content: "";
  position: absolute;
  width: calc(100% + 4px) !important;
  height: calc(100% + 4px) !important;
  left: -2px !important;
  top: -2px !important;
  border-radius: 8px;
  padding: 2px !important;
  background: linear-gradient(120deg, rgb(102, 172, 185) 0%, rgb(146, 97, 183) 100%);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
  animation: none !important;
  margin: 0 !important;
  z-index: 0;
}

.tech-spec-table {
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-radius: 16px;
}
.tech-spec-table::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(269.94deg, #59B2A9 10.02%, #215C80 65.16%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}
.tech-spec-table .accordion-section {
  align-items: stretch;
}
.tech-spec-table .accordion-section > div {
  height: auto;
}
.tech-spec-table .accordion-section > div .elementor-element,
.tech-spec-table .accordion-section > div .e-n-accordion,
.tech-spec-table .accordion-section > div details {
  height: 100%;
}
.tech-spec-table .accordion-section > div .e-n-accordion {
  border: 1px solid #d5d8dc;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.tech-spec-table .accordion-section > div .e-n-accordion summary {
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
  top: -1px;
  border: 0;
}
.tech-spec-table .accordion-section > div .e-n-accordion .elementor-element {
  border: 0;
}
.tech-spec-table .tech-spec-accordion summary {
  position: relative;
  background: #343434;
  pointer-events: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tech-spec-table .tech-spec-accordion summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(339.75deg, #59B2A9 32.32%, #215C80 77.92%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tech-spec-table .tech-spec-accordion summary span {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.tech-spec-table .tech-spec-accordion summary .e-n-accordion-item-title-text {
  font-size: 24px;
  font-weight: bold;
}
.tech-spec-table .tech-spec-accordion summary .e-n-accordion-item-title-icon {
  display: none;
}
@media all and (max-width: 768px) {
  .tech-spec-table .tech-spec-accordion summary {
    pointer-events: initial;
  }
  .tech-spec-table .tech-spec-accordion summary .e-n-accordion-item-title-icon {
    display: initial;
  }
}

#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus-within {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, rgb(102, 172, 185), rgb(146, 97, 183)) 1;
  border-image-slice: 0 0 100% 0;
  font-weight: 500;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .mega-indicator {
  display: none;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-mobile-only {
  display: none;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:focus-within > a.mega-menu-link {
  font-weight: 500;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu {
  display: flex;
  justify-content: center;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li {
  flex: 0 0 auto;
  width: auto;
  padding: 26px 24px;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a {
  display: flex;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a::after {
  content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(148,148,149)"/></svg>');
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  margin-left: 4px;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview:hover a::after, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview:focus-within a::after {
  content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(52,52,52)"/></svg>');
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a:focus {
  background: linear-gradient(89.58deg, #63ACB7 0.38%, #7183B2 50.02%, #8A229D 99.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #949495;
  font-size: 16px;
  text-transform: none;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a:focus {
  color: #343434;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
  border: 0;
  border-image: none;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:focus-within > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, rgb(102, 172, 185), rgb(146, 97, 183)) 1;
  border-image-slice: 0 0 100% 0;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, rgb(102, 172, 185), rgb(146, 97, 183)) 1;
  border-image-slice: 0 0 100% 0;
}
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > .mega-sub-menu {
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, rgb(102, 172, 185), rgb(146, 97, 183)) 1;
  transform: translateY(-3px);
}
@media all and (max-width: 1024px) {
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 2px solid rgba(177, 178, 184, 0.2509803922);
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    height: auto;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus-within {
    border-bottom: 2px solid rgba(177, 178, 184, 0.2509803922);
    border-image: none;
    transform: translateY(0px);
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: block;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:focus-within > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-bottom: 2px solid rgba(177, 178, 184, 0.2509803922);
    border-image: none;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > .mega-sub-menu {
    border-bottom: 2px solid rgba(177, 178, 184, 0.2509803922);
    border-image: none;
    transform: translateY(0px);
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu {
    background: transparent;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li {
    flex: 0 0 auto;
    width: auto;
    padding: 10px;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a {
    display: flex;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a::after {
    content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(148,148,149)"/></svg>');
    display: inline-block;
    position: relative;
    width: 15px;
    height: 10px;
    margin-left: 4px;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview:hover a::after, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview:focus-within a::after {
    content: url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4461 5.96762C14.5168 5.79612 14.5168 5.60362 14.4461 5.43212C14.4104 5.34672 14.3593 5.26902 14.2949 5.20462L10.0949 1.00532C9.8219 0.731624 9.3788 0.731624 9.1051 1.00532C8.8314 1.27832 8.8314 1.72142 9.1051 1.99512L12.1102 5.00022H1.2C0.8136 5.00022 0.5 5.31312 0.5 5.70022C0.5 6.08662 0.8136 6.40022 1.2 6.40022H12.1102L9.1051 9.40536C8.8314 9.67836 8.8314 10.1214 9.1051 10.3951C9.2416 10.5316 9.4208 10.6002 9.6 10.6002C9.7792 10.6002 9.9584 10.5316 10.0949 10.3951L14.2949 6.19512C14.3593 6.13072 14.4104 6.05302 14.4461 5.96762Z" fill="rgb(52,52,52)"/></svg>');
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li.product-overview a:focus {
    background: linear-gradient(89.58deg, #63ACB7 0.38%, #7183B2 50.02%, #8A229D 99.66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #949495;
    font-size: 16px;
    text-transform: none;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a:hover, #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li.mega-menu-column ul.mega-sub-menu li a:focus {
    color: #343434;
  }
  #mega-menu-wrap-menu-1#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-mobile-only {
    display: block;
  }
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background: #949495;
}

header.elementor-location-header {
  overflow: hidden;
}

.sticky-page-nav {
  position: sticky;
  top: 70px;
  z-index: 10;
}

.admin-bar .sticky-page-nav {
  top: 122px;
}

.elementor-editor-active .sticky-page-nav {
  position: static;
}

@media all and (max-width: 1024px) {
  header[data-elementor-type=header] .elementor-widget-theme-site-logo {
    flex: 1 1 auto;
    margin-left: -40px !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
    top: 122px;
    padding: 24px;
    border-top: 3px solid transparent !important;
    border-image: linear-gradient(to right, rgb(102, 172, 185), rgb(146, 97, 183)) 1 !important;
    border-image-slice: 100% 0 0 0 !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    background: none;
  }
  .sticky-page-nav .e-grid {
    display: flex;
  }
  .sticky-page-nav .e-grid summary.e-n-accordion-item-title {
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    top: 70px;
  }
  .admin-bar .sticky-page-nav {
    top: 70px;
  }
}
.facetwp-type-checkboxes .facetwp-counter {
  display: none;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  background: none;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background: none;
}
.facetwp-type-checkboxes .facetwp-checkbox::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  aspect-ratio: 1;
  width: 24px;
  background: white;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
  position: absolute;
  right: 4px;
  top: 0;
  width: 16px;
  z-index: 1;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z"/></svg>');
}

.facetwp-type-search .facetwp-input-wrap,
.facetwp-type-search input {
  width: 100%;
}
.facetwp-type-search input {
  border: 1px solid rgba(148, 148, 149, 0.2509803922);
  border-radius: 50px;
}
.facetwp-type-search i {
  display: none;
}

a.facetwp-reset {
  color: #343434;
  font-size: 16px;
  text-decoration: underline;
}
a.facetwp-reset:hover, a.facetwp-reset:focus {
  color: #949495;
}

.elementor-element .facetwp-facet {
  margin-bottom: 0;
}

.facetwp-flyout {
  padding: 24px;
  width: 100% !important;
}
.facetwp-flyout .facetwp-flyout-wrap {
  width: calc(100% - 48px);
}
.facetwp-flyout .name-search:nth-child(2),
.facetwp-flyout .name-reset_knowledge_center,
.facetwp-flyout .name-reset_news,
.facetwp-flyout .name-reset_tags {
  display: none;
}
.facetwp-flyout .name-search h3 {
  display: none;
}
.facetwp-flyout .flyout-header-wrapper {
  display: flex;
  justify-content: space-between;
}
.facetwp-flyout .flyout-row h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .filter-section {
    position: sticky;
    top: 70px;
    background: #f9f9fa;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    z-index: 1;
    padding: 0;
  }
  .filter-section > div:first-of-type {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.elementor-widget-loop-carousel .swiper {
  padding-bottom: 2rem !important;
}
.elementor-widget-loop-carousel .swiper-pagination-bullet {
  width: 48px;
  border-radius: 16px;
  height: 4px;
}
@media all and (max-width: 768px) {
  .elementor-widget-loop-carousel .swiper-pagination-bullet {
    width: 24px;
  }
}

.elementor-widget-wp-widget-categories h5 {
  display: none;
}
.elementor-widget-wp-widget-categories nav ul {
  list-style: none;
  padding: 0;
}
.elementor-widget-wp-widget-categories nav ul li {
  margin-bottom: 1rem;
}
.elementor-widget-wp-widget-categories nav ul li a {
  color: #343434;
}

@media all and (max-width: 768px) {
  [data-elementor-type=loop-item].team-member .e-off-canvas .e-off-canvas__main {
    max-width: 90vw;
    max-height: 90dvh;
    overflow: scroll;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  [data-elementor-type=loop-item].team-member .e-off-canvas .e-off-canvas__main .e-off-canvas__content {
    width: 100%;
    height: 100%;
  }
  [data-elementor-type=loop-item].team-member .e-off-canvas .e-off-canvas__main .e-off-canvas__content > div {
    height: 100%;
    overflow: scroll;
  }
}

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