@charset "UTF-8";
.cf::after {
  content: "";
  clear: both;
  display: table;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.nav-spacer {
  padding-top: 80px;
}

.nav-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.7px;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .nav-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
  }
}

#mobile-nav-background-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: transparent;
  visibility: hidden;
  -webkit-transition: 0.3s visibility, 0.3s background-color;
  transition: 0.3s visibility, 0.3s background-color;
}
#mobile-nav-background-wrap .sub-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
#mobile-nav-background-wrap.active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
#mobile-nav-background-wrap.active .sub-wrap {
  visibility: visible;
  opacity: 1;
}

#mobile-nav-alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: 0.3s visibility, 0.2s padding-top;
  transition: 0.3s visibility, 0.2s padding-top;
  padding-top: 56px;
}
#mobile-nav-alt .background-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-nav-alt .nav-wrap {
  background-color: #fff;
  border-radius: 8px 8px 10px 10px;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 1002;
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s transform cubic-bezier(0.25, 1, 0.5, 1), 0.3s opacity;
  transition: 0.3s transform cubic-bezier(0.25, 1, 0.5, 1), 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
  height: calc(100% - 10px);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#mobile-nav-alt .nav-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1), 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
}
#mobile-nav-alt .nav-wrap .close-btn svg {
  height: 48px;
  width: 48px;
}
#mobile-nav-alt .nav-wrap .close-btn svg path {
  fill: #fff;
}
#mobile-nav-alt .nav-wrap nav.nav-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding: 0;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu li.menu-item {
  text-align: center;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu li.menu-item a {
  color: #4f4f4f;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 18px;
  display: block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-decoration: none !important;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu li.menu-item a:hover {
  color: #2bbeaf;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu li.menu-item.current-menu-item a {
  color: #2bbeaf !important;
  font-weight: 500;
}
#mobile-nav-alt .nav-wrap nav.nav-container ul#mobile-menu li.menu-item.current-menu-item a:hover {
  color: #4f4f4f !important;
}
#mobile-nav-alt .nav-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 8px 8px;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav {
  font-size: 18px;
  color: #fff;
  background-color: #2bbeaf;
  border-width: 1px;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav svg path {
  stroke: #fff;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav:hover {
  background-color: #2eccbc;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav:focus {
  border-color: #2eccbc;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav:active {
  background-color: #2eccbc;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav.btn-nav-inverted {
  color: #1d8076 !important;
  border: solid 2px #1d8076 !important;
  background-color: rgba(29, 128, 118, 0) !important;
  margin: 0;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav.btn-nav-inverted:hover {
  background-color: #2eccbc !important;
  border: solid 2px #2eccbc !important;
  color: #fff !important;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav.btn-nav-inverted:focus {
  border-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav-alt .nav-wrap .btn-wrap .btn-nav.btn-nav-inverted:active {
  background-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav-alt.alt2 .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  max-width: calc(100% - 10px);
}
#mobile-nav-alt.alt2 .btn-wrap {
  display: none;
}
#mobile-nav-alt.alt2 .nav-container {
  padding-top: 0 !important;
}
#mobile-nav-alt.alt2 ul.nav-items {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-nav-alt.alt2 ul.nav-items li.menu-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 8px;
}
#mobile-nav-alt.alt2 ul.nav-items li.menu-item.current-menu-item {
  background-color: rgba(46, 204, 188, 0.1) !important;
}
#mobile-nav-alt.alt2 ul.nav-items li.menu-item a {
  padding: 10px !important;
}
#mobile-nav-alt.alt2 .side.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#mobile-nav-alt.alt2 .side.right .social-title {
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  padding-top: 30px;
  display: none;
}
#mobile-nav-alt.alt2 .side.right .btn-nav {
  font-size: 18px;
  color: #fff;
  background-color: #2bbeaf;
  border-width: 1px;
  border-radius: 8px;
}
#mobile-nav-alt.alt2 .side.right .btn-nav svg path {
  stroke: #fff;
}
#mobile-nav-alt.alt2 .side.right .btn-nav:hover {
  background-color: #2eccbc;
}
#mobile-nav-alt.alt2 .side.right .btn-nav:focus {
  border-color: #2eccbc;
}
#mobile-nav-alt.alt2 .side.right .btn-nav:active {
  background-color: #2eccbc;
}
#mobile-nav-alt.alt2 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#mobile-nav-alt.alt2 .social a {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #828282;
  margin: 10px;
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
#mobile-nav-alt.alt2 .social a img {
  line-height: 1;
  -webkit-filter: brightness(0) invert(0.2);
          filter: brightness(0) invert(0.2);
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
}
#mobile-nav-alt.alt2 .social a:hover {
  border: 1px solid #2bbeaf;
}
#mobile-nav-alt.alt2 .social a:hover img {
  -webkit-filter: none;
          filter: none;
}
#mobile-nav-alt.top:not(.scroll-fixed) {
  padding-top: 80px;
}
#mobile-nav-alt.active {
  visibility: visible;
  opacity: 1;
}
#mobile-nav-alt.active .nav-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#mobile-nav-alt.active .nav-wrap .close-btn {
  opacity: 1;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: 0.3s visibility;
  transition: 0.3s visibility;
}
#mobile-nav .background-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-nav .nav-wrap {
  background-color: #141414;
  border-radius: 8px 8px 10px 10px;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 1002;
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s transform cubic-bezier(0.25, 1, 0.5, 1), 0.3s opacity;
  transition: 0.3s transform cubic-bezier(0.25, 1, 0.5, 1), 0.3s opacity, 0.3s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#mobile-nav .nav-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1), 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
}
#mobile-nav .nav-wrap .close-btn svg {
  height: 48px;
  width: 48px;
}
#mobile-nav .nav-wrap .close-btn svg path {
  fill: #fff;
}
#mobile-nav .nav-wrap nav.nav-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-nav .nav-wrap nav.nav-container ul#mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding: 0;
}
#mobile-nav .nav-wrap nav.nav-container ul#mobile-menu li.menu-item {
  text-align: center;
}
#mobile-nav .nav-wrap nav.nav-container ul#mobile-menu li.menu-item a {
  color: #fff;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  display: block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
#mobile-nav .nav-wrap nav.nav-container ul#mobile-menu li.menu-item a:hover {
  color: #2bbeaf;
}
#mobile-nav .nav-wrap nav.nav-container ul#mobile-menu li.menu-item.current-menu-item a {
  color: #2bbeaf !important;
  font-weight: 500;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items {
  position: relative;
  z-index: 1000;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: #383838;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 0.5rem;
  width: 100%;
  border-radius: 4px;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items .sub-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #383838;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items li:hover > .sub-menu {
  display: block;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items .sub-menu li {
  float: none;
  display: block;
  list-style-type: none;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items .sub-menu li a {
  padding: 0.5rem;
  color: #333;
  text-decoration: none;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items .sub-menu li a:hover {
  background: transparent;
}
#mobile-nav .nav-wrap nav.nav-container .nav-items li {
  position: relative;
}
#mobile-nav .nav-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px 8px 8px;
}
#mobile-nav .nav-wrap .btn-wrap .btn-nav {
  font-size: 18px;
  color: #fff;
  background-color: #2bbeaf;
  border-width: 1px;
}
#mobile-nav .nav-wrap .btn-wrap .btn-nav svg path {
  stroke: #fff;
}
#mobile-nav .nav-wrap .btn-wrap .btn-nav:hover {
  background-color: #2eccbc;
}
#mobile-nav .nav-wrap .btn-wrap .btn-nav:focus {
  border-color: #2eccbc;
}
#mobile-nav .nav-wrap .btn-wrap .btn-nav:active {
  background-color: #2eccbc;
}
#mobile-nav.alt .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mobile-nav.alt .btn-wrap {
  display: none;
}
#mobile-nav.alt .side.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}
#mobile-nav.alt .side.right .social-title {
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  padding-top: 30px;
}
#mobile-nav.alt .side.right .btn-nav {
  font-size: 18px;
  color: #fff;
  background-color: #2bbeaf;
  border-width: 1px;
  border-radius: 8px;
}
#mobile-nav.alt .side.right .btn-nav svg path {
  stroke: #fff;
}
#mobile-nav.alt .side.right .btn-nav:hover {
  background-color: #2eccbc;
}
#mobile-nav.alt .side.right .btn-nav:focus {
  border-color: #2eccbc;
}
#mobile-nav.alt .side.right .btn-nav:active {
  background-color: #2eccbc;
}
#mobile-nav.alt .side.right .btn-nav.btn-nav-inverted {
  color: #1d8076 !important;
  border: solid 2px #1d8076 !important;
  background-color: rgba(29, 128, 118, 0) !important;
  margin: 0;
}
#mobile-nav.alt .side.right .btn-nav.btn-nav-inverted:hover {
  background-color: #2eccbc !important;
  border: solid 2px #2eccbc !important;
  color: #fff !important;
}
#mobile-nav.alt .side.right .btn-nav.btn-nav-inverted:focus {
  border-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav.alt .side.right .btn-nav.btn-nav-inverted:active {
  background-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav.alt .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#mobile-nav.alt .social a {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #828282;
  margin: 10px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
#mobile-nav.alt .social a img {
  line-height: 1;
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
}
#mobile-nav.alt .social a:hover {
  border: 1px solid #2bbeaf;
}
#mobile-nav.alt .social a:hover img {
  -webkit-filter: none;
          filter: none;
}
#mobile-nav.alt2 .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  max-width: calc(100% - 10px);
  width: 300px;
}
#mobile-nav.alt2 .btn-wrap {
  display: none;
}
#mobile-nav.alt2 .nav-container {
  padding-top: 0 !important;
}
#mobile-nav.alt2 ul.nav-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mobile-nav.alt2 ul.nav-items li.menu-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 8px;
}
#mobile-nav.alt2 ul.nav-items li.menu-item.current-menu-item {
  background-color: rgba(46, 204, 188, 0.1) !important;
}
#mobile-nav.alt2 ul.nav-items li.menu-item a {
  padding: 10px !important;
}
#mobile-nav.alt2 .side.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#mobile-nav.alt2 .side.right .social-title {
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  padding-top: 30px;
  display: none;
}
#mobile-nav.alt2 .side.right .btn-nav {
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #3c3c3c;
  border-width: 1px;
  border-radius: 12px;
}
#mobile-nav.alt2 .side.right .btn-nav span {
  font-weight: 700;
  vertical-align: middle;
}
#mobile-nav.alt2 .side.right .btn-nav:hover {
  background-color: #2eccbc;
}
#mobile-nav.alt2 .side.right .btn-nav:focus {
  border-color: #2eccbc;
}
#mobile-nav.alt2 .side.right .btn-nav:active {
  background-color: #2eccbc;
}
#mobile-nav.alt2 .side.right .btn-nav.btn-nav-inverted {
  color: #1d8076 !important;
  border: solid 2px #1d8076 !important;
  background-color: rgba(29, 128, 118, 0) !important;
  margin: 0;
}
#mobile-nav.alt2 .side.right .btn-nav.btn-nav-inverted:hover {
  background-color: #2eccbc !important;
  border: solid 2px #2eccbc !important;
  color: #fff !important;
}
#mobile-nav.alt2 .side.right .btn-nav.btn-nav-inverted:focus {
  border-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav.alt2 .side.right .btn-nav.btn-nav-inverted:active {
  background-color: #2eccbc;
  border: solid 2px #2eccbc !important;
}
#mobile-nav.alt2 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#mobile-nav.alt2 .social a {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #828282;
  margin: 10px;
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
#mobile-nav.alt2 .social a img {
  line-height: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
}
#mobile-nav.alt2 .social a:hover {
  border: 1px solid #2bbeaf;
}
#mobile-nav.alt2 .social a:hover img {
  -webkit-filter: none;
          filter: none;
}
#mobile-nav.active {
  visibility: visible;
  opacity: 1;
}
#mobile-nav.active .nav-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#mobile-nav.active .nav-wrap .close-btn {
  opacity: 1;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

#top-menu li.menu-item .sub-menu a {
  color: #fff;
}
#top-menu li.menu-item .sub-menu a:hover {
  color: #2bbeaf;
}
#top-menu li.menu-item a {
  text-decoration: none;
}

footer.main-footer {
  background-color: #333333;
  padding: 50px 0 20px 0;
  overflow-x: hidden;
}
footer.main-footer .container {
  margin: auto;
  padding: 0;
}
footer.main-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 996px) {
  footer.main-footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
}
footer.main-footer .copyright {
  text-align: center;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}
footer.main-footer .logo-area .logo img {
  width: 250px;
}
footer.main-footer .logo-area .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
@media screen and (max-width: 996px) {
  footer.main-footer .logo-area .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer.main-footer .logo-area .social a {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
  margin: 10px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
footer.main-footer .logo-area .social a img {
  line-height: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
}
footer.main-footer .logo-area .social a:hover {
  border: 1px solid #2bbeaf;
}
footer.main-footer .logo-area .social a:hover img {
  -webkit-filter: none;
          filter: none;
}
footer.main-footer .nav-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer.main-footer .nav-area nav .menu-footer-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.main-footer .nav-area nav ul#menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  max-width: 400px;
}
footer.main-footer .nav-area nav ul#menu-footer-menu li.menu-item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
footer.main-footer .nav-area nav ul#menu-footer-menu li.menu-item a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
footer.main-footer .nav-area nav ul#menu-footer-menu li.menu-item a:hover {
  color: #2bbeaf;
}
@media screen and (max-width: 576px) {
  footer.main-footer .nav-area nav ul#menu-footer-menu li.menu-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: center !important;
  }
}
@media screen and (max-width: 996px) {
  footer.main-footer .nav-area nav ul#menu-footer-menu li.menu-item {
    text-align: center;
  }
}
@media screen and (max-width: 996px) {
  footer.main-footer .nav-area nav ul#menu-footer-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.main-footer .legal {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 40px;
}
@media screen and (max-width: 996px) {
  footer.main-footer .legal {
    padding-top: 20px;
  }
}
footer.main-footer .legal nav ul#menu-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
footer.main-footer .legal nav ul#menu-footer-legal li.menu-item a {
  font-weight: 400;
  font-size: 14px;
  color: #bdbdbd;
  padding: 5px 10px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
footer.main-footer .legal nav ul#menu-footer-legal li.menu-item a:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  footer.main-footer .legal nav ul#menu-footer-legal li.menu-item {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer.main-footer .legal nav ul#menu-footer-legal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 996px) {
  footer.main-footer .newsletter {
    padding-top: 20px;
  }
}
footer.main-footer .newsletter .text {
  color: #fff;
  text-align: center;
}
footer.main-footer .newsletter .text br {
  display: none;
}
@media screen and (max-width: 1200px) {
  footer.main-footer .newsletter .text br {
    display: block;
  }
}
footer.main-footer .newsletter .hbspt-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.main-footer .newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer.main-footer .newsletter form .hs-email {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer.main-footer .newsletter form input[type=email] {
  height: 48px;
  border-radius: 8px 0 0 8px;
}
footer.main-footer .newsletter form .hs-button {
  height: 48px;
  border-radius: 0 8px 8px 0;
}
footer.main-footer .newsletter .hs-email span {
  display: none;
}
footer.main-footer .newsletter label {
  display: none;
}
footer.main-footer .newsletter .hbspt-form .hs-submit {
  padding-top: 0;
}
footer.main-footer .newsletter .hs-error-msg,
footer.main-footer .newsletter .hs-error-msgs {
  display: none !important;
}

header.page-header {
  padding-top: calc(3em + 80px);
  padding-bottom: 5em;
  background-color: #4d4d4d;
  position: relative;
}
header.page-header .background-image {
  opacity: 1;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  left: auto;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  header.page-header .background-image {
    width: 100%;
  }
}
header.page-header .background-image .filter {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  header.page-header .background-image .filter {
    display: block;
  }
}
header.page-header .elementor-background-overlay {
  opacity: 1 !important;
  width: 100% !important;
  height: calc(100% - 50px) !important;
  right: 0 !important;
  top: 50px;
  left: auto;
  position: absolute;
  z-index: 4;
}
header.page-header.image-filter-none .background-image .filter {
  background-color: transparent;
}
header.page-header.image-filter-light .background-image .filter {
  background-color: rgba(0, 0, 0, 0.25);
}
header.page-header.image-filter-medium .background-image .filter {
  background-color: rgba(0, 0, 0, 0.5);
}
header.page-header.image-filter-strong .background-image .filter {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  header.page-header:not(.show-image-mobile) .background-image {
    display: none !important;
  }
}
header.page-header .container {
  z-index: 10;
}
header.page-header.text-align-left .container {
  text-align: left;
}
header.page-header.text-align-center .container {
  text-align: center;
}
header.page-header.text-align-center .heading-text,
header.page-header.text-align-center .subheading-text {
  max-width: 100% !important;
}
header.page-header.text-align-center .line {
  margin-left: auto;
  margin-right: auto;
}
header.page-header.text-align-right .container {
  text-align: right;
}
header.page-header .heading {
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  header.page-header .heading {
    max-width: 100%;
  }
}
header.page-header .heading .heading-text {
  font-family: "Darker Grotesque", Sans-serif;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
}
header.page-header .heading .subheading-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 5px;
}
header.page-header.text-align-center .heading {
  max-width: 100%;
}
header.page-header .line {
  width: 16vw;
  height: 1px;
  background-color: #fff;
  margin-top: 40px;
}
header.page-header.sizing-narrow {
  padding-top: calc(1em + 80px);
  padding-bottom: 1em;
}
header.page-header.sizing-narrow .line {
  margin-top: 20px;
}
header.page-header.sizing-normal {
  padding-top: calc(3em + 80px);
  padding-bottom: 5em;
}
header.page-header.sizing-large {
  padding-top: calc(4em + 80px);
  padding-bottom: 6em;
}

.page-hero-colors {
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.page-hero-colors.color-1 {
  background-color: #1ea4ff !important;
}
.page-hero-colors.color-2 {
  background-color: #0f639b !important;
}
.page-hero-colors.color-3 {
  background-color: #ff8b62 !important;
}
.page-hero-colors.color-4 {
  background-color: #de5f31 !important;
}
.page-hero-colors.color-5 {
  background-color: #2eccbc !important;
}
.page-hero-colors.color-6 {
  background-color: #1d8076 !important;
}

.top-header {
  margin-bottom: -80px;
  z-index: 1000;
  position: sticky;
  padding: 0 10px;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .top-header {
    padding: unset;
  }
}
.top-header .background-wrap {
  position: absolute;
  height: 72px;
  top: 12px;
  z-index: 100;
  border-radius: 8px;
  -webkit-transition: 0.3s width, 0.3s background-color, 0.3s border-radius, 0.3s -webkit-box-shadow, 0.3s -webkit-transform;
  transition: 0.3s width, 0.3s background-color, 0.3s border-radius, 0.3s -webkit-box-shadow, 0.3s -webkit-transform;
  transition: 0.3s width, 0.3s background-color, 0.3s box-shadow, 0.3s transform, 0.3s border-radius;
  transition: 0.3s width, 0.3s background-color, 0.3s box-shadow, 0.3s transform, 0.3s border-radius, 0.3s -webkit-box-shadow, 0.3s -webkit-transform;
}
.top-header.header-stuck .background-wrap {
  background-color: #fff !important;
}
.top-header .main-wrap {
  max-width: 1154px;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  z-index: 200;
}
.top-header .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-header .logo-wrap a {
  line-height: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  text-decoration: none;
}
.top-header .logo-wrap a img {
  width: 133.676px;
  height: 16.058px;
}
.top-header .logo-wrap a:hover {
  opacity: 0.9;
}
.top-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 43.23px;
}
.top-header nav ul.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  padding: 0;
}
.top-header nav ul.nav-items .menu-item.menu-item-has-children > a {
  padding: 9px;
}
.top-header nav ul.nav-items .menu-item.menu-item-has-children > a::after {
  content: "";
  background-image: url("../../img/down-carrot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  -webkit-filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(157deg) brightness(88%) contrast(84%);
          filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(157deg) brightness(88%) contrast(84%);
}
.top-header nav ul.nav-items .menu-item.menu-item-has-children a:hover::after {
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
}
.top-header nav ul.nav-items .menu-item a {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  font-weight: 700;
  font-size: 16px;
}
.top-header nav ul.nav-items .menu-item.current-menu-item > a {
  color: #018786 !important;
}
.top-header nav ul.nav-items .menu-item.current-menu-item.menu-item-has-children a::after {
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
}
.top-header nav ul.nav-items .menu-item.menu-item-home {
  display: none;
}
.top-header .btn-menu-toggle1 {
  display: none;
}
.top-header .btn-menu-toggle1 svg {
  height: 24px;
  width: 24px;
}
.top-header .btn-menu-toggle1 svg path {
  fill: #fff;
}
.top-header .btn-menu-toggle {
  display: none;
  -ms-grid-column-align: end;
      justify-self: end;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .top-header .btn-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-header .btn-menu-toggle #nav-icon3 {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.top-header .btn-menu-toggle #nav-icon3 span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.top-header .btn-menu-toggle #nav-icon3 span:nth-child(1) {
  top: 0px;
}
.top-header .btn-menu-toggle #nav-icon3 span:nth-child(2),
.top-header .btn-menu-toggle #nav-icon3 span:nth-child(3) {
  top: 8px;
}
.top-header .btn-menu-toggle #nav-icon3 span:nth-child(4) {
  top: 16px;
}
.top-header .btn-menu-toggle:hover #nav-icon3 span {
  background: #2bbeaf;
}
.top-header .btn-menu-toggle:hover #nav-icon3 span:nth-child(2) {
  opacity: 0;
}
.top-header .btn-menu-toggle.active #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.top-header .btn-menu-toggle.active #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top-header .btn-menu-toggle.active #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-header .btn-menu-toggle.active #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.top-header .btn-menu-toggle.active:hover #nav-icon3 span:nth-child(3) {
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.top-header .btn-menu-toggle.active:hover #nav-icon3 span:nth-child(2) {
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.top-header.top nav ul.nav-items .menu-item a {
  color: #7b7b7b;
}
.top-header.top nav ul.nav-items .menu-item a:hover {
  color: #018786;
}
.top-header.top .logo-wrap .logo-dark {
  display: none;
}
.top-header.scrolled .background-wrap {
  background-color: transparent;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  border-radius: 0;
  width: 100%;
}
.top-header.scrolled nav ul.nav-items .menu-item a {
  color: #7b7b7b;
}
.top-header.scrolled nav ul.nav-items .menu-item a:hover {
  color: #018786;
}
@media (max-width: 1024px) {
  .top-header.scrolled .btn-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-header.scrolled .btn-menu-toggle #nav-icon1 span,
.top-header.scrolled .btn-menu-toggle #nav-icon3 span,
.top-header.scrolled .btn-menu-toggle #nav-icon4 span {
  background: #2bbeaf;
}
.top-header.scrolled .btn-menu-toggle:hover #nav-icon3 span {
  background: #4f4f4f;
}
.top-header .nav-items {
  position: relative;
  z-index: 1000;
}
.top-header .nav-items .sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: #383838;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 0.5rem;
  width: 140%;
  border-radius: 4px;
}
.top-header .nav-items .sub-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 10px;
  margin-right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #383838;
}
.top-header .nav-items li:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.top-header .nav-items .sub-menu li {
  float: none;
  display: inline-block;
  list-style-type: none;
}
.top-header .nav-items .sub-menu li a {
  padding: 0.5rem;
  color: #333;
  text-decoration: none;
}
.top-header .nav-items .sub-menu li a:hover {
  background: transparent;
}
.top-header .nav-items li {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-header .btn-nav {
    font-size: 16px;
  }
  .top-header .btn-nav svg {
    display: none;
  }
  .top-header nav.nav-container li.menu-item a {
    padding: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .main-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  .top-header nav.nav-container {
    display: none;
  }
  .top-header .btn-nav {
    display: none;
  }
}

.lx-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lx-header .heading-text {
  font-family: "Roboto Flex", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-right: 0;
  padding-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #88ece2 !important;
}
.lx-header .heading-text svg {
  margin-bottom: -6px;
  padding-right: 6px;
}

.news-form .hs-button.primary,
.form-container .hs-button.primary {
  padding: 10px 30px;
  color: #fff;
  background-color: #141414;
  border: solid 2px #141414;
  min-width: 150px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  display: block;
}

.lx-btn,
.hs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1.75px solid transparent;
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
  display: block;
  -webkit-transition: 0.2s border, 0.2s color, 0.2s background-color;
  transition: 0.2s border, 0.2s color, 0.2s background-color;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  font-style: normal;
  line-height: normal;
}
.lx-btn span,
.hs-button span {
  font-weight: inherit;
  vertical-align: middle;
  text-align: inherit;
}
.lx-btn .btn-icon,
.hs-button .btn-icon {
  line-height: 1.3;
}
.lx-btn svg,
.hs-button svg {
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 5px;
}
.lx-btn svg path,
.hs-button svg path {
  -webkit-transition: 0.3s stroke;
  transition: 0.3s stroke;
}
.lx-btn.btn-primary, .lx-home-our-customers .nav .lx-btn.nav-btn, .lx-btn.btn-nav,
.lx-btn.btn-menu-toggle1, .lx-btn.primary,
.hs-button.btn-primary,
.lx-home-our-customers .nav .hs-button.nav-btn,
.hs-button.btn-nav,
.hs-button.btn-menu-toggle1,
.hs-button.primary {
  color: #fff;
  background-color: #141414;
  border: solid 2px #141414;
  min-width: 186.405px;
  text-align: center;
  width: 186px;
  height: 61px;
}
.lx-btn.btn-primary:hover, .lx-home-our-customers .nav .lx-btn.nav-btn:hover, .lx-btn.btn-nav:hover,
.lx-btn.btn-menu-toggle1:hover, .lx-btn.primary:hover,
.hs-button.btn-primary:hover,
.lx-home-our-customers .nav .hs-button.nav-btn:hover,
.hs-button.btn-nav:hover,
.hs-button.btn-menu-toggle1:hover,
.hs-button.primary:hover {
  background-color: #2bbeaf;
  border: solid 2px #2bbeaf;
  color: #fff;
}
.lx-btn.btn-primary:focus, .lx-home-our-customers .nav .lx-btn.nav-btn:focus, .lx-btn.btn-nav:focus,
.lx-btn.btn-menu-toggle1:focus, .lx-btn.primary:focus,
.hs-button.btn-primary:focus,
.lx-home-our-customers .nav .hs-button.nav-btn:focus,
.hs-button.btn-nav:focus,
.hs-button.btn-menu-toggle1:focus,
.hs-button.primary:focus {
  border-color: #2eccbc;
}
.lx-btn.btn-primary:active, .lx-home-our-customers .nav .lx-btn.nav-btn:active, .lx-btn.btn-nav:active,
.lx-btn.btn-menu-toggle1:active, .lx-btn.primary:active,
.hs-button.btn-primary:active,
.lx-home-our-customers .nav .hs-button.nav-btn:active,
.hs-button.btn-nav:active,
.hs-button.btn-menu-toggle1:active,
.hs-button.primary:active {
  background-color: #2eccbc;
}
.lx-btn.btn-primary span, .lx-home-our-customers .nav .lx-btn.nav-btn span, .lx-btn.btn-nav span,
.lx-btn.btn-menu-toggle1 span, .lx-btn.primary span,
.hs-button.btn-primary span,
.lx-home-our-customers .nav .hs-button.nav-btn span,
.hs-button.btn-nav span,
.hs-button.btn-menu-toggle1 span,
.hs-button.primary span {
  font-weight: 600;
}
.lx-btn.btn-secondary,
.hs-button.btn-secondary {
  color: #141414;
  background-color: transparent;
  border-color: #141414;
  width: 186px;
  height: 61px;
}
.lx-btn.btn-secondary svg path,
.hs-button.btn-secondary svg path {
  stroke: #fff;
}
.lx-btn.btn-secondary:hover,
.hs-button.btn-secondary:hover {
  background-color: #2bbeaf;
  border-color: #2bbeaf;
  color: #141414;
}
.lx-btn.btn-secondary-small,
.hs-button.btn-secondary-small {
  color: #fff;
  background-color: rgba(43, 190, 175, 0);
  border-color: #7b7b7b;
  font-size: 12px;
}
.lx-btn.btn-secondary-small:hover,
.hs-button.btn-secondary-small:hover {
  background-color: #2bbeaf;
  border-color: #2bbeaf;
  color: #141414;
}
.lx-btn.btn-secondary-alt,
.hs-button.btn-secondary-alt {
  color: #141414;
  background-color: transparent;
  border-color: #141414;
  font-weight: 700;
  width: 186px;
  height: 61px;
}
.lx-btn.btn-secondary-alt svg path,
.hs-button.btn-secondary-alt svg path {
  stroke: #141414;
}
.lx-btn.btn-secondary-alt:hover,
.hs-button.btn-secondary-alt:hover {
  color: #fff;
  border-color: #2bbeaf;
  background-color: #2bbeaf;
}
.lx-btn.btn-secondary-alt:hover svg path,
.hs-button.btn-secondary-alt:hover svg path {
  stroke: #141414;
}
.lx-btn.btn-secondary-alt:focus,
.hs-button.btn-secondary-alt:focus {
  border-color: #141414;
}
.lx-btn.btn-secondary-alt:active,
.hs-button.btn-secondary-alt:active {
  color: #141414;
  border-color: #141414;
}
.lx-btn.btn-secondary-alt:active svg path,
.hs-button.btn-secondary-alt:active svg path {
  stroke: #141414;
}
.lx-btn.btn-tertiary,
.hs-button.btn-tertiary {
  color: #2bbeaf;
  background-color: transparent;
  font-weight: 700;
  width: 186px;
  height: 61px;
}
.lx-btn.btn-tertiary:hover,
.hs-button.btn-tertiary:hover {
  color: #2bbeaf;
  background-color: transparent;
}
.lx-btn.btn-tertiary:focus,
.hs-button.btn-tertiary:focus {
  color: #2bbeaf;
  background-color: transparent;
}
.lx-btn.btn-tertiary:active,
.hs-button.btn-tertiary:active {
  color: #2bbeaf;
  background-color: transparent;
}
.lx-btn.btn-fourth,
.hs-button.btn-fourth {
  color: #141414;
  background-color: #fff;
  border-color: #fff;
}
.lx-btn.btn-fourth:hover,
.hs-button.btn-fourth:hover {
  color: #fff;
  background-color: transparent;
}
.lx-btn.btn-thin-white,
.hs-button.btn-thin-white {
  height: 41px;
  width: 209px;
  color: #141414;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

span.lx-btn-ripple {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: btn-ripple 400ms linear;
          animation: btn-ripple 400ms linear;
  background-color: rgba(150, 229, 221, 0.2);
}

@-webkit-keyframes btn-ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

@keyframes btn-ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}
.btn-nav,
.btn-menu-toggle1 {
  min-width: 178px !important;
  max-width: 178px !important;
  max-height: 34px !important;
  padding: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.btn-nav span,
.btn-menu-toggle1 span {
  font-weight: 700;
  vertical-align: middle;
}
.btn-nav:hover,
.btn-menu-toggle1:hover {
  background-color: #2bbeaf;
  border: solid 2px #2bbeaf;
  color: #fff;
}
.btn-nav:focus,
.btn-menu-toggle1:focus {
  border-color: #2eccbc;
  background-color: #2eccbc;
}
.btn-nav:active,
.btn-menu-toggle1:active {
  background-color: #2eccbc;
  background-color: #2eccbc;
}
.btn-nav.btn-nav-inverted, body:has(.nav-dark) .header-stuck .btn-nav .btn-nav.btn-nav-inverted:not(.btn-thin-white), body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted,
.btn-menu-toggle1.btn-nav-inverted,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:not(.btn-thin-white) {
  color: #fff;
  border: solid 2px #141414;
  background-color: transparent;
  margin: 0;
}
.btn-nav.btn-nav-inverted .btn-text, body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted .btn-text, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted .btn-text, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted .btn-text,
.btn-menu-toggle1.btn-nav-inverted .btn-text,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:not(.btn-thin-white) .btn-text {
  color: #141414;
}
.btn-nav.btn-nav-inverted:hover, body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:hover, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:hover, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:hover,
.btn-menu-toggle1.btn-nav-inverted:hover,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:hover:not(.btn-thin-white) {
  background-color: #2bbeaf;
  border: solid 2px #2bbeaf;
}
.btn-nav.btn-nav-inverted:hover .btn-text, body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text,
.btn-menu-toggle1.btn-nav-inverted:hover .btn-text,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:hover:not(.btn-thin-white) .btn-text {
  color: #fff;
}
.btn-nav.btn-nav-inverted:focus, body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:focus, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:focus, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:focus,
.btn-menu-toggle1.btn-nav-inverted:focus,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:focus:not(.btn-thin-white) {
  border-color: #2eccbc;
  border: solid 2px #2eccbc;
}
.btn-nav.btn-nav-inverted:active, body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:active, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:active, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:active,
.btn-menu-toggle1.btn-nav-inverted:active,
body:has(.nav-dark) .header-stuck .btn-nav .btn-menu-toggle1.btn-nav-inverted:active:not(.btn-thin-white) {
  background-color: #2eccbc;
  border: solid 2px #2eccbc;
}

.text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .text-center-m {
    text-align: center;
  }
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.bold-emphasis {
  font-family: "Gotham", Sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(19.67%, #57d4c7), color-stop(68.3%, #0da1d6));
  background: linear-gradient(90deg, #57d4c7 19.67%, #0da1d6 68.3%);
  font-family: inherit;
  background-clip: text;
  font-weight: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-on-green a {
  color: #fff;
}
.link-on-green a:hover {
  color: rgba(255, 255, 255, 0.8);
}

a.readmore,
.home-card a,
.readmore a {
  font-weight: 700;
  text-decoration: none !important;
}
a.readmore:hover,
.home-card a:hover,
.readmore a:hover {
  color: #2bbeaf;
}
a.readmore:hover:after,
.home-card a:hover:after,
.readmore a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='9' viewBox='0 0 19 9' fill='none'%3E%3Cpath d='M19 4.5L12.75 0.891561V8.10844L19 4.5ZM0 5.125H13.375V3.875H0V5.125Z' fill='%232bbeaf'/%3E%3C/svg%3E");
}
a.readmore::after,
.home-card a::after,
.readmore a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 9px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='9' viewBox='0 0 19 9' fill='none'%3E%3Cpath d='M19 4.5L12.75 0.891561V8.10844L19 4.5ZM0 5.125H13.375V3.875H0V5.125Z' fill='%23141414'/%3E%3C/svg%3E");
}

.link-hover-lighter a {
  color: #fff !important;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.link-hover-lighter a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.align-center {
  text-align: center;
}

h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.64px;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  font-size: 37px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -0.074;
}

h4 {
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.68;
}

h5 {
  font-size: 26px;
  font-weight: 900;
}

h6, .lx-featured-post .featured-text .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
}

.custom-select {
  position: relative;
}
.custom-select::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 15px;
  top: 15px;
  right: 13px;
  background-image: url(../../img/down-carrot-white.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.1 s ease-in-out;
  transition: all 0.1 s ease-in-out;
}
.custom-select:focus-within::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 15px;
  padding-right: 32px;
  height: 40px;
  background-color: #383838;
  color: #fff;
  border: unset;
  border-radius: 6px;
  color: var(--Neutrals-Neutral---000, #fff);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.invert-colors {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.add-some-arrows.white > .elementor-background-overlay,
.add-some-arrows.white header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(10%, rgba(255, 255, 255, 0.95)), color-stop(15%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(85%, rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.8))), url("../../../../../themes/logixboard/includes/img/accents/lines.svg");
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.95) 10%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 0.8) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines.svg");
}
.add-some-arrows.grey-10 > .elementor-background-overlay,
.add-some-arrows.grey-10 header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.8)), color-stop(10%, rgba(245, 245, 245, 0.95)), color-stop(15%, #f5f5f5), color-stop(50%, #f5f5f5), color-stop(85%, #f5f5f5), color-stop(90%, rgba(245, 245, 245, 0.95)), to(rgba(245, 245, 245, 0.8))), url("../../../../../themes/logixboard/includes/img/accents/lines.svg");
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.8) 0%, rgba(245, 245, 245, 0.95) 10%, #f5f5f5 15%, #f5f5f5 50%, #f5f5f5 85%, rgba(245, 245, 245, 0.95) 90%, rgba(245, 245, 245, 0.8) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines.svg");
}
.add-some-arrows.teal-3 > .elementor-background-overlay,
.add-some-arrows.teal-3 header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 128, 118, 0.7)), to(rgba(29, 128, 118, 0.5))), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background: linear-gradient(90deg, rgba(29, 128, 118, 0.7) 0%, rgba(29, 128, 118, 0.5) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background-repeat: no-repeat !important;
  background-size: 300px 100% !important;
  background-position: 80px 0 !important;
}
.add-some-arrows.teal-1 > .elementor-background-overlay,
.add-some-arrows.teal-1 header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 204, 188, 0.4)), color-stop(10%, rgba(46, 204, 188, 0.8)), color-stop(15%, #2eccbc), color-stop(50%, #2eccbc), color-stop(85%, #2eccbc), color-stop(90%, rgba(46, 204, 188, 0.8)), to(rgba(46, 204, 188, 0.4))), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background: linear-gradient(180deg, rgba(46, 204, 188, 0.4) 0%, rgba(46, 204, 188, 0.8) 10%, #2eccbc 15%, #2eccbc 50%, #2eccbc 85%, rgba(46, 204, 188, 0.8) 90%, rgba(46, 204, 188, 0.4) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
}
.add-some-arrows.teal-2 > .elementor-background-overlay,
.add-some-arrows.teal-2 header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 229, 221, 0.4)), color-stop(10%, rgba(150, 229, 221, 0.8)), color-stop(15%, #96e5dd), color-stop(50%, #96e5dd), color-stop(85%, #96e5dd), color-stop(90%, rgba(150, 229, 221, 0.8)), to(rgba(150, 229, 221, 0.4))), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background: linear-gradient(180deg, rgba(150, 229, 221, 0.4) 0%, rgba(150, 229, 221, 0.8) 10%, #96e5dd 15%, #96e5dd 50%, #96e5dd 85%, rgba(150, 229, 221, 0.8) 90%, rgba(150, 229, 221, 0.4) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
}
.add-some-arrows.blue-1 > .elementor-background-overlay,
.add-some-arrows.blue-1 header .elementor-background-overlay {
  background: url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background-repeat: no-repeat !important;
  background-size: 500px 100% !important;
  background-position: 80px 0 !important;
}
.add-some-arrows.blue-3 > .elementor-background-overlay,
.add-some-arrows.blue-3 header .elementor-background-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 99, 155, 0.7)), to(rgba(15, 99, 155, 0.5))), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background: linear-gradient(90deg, rgba(15, 99, 155, 0.7) 0%, rgba(15, 99, 155, 0.5) 100%), url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background-repeat: no-repeat !important;
  background-size: 300px 100% !important;
  background-position: 80px 0 !important;
}
.add-some-arrows > .elementor-background-overlay,
.add-some-arrows header .elementor-background-overlay {
  background-repeat: no-repeat !important;
  background-size: 700px 100% !important;
  background-position: 80px 0 !important;
}

.breadbar {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(43, 43, 43)), to(rgb(28, 28, 28)));
  background: linear-gradient(0deg, rgb(43, 43, 43) 0%, rgb(28, 28, 28) 100%);
}
.breadbar.blog-breadbar {
  background: #004f47;
}
.breadbar .breadbar-grid-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .breadbar .breadbar-grid-start {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .breadbar .breadbar-grid-start {
    gap: 1rem;
  }
}
.breadbar .breadbar-grid-start .breadbar-title {
  color: #fff;
  margin: 0;
  font-family: "Darker Grotesque", Sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .breadbar .breadbar-grid-start .breadbar-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .breadbar .breadbar-grid-start .breadbar-title {
    font-size: 2rem;
  }
}
.breadbar .breadbar-grid-start .breadbar-title.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .breadbar .breadbar-grid-start .breadbar-title.h1 {
    font-size: 2.15rem;
  }
}
@media (max-width: 767px) {
  .breadbar .breadbar-grid-start .breadbar-title.h1 {
    font-size: 1.75rem;
  }
}
.breadbar .breadbar-grid-start .breadbar-backlink {
  color: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
}
.breadbar .breadbar-grid-start .breadbar-backlink span {
  font-size: 14px;
}
.breadbar .breadbar-grid-start .breadbar-backlink:hover {
  text-decoration: underline;
}
.breadbar .breadbar-throughlinks {
  margin: 0;
  color: #fff;
}
.breadbar .breadbar-throughlinks a {
  color: #fff;
}
.breadbar .breadbar-throughlinks a:hover {
  text-decoration: underline;
}

#with-without-tabs .e-n-tabs-heading {
  border: solid 1px #7b7b7b;
  padding: 8px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  #with-without-tabs .e-n-tabs-heading {
    padding: 7px 10px;
  }
}

#demo-top {
  overflow: visible;
}

.pagination {
  display: block;
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  -webkit-transition: 0.2s border, 0.2s color, 0.2s background-color;
  transition: 0.2s border, 0.2s color, 0.2s background-color;
  padding: 5px 20px;
  color: #fff;
  background-color: rgba(43, 190, 175, 0);
  border-color: #7b7b7b;
  text-decoration: none;
  font-family: "Roboto Flex", Sans-serif;
  font-weight: 500;
  vertical-align: middle;
}
.pagination .nav-previous a:hover,
.pagination .nav-next a:hover {
  background-color: #2bbeaf;
  border-color: #2bbeaf;
  color: #141414;
}

.temp-wrap,
.content-wrap-custom {
  padding: 10px;
}
.temp-wrap .container,
.content-wrap-custom .container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .temp-wrap .container,
  .content-wrap-custom .container {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .temp-wrap .container,
  .content-wrap-custom .container {
    max-width: 767px;
  }
}

.overflow-none {
  overflow: hidden;
}

.heateor_sss_sharing_container {
  right: 10px !important;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul a svg {
  padding: 5px;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul a:hover {
  opacity: 0.8;
}
.heateor_sss_sharing_container .heateorSssSharingArrow.heateorSssPushIn {
  display: none;
}
@media screen and (max-width: 783px) {
  .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heateor_sss_sharing_container .heateor_sss_sharing_ul a {
    width: auto !important;
  }
}

.end-accent {
  z-index: 0;
  width: 100%;
  height: 0;
  padding-top: 31%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.end-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 23%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0)), to(rgba(20, 20, 20, 0.9)));
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.9) 100%);
}
.end-accent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(46, 204, 188, 0.05)), to(rgba(46, 204, 188, 0)));
  background: linear-gradient(0deg, rgba(46, 204, 188, 0.05) 0%, rgba(46, 204, 188, 0) 100%);
}

.res-featured-label {
  background: white;
  color: #565656;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 9px 6px 7px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.res-featured-label .feat-label-circle {
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #2eccbc;
}

.lp-form .elementor-widget-html {
  position: static;
}
.lp-form form {
  position: static;
  padding-bottom: 4.5rem;
}
.lp-form form fieldset {
  max-width: 100% !important;
}
.lp-form form .hs-form-field {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .lp-form form .hs-form-field {
    padding-bottom: 10px;
  }
}
.lp-form form .hs-form-field label {
  font-weight: 600;
  color: #7b7b7b;
}
.lp-form form .hs-form-field .hbspt-form input[type=date]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=email]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=number]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=password]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=search]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=tel]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=text]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form input[type=url]:not(:-moz-placeholder-shown), .lp-form form .hs-form-field .hbspt-form select:not(:-moz-placeholder-shown) {
  border-radius: 5.456px;
  border: 0.909px solid #a0a0a0;
  color: black;
  letter-spacing: 0.5px;
}
.lp-form form .hs-form-field .hbspt-form input[type=date]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=email]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=number]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=password]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=search]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=tel]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=text]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form input[type=url]:not(:-ms-input-placeholder), .lp-form form .hs-form-field .hbspt-form select:not(:-ms-input-placeholder) {
  border-radius: 5.456px;
  border: 0.909px solid #a0a0a0;
  color: black;
  letter-spacing: 0.5px;
}
.lp-form form .hs-form-field .hs-input,
.lp-form form .hs-form-field .hbspt-form input[type=date]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=email]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=number]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=password]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=search]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=tel]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=text]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form input[type=url]:not(:placeholder-shown),
.lp-form form .hs-form-field .hbspt-form select:not(:placeholder-shown) {
  border-radius: 5.456px;
  border: 0.909px solid #a0a0a0;
  color: black;
  letter-spacing: 0.5px;
}
.lp-form form .hs-form-booleancheckbox label {
  font-weight: 400;
}
.lp-form form .hs-form-booleancheckbox input {
  width: auto !important;
}
.lp-form form .hs-submit {
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp-form form .hs-submit .hs-button {
  border-radius: 8px;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp-form form .hs-submit .hs-button:hover {
  color: black;
}

.no-padding .hs-form-field {
  padding-top: 14.5px !important;
  padding-bottom: unset !important;
}

.hbspt-form {
  font-family: "Gotham", Sans-serif !important;
}
.hbspt-form input[type=date],
.hbspt-form input[type=email],
.hbspt-form input[type=number],
.hbspt-form input[type=password],
.hbspt-form input[type=search],
.hbspt-form input[type=tel],
.hbspt-form input[type=text],
.hbspt-form input[type=url],
.hbspt-form select {
  background-color: transparent;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  -webkit-transition: 0.2s border cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.2s border cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Gotham", Sans-serif;
  line-height: 16px;
  cursor: text;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  color: #a0a0a0;
  outline: none;
  line-height: 1.5;
  height: 40px;
}
.hbspt-form input[type=date]::-webkit-input-placeholder,
.hbspt-form input[type=email]::-webkit-input-placeholder,
.hbspt-form input[type=number]::-webkit-input-placeholder,
.hbspt-form input[type=password]::-webkit-input-placeholder,
.hbspt-form input[type=search]::-webkit-input-placeholder,
.hbspt-form input[type=tel]::-webkit-input-placeholder,
.hbspt-form input[type=text]::-webkit-input-placeholder,
.hbspt-form input[type=url]::-webkit-input-placeholder,
.hbspt-form select::-webkit-input-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form input[type=date]:-ms-input-placeholder,
.hbspt-form input[type=email]:-ms-input-placeholder,
.hbspt-form input[type=number]:-ms-input-placeholder,
.hbspt-form input[type=password]:-ms-input-placeholder,
.hbspt-form input[type=search]:-ms-input-placeholder,
.hbspt-form input[type=tel]:-ms-input-placeholder,
.hbspt-form input[type=text]:-ms-input-placeholder,
.hbspt-form input[type=url]:-ms-input-placeholder,
.hbspt-form select:-ms-input-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form input[type=date]:-moz-placeholder,
.hbspt-form input[type=email]:-moz-placeholder,
.hbspt-form input[type=number]:-moz-placeholder,
.hbspt-form input[type=password]:-moz-placeholder,
.hbspt-form input[type=search]:-moz-placeholder,
.hbspt-form input[type=tel]:-moz-placeholder,
.hbspt-form input[type=text]:-moz-placeholder,
.hbspt-form input[type=url]:-moz-placeholder,
.hbspt-form select:-moz-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form input[type=date]::-moz-placeholder,
.hbspt-form input[type=email]::-moz-placeholder,
.hbspt-form input[type=number]::-moz-placeholder,
.hbspt-form input[type=password]::-moz-placeholder,
.hbspt-form input[type=search]::-moz-placeholder,
.hbspt-form input[type=tel]::-moz-placeholder,
.hbspt-form input[type=text]::-moz-placeholder,
.hbspt-form input[type=url]::-moz-placeholder,
.hbspt-form select::-moz-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form input[type=date]:not(:-moz-placeholder-shown), .hbspt-form input[type=email]:not(:-moz-placeholder-shown), .hbspt-form input[type=number]:not(:-moz-placeholder-shown), .hbspt-form input[type=password]:not(:-moz-placeholder-shown), .hbspt-form input[type=search]:not(:-moz-placeholder-shown), .hbspt-form input[type=tel]:not(:-moz-placeholder-shown), .hbspt-form input[type=text]:not(:-moz-placeholder-shown), .hbspt-form input[type=url]:not(:-moz-placeholder-shown), .hbspt-form select:not(:-moz-placeholder-shown) {
  border: 1px solid #a0a0a0;
}
.hbspt-form input[type=date]:not(:-ms-input-placeholder), .hbspt-form input[type=email]:not(:-ms-input-placeholder), .hbspt-form input[type=number]:not(:-ms-input-placeholder), .hbspt-form input[type=password]:not(:-ms-input-placeholder), .hbspt-form input[type=search]:not(:-ms-input-placeholder), .hbspt-form input[type=tel]:not(:-ms-input-placeholder), .hbspt-form input[type=text]:not(:-ms-input-placeholder), .hbspt-form input[type=url]:not(:-ms-input-placeholder), .hbspt-form select:not(:-ms-input-placeholder) {
  border: 1px solid #a0a0a0;
}
.hbspt-form input[type=date]:not(:placeholder-shown),
.hbspt-form input[type=email]:not(:placeholder-shown),
.hbspt-form input[type=number]:not(:placeholder-shown),
.hbspt-form input[type=password]:not(:placeholder-shown),
.hbspt-form input[type=search]:not(:placeholder-shown),
.hbspt-form input[type=tel]:not(:placeholder-shown),
.hbspt-form input[type=text]:not(:placeholder-shown),
.hbspt-form input[type=url]:not(:placeholder-shown),
.hbspt-form select:not(:placeholder-shown) {
  border: 1px solid #a0a0a0;
}
.hbspt-form input[type=date]:focus,
.hbspt-form input[type=email]:focus,
.hbspt-form input[type=number]:focus,
.hbspt-form input[type=password]:focus,
.hbspt-form input[type=search]:focus,
.hbspt-form input[type=tel]:focus,
.hbspt-form input[type=text]:focus,
.hbspt-form input[type=url]:focus,
.hbspt-form select:focus {
  border-color: #2bbeaf;
}
.hbspt-form select {
  border-color: #a0a0a0 !important;
  cursor: pointer;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 12px;
}
.hbspt-form .hs_privacy_policy_agreement .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: unset;
  padding-bottom: 12px;
}
.hbspt-form .hs_privacy_policy_agreement .hs-form-booleancheckbox-display input {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 10px;
}
.hbspt-form .hs_privacy_policy_agreement .hs-form-booleancheckbox-display span {
  color: #a0a0a0;
  padding-left: 10px;
  font-weight: 400 !important;
  font-size: 12.73px !important;
}
.hbspt-form .hs_privacy_policy_agreement .hs-form-booleancheckbox-display a {
  color: #a0a0a0;
  text-decoration: underline;
  font-size: 12.73px !important;
  font-weight: 400 !important;
}
.hbspt-form .hs_privacy_policy_agreement .inputs-list {
  list-style-type: none;
  padding: 0;
}
.hbspt-form .hs_privacy_policy_agreement .hs-input {
  float: left;
}
.hbspt-form .hs_phone select {
  margin-bottom: 10px !important;
}
.hbspt-form textarea {
  background-color: transparent;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  -webkit-transition: 0.2s border cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.2s border cubic-bezier(0.37, 0, 0.63, 1);
  font-family: "Gotham", Sans-serif;
  line-height: 16px;
  cursor: text;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  color: #a0a0a0;
  outline: none;
  line-height: 1.25;
}
.hbspt-form textarea::-webkit-input-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form textarea:-ms-input-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form textarea:-moz-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form textarea::-moz-placeholder {
  font-family: "Gotham", Sans-serif;
  color: #bdbdbd;
}
.hbspt-form textarea:not(:-moz-placeholder-shown) {
  border: 1px solid #a0a0a0;
}
.hbspt-form textarea:not(:-ms-input-placeholder) {
  border: 1px solid #a0a0a0;
}
.hbspt-form textarea:not(:placeholder-shown) {
  border: 1px solid #a0a0a0;
}
.hbspt-form textarea:focus {
  border-color: #2bbeaf;
}
.hbspt-form .no-list {
  list-style: none;
}
.hbspt-form .hs-error-msgs {
  margin-top: 5px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 3px;
}
.hbspt-form .hs-error-msgs label.hs-error-msg {
  padding-top: 5px;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
}
.hbspt-form .form-columns-2 .hs-error-msgs {
  margin-right: 8px;
}
.hbspt-form input[type=button],
.hbspt-form input[type=submit] {
  outline: none;
}
.hbspt-form fieldset.form-columns-1 .hs-input:not([type=checkbox]),
.hbspt-form fieldset.form-columns-1 .input:not([type=checkbox]) {
  width: 100% !important;
  margin: 0;
}
.hbspt-form fieldset.form-columns-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  gap: 1.5rem;
}
.hbspt-form fieldset.form-columns-2 .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
}
.hbspt-form .hs-form-field:not(.hs_firstname, .form-columns-1 .hs_lastname, .form-columns-2 .hs_lastname) {
  padding-bottom: 7px;
  padding-top: 22px;
}
.hbspt-form .hs-form-field label {
  color: var(--Neutrals-Neutral---500, #a0a0a0);
  font-family: "Gotham", Sans-serif;
  font-size: 12.73px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hbspt-form .hs-form-field label .hs-form-required {
  display: none;
}
.hbspt-form .hs-form-field .input {
  padding-top: 6px;
}
.hbspt-form .hs-recaptcha {
  display: none;
}
.hbspt-form .hs-fieldtype-radio ul {
  list-style-type: none;
  padding-left: 0;
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio input {
  display: none;
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio input + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2bbeaf;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.hbspt-form .hs-fieldtype-radio ul li.hs-form-radio input:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hbspt-form .hs-submit {
  padding-top: 15px;
}

.schedule-form .hs-fieldtype-radio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schedule-form .hs-fieldtype-radio ul li.hs-form-radio {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.product-form .hbspt-form label span {
  color: #fff;
}
.product-form .hbspt-form input[type=date],
.product-form .hbspt-form input[type=email],
.product-form .hbspt-form input[type=number],
.product-form .hbspt-form input[type=password],
.product-form .hbspt-form input[type=search],
.product-form .hbspt-form input[type=tel],
.product-form .hbspt-form input[type=text],
.product-form .hbspt-form input[type=url],
.product-form .hbspt-form select {
  border-color: transparent;
}
.product-form .form-columns-1 .inputs-list.hs-error-msgs {
  margin-right: 8px;
}
.product-form .hs-button {
  padding: 6px 18px !important;
  color: #2bbeaf !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.product-form .hs-button svg path {
  stroke: #2bbeaf !important;
}
.product-form .hs-button:hover {
  color: #fff !important;
  background-color: #2bbeaf !important;
}
.product-form .hs-button:hover svg path {
  stroke: #fff !important;
}

.post-header {
  position: relative;
  padding-top: 68px;
  padding-bottom: 75px;
}
.post-header::before {
  content: "";
  position: absolute;
  inset: -56px 0 0 0;
  background: linear-gradient(99deg, #000 -12.26%, #1f3648 31.68%, #123a35 55.7%, #062f2b 75.15%, #0a0a0a 106.97%);
}

.return {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04px;
  margin-bottom: 40px;
}
.return a {
  position: relative;
  color: var(--Neutrals-Neutral---600, #7b7b7b);
  text-align: right;
  font-family: "Gotham", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.851px; /* 140.426% */
  letter-spacing: 0.36px;
  margin-left: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.return a::before {
  border-top: 6px solid transparent;
  border-right: 10px solid var(--Neutrals-Neutral---600, #7b7b7b);
  border-bottom: 6px solid transparent;
  position: absolute;
  display: inline-block;
  content: "";
  top: 1px;
  left: -15px;
}

.featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 494px;
  height: 394px;
}
.featured-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.header-flex-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.horizontal-rule {
  display: inline-block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#41867e), to(#22b5e9));
  background: linear-gradient(90deg, #41867e 0%, #22b5e9 100%);
}

.post-author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-author-flex > img {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.meta-title {
  color: var(--Neutrals-Neutral---600, #7b7b7b) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 16px !important; /* 114.286% */
  margin-bottom: 0;
}

.meta-info {
  color: var(--Neutrals-Neutral---000, #fff);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}

.post-meta-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-meta-flex-wrap .post-date {
  margin-right: 34px;
}

.lx-flex-wrap {
  padding: 0 10px;
}
.lx-flex-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  gap: 36px;
  max-width: 1154px;
}
@media (max-width: 1024px) {
  .lx-flex-wrap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lx-flex-wrap .container .header-content {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .lx-flex-wrap .container .header-content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lx-flex-wrap .container .featured-image {
    width: 100%;
  }
}
.lx-flex-wrap .container .featured-image img {
  border-radius: 6px;
}
.lx-flex-wrap .container h1 {
  color: #fff;
  font-family: "Gotham", Sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 95.833% */
}
.lx-flex-wrap .container--thin {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .lx-flex-wrap .container--thin {
    max-width: 850px;
  }
}
@media (max-width: 767px) {
  .lx-flex-wrap .container--thin {
    max-width: 700;
  }
}
.lx-flex-wrap .container--thick {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .lx-flex-wrap .container--thick {
    max-width: 850px;
  }
}
@media (max-width: 767px) {
  .lx-flex-wrap .container--thick {
    max-width: 700;
  }
}
.lx-flex-wrap .container.lx-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.lx-flex-wrap .container.lx-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-flex-wrap .container.lx-align-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lx-flex-wrap .container.lx-justify .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lx-flex-wrap .container .grid-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1rem);
          flex: 0 0 calc(50% - 1rem);
  position: relative;
}
.lx-flex-wrap .container .grid-third {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 1rem);
          flex: 0 0 calc(33.33% - 1rem);
  position: relative;
}
.lx-flex-wrap .container .grid-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66% - 1rem);
          flex: 0 0 calc(66.66% - 1rem);
  position: relative;
}
.lx-flex-wrap .container .grid-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.lx-flex-wrap .container .grid-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
}

.main-blog-content {
  max-width: 100%;
  margin-top: 55px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .main-blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-blog-content ul {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.main-blog-content h2 {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 3px;
}
.main-blog-content h3 {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 3px;
}
.main-blog-content h4 {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 3px;
}
.main-blog-content p {
  margin-bottom: 1.4rem;
}

.entry-toc {
  min-width: 262px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .entry-toc {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.entry-toc a {
  text-decoration: none;
}
.entry-toc h2 {
  color: var(--Neutrals-Neutral---900, #141414);
  font-family: "Gotham", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: -0.04px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.entry-toc .entry-toc-item ul {
  position: sticky;
  top: 75px;
  padding: 0;
  list-style: none;
}
.entry-toc .entry-toc-item ul li {
  padding: 0 0 12px 0;
}
.entry-toc .entry-toc-item ul li a {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.036px;
}
.entry-toc .entry-toc ul li {
  padding: 0 0 12px 0;
}
.entry-toc .entry-toc .entry-toc-item ul li a {
  padding: 0 0 12px 0;
  line-height: 1.2;
}
.entry-toc .social-share {
  margin-top: 70px;
}
.entry-toc .social-share h2 {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .entry-toc .social-share {
    margin-top: 40px;
  }
}
.entry-toc .social-share .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.entry-toc .social-share .socials .icon {
  position: relative;
  width: 30px;
  height: 30px;
}

.content.type-blog-post,
.content.type-case-study {
  padding-top: 56px;
}

.blog-loop-grid .elementor-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-loop-grid .elementor-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.blog-loop-grid .elementor-pagination a.prev {
  position: relative;
  width: 37px;
  height: 37px;
  z-index: 1;
  display: inline-block;
  margin: 0 !important;
  padding: 8px;
}
.blog-loop-grid .elementor-pagination a.prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' transform='rotate(-180 18.5 18.5)' fill='%23F0F0F0'/%3E%3Cpath d='M24 18.7538C24.4163 18.7538 24.7538 18.4163 24.7538 18C24.7538 17.5837 24.4163 17.2462 24 17.2462L24 18.7538ZM13.467 17.467C13.1726 17.7614 13.1726 18.2386 13.467 18.533L18.264 23.33C18.5584 23.6244 19.0356 23.6244 19.33 23.33C19.6244 23.0356 19.6244 22.5584 19.33 22.264L15.066 18L19.33 13.736C19.6244 13.4416 19.6244 12.9644 19.33 12.67C19.0356 12.3756 18.5584 12.3756 18.264 12.67L13.467 17.467ZM24 17.2462L14 17.2462L14 18.7538L24 18.7538L24 17.2462Z' fill='%237B7B7B'/%3E%3C/svg%3E");
}
.blog-loop-grid .elementor-pagination a.prev:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' transform='rotate(-180 18.5 18.5)' fill='%232bbeaf'/%3E%3Cpath d='M24 18.7538C24.4163 18.7538 24.7538 18.4163 24.7538 18C24.7538 17.5837 24.4163 17.2462 24 17.2462L24 18.7538ZM13.467 17.467C13.1726 17.7614 13.1726 18.2386 13.467 18.533L18.264 23.33C18.5584 23.6244 19.0356 23.6244 19.33 23.33C19.6244 23.0356 19.6244 22.5584 19.33 22.264L15.066 18L19.33 13.736C19.6244 13.4416 19.6244 12.9644 19.33 12.67C19.0356 12.3756 18.5584 12.3756 18.264 12.67L13.467 17.467ZM24 17.2462L14 17.2462L14 18.7538L24 18.7538L24 17.2462Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.blog-loop-grid .elementor-pagination a.next {
  position: relative;
  width: 37px;
  height: 37px;
  z-index: 1;
  display: inline-block;
  margin: 0 !important;
  padding: 8px;
}
.blog-loop-grid .elementor-pagination a.next::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' fill='%23F0F0F0'/%3E%3Cpath d='M13 18.2462C12.5837 18.2462 12.2462 18.5837 12.2462 19C12.2462 19.4163 12.5837 19.7538 13 19.7538V18.2462ZM23.533 19.533C23.8274 19.2386 23.8274 18.7614 23.533 18.467L18.736 13.67C18.4416 13.3756 17.9644 13.3756 17.67 13.67C17.3756 13.9644 17.3756 14.4416 17.67 14.736L21.934 19L17.67 23.264C17.3756 23.5584 17.3756 24.0356 17.67 24.33C17.9644 24.6244 18.4416 24.6244 18.736 24.33L23.533 19.533ZM13 19.7538H23V18.2462H13V19.7538Z' fill='%237B7B7B'/%3E%3C/svg%3E");
}
.blog-loop-grid .elementor-pagination a.next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37' fill='none'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' fill='%232bbeaf'/%3E%3Cpath d='M13 18.2462C12.5837 18.2462 12.2462 18.5837 12.2462 19C12.2462 19.4163 12.5837 19.7538 13 19.7538V18.2462ZM23.533 19.533C23.8274 19.2386 23.8274 18.7614 23.533 18.467L18.736 13.67C18.4416 13.3756 17.9644 13.3756 17.67 13.67C17.3756 13.9644 17.3756 14.4416 17.67 14.736L21.934 19L17.67 23.264C17.3756 23.5584 17.3756 24.0356 17.67 24.33C17.9644 24.6244 18.4416 24.6244 18.736 24.33L23.533 19.533ZM13 19.7538H23V18.2462H13V19.7538Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.blog-loop-grid .elementor-pagination .page-numbers.current {
  font-weight: 700;
}

.dark-divider {
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 37, 37)), color-stop(45%, rgb(28, 28, 28)), color-stop(55%, rgb(31, 31, 31)), to(rgb(37, 37, 37)));
  background: linear-gradient(90deg, rgb(37, 37, 37) 0%, rgb(28, 28, 28) 45%, rgb(31, 31, 31) 55%, rgb(37, 37, 37) 100%);
  display: block;
}

.dash-divider-ltr::before, .dash-divider-ltr::after,
.dash-divider-rtl::before,
.dash-divider-rtl::after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 8rem;
  border-right: dashed 2px #a7dcd6;
}
@media (max-width: 1024px) {
  .dash-divider-ltr::before, .dash-divider-ltr::after,
  .dash-divider-rtl::before,
  .dash-divider-rtl::after {
    height: 6rem;
  }
}
.dash-divider-ltr::before,
.dash-divider-rtl::before {
  left: 0;
  bottom: 2px;
}
@media (max-width: 767px) {
  .dash-divider-ltr::before,
  .dash-divider-rtl::before {
    left: 0;
    bottom: -3rem;
    top: -3rem;
    height: 6rem;
  }
}
.dash-divider-ltr::after,
.dash-divider-rtl::after {
  right: 0;
  top: 2px;
}
@media (max-width: 767px) {
  .dash-divider-ltr::after,
  .dash-divider-rtl::after {
    display: none;
  }
}

.dash-divider-rtl::before {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .dash-divider-rtl::before {
    right: 0;
    left: auto;
  }
}
.dash-divider-rtl::after {
  left: 0;
  right: auto;
}

.logo-light {
  display: unset;
}

.logo-dark {
  display: none;
}

body:has(.webinar) {
  position: relative;
  background: linear-gradient(141deg, rgba(195, 251, 244, 0.42) -15.08%, rgba(255, 255, 255, 0.42) 49.62%);
}
body:has(.webinar)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0) 35.92%, rgba(195, 251, 244, 0.5));
}
body:has(.dark-header) .logo-light, body:has(.nav-dark) .logo-light, body:has(.dark-bg) .logo-light {
  display: none;
}
body:has(.dark-header) .logo-dark, body:has(.nav-dark) .logo-dark, body:has(.dark-bg) .logo-dark {
  display: unset;
}
body:has(.dark-header) ul#top-menu li.menu-item a, body:has(.nav-dark) ul#top-menu li.menu-item a, body:has(.dark-bg) ul#top-menu li.menu-item a {
  color: #fff;
}
body:has(.dark-header) ul#top-menu li.menu-item a:hover, body:has(.nav-dark) ul#top-menu li.menu-item a:hover, body:has(.dark-bg) ul#top-menu li.menu-item a:hover {
  color: #2bbeaf;
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
}
body:has(.dark-header) ul#top-menu .menu-item.menu-item-has-children > a::after, body:has(.nav-dark) ul#top-menu .menu-item.menu-item-has-children > a::after, body:has(.dark-bg) ul#top-menu .menu-item.menu-item-has-children > a::after {
  content: "";
  background-image: url("../../img/down-carrot-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  -webkit-filter: unset;
          filter: unset;
}
body:has(.dark-header) ul#top-menu .menu-item.menu-item-has-children > a:hover, body:has(.nav-dark) ul#top-menu .menu-item.menu-item-has-children > a:hover, body:has(.dark-bg) ul#top-menu .menu-item.menu-item-has-children > a:hover {
  color: #2bbeaf;
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
}
body:has(.dark-header) ul#top-menu .menu-item.menu-item-has-children a:hover::after, body:has(.nav-dark) ul#top-menu .menu-item.menu-item-has-children a:hover::after, body:has(.dark-bg) ul#top-menu .menu-item.menu-item-has-children a:hover::after {
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%);
}
body:has(.dark-header) .top-header nav ul.nav-items .menu-item.current-menu-item > a::after, body:has(.nav-dark) .top-header nav ul.nav-items .menu-item.current-menu-item > a::after, body:has(.dark-bg) .top-header nav ul.nav-items .menu-item.current-menu-item > a::after {
  color: #2bbeaf;
  -webkit-filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%) !important;
          filter: invert(37%) sepia(78%) saturate(368%) hue-rotate(125deg) brightness(94%) contrast(97%) !important;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white), body:has(.nav-dark) .btn-nav:not(.btn-thin-white), body:has(.dark-bg) .btn-nav:not(.btn-thin-white) {
  color: #141414;
  background-color: #fff;
  border: 2px solid #fff;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white):hover, body:has(.nav-dark) .btn-nav:not(.btn-thin-white):hover, body:has(.dark-bg) .btn-nav:not(.btn-thin-white):hover {
  background-color: #2bbeaf;
  border-color: #2bbeaf;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white):hover .btn-text, body:has(.nav-dark) .btn-nav:not(.btn-thin-white):hover .btn-text, body:has(.dark-bg) .btn-nav:not(.btn-thin-white):hover .btn-text {
  color: #fff;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white).btn-nav-inverted, body:has(.nav-dark) .btn-nav:not(.btn-thin-white).btn-nav-inverted, body:has(.nav-dark) .header-stuck .btn-nav .btn-nav.btn-nav-inverted:not(.btn-thin-white), body:has(.dark-bg) .btn-nav:not(.btn-thin-white).btn-nav-inverted {
  border: 1.75px solid white;
  background-color: transparent;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white).btn-nav-inverted .btn-text, body:has(.nav-dark) .btn-nav:not(.btn-thin-white).btn-nav-inverted .btn-text, body:has(.dark-bg) .btn-nav:not(.btn-thin-white).btn-nav-inverted .btn-text {
  color: #fff;
}
body:has(.dark-header) .btn-nav:not(.btn-thin-white).btn-nav-inverted:hover, body:has(.nav-dark) .btn-nav:not(.btn-thin-white).btn-nav-inverted:hover, body:has(.dark-bg) .btn-nav:not(.btn-thin-white).btn-nav-inverted:hover {
  color: #fff;
  border-color: #2bbeaf;
  background-color: #2bbeaf !important;
}
body:has(.dark-header) .header-stuck .btn-nav, body:has(.nav-dark) .header-stuck .btn-nav, body:has(.dark-bg) .header-stuck .btn-nav {
  color: #fff;
  background-color: #141414;
  border: 2px solid #141414;
}
body:has(.dark-header) .header-stuck .btn-nav:hover, body:has(.nav-dark) .header-stuck .btn-nav:hover, body:has(.dark-bg) .header-stuck .btn-nav:hover {
  color: #fff;
  background-color: #2bbeaf;
}
body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted, body:has(.nav-dark) .header-stuck .btn-nav .btn-nav.btn-nav-inverted:not(.btn-thin-white), body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted {
  border: 1.75px solid #141414;
}
body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted .btn-text, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted .btn-text, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted .btn-text {
  color: #141414;
}
body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:hover, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:hover, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:hover {
  border: 1.75px solid #2bbeaf;
}
body:has(.dark-header) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text, body:has(.nav-dark) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text, body:has(.dark-bg) .header-stuck .btn-nav.btn-nav-inverted:hover .btn-text {
  color: #fff;
}
body:has(.dark-header) .header-stuck ul#top-menu > li.menu-item > a, body:has(.nav-dark) .header-stuck ul#top-menu > li.menu-item > a, body:has(.dark-bg) .header-stuck ul#top-menu > li.menu-item > a {
  color: #141414;
}
body:has(.dark-header) .header-stuck ul#top-menu .menu-item.menu-item-has-children > a::after, body:has(.nav-dark) .header-stuck ul#top-menu .menu-item.menu-item-has-children > a::after, body:has(.dark-bg) .header-stuck ul#top-menu .menu-item.menu-item-has-children > a::after {
  background-image: url("../../img/down-carrot.svg");
}
body:has(.dark-header) .header-stuck ul#sub-menu > li.menu-item > a, body:has(.nav-dark) .header-stuck ul#sub-menu > li.menu-item > a, body:has(.dark-bg) .header-stuck ul#sub-menu > li.menu-item > a {
  color: #fff;
}
body .header-stuck .logo-light {
  display: unset;
}
body .header-stuck .logo-dark {
  display: none;
}
body:has(.nav-dark) .background-wrap {
  background-color: #141414 !important;
}
body:has(.nav-dark) .logo-light {
  display: none;
}
body:has(.nav-dark) .logo-dark {
  display: unset;
}
body:has(.nav-dark) > ul#top-menu li.menu-item a {
  color: #fff;
}
body:has(.nav-dark) .header-stuck .background-wrap {
  background-color: #141414 !important;
}
body:has(.nav-dark) .header-stuck .logo-light {
  display: none;
}
body:has(.nav-dark) .header-stuck .logo-dark {
  display: unset;
}
body:has(.nav-dark) .header-stuck .btn-nav {
  color: #fff;
  background-color: #141414;
  border: 2px solid #57d4c7;
}
body:has(.nav-dark) .header-stuck .btn-nav:hover {
  color: #fff;
  background-color: #2bbeaf;
}
body:has(.nav-dark) .header-stuck .btn-nav .btn-nav-inverted:not(.btn-thin-white) .btn-text {
  color: #141414 !important;
}
body:has(.nav-dark) .header-stuck ul#top-menu .menu-item.menu-item-has-children > a::after {
  background-image: url("../../img/down-carrot-white.svg") !important;
}
body:has(.nav-dark) .header-stuck ul#top-menu > li.menu-item > a {
  color: #fff;
}

.dark-bg .lx-btn:not(.btn-thin-white).btn-primary, .dark-bg .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white), .lx-home-our-customers .nav .dark-bg .lx-btn.nav-btn:not(.btn-thin-white), .dark-bg .lx-btn.btn-nav:not(.btn-thin-white),
.dark-bg .lx-btn.btn-menu-toggle1:not(.btn-thin-white),
.dark-header .lx-btn:not(.btn-thin-white).btn-primary,
.dark-header .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white),
.lx-home-our-customers .nav .dark-header .lx-btn.nav-btn:not(.btn-thin-white),
.dark-header .lx-btn.btn-nav:not(.btn-thin-white),
.dark-header .lx-btn.btn-menu-toggle1:not(.btn-thin-white) {
  color: #fff;
  background-color: #141414;
  border: unset;
  font-weight: 700;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-primary::before, .dark-bg .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white)::before, .lx-home-our-customers .nav .dark-bg .lx-btn.nav-btn:not(.btn-thin-white)::before, .dark-bg .lx-btn.btn-nav:not(.btn-thin-white)::before,
.dark-bg .lx-btn.btn-menu-toggle1:not(.btn-thin-white)::before,
.dark-header .lx-btn:not(.btn-thin-white).btn-primary::before,
.dark-header .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white)::before,
.lx-home-our-customers .nav .dark-header .lx-btn.nav-btn:not(.btn-thin-white)::before,
.dark-header .lx-btn.btn-nav:not(.btn-thin-white)::before,
.dark-header .lx-btn.btn-menu-toggle1:not(.btn-thin-white)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#57d4c7), to(#0da1d6)) border-box;
  background: linear-gradient(to right, #57d4c7, #0da1d6) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-primary:hover, .dark-bg .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white):hover, .lx-home-our-customers .nav .dark-bg .lx-btn.nav-btn:not(.btn-thin-white):hover, .dark-bg .lx-btn.btn-nav:not(.btn-thin-white):hover,
.dark-bg .lx-btn.btn-menu-toggle1:not(.btn-thin-white):hover,
.dark-header .lx-btn:not(.btn-thin-white).btn-primary:hover,
.dark-header .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white):hover,
.lx-home-our-customers .nav .dark-header .lx-btn.nav-btn:not(.btn-thin-white):hover,
.dark-header .lx-btn.btn-nav:not(.btn-thin-white):hover,
.dark-header .lx-btn.btn-menu-toggle1:not(.btn-thin-white):hover {
  color: #fff;
  background-color: #2bbeaf;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-primary:hover::before, .dark-bg .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white):hover::before, .lx-home-our-customers .nav .dark-bg .lx-btn.nav-btn:not(.btn-thin-white):hover::before, .dark-bg .lx-btn.btn-nav:not(.btn-thin-white):hover::before,
.dark-bg .lx-btn.btn-menu-toggle1:not(.btn-thin-white):hover::before,
.dark-header .lx-btn:not(.btn-thin-white).btn-primary:hover::before,
.dark-header .lx-home-our-customers .nav .lx-btn.nav-btn:not(.btn-thin-white):hover::before,
.lx-home-our-customers .nav .dark-header .lx-btn.nav-btn:not(.btn-thin-white):hover::before,
.dark-header .lx-btn.btn-nav:not(.btn-thin-white):hover::before,
.dark-header .lx-btn.btn-menu-toggle1:not(.btn-thin-white):hover::before {
  all: unset;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary {
  color: #141414;
  background-color: #fff;
  border: 2px solid #fff;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary:hover,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary:hover {
  background-color: #2bbeaf;
  border: 2px solid #2bbeaf;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary:hover .btn-text,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary:hover .btn-text {
  color: #fff;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary-alt,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary-alt {
  color: #fff;
  border: unset;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary-alt::before,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#57d4c7), to(#0da1d6)) border-box;
  background: linear-gradient(to right, #57d4c7, #0da1d6) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary-alt:hover,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary-alt:hover {
  background-color: #2bbeaf;
}
.dark-bg .lx-btn:not(.btn-thin-white).btn-secondary-alt:hover::before,
.dark-header .lx-btn:not(.btn-thin-white).btn-secondary-alt:hover::before {
  all: unset;
}

#home-hero > .elementor-background-overlay {
  background-image: url("../../../../../themes/logixboard/includes/img/accents/lines.svg");
  background-repeat: no-repeat;
  background-size: 700px 100%;
  background-position: 80px 0;
}
#home-hero br.d {
  display: none;
}
@media screen and (min-width: 996px) {
  #home-hero br.d {
    display: block;
  }
}
#home-hero br.m {
  display: none;
}
@media screen and (max-width: 995px) {
  #home-hero br.m {
    display: block;
  }
}
#home-hero.home-hero-alt > .elementor-background-overlay {
  opacity: 0.5;
  background-image: url("../../../../../themes/logixboard/includes/img/accents/lines-white.svg");
  background-repeat: no-repeat;
  background-size: 300px 100%;
  background-position: 80px 0;
}
@media screen and (max-width: 768px) {
  #home-hero.home-hero-alt > .elementor-background-overlay {
    background-position: 0 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 576px) {
  #home-hero.home-hero-alt > .elementor-background-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.lx-home-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.lx-home-points .point {
  background-color: #fff;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 24px;
}
.lx-home-points .point .icon-wrap {
  padding-bottom: 6px;
}
.lx-home-points .point .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}
.lx-home-points .point .icon-wrap img:focus {
  outline: none !important;
}
.lx-home-points .point .point-heading {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  line-height: 120%;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
.lx-home-points .point p {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #828282;
}
@media screen and (max-width: 1024px) {
  .lx-home-points .point {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (max-width: 585px) {
  .lx-home-points .point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.lx-home-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lx-home-quotes .quote {
  background-color: #fff;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lx-home-quotes .quote .icon-wrap {
  padding-bottom: 6px;
}
.lx-home-quotes .quote .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lx-home-quotes .quote .icon-wrap img:focus {
  outline: none !important;
}
.lx-home-quotes .quote .quote-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lx-home-quotes .quote .quote-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #333333;
}
.lx-home-quotes .quote .person-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.lx-home-quotes .quote .person-wrap img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.lx-home-quotes .quote .person-wrap .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
}
.lx-home-quotes .quote .person-wrap .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #828282;
}

.lx-home-case-studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lx-home-case-studies .case {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 37, 37)), to(rgb(20, 20, 20)));
  background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rgb(20, 20, 20) 100%);
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
  position: relative;
}
.lx-home-case-studies .case a.full-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lx-home-case-studies .case .img-wrap {
  min-width: 40%;
  border-radius: 8px 0 0 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lx-home-case-studies .case .post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
.lx-home-case-studies .case .post-wrap .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lx-home-case-studies .case .post-wrap .text-wrap .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #e6e6e6;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.lx-home-case-studies .case .post-wrap .text-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #cccccc;
}
.lx-home-case-studies .case .post-wrap .btn-wrap .lx-btn {
  z-index: 2;
}
.lx-home-case-studies .case:hover {
  -webkit-box-shadow: 0px 15px 80px rgba(25, 54, 51, 0.2);
          box-shadow: 0px 15px 80px rgba(25, 54, 51, 0.2);
}
.lx-home-case-studies .case:hover .text-wrap .title {
  color: #2bbeaf;
}
@media screen and (max-width: 768px) {
  .lx-home-case-studies .case {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .lx-home-case-studies .case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lx-home-case-studies .case .img-wrap {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
  }
}

.lx-home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lx-home-news .article {
  background-color: #141414;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
  position: relative;
  overflow: hidden;
}
.lx-home-news .article a.full-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lx-home-news .article .img-wrap {
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.lx-home-news .article .post-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 37, 37)), to(rgb(20, 20, 20)));
  background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rgb(20, 20, 20) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lx-home-news .article .post-wrap .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lx-home-news .article .post-wrap .text-wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-bottom: 10px;
}
.lx-home-news .article .post-wrap .text-wrap .category span {
  padding: 2px 14px;
  border-radius: 30px;
  color: #a0a0a0;
  background-color: transparent;
  border: solid 1px #a0a0a0;
  margin: 0 5px 10px 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.lx-home-news .article .post-wrap .text-wrap .title {
  margin-top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #e6e6e6;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.lx-home-news .article .post-wrap .text-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #a0a0a0;
}
.lx-home-news .article .post-wrap .btn-wrap .lx-btn {
  z-index: 2;
}
.lx-home-news .article:hover {
  -webkit-box-shadow: 0px 0 20px rgba(46, 204, 188, 0.1);
          box-shadow: 0px 0 20px rgba(46, 204, 188, 0.1);
}
@media screen and (max-width: 768px) {
  .lx-home-news .article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.lx-home-testimonials {
  height: 600px;
  height: 450px;
  position: relative;
}
.lx-home-testimonials .bg-wrap {
  height: 100%;
  width: 40%;
  z-index: 1;
  position: absolute;
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
}
.lx-home-testimonials .bg-wrap .bg-img {
  width: 100%;
  height: 100%;
  border-radius: 0px 16px 16px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  -webkit-transition: 1.1s opacity;
  transition: 1.1s opacity;
  top: 0;
  left: 0;
}
.lx-home-testimonials .bg-wrap .bg-img.img-1 {
  opacity: 1;
}
.lx-home-testimonials .bg-wrap .bg-img.img-2 {
  opacity: 0;
}
.lx-home-testimonials .test-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.lx-home-testimonials .test-wrapper .tst-track {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  z-index: 1;
}
.lx-home-testimonials .test-wrapper .tst-track .card {
  padding: 20px;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 16px;
  height: 340px;
  width: 640px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .icon-wrap {
  padding-bottom: 20px;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .icon-wrap img:focus {
  outline: none !important;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .quote {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .quote p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #333333;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .person img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .person .text-wrap {
  margin-left: 10px;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .person .text-wrap .name {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .person .text-wrap .title {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .logo img {
  width: 150px;
}
.lx-home-testimonials .test-wrapper .tst-track.to-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.lx-home-testimonials .test-wrapper .tst-track.next-in-line {
  opacity: 0.75;
  -webkit-transform: translateX(670px);
          transform: translateX(670px);
}
.lx-home-testimonials .test-wrapper .tst-track.off-canvas-left {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.lx-home-testimonials .test-wrapper .tst-track.off-canvas-right {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.lx-home-testimonials .test-wrapper .nav {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  bottom: 20px;
}
.lx-home-testimonials .test-wrapper .nav button {
  background-color: #e6e6e6;
  border: none;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s background-color, 0.2s box-shadow;
  transition: 0.2s background-color, 0.2s box-shadow, 0.2s -webkit-box-shadow;
  outline: none;
  padding: 0;
}
.lx-home-testimonials .test-wrapper .nav button:hover {
  background-color: #cccccc;
}
.lx-home-testimonials .test-wrapper .nav button.active {
  background-color: #2bbeaf;
  -webkit-box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
          box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
}
@media screen and (max-width: 768px) {
  .lx-home-testimonials .bg-wrap {
    width: 38%;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card {
    padding: 20px;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner {
    padding: 30px;
    width: 80vw;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner .icon-wrap {
    padding-bottom: 15px;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .logo img {
    width: 110px;
  }
  .lx-home-testimonials .test-wrapper .tst-track.next-in-line {
    opacity: 1;
    -webkit-transform: translateX(85vw);
            transform: translateX(85vw);
  }
}
@media screen and (max-width: 576px) {
  .lx-home-testimonials .bg-wrap {
    width: 38%;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card {
    padding: 10px;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner {
    padding: 20px;
    width: 90vw;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner .icon-wrap {
    padding-bottom: 10px;
  }
  .lx-home-testimonials .test-wrapper .tst-track .card .inner .credit .logo img {
    width: 90px;
  }
  .lx-home-testimonials .test-wrapper .tst-track.next-in-line {
    opacity: 1;
    -webkit-transform: translateX(92vw);
            transform: translateX(92vw);
  }
}
.lx-home-testimonials.stop1 .img-1 {
  opacity: 1 !important;
}
.lx-home-testimonials.stop1 .img-2 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop1 .img-3 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop1 .img-4 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop2 .img-1 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop2 .img-2 {
  opacity: 1 !important;
}
.lx-home-testimonials.stop2 .img-3 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop2 .img-4 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop3 .img-1 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop3 .img-2 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop3 .img-3 {
  opacity: 1 !important;
}
.lx-home-testimonials.stop3 .img-4 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop4 .img-1 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop4 .img-2 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop4 .img-3 {
  opacity: 0 !important;
}
.lx-home-testimonials.stop4 .img-4 {
  opacity: 1 !important;
}

.lx-home-testimonials-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-home-testimonials-control .ctr {
  cursor: pointer;
  outline: none;
  background-color: transparent !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lx-home-testimonials-control .ctr img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
  line-height: 1;
}
.lx-home-testimonials-control .ctr.ctr-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lx-home-testimonials-control .ctr:hover img {
  -webkit-filter: none;
          filter: none;
}
.lx-home-testimonials-control .ctr.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.lx-home-testimonials-control .ctr.disabled img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.lx-home-our-customers {
  margin-right: -10px;
}
.lx-home-our-customers .customers {
  height: 360px;
  position: relative;
}
.lx-home-our-customers .customers .track {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lx-home-our-customers .customers .track .customer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.lx-home-our-customers .customers .track .customer-col .customer {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-box-shadow;
  transition: 0.2s opacity, 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow, 0.2s opacity;
  transition: 0.2s box-shadow, 0.2s opacity, 0.2s -webkit-box-shadow;
  height: 100px;
}
.lx-home-our-customers .customers .track .customer-col .customer img {
  max-width: 80%;
  max-height: 80%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0.75;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
  -o-object-fit: contain;
     object-fit: contain;
}
.lx-home-our-customers .customers .track .customer-col .customer:hover {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
}
.lx-home-our-customers .customers .track .customer-col .customer:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.lx-home-our-customers .customers .track .customer-col .customer.np img {
  max-width: 80%;
  max-height: 80%;
}
@media screen and (max-width: 768px) {
  .lx-home-our-customers .customers .track .customer-col .customer {
    height: 85px;
  }
}
.lx-home-our-customers .customers .track .customer-col.active {
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .lx-home-our-customers .customers {
    height: 300px;
  }
}
.lx-home-our-customers .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .lx-home-our-customers .nav {
    padding-top: 25px;
  }
}
.lx-home-our-customers .nav .nav-btn {
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s background-color, 0.2s box-shadow;
  transition: 0.2s background-color, 0.2s box-shadow, 0.2s -webkit-box-shadow;
}
.lx-home-our-customers .nav .nav-btn:hover {
  background-color: #cccccc;
}
.lx-home-our-customers .nav .nav-btn.active {
  background-color: #018786;
  -webkit-box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
          box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
}

.lx-home-integrations-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.lx-home-integrations-logos .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}
.lx-home-integrations-logos .box .logo,
.lx-home-integrations-logos .box img {
  line-height: 0;
}
.lx-home-integrations-logos .box img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
}
.lx-home-integrations-logos .box:hover {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
}
.lx-home-integrations-logos .box:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.lx-home-layered-laptop {
  position: relative;
  width: 100%;
  height: 360px;
}
.lx-home-layered-laptop .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lx-home-layered-laptop .frame.status .graphic .step {
  background-image: url("../../../../../themes/logixboard/includes/img/temp/order-shipped-rounded.svg");
  background-repeat: no-repeat;
  background-size: auto 300%;
  background-position: top left;
  width: 100%;
  width: 300px;
  height: 35px;
  margin-bottom: 8px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
}
.lx-home-layered-laptop .frame.status .graphic .step:nth-of-type(2) {
  background-position: center left;
}
.lx-home-layered-laptop .frame.status .graphic .step:nth-of-type(3) {
  background-position: bottom left;
}
.lx-home-layered-laptop .frame.status .graphic img {
  max-width: 50%;
}
.lx-home-layered-laptop .frame.laptop-image {
  background-image: url("../../../../../themes/logixboard/includes/img/temp/laptop.png");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 40px bottom;
}
.lx-home-layered-laptop .frame.active-shipments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.lx-home-layered-laptop .frame.active-shipments .graphic img {
  max-width: 285px;
}
@media screen and (max-width: 576px) {
  .lx-home-layered-laptop .frame.active-shipments {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .home-laptop-section {
    background: #fff !important;
  }
  .home-laptop-section .lx-home-layered-laptop {
    margin-top: 20px;
  }
}
.home-laptop-section .elementor-element-16ec393 {
  padding: 1em 0;
}

.home-hero-video {
  border-top-left-radius: 4% 5.5%;
  border-top-right-radius: 4% 5.5%;
  overflow: hidden;
  margin-bottom: -7px;
}

.lx-about-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.lx-about-points .point {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 37, 37)), to(rgb(28, 28, 28)));
  background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rgb(28, 28, 28) 100%);
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 24px;
}
.lx-about-points .point .icon-wrap {
  padding-bottom: 6px;
}
.lx-about-points .point .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}
.lx-about-points .point .icon-wrap img:focus {
  outline: none !important;
}
.lx-about-points .point .point-heading {
  font-family: "Darker Grotesque", Sans-serif;
  font-weight: 500;
  color: #cccccc;
  font-size: 26px;
  line-height: 1.2;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
.lx-about-points .point p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #cccccc;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .lx-about-points .point {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 585px) {
  .lx-about-points .point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.lx-about-our-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.lx-about-our-values .point {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 37, 37)), to(rgb(28, 28, 28)));
  background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rgb(28, 28, 28) 100%);
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  padding: 24px;
}
.lx-about-our-values .point .icon-wrap {
  padding-bottom: 6px;
}
.lx-about-our-values .point .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
}
.lx-about-our-values .point .icon-wrap img:focus {
  outline: none !important;
}
.lx-about-our-values .point .point-heading {
  font-family: "Darker Grotesque", Sans-serif;
  font-weight: 500;
  color: #cccccc;
  font-size: 26px;
  line-height: 1;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
.lx-about-our-values .point p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #cccccc;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .lx-about-our-values .point {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (max-width: 585px) {
  .lx-about-our-values .point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.about-animation-container {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.about-animation-container img {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  width: 16.4%;
}
.about-animation-container .about-person {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.about-animation-container .about-center {
  width: 26%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.about-animation-container .about-person-1 {
  top: 6.5%;
  left: 22.25%;
}
.about-animation-container .about-person-2 {
  top: 6.5%;
  left: 61.5%;
}
.about-animation-container .about-person-3 {
  top: 43%;
  right: 0%;
}
.about-animation-container .about-person-4 {
  top: 79.25%;
  left: 61.5%;
}
.about-animation-container .about-person-5 {
  top: 79.25%;
  left: 22.25%;
}
.about-animation-container .about-person-6 {
  top: 43%;
  left: 0%;
}

.animated .about-animation-container {
  -webkit-animation: revrotateAnimation 3s ease-out forwards;
          animation: revrotateAnimation 3s ease-out forwards;
}
.animated .about-animation-container .about-person {
  -webkit-animation: rotateandfadeAnimation 3s ease-out forwards;
          animation: rotateandfadeAnimation 3s ease-out forwards;
}
.animated .about-animation-container .about-center {
  -webkit-animation: rotateAnimation 3s ease-out forwards;
          animation: rotateAnimation 3s ease-out forwards;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateandfadeAnimation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  5% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateandfadeAnimation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  5% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes revrotateAnimation {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes revrotateAnimation {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.lx-about-investors .investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.lx-about-investors .investors .investor {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  height: 100px;
  position: relative;
}
.lx-about-investors .investors .investor a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lx-about-investors .investors .investor img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%) invert(1);
          filter: grayscale(100%) invert(1);
  opacity: 0.75;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lx-about-investors .investors .investor:hover {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
}
.lx-about-investors .investors .investor:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.containter--thick.lx-about-team .container--thin.lx-about-team .lx-about-team-headline {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-list {
  margin-left: -1rem;
  margin-right: -1rem;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots {
  bottom: -35px;
  margin: 0 !important;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li {
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li.slick-active button {
  background-color: white;
  opacity: 1;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li.slick-active button:before {
  content: none;
  color: white;
  opacity: 1;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li button {
  background-color: white;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.33;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li button:before {
  content: none;
  color: white;
  font-size: 12px;
  opacity: 0.33;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li button:focus,
.containter--thick.lx-about-team .container--thin.lx-about-team .slick-dots li button:hover {
  background-color: #2eccbc;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member {
  padding: 0;
  margin: 0 1rem;
}
@media screen and (max-width: 500px) {
  .containter--thick.lx-about-team .container--thin.lx-about-team .member {
    max-width: 300px;
  }
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  height: 0;
  padding-top: 150%;
  margin-bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame:hover {
  background-size: auto 105%;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame a.linkedin {
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: auto;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame a.linkedin:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame a.click-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s transform cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s transform cubic-bezier(0.87, 0, 0.13, 1), 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
  cursor: pointer;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame .photo-frame-name {
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background-color: #fff;
  padding: 10px 60px 14px 10px;
  border-radius: 8px;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame .photo-frame-name .name {
  font-weight: 700;
  color: #383838;
  font-size: 19px;
  font-family: "Darker Grotesque", Sans-serif;
  line-height: 1;
  margin-bottom: 3px;
}
.containter--thick.lx-about-team .container--thin.lx-about-team .member .photo-frame .photo-frame-name .title {
  font-weight: 500;
  color: #383838;
  font-size: 19px;
  font-family: "Darker Grotesque", Sans-serif;
  margin: 0;
  line-height: 1;
  text-transform: none;
}

.elementor-widget-container .container--new {
  width: 100%;
}
.elementor-widget-container .slick-track {
  margin: 0;
}

.lx-about-team {
  width: 100%;
}

.lx-about-team .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: -5px;
  margin-right: -5px;
}

.lx-about-team .slick-slide {
  height: inherit !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.container--new .about-team-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container--new .about-team-slider .member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid transparent;
  margin: 2px;
  width: 320px;
  height: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.container--new .about-team-slider .member::before {
  content: "";
  position: absolute;
  border-radius: 6px;
  z-index: -1;
  inset: -4px;
  background-color: #1aa092;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa092), to(#22b5e9));
  background: linear-gradient(#1aa092, #22b5e9);
}
.container--new .about-team-slider .photo-frame {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 17px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.container--new .about-team-slider .photo-frame-name {
  margin-top: 17px;
}
.container--new .about-team-slider .photo-frame-name .host {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 10px;
}
.container--new .about-team-slider .photo-frame-name .name {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
}
.container--new .about-team-slider .photo-frame-name .title {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.container--new .about-team-slider .linkedin {
  z-index: 3;
  position: absolute;
  top: 8;
  right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.container--new .about-team-slider .linkedin img {
  width: 30px;
  height: 30px;
}

.lx-about-team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: transparent;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s visibility, 0.3s background-color;
  transition: 0.3s visibility, 0.3s background-color;
  padding-top: 56px;
  padding-bottom: 20px;
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .lx-about-team-modal {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lx-about-team-modal .sub-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
.lx-about-team-modal .modal-wrap {
  z-index: 902;
  width: 50%;
  min-width: 650px;
  background-color: #141414;
  border-radius: 8px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.3s opacity cubic-bezier(0.87, 0, 0.13, 1), 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s opacity cubic-bezier(0.87, 0, 0.13, 1), 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s transform cubic-bezier(0.87, 0, 0.13, 1), 0.3s opacity cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.3s transform cubic-bezier(0.87, 0, 0.13, 1), 0.3s opacity cubic-bezier(0.87, 0, 0.13, 1), 0.3s -webkit-transform cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 576px) {
  .lx-about-team-modal .modal-wrap {
    margin-top: 20px;
  }
}
.lx-about-team-modal .modal-wrap .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s opacity, 0.5s transform cubic-bezier(0.25, 1, 0.5, 1), 0.5s -webkit-transform cubic-bezier(0.25, 1, 0.5, 1);
}
.lx-about-team-modal .modal-wrap .close-icon svg {
  height: 40px;
  width: 40px;
}
.lx-about-team-modal .modal-wrap .close-icon svg path {
  fill: #2bbeaf;
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.lx-about-team-modal .modal-wrap .close-icon:hover svg path {
  fill: #4f4f4f;
}
.lx-about-team-modal .modal-wrap .person {
  text-align: center;
  max-width: 100%;
}
.lx-about-team-modal .modal-wrap .person .profile-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  width: 220px;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.lx-about-team-modal .modal-wrap .person .title {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.lx-about-team-modal .modal-wrap .person .name {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.lx-about-team-modal .modal-wrap .person .social {
  padding: 10px 0;
}
.lx-about-team-modal .modal-wrap .person .social a {
  -webkit-transition: 0.2s -webkit-filter;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
}
.lx-about-team-modal .modal-wrap .person .social a:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.lx-about-team-modal .modal-wrap .bio {
  padding-left: 40px;
}
.lx-about-team-modal .modal-wrap .bio .bio-text p {
  color: #7b7b7b;
}
@media screen and (max-width: 768px) {
  .lx-about-team-modal .modal-wrap {
    min-width: auto;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lx-about-team-modal .modal-wrap .bio {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .lx-about-team-modal .modal-wrap {
    padding-top: 70px;
  }
}
.lx-about-team-modal.active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.lx-about-team-modal.active .sub-wrap {
  visibility: visible;
  opacity: 1;
}
.lx-about-team-modal.active .modal-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.lx-about-team-modal.active .modal-wrap .close-icon {
  opacity: 1;
}

.elementor-widget-lx_about_timeline_widget,
.elementor-widget-lx_about_timeline_widget .elementor-widget-container {
  height: 100%;
}

.lx-about-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.lx-about-timeline .line {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.lx-about-timeline .line .dot {
  background-color: #2bbeaf;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
          box-shadow: 0px 2px 10px rgba(16, 64, 59, 0.15);
}
.lx-about-timeline .line .dot:first-of-type {
  -webkit-box-shadow: 0px -2px -10px rgba(16, 64, 59, 0.15);
          box-shadow: 0px -2px -10px rgba(16, 64, 59, 0.15);
}
.lx-about-timeline .line .line-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #2bbeaf;
  width: 2px;
}
.lx-about-timeline .years {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lx-about-timeline .years .year {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2bbeaf;
}

.lx-careers-values,
.lx-careers-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.lx-careers-values .point,
.lx-careers-benefits .point {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 37, 37)), to(rgb(28, 28, 28)));
  background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rgb(28, 28, 28) 100%);
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 24px;
}
.lx-careers-values .point .icon-wrap,
.lx-careers-benefits .point .icon-wrap {
  padding-bottom: 12px;
}
.lx-careers-values .point .icon-wrap img,
.lx-careers-benefits .point .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
}
.lx-careers-values .point .icon-wrap img:focus,
.lx-careers-benefits .point .icon-wrap img:focus {
  outline: none !important;
}
.lx-careers-values .point .point-heading,
.lx-careers-benefits .point .point-heading {
  font-family: "Darker Grotesque", Sans-serif;
  font-weight: 500;
  color: #cccccc;
  font-size: 26px;
  line-height: 1.2;
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
.lx-careers-values .point p,
.lx-careers-benefits .point p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  color: #cccccc;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .lx-careers-values .point,
  .lx-careers-benefits .point {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (max-width: 585px) {
  .lx-careers-values .point,
  .lx-careers-benefits .point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.lx-careers-benefits .point {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lx-careers-mosaic {
  height: 800px;
  position: relative;
}
.lx-careers-mosaic .frame {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}
.lx-careers-mosaic .frame img {
  max-width: 100%;
  border-radius: 8px;
}
.lx-careers-mosaic .frame.frame-1 {
  top: 0;
  left: 0;
  width: 60%;
  z-index: 2;
}
.lx-careers-mosaic .frame.frame-2 {
  top: 5%;
  right: 0;
  z-index: 5;
}
.lx-careers-mosaic .frame.frame-3 {
  top: 45%;
  right: 0;
  width: 35%;
  z-index: 5;
}
.lx-careers-mosaic .frame.frame-4 {
  bottom: 0;
  right: 5%;
  z-index: 5;
}
.lx-careers-mosaic .frame.frame-5 {
  bottom: 10%;
  left: 5%;
  width: 45%;
  z-index: 2;
}
.lx-careers-mosaic .frame.frame-6 {
  top: 25%;
  left: 25%;
  width: 50%;
  z-index: 1;
}

/*
.lx-careers-values,
.lx-careers-benefits {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;

  .point {
    background: linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(28, 28, 28, 1) 100%);
    //background-color: $white;
    flex-basis: 45%;
    flex-grow: 0;
    flex-shrink: 0;
    box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
    border-radius: 8px;
    padding: 24px;

    .icon-wrap {
      padding-bottom: 12px;

      img {
        @include noSelect();
        height: 50px;
      }
    }

    .point-heading {
      font-family: "Darker Grotesque", Sans-serif;
      font-weight: 500;
      color: $grey-30;
      font-size: 26px;
      line-height: 1.2;
      padding: 0;
      padding-bottom: 12px;
      margin: 0;
    }

    p {
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      padding: 0;
      margin: 0;
      color: $grey-30;
      line-height: 1.4;
    }

    @media screen and (max-width: 1024px) {
      flex-basis: 45%;
    }

    @media screen and (max-width: 585px) {
      flex-basis: 100%;
    }
  }
}
*/
.webinar {
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  .webinar {
    margin-top: unset;
    margin-bottom: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.webinar-form {
  width: 324px;
}
@media (max-width: 1024px) {
  .webinar-form {
    width: unset;
  }
}
.webinar-form-column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 364px;
  flex-shrink: 0;
  border-right: 0.5px solid #7b7b7b;
}
@media (max-width: 1024px) {
  .webinar-form-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100vw - 20px);
    border-right: unset;
  }
}
.webinar-form-column h6, .webinar-form-column .lx-featured-post .featured-text .title, .lx-featured-post .featured-text .webinar-form-column .title {
  margin-top: 50px;
  color: #141414;
  text-overflow: ellipsis;
  font-family: "Gotham", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.webinar-form-column img {
  width: 324px;
  height: 256px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.webinar-info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .webinar-info-column {
    width: calc(100vw - 20px);
    margin-right: 0;
    margin-left: 0;
  }
}
.webinar-info-column .aioseo_description {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 18.75px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 133.333% */
}
.webinar-info-column .webinar-excerpt-presenters {
  padding-bottom: 31px;
  border-bottom: 0.5px solid #7b7b7b;
  margin-bottom: 40px;
}
.webinar-info-column .webinar-excerpt-presenters h1 {
  color: var(--Neutrals-Neutral---800, #383838) !important;
  font-family: "Gotham", Sans-serif;
  font-size: 34px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 37px !important; /* 108.824% */
}
.webinar-info-column .webinar-excerpt-presenters h2 {
  color: var(--Neutrals-Neutral---800, #383838);
  text-overflow: ellipsis;
  font-family: "Gotham", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.lx-schedule-demo-graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-schedule-demo-graphic .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lx-schedule-demo-graphic .text-wrap .inner-line {
  position: relative;
  height: 1px;
  width: 25px;
  background-color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.lx-schedule-demo-graphic .text-wrap .inner-line::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 10px;
  left: -10px;
  top: -5px;
  position: absolute;
}
.lx-schedule-demo-graphic .text-wrap .outer-line {
  position: relative;
}
.lx-schedule-demo-graphic .text-wrap .outer-line::after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: calc(100% - 48px);
  right: 0;
  top: 24px;
  position: absolute;
}
.lx-schedule-demo-graphic .text-wrap .text-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-schedule-demo-graphic .text-wrap .text-items .item .line {
  background-color: #fff;
  width: 35px;
  height: 1px;
  position: relative;
}
.lx-schedule-demo-graphic .text-wrap .text-items .item .line::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #fff;
  border-radius: 14px;
  position: absolute;
  top: -7px;
  right: -14px;
}
.lx-schedule-demo-graphic .text-wrap .text-items .item .text {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .lx-schedule-demo-graphic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lx-schedule-demo-graphic .text-wrap .inner-line,
  .lx-schedule-demo-graphic .tex-wrap .outer-line {
    display: none;
  }
  .lx-schedule-demo-graphic .outer-line {
    display: none;
  }
  .lx-schedule-demo-graphic .text-wrap .text-items .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lx-schedule-demo-graphic .text-wrap .text-items .item .line {
    display: none;
  }
  .lx-schedule-demo-graphic .text-wrap .text-items .item .text {
    height: auto;
    text-align: center;
    padding-left: 0;
  }
}

.lx-product-even-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lx-product-even-more .box {
  background-color: #fff;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 8px;
  padding: 8px;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
}
.lx-product-even-more .box .img-wrap img {
  max-width: 100%;
  border-radius: 8px;
}
.lx-product-even-more .box .text-wrap .point-heading {
  font-size: 1rem;
}

.lx-product-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .lx-product-quote {
    width: 100%;
  }
}
.lx-product-quote .background-image-frame {
  position: relative;
  z-index: 1;
}
.lx-product-quote .background-image-frame img {
  max-width: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
}
.lx-product-quote .quote-frame {
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
.lx-product-quote .quote-frame .icon-wrap svg {
  width: 30px;
  height: 30px;
}
.lx-product-quote .quote-frame .quote-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: #333333;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.lx-product-quote .quote-frame .quote-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lx-product-quote .quote-frame .quote-by .image-wrap {
  line-height: 0;
}
.lx-product-quote .quote-frame .quote-by .image-wrap img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 0;
}
.lx-product-quote .quote-frame .quote-by .cite {
  margin-left: 10px;
}
.lx-product-quote .quote-frame .quote-by .cite .name {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.lx-product-quote .quote-frame .quote-by .cite .title {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.lx-product-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.lx-product-experience .point {
  background-color: #fff;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.lx-product-experience .point .icon-wrap {
  padding-bottom: 6px;
}
.lx-product-experience .point .icon-wrap img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
}
.lx-product-experience .point .icon-wrap img:focus {
  outline: none !important;
}
.lx-product-experience .point .point-heading,
.lx-product-experience .point p {
  font-weight: 700;
  color: #141414;
  font-size: 18px;
  line-height: 120%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .lx-product-experience .point {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (max-width: 585px) {
  .lx-product-experience .point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.lx-product-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lx-product-faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lx-product-faq .faq-question .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.lx-product-faq .faq-question .heading .heading-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #333333;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  font-size: 1rem;
}
.lx-product-faq .faq-question .heading .icons {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.lx-product-faq .faq-question .heading .icons .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #333333;
  font-size: 1rem;
}
.lx-product-faq .faq-question .heading .icons .icon img {
  width: 16px;
  height: 16px;
  -webkit-filter: grayscale(100%) brightness(0.5);
          filter: grayscale(100%) brightness(0.5);
  -webkit-transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s filter ease-in-out;
  transition: 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out;
}
.lx-product-faq .faq-question .heading .icons .icon.close {
  visibility: hidden;
  opacity: 0;
}
.lx-product-faq .faq-question .heading:hover .heading-text {
  color: #2eccbc;
}
.lx-product-faq .faq-question .heading:hover .icons .icon {
  color: #2eccbc;
}
.lx-product-faq .faq-question .heading:hover .icons .icon img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.lx-product-faq .faq-question .body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.lx-product-faq .faq-question .body .text-wrap {
  padding-top: 20px;
  padding-bottom: 10px;
}
.lx-product-faq .faq-question .body:hover {
  max-height: 500px;
}
.lx-product-faq .faq-question.open .heading .heading-text {
  color: #2eccbc;
}
.lx-product-faq .faq-question.open .heading .icons .icon.close {
  visibility: visible;
  opacity: 1;
}
.lx-product-faq .faq-question.open .heading .icons .icon.open {
  visibility: hidden;
  opacity: 0;
}
.lx-product-faq .faq-question.open .body {
  max-height: 500px;
}

.logo-slider {
  padding-left: 10px;
  padding-right: 10px;
}
.logo-slider .swiper-container {
  overflow: visible;
}
.logo-slider .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
  border-radius: 8px;
}
.logo-slider .swiper-wrapper .swiper-slide figure.swiper-slide-inner {
  max-height: 100px;
}
.logo-slider .swiper-wrapper .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
  max-height: 100px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
}
.logo-slider .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
}
.logo-slider .swiper-wrapper .swiper-slide:hover figure.swiper-slide-inner img.swiper-slide-image {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.photos-slider {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.photos-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 50%;
  margin: 0 5px;
}
.photos-slider .swiper-wrapper {
  margin-bottom: 10px;
}
.photos-slider .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}
.photos-slider .swiper-wrapper .swiper-slide figure.swiper-slide-inner {
  line-height: 0;
}
.photos-slider .swiper-wrapper .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
  -webkit-transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s opacity, 0.2s -webkit-filter;
  transition: 0.2s filter, 0.2s opacity;
  transition: 0.2s filter, 0.2s opacity, 0.2s -webkit-filter;
  border-radius: 8px;
}
.photos-slider .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.15);
}
.photos-slider .swiper-wrapper .swiper-slide:hover figure.swiper-slide-inner img.swiper-slide-image {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: unset;
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-left {
    margin-right: 20px;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-left a {
  width: 208px;
  margin-top: 40px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 37px;
  overflow: hidden;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .slick-slide {
    margin: 0;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .slick-list {
  min-width: 80vw;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .slick-list {
    min-width: unset;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial {
  width: 361px;
  height: 407px;
  padding: 42px 25px;
  border-radius: 6px;
  background: #192025;
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.544px; /* 139.604% */
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial {
    width: calc(100vw - 52px);
    height: auto;
    padding: 28px 15px;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-name {
  width: 141px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information img.portrait {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin-right: 6px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information .name {
  color: var(--Neutrals-Neutral---300, #e6e6e6);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 121.429% */
  letter-spacing: -0.028px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information .title {
  color: var(--Neutrals-Neutral---300, #e6e6e6);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.028px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information .company-logo {
  margin-left: auto;
  width: auto;
  height: 19px;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial-information .company-logo {
    margin-left: unset;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial .hr {
  margin-top: 24px;
  margin-bottom: 15px;
  width: 312px;
  height: 2.25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#41867e), to(#22b5e9));
  background: linear-gradient(90deg, #41867e 0%, #22b5e9 100%);
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-right .testimonial-container .testimonial .hr {
    width: 100%;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-intro {
  color: #fff;
  font-family: "Gotham", Sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 116.216% */
  letter-spacing: -0.074px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 254px;
  margin-right: 34px;
}
@media (max-width: 1024px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-intro {
    min-width: unset;
    margin: 0;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav {
    position: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav svg {
  cursor: pointer;
  width: 37px;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav svg circle,
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav svg:hover circle {
  fill: #2bbeaf !important;
}
.elementor-widget-lx_testimonial_v2 .lx-testimonial-slider .testimonial-slider-nav svg:hover path {
  fill: #fff !important;
}

.lx-related-content {
  position: relative;
}
.lx-related-content #vert-line {
  position: absolute;
  top: -4.7rem;
  right: 100%;
  left: 93px;
  bottom: 100%;
  border-left: 1px solid #141414;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
@media (max-width: 767px) {
  .lx-related-content #vert-line {
    left: 1rem;
  }
}
.lx-related-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 95px;
  padding-left: 100px;
  padding-bottom: 141px;
  gap: 27px;
}
@media (max-width: 767px) {
  .lx-related-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 1.1rem;
    padding-left: 20px;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .lx-related-content .container:nth-last-child(1) {
    padding-bottom: 0;
  }
}
.lx-related-content .container .icon {
  position: relative;
}
.lx-related-content .container .icon img {
  height: 38px;
  width: 38px;
  margin-right: 27px;
}
.lx-related-content .container .icon .dots {
  position: absolute;
  left: -105px;
  top: calc(50% - 3px);
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #141414;
}
@media (max-width: 767px) {
  .lx-related-content .container .icon .dots {
    left: -25px;
  }
}
.lx-related-content .container .icon .dots .hr-line {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-left: 1px solid #141414;
  border-bottom: 1px solid #141414;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
@media (max-width: 767px) {
  .lx-related-content .container .icon .dots .hr-line {
    right: -25px;
  }
}
.lx-related-content .container .heading {
  color: #141414;
  font-family: "Gotham", Sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 132.353% */
  letter-spacing: -0.68px;
}
.lx-related-content .container .title {
  color: #141414;
  font-family: "Gotham", Sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 92.308% */
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lx-related-content .container .title {
    margin-top: 1rem;
  }
}
.lx-related-content .container .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  width: 100%;
}
@media (max-width: 767px) {
  .lx-related-content .container .text {
    margin-right: 0;
  }
}
.lx-related-content .container .text-full {
  width: 100%;
  margin-right: unset;
}
.lx-related-content .container .text-full .title {
  color: v #141414;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 132.353% */
  letter-spacing: -0.68px;
}
.lx-related-content .container .text .icon {
  height: 38px;
  width: 38px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .lx-related-content .container .text .icon {
    margin-bottom: 0;
  }
}
.lx-related-content .container .image {
  width: 100%;
}

.lx-resource-slider {
  position: relative;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 767px) {
  .lx-resource-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lx-resource-slider .resource-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 767px) {
  .lx-resource-slider .resource-slider-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lx-resource-slider .resource-slider-nav svg {
  cursor: pointer;
  width: 37px;
}
.lx-resource-slider .resource-slider-nav svg circle,
.lx-resource-slider .resource-slider-nav svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lx-resource-slider .resource-slider-nav svg:hover circle {
  fill: #2bbeaf !important;
}
.lx-resource-slider .resource-slider-nav svg:hover path {
  fill: #fff !important;
}
.lx-resource-slider .resource-slider-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 383px;
  min-width: 320px;
  width: 100%;
  color: var(--Neutrals-Neutral---900, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%; /* 19.74px */
}
.lx-resource-slider .resource-slider-left .pill {
  display: inline-block;
  padding: 2px 18px;
  color: #1e7844;
  font-family: "Gotham", Sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 141%; /* 15.51px */
  background-color: #c9f3db;
  border-radius: 6px;
}
.lx-resource-slider .resource-slider-left a {
  font-weight: 700;
  text-decoration: none;
}
.lx-resource-slider .resource-slider-left a:hover {
  color: #2bbeaf;
}
.lx-resource-slider .resource-slider-left h3 {
  color: #383838;
  font-size: 26px;
  font-weight: 900;
  line-height: 45px; /* 173.077% */
  letter-spacing: -0.052px;
}
.lx-resource-slider .resource-slider-right .resource-container {
  width: 886px;
}
@media (max-width: 767px) {
  .lx-resource-slider .resource-slider-right .resource-container {
    width: 100%;
  }
}
.lx-resource-slider .resource-slider-right .resource-container .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
  gap: 30px;
  min-width: 331px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.lx-resource-slider .resource-slider-right .resource-container .slick-list {
  min-width: 60vw;
}
.lx-resource-slider .resource-slider-right .resource-container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  width: 331px;
  height: 390px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .lx-resource-slider .resource-slider-right .resource-container .card {
    height: auto;
  }
}
.lx-resource-slider .resource-slider-right .resource-container .card .featured_image {
  width: 291px;
  height: 226px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 25px;
}

.lx-hero-slider {
  position: relative;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.lx-hero-slider .hero-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.lx-hero-slider .hero-slider-nav svg {
  cursor: pointer;
  width: 37px;
}
.lx-hero-slider .slick-list {
  min-width: 100% !important;
  overflow: visible;
}
.lx-hero-slider .slick-track {
  margin-left: -15px;
}
.lx-hero-slider .resource-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  max-width: 1154px;
}
.lx-hero-slider .resource-container .card {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  max-width: 255px;
}
.lx-hero-slider .resource-container .card .featured_image {
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 255/226;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lx-hero-slider .resource-container .card p {
  color: #fff;
  height: 51px;
}
.lx-hero-slider .resource-container .card a {
  margin-top: 24px;
  text-decoration: none;
  color: #2eccbc;
}
.lx-hero-slider .resource-container .card a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 9px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='9' viewBox='0 0 19 9' fill='none'%3E%3Cpath d='M19 4.5L12.75 0.891561V8.10844L19 4.5ZM0 5.125H13.375V3.875H0V5.125Z' fill='%235ADACD'/%3E%3C/svg%3E");
}

.lx-resource-grid {
  position: relative;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.lx-resource-grid .resource-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lx-resource-grid .resource-container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 6px;
  width: 364.949px;
  background-color: #fff;
}
.lx-resource-grid .resource-container .card .featured_image {
  width: 320.846px;
  height: 249.179px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
}

.lx-testimonial-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .lx-testimonial-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lx-testimonial-cta .testimonial-cta-left {
  border-radius: 6px;
  background: linear-gradient(93deg, #13212b 11.72%, #143a39 91.59%);
  padding: 45px;
}
.lx-testimonial-cta .testimonial {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.544px; /* 139.604% */
}
.lx-testimonial-cta .testimonial-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.lx-testimonial-cta .testimonial-information > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.lx-testimonial-cta .testimonial-information > div img.portrait {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.lx-testimonial-cta .testimonial .company-logo {
  width: auto;
  height: 19px;
}
.lx-testimonial-cta .testimonial .hr {
  margin: 25px 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#41867e), to(#22b5e9));
  background: linear-gradient(90deg, #41867e 0%, #22b5e9 100%);
}
.lx-testimonial-cta .testimonial-cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  width: 296px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(327deg, #13212b -2.81%, #143a39 65.73%);
  padding: 28px;
}
@media (max-width: 767px) {
  .lx-testimonial-cta .testimonial-cta-right {
    width: 100%;
  }
}
.lx-testimonial-cta .testimonial-cta-right .testimonial-cta h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.048px;
}
.lx-testimonial-cta .testimonial-cta-right .testimonial-cta p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 139.286% */
}

.lx-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  .lx-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lx-accordion .accordion-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 1024px) {
  .lx-accordion .accordion-images {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .lx-accordion .accordion-images {
    width: 100%;
  }
}
.lx-accordion .accordion-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
  position: relative;
  margin: auto;
  max-width: 565px;
  border-radius: 6px;
}
.lx-accordion .accordion-image.no-bg img {
  background: lightgray 50%/cover no-repeat;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.lx-accordion .accordion-image.no-bg::before {
  all: unset;
}
.lx-accordion .accordion-image .text {
  width: 453px;
  opacity: 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .lx-accordion .accordion-image .text {
    width: unset;
    height: unset;
  }
}
.lx-accordion .accordion-image .html {
  opacity: 0;
  width: 453px;
  height: 270.691px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .lx-accordion .accordion-image .html {
    width: calc(50vw - 20px);
  }
}
@media (max-width: 767px) {
  .lx-accordion .accordion-image .html {
    width: calc(100vw - 40px);
  }
}
.lx-accordion .accordion-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10%;
  border-radius: 16px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 161, 214, 0.85)), color-stop(69%, rgba(179, 249, 242, 0.85)));
  background: linear-gradient(0deg, rgba(13, 161, 214, 0.85) 0%, rgba(179, 249, 242, 0.85) 69%);
  -webkit-filter: blur(27px);
          filter: blur(27px);
}
.lx-accordion .accordion-image img {
  opacity: 0;
  width: 565px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .lx-accordion .accordion-image img {
    width: unset;
    height: unset;
  }
}
.lx-accordion .accordion-image.active {
  display: inline-block;
}
.lx-accordion .accordion-image.active > * {
  opacity: 1;
}
.lx-accordion .accordion-texts {
  width: 50%;
}
@media (max-width: 767px) {
  .lx-accordion .accordion-texts {
    width: 100%;
  }
}
.lx-accordion .accordion-text {
  cursor: pointer;
  width: 90%;
  margin: 2.625px 0;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.lx-accordion .accordion-text.active {
  padding-bottom: 20px;
}
.lx-accordion .accordion-text.active > div {
  border-left: 3px #5adacd solid;
}
.lx-accordion .accordion-text.active h3 {
  color: #141414;
  margin-top: 5px;
  margin-bottom: 9px;
}
.lx-accordion .accordion-text.active .accordion-body {
  height: 100%;
  max-height: unset;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lx-accordion .accordion-text:hover > div {
  border-left: 3px #5adacd solid;
}
.lx-accordion .accordion-text:hover h3 {
  color: #141414;
}
.lx-accordion .accordion-text > div {
  padding-left: 27px;
  border-left: 3px #e6e6e6 solid;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.lx-accordion .accordion-text h3 {
  color: #a0a0a0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; /* 121.875% */
  margin: 0;
  padding: 8px 0;
}
.lx-accordion .accordion-text .accordion-body p {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 139.286% */
}
.lx-accordion .accordion-body {
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lx-accordion ul {
  padding-left: 27px;
}
.lx-accordion ul li {
  color: #141414;
  font-size: 12.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.026px;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M4.22743 9.24899L1.07387 5.60359L0 6.83621L4.22743 11.723L13.3024 1.23262L12.2361 0L4.22743 9.24899Z' fill='%232BBEAF'/%3E%3C/svg%3E");
}

.lx-featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
}
@media (max-width: 767px) {
  .lx-featured-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.lx-featured-post .featured-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}
@media (max-width: 1024px) {
  .lx-featured-post .featured-text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lx-featured-post .featured-text {
    width: 100%;
  }
}
.lx-featured-post .featured-text .category {
  color: #2eccbc;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 3.2px;
  margin-bottom: 17px;
}
.lx-featured-post .featured-text .title {
  color: #fff;
  line-height: 28px;
  margin-bottom: 20px;
}
.lx-featured-post .featured-text .excerpt {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  margin-bottom: 29px;
}
.lx-featured-post .featured-link {
  color: #fff !important;
}
.lx-featured-post .featured-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='9' viewBox='0 0 19 9' fill='none'%3E%3Cpath d='M19 4.5L12.75 0.891561V8.10844L19 4.5ZM0 5.125H13.375V3.875H0V5.125Z' fill='%235ADACD'/%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .lx-featured-post .featured-image {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .lx-featured-post .featured-image {
    width: 100%;
    height: auto;
  }
}
.lx-featured-post .featured-image img {
  width: 494px;
  height: 281px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .lx-featured-post .featured-image img {
    width: 100%;
    height: auto;
  }
}

.lx-jobs {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .lx-jobs {
    margin-bottom: 20px;
  }
}
.lx-jobs :nth-last-child(1) {
  margin-bottom: 0;
}
.lx-jobs .job {
  margin-bottom: 17px;
}
.lx-jobs .job:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lx-jobs .job h4 {
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.lx-jobs .job h4 a {
  color: var(--Blue-Blue---600, #028ae4);
  font-family: "Gotham", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 200% */
  letter-spacing: -0.04px;
}
.lx-jobs .job h4 a:hover {
  color: #4f4f4f;
}
.lx-jobs .job p {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 285.714% */
  letter-spacing: -0.028px;
}

.popup-container img {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.lxb_modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.lxb_modal .modal-content {
  background-color: #292930;
  margin: calc(10vh + 30px) auto calc(10vh - 30px) auto;
  width: 95vw;
  max-width: 1154px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.lxb_modal iframe {
  min-height: 80vh;
}

.lxb_modal .modal-close {
  z-index: 2;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 90px;
  right: 44px;
  line-height: 0.6;
  color: #ccc;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transform: translate(2rem, -5rem);
          transform: translate(2rem, -5rem);
}

.lxb_modal .close:hover,
.lxb_modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.lxb-search-form {
  width: 100%;
  border: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
  border-radius: 6px;
}
.lxb-search-form label {
  width: 100%;
}
.lxb-search-form input.search-field {
  background-color: transparent;
  border: none;
  color: #141414;
  padding: 5px 5px 5px 0;
  height: 30px;
}
.lxb-search-form input.search-field::-webkit-input-placeholder {
  color: #ccc;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lxb-search-form input.search-field::-moz-placeholder {
  color: #ccc;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lxb-search-form input.search-field:-ms-input-placeholder {
  color: #ccc;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lxb-search-form input.search-field::-ms-input-placeholder {
  color: #ccc;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lxb-search-form input.search-field::placeholder {
  color: #ccc;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lxb-search-form input.search-field:focus-visible {
  outline: none;
  border: none;
}
.lxb-search-form input.search-arrow-icon {
  border: none;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 4px 0;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

* {
  font-family: "Gotham", Sans-serif;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ace_content *,
.ace_content,
.ace_line,
.ace_constant,
.ace_line_group,
.ace_meta,
.ace_tag,
.ace_punctuation,
.ace_xml,
.ace_indent-guide,
.ace_type,
.ace_numeric,
.ace_keyword,
.ace_paren,
.ace_string {
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background: #3c3c3c;
}

::selection {
  color: #fff;
  background: #3c3c3c;
}

a {
  color: var(--Neutrals-Neutral---800, #383838);
  font-family: "Gotham", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
a:hover {
  color: #4f4f4f;
}

@media (max-width: 768px) {
  .hs-form-center-btn-m .hs_submit.hs-submit {
    text-align: center;
  }
}

main.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

main.site-main {
  overflow: hidden;
}

main.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  -webkit-transition: 0.3s background-color ease-in-out, 0.3s visibility ease-in-out;
  transition: 0.3s background-color ease-in-out, 0.3s visibility ease-in-out;
}
#page-preloader.loaded {
  background-color: transparent;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #page-preloader {
    display: none !important;
  }
}

/**
 * Basic responsive layout
 * Modified from Hello Elementor theme
 */
.transition-color {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.transition-color p,
.transition-color span,
.transition-color > *,
.transition-color a,
.transition-color i {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.contact-icons ul.elementor-icon-list-items {
  display: inline-block;
}
.contact-icons ul.elementor-icon-list-items li.elementor-icon-list-item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-icons ul.elementor-icon-list-items li.elementor-icon-list-item a span.elementor-icon-list-icon {
  margin-top: 5px;
}
.contact-icons ul.elementor-icon-list-items li.elementor-icon-list-item:hover a span.elementor-icon-list-text {
  color: #2bbeaf !important;
}

.shadow-default .elementor-widget-container {
  -webkit-box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
          box-shadow: 0px 5px 50px rgba(25, 54, 51, 0.1);
}

.rounded-map {
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}

.rounded-video .elementor-widget-container {
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}
.rounded-video .elementor-widget-container .wistia_responsive_padding {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}
.rounded-video .elementor-widget-container .w-video-wrapper {
  background-color: transparent !important;
}
.rounded-video .elementor-widget-container .wistia-swatch img {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}

.post-tags {
  display: none;
}
/*# sourceMappingURL=main.css.map */